i have sysklogd-1.4.1-1mdk, i have entered '-r' into the /etc/init.d/syslog 
file like a good little boy to enable receipt of remote logs, specifically:

----snip---
# Source config
if [ -f /etc/sysconfig/syslog ] ; then
        . /etc/sysconfig/syslog
else
        SYSLOGD_OPTIONS="-r -m 0"
        KLOGD_OPTIONS="-2"
fi
---snip----
either i've got the syntax wrong or something is odd because if i 'service 
syslog restart' and then 'netstat -na|grep 514' i get nothing, but if i 
'service syslog stop' and then 'syslogd -r -m 0' and then 'netstat -na|grep 
514' i get:
udp        0      0 0.0.0.0:514             0.0.0.0:*
as i should, is it me?

bascule


-- 
"...[Arthur] leapt to his feet like an author hearing the 
phone ring..." 

- Who says that the character of Arthur isn't 
autobiographical? 

Reply via email to