You are not logged in.

#1 2017-10-08 23:28:54

Ztjuh
Member
Registered: 2011-05-30
Posts: 58

journalctl full with dbus messages

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

#2 2017-10-09 08:59:51

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,304

Re: journalctl full with dbus messages

Don't run ntop

Offline

#3 2017-10-09 14:33:19

Ztjuh
Member
Registered: 2011-05-30
Posts: 58

Re: journalctl full with dbus messages

That's not really a solution...

Offline

#4 2017-10-09 14:40:52

judd1
Member
Registered: 2015-09-04
Posts: 260

Re: journalctl full with dbus messages

journalctl -p 3 -xb

?


This isn't right. This isn't even wrong.
-- Wolfgang Pauli --

Offline

#5 2017-10-09 14:56:31

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,304

Re: journalctl full with dbus messages

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

#6 2017-10-09 15:44:31

Ztjuh
Member
Registered: 2011-05-30
Posts: 58

Re: journalctl full with dbus messages

Everything is working fine even ntop but journalctl is being spammed with those messages...

Offline

#7 2017-10-09 16:04:09

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: journalctl full with dbus messages

His question is whether the spamming stops if you kill ntop. ... ... ... ..... .... ....

Offline

#8 2018-05-13 22:52:28

Ztjuh
Member
Registered: 2011-05-30
Posts: 58

Re: journalctl full with dbus messages

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

#9 2018-05-14 05:22:43

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: journalctl full with dbus messages

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

#10 2018-05-15 17:34:04

Ztjuh
Member
Registered: 2011-05-30
Posts: 58

Re: journalctl full with dbus messages

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

#11 2018-05-15 19:07:00

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: journalctl full with dbus messages

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

#12 2018-05-15 19:22:40

Ztjuh
Member
Registered: 2011-05-30
Posts: 58

Re: journalctl full with dbus messages

Thanks I will try "-t". Hope it will give me anything smile

Offline

#13 2018-05-15 19:50:56

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: journalctl full with dbus messages

If that fails try StandardError=null StandardOut=null

Offline

#14 2018-05-20 20:38:22

Ztjuh
Member
Registered: 2011-05-30
Posts: 58

Re: journalctl full with dbus messages

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

Board footer

Powered by FluxBB