El 09/06/13 20:18, Carlos E. R. escribió:
That's what happened earlier, but it is not happening now. Mine is not looping fast enough for systemd to think it is looping.
Ok, how exactly did you proceed ? I did exactly what you mentioned in your email and get the expected result.
No CPU running wild, no process using 99% of CPU, no accessory heater for this particularly cold autumn ;-)
Whatever your problem is, it is already fixed.
No, it is not, it is reproducible here.
Telcontar:~ # systemctl restart rsyslog.service Telcontar:~ #
Telcontar:~ # systemctl status rsyslog.service rsyslog.service -
show your unit file ;) it should read: cat /usr/lib/systemd/system/rsyslog.service [Unit] Description=System Logging Service Requires=var-run.mount Requires=syslog.socket After=var-run.mount [Service] Environment=RSYSLOGD_PARAMS= ExecStartPre=/usr/sbin/rsyslog-service-prepare EnvironmentFile=-/etc/sysconfig/syslog ExecStart=/usr/sbin/rsyslogd -n $RSYSLOGD_PARAMS ExecReload=/bin/kill -HUP $MAINPID StandardOutput=null [Install] WantedBy=multi-user.target Alias=syslog.service If it doesnt read this way, save it as /etc/systemd/system/rsyslog.service and issue # systemctl daemon-reload # systemctl reenable rsyslog.service -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org