Dear readers,
On my embedded system (TRM/816 from SSV, Kernel 2.4.10 (Suse 7.3 + based on
the demo of SSV/HJ Walter)) the
/var/log is empty, except that there are two lines logged int /var/log/cron
by the cron.
However, I have changed /etc/syslog.conf to:
# begin of config file
*.* -/var/log/allmessages
local0,local1.* -/var/log/localmessages
local2,local3.* -/var/log/localmessages
local4,local5.* -/var/log/localmessages
local6,local7.* -/var/log/localmessages
# end of config file
Why do I not get log files?
Could it have to do something with the fact, that I have the following line
in /etc/inittab (instead of a shell):
1:123:respawn:/mnt/awite/prog
Maybe somebody can help?
Greetings
Ernst