https://bugzilla.novell.com/show_bug.cgi?id=220331 ------- Comment #5 from suse-beta@cboltz.de 2006-11-24 17:23 MST ------- I can reproduce this ;-) edit your syslog-ng.conf like this: destination newscrit { file("/var/log/news/news.crit" owner(news) group(news) perm(600)); }; then: # rm /var/log/news/news.crit # rcsyslog restart # echo test | logger -p news.crit # aa-logprof Another issue: please add /dev/log wl, to the syslog-ng profile! BTW: I just compared the syslogd and syslog-ng profiles (still on beta2 + above fix). The cleaned up diff (without pid file, config etc. and things mentioned above): --- syslogd 2006-11-25 00:53:29.000000000 +0100 +++ syslog-ng 2006-11-25 00:53:37.000000000 +0100 + capability chown, + capability fsetid, - capability dac_read_search, - capability sys_tty_config, - /dev/tty* w, + /dev/tty10 w, - /var/lib/*/dev/log wl, + /var/lib/*/dev/log w, - /var/log/** rw, + /var/log/** w, - /var/run/utmp rw, - /var/spool/compaq/nic/messages_fifo rw, I'm not familar enough with syslogd or syslog-ng to tell you which additions should be ported from the syslogd to the syslog-ng profile (and the other way round) - but the above diff should give you some hints ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.