Mantis - syslog_ng
Viewing Issue Advanced Details
3658 regular use trivial always 2009-05-08 11:14 2009-08-23 10:54
alessio  
ihsan  
normal  
closed  
fixed  
none    
none  
0003658: door("/etc/.syslog_door") on 5.10 Generic_138889-08 not working
On SunOS 5.10 Generic_138889-08, in the config file,
source s_sys { sun-streams ("/dev/log" door("/etc/.syslog_door")); internal(); };
is not working, because the door is in /var/run/syslog_door
In the config file change

source s_sys { sun-streams ("/dev/log" door("/etc/.syslog_door")); internal(); };

to

source s_sys { sun-streams ("/dev/log" door("/var/run/syslog_door")); internal(); };
Issue History
2009-05-08 11:14 alessio New Issue
2009-05-11 10:42 ihsan Status new => assigned
2009-05-11 10:42 ihsan Assigned To => ihsan
2009-05-19 18:11 ihsan Status assigned => acknowledged
2009-07-15 22:35 ihsan Note Added: 0006437
2009-07-15 22:35 ihsan Status acknowledged => resolved
2009-07-15 22:35 ihsan Resolution open => fixed
2009-08-23 10:54 ihsan Status resolved => closed

Notes
(0006437)
ihsan   
2009-07-15 22:35   
Please try the newest version:

http://mirror.opencsw.org/testing/syslog_ng-3.0.3,REV=2009.07.15-SunOS5.8-i386-CSW.pkg.gz [^]
http://mirror.opencsw.org/testing/syslog_ng-3.0.3,REV=2009.07.15-SunOS5.8-sparc-CSW.pkg.gz [^]