[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
too many messages in /var/log/messages
too many messages in /var/log/messages
Below error is continous in system logs. How to sort it out?
- VictorR2007
- Сообщения: 7733
- Зарегистрирован: 12 сен 2011, 13:00
Re: too many messages in /var/log/messages
vmware?
I would set for the test on usb hdd.
I would set for the test on usb hdd.
Re: too many messages in /var/log/messages
create a file /etc/rsyslog.d/blacklist.conf and add there something like this:vadi01 писал(а):Below error is continous in system logs. How to sort it out?
Код: Выделить всё
:msg, contains, "upowerd" ~
:msg, contains, "udisks-daemon" ~
- VictorR2007
- Сообщения: 7733
- Зарегистрирован: 12 сен 2011, 13:00
Re: too many messages in /var/log/messages
It may be necessary to giveNot sure, probably, you'll need to restart rsyslogd afterwards (/etc/init.d/rsyslog.d restart).
Код: Выделить всё
systemctl restart rsyslog.service
Re: too many messages in /var/log/messages
.. if you remember that strange systemctl commandsVictorR2007 писал(а):It may be necessary to giveNot sure, probably, you'll need to restart rsyslogd afterwards (/etc/init.d/rsyslog.d restart).Код: Выделить всё
systemctl restart rsyslog.service
