On 2014-06-10 02:46, thomas23272 wrote:
>
> Greetings,
>
> Ever since having installed 12.3, I've been receiving syslog output on
> every tty at precisely 17:30 every day.
Edit "/etc/sysconfig/cron", and change this line:
Code:
SYSLOG_ON_NO_ERROR="yes"
Then wait for the next time. When it happens again, look on the file "/var/log/messages" (you can do it in a terminal, with less, or rather "sudo less whateverfile") around that time or a bit earlier. You should see entries similar to these:
Code:
<1.6> 2014-06-08 23:33:12 Telcontar run-crons 10862 - - leafnode: OK
<1.6> 2014-06-08 23:33:16 Telcontar run-crons 10862 - - logrotate: OK
<1.6> 2014-06-08 23:33:16 Telcontar run-crons 10862 - - mdadm: OK
<1.6> 2014-06-08 23:35:07 Telcontar run-crons 10862 - - mlocate.cron: OK
<1.6> 2014-06-08 23:35:07 Telcontar run-crons 10862 - - packagekit-background.cron: OK
<1.6> 2014-06-08 23:35:08 Telcontar run-crons 10862 - - suse-clean_catman: OK
<1.6> 2014-06-08 23:35:16 Telcontar run-crons 10862 - - suse-do_mandb: OK
<1.6> 2014-06-08 23:35:25 Telcontar run-crons 10862 - - suse-texlive: OK
<1.6> 2014-06-08 23:35:25 Telcontar run-crons 10862 - - suse.cron-sa-update: OK
<1.6> 2014-06-08 23:35:26 Telcontar run-crons 10862 - - suse.de-backup-rc.config: OK
<1.6> 2014-06-08 23:35:30 Telcontar run-crons 10862 - - suse.de-backup-rpmdb: OK
<1.6> 2014-06-08 23:35:30 Telcontar run-crons 10862 - - suse.de-check-battery: OK
<1.6> 2014-06-08 23:35:30 Telcontar run-crons 10862 - - suse.de-cron-local: OK
<1.6> 2014-06-08 23:35:30 Telcontar run-crons 10862 - - suse.de-faxcron: OK
I guess that your problem should happen after the "?locate" line, but could be on another one.
You have a find job started by cron, probably, which crashes, triggers a kernel oops or something similar, and sends a WALL (emergency level syslog messages generate a wall).
Possibly there is a full Oops block in there.
--
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 "Bottle" at Telcontar)
Bookmarks