I'm confused, /var/log/messages is empty. FC15
multi-user.target.wants]# systemctl status rsyslog.service
rsyslog.service - System Logging Service
Loaded: loaded (/lib/systemd/system/rsyslog.service)
Active: active (running) since Wed, 13 Jul 2011 17:20:03 +0300;
24min ago
Process: 16108 ExecStartPre=/bin/systemctl stop systemd-
kmsg-syslogd.service (code=exited, status=0/SUCCESS)
Main PID: 16110 (rsyslogd)
CGroup: name=systemd:/system/rsyslog.service
â”” 16110 /sbin/rsyslogd -n -c 5
I get absolutely nothing into log. Nothing with command logger foo
does write nothing into messages.
Where to look solution?
Jarmo
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
07-13-2011, 02:51 PM
jarmo
/var/log/messages empty
I'm confused, /var/log/messages is empty. FC15
multi-user.target.wants]# systemctl status rsyslog.service
rsyslog.service - System Logging Service
Loaded: loaded (/lib/systemd/system/rsyslog.service)
Active: active (running) since Wed, 13 Jul 2011 17:20:03 +0300;
24min ago
Process: 16108 ExecStartPre=/bin/systemctl stop systemd-
kmsg-syslogd.service (code=exited, status=0/SUCCESS)
Main PID: 16110 (rsyslogd)
CGroup: name=systemd:/system/rsyslog.service
â”” 16110 /sbin/rsyslogd -n -c 5
I get absolutely nothing into log. Nothing with command logger foo
does write nothing into messages.
Where to look solution?
Jarmo
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
07-13-2011, 04:30 PM
jarmo
/var/log/messages empty
jarmo kirjoitti keskiviikko, 13. heinäkuuta 2011 17:51:03:
> does write nothing into messages.
> Where to look solution?
Just found something...
In /etc/rsyslog.conf:
#### RULES ####
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console <--------
chnged
kern.* /var/log/messages
Seems to solve logging problem
Jarmo
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines