View Single Post
  #8   (View Single Post)  
Old 4th July 2008
amiga505 amiga505 is offline
New User
 
Join Date: Jun 2008
Posts: 4
Default

well... that's what we got after reboot:

Code:
#
# ps -ax | grep syslog
30793 ??  Is      0:00.03 /usr/local/sbin/syslog-ng -p /var/run/syslog-ng.pid
#
# netstat -anp tcp
Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
..
skip
..
tcp        0      0  *.1468                 *.*                    LISTEN
#
that to indicate that no syslogd instances are running, syslog-ng is running and listening on port 1468 (as stated in configuration file). that seems pretty cool, but the thing is when i try to restart syslog-ng (due to configuration file changes, for example), i get the following:

Code:
#
# syslog-ng restart
Changing permissions on special file /dev/klog
Error opening file /dev/klog for reading (Device busy)
Error initializing configuration, exiting.
#
...
Reply With Quote