too many messages in /var/log/messages

Non-Desktop related topics
Ответить
vadi01
Сообщения: 3
Зарегистрирован: 08 июл 2012, 22:39

too many messages in /var/log/messages

Сообщение vadi01 » 09 июл 2012, 21:22

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

Аватара пользователя
VictorR2007
Сообщения: 7374
Зарегистрирован: 12 сен 2011, 13:00
Operating system: ROSA 2023.1

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

Сообщение VictorR2007 » 09 июл 2012, 22:21

vmware?
I would set for the test on usb hdd.

PastorDi
Сообщения: 2743
Зарегистрирован: 25 авг 2011, 12:34
Operating system: IBM DOS, OS/2
Откуда: Санкт-Петербург
Контактная информация:

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

Сообщение PastorDi » 09 июл 2012, 23:02

I do the same. without VMware.

Изображение

diesel
Сообщения: 24
Зарегистрирован: 28 май 2012, 14:00

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

Сообщение diesel » 09 июл 2012, 23:14

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).

Аватара пользователя
VictorR2007
Сообщения: 7374
Зарегистрирован: 12 сен 2011, 13:00
Operating system: ROSA 2023.1

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

Сообщение VictorR2007 » 10 июл 2012, 00:23

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

diesel
Сообщения: 24
Зарегистрирован: 28 май 2012, 14:00

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

Сообщение diesel » 10 июл 2012, 00:51

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.

Ответить

Вернуться в «Marathon (LTS) General Software»