NielK
unread,Feb 25, 2012, 6:02:41 AM2/25/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Alt-F
Firstly, thank you for Alt-F :-)
I've just upgraded from RC1 to RC2 and noticed that syslogd isn't
starting any more, instead reporting an error:
syslogd: bad line 1: 1 tokens found, 2 needed
It looks like the newer version of busybox (since 1.19.0) now looks by
default for a configuration file (/etc/syslog.conf) in the traditional
format for syslog. Alt-F also uses a file of the same name to hold the
configuration for syslogd but it's in a different format designed to
be read by the Alt-F web interface.
As a short term solution, I edited /etc/init.d/S10syslog and /etc/
init.d/rcS and added "-f /dev/null" to the syslogd parameters. I'm
sure there are better solutions though.