You are not logged in.
Pages: 1
I was just checking my journalctl and saw it's full with messages like these:
Oct 09 01:23:35 zkitzo dbus[287]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.systemd1.Manager" member="JobRemoved" errror name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=400 comm="/usr/bin/ntop -i ens1 -w 3000 ")
Oct 09 01:23:35 zkitzo dbus[287]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=400 comm="/usr/bin/ntop -i ens1 -w 3000 ")
Oct 09 01:23:35 zkitzo dbus[287]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=400 comm="/usr/bin/ntop -i ens1 -w 3000 ")
Oct 09 01:23:35 zkitzo dbus[287]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=400 comm="/usr/bin/ntop -i ens1 -w 3000 ")
Oct 09 01:23:44 zkitzo dbus[287]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=400 comm="/usr/bin/ntop -i ens1 -w 3000 ")
Oct 09 01:23:44 zkitzo dbus[287]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=400 comm="/usr/bin/ntop -i ens1 -w 3000 ")What can I do to fix these? My whole journal is unreadable now!
Offline
Don't run ntop
Offline
That's not really a solution...
Offline
journalctl -p 3 -xb?
This isn't right. This isn't even wrong.
-- Wolfgang Pauli --
Offline
I mean if you don't run ntop, is everything working fine?
If yes you can concentrate on parameters for ntop to reduce the stress on your machine.
Offline
Everything is working fine even ntop but journalctl is being spammed with those messages...
Offline
His question is whether the spamming stops if you kill ntop. ... ... ... ..... .... ....
Offline
I'm sorry to bump this old topic but I still have this issue (on a other PC even).
The output of `journalctl -p 3 -xb` is:
May 14 00:27:43 Rampage-X ntop[11624]: THREADMGMT[t139642048804416]: ntop RUNSTATE: PREINIT(1)
May 14 00:27:43 Rampage-X ntop[11624]: THREADMGMT[t139642048804416]: ntop RUNSTATE: INIT(2)
When I exit/restart ntop the spamming stops (for a while).
What parameters should I look at for ntop to reduce/stop the spamming?
Last edited by Ztjuh (2018-05-13 22:57:10)
Offline
Did you consider try looking at "man ntop"? Maybe there's a parameter for the information level …
How exactly do you invoke ntop itfp?
Offline
I couldn't find anything in the man file though, that's why I am asking here..I start ntop through systemctl with the following service file:
[Unit]
Description=A network traffic probe similar to the UNIX top command
Requires=network.target
ConditionPathExists=/var/lib/ntop/ntop_pw.db
After=syslog.target network.target[Service]
Environment=LANG=C
ExecStart=/usr/bin/ntop -i enp2s0 -w 3000
Type=simple
StandardError=syslog[Install]
WantedBy=multi-user.target
Offline
I couldn't find anything in the man file
Look again. Looking for the (hinted and quite natural) "level" keyword might get you something ...
Offline
Thanks I will try "-t". Hope it will give me anything ![]()
Offline
If that fails try StandardError=null StandardOut=null
Offline
No extra information from running '-t'.
May 20 22:29:16 Rampage-X ntop[10488]: Sun May 20 22:29:16 2018 SFP: Ending fingerprint scan cycle 2907 - checked 16, resolved 0
May 20 22:29:16 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:16 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:26 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:26 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:36 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:36 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:46 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:46 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender=":1.0" (uid=0 pid=1 comm="/sbin/init ") interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:48 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameOwnerChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:48 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameOwnerChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:48 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameOwnerChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:48 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameOwnerChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:48 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameOwnerChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:48 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameOwnerChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:48 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameOwnerChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:48 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameOwnerChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:49 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameOwnerChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:49 Rampage-X dbus-daemon[311]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameOwnerChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=0 pid=10488 comm="/usr/bin/ntop -i enp2s0 -w 3000 -t 5 ")
May 20 22:29:49 Rampage-X ntop[10488]: Sun May 20 22:29:49 2018 IDLE_PURGE: Device 0 [enp2s0] FINISHED selection, 6 [out of 87] hosts selected
May 20 22:29:49 Rampage-X ntop[10488]: Sun May 20 22:29:49 2018 IDLE_PURGE: Device 0 [enp2s0]: 6/86 hosts deleted, elapsed time is 0.000322 seconds (0.000054 per host)
I think I'll just restart the service daily.
Offline
Pages: 1