Страница 1 из 1

too many messages in /var/log/messages

Добавлено: 09 июл 2012, 21:22
vadi01
Below error is continous in system logs. How to sort it out?
[root@localhost vmware]# tail -f /var/log/messages
Jul 9 20:19:13 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:14 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:14 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:14 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:14 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:14 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:14 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:14 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:14 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:14 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:15 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:15 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:15 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:15 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:15 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:15 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:15 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:15 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:15 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:16 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:16 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:16 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:16 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:16 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:16 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have an interface string as first arg
Jul 9 20:19:16 localhost udisks-daemon[1963]: ** (udisks-daemon:1963): WARNING **: Property get or set does not have

Re: too many messages in /var/log/messages

Добавлено: 09 июл 2012, 22:21
VictorR2007
vmware?
I would set for the test on usb hdd.

Re: too many messages in /var/log/messages

Добавлено: 09 июл 2012, 23:02
PastorDi
I do the same. without VMware.

Изображение

Re: too many messages in /var/log/messages

Добавлено: 09 июл 2012, 23:14
diesel
vadi01 писал(а):Below error is continous in system logs. How to sort it out?
create a file /etc/rsyslog.d/blacklist.conf and add there something like this:

Код: Выделить всё

:msg, contains, "upowerd" ~
:msg, contains, "udisks-daemon" ~
Not sure, probably, you'll need to restart rsyslogd afterwards (/etc/init.d/rsyslog.d restart).

Re: too many messages in /var/log/messages

Добавлено: 10 июл 2012, 00:23
VictorR2007
Not sure, probably, you'll need to restart rsyslogd afterwards (/etc/init.d/rsyslog.d restart).
It may be necessary to give

Код: Выделить всё

systemctl restart rsyslog.service

Re: too many messages in /var/log/messages

Добавлено: 10 июл 2012, 00:51
diesel
VictorR2007 писал(а):
Not sure, probably, you'll need to restart rsyslogd afterwards (/etc/init.d/rsyslog.d restart).
It may be necessary to give

Код: Выделить всё

systemctl restart rsyslog.service
.. if you remember that strange systemctl commands :) I'm not. Fortunately wrappers in /etc/init.d still work.