On Sat, 13 Jul 2002, Jason Bechtel wrote: > I've never seen this error before, I mean the one from > syslogd. How is syslogd being run on your server? It is > launched by a script called rcsyslogd (SuSE thing). Do a > 'vi `which rcsyslogd`' and look for where the daemon is > being started. What command-line options are there? Try > restarting the daemon: 'rcsyslogd stop; rcsyslogd start'. > Oh, and is 192.168.0.2 your syslog server?
Jason, Sebastian, the params for syslogd on SuSE 7.3 have to be set in /etc/rc.config. Sebastian, look at that file and make sure that a line like this one is there (change IP/mask for your needs) : SYSLOGD_PARAMS="-m 0 -r -s 172.16.190.0/172.16.190.255" Then restart the daemon, using "rcsyslog restart" Wolfgang ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.openprojects.net
