-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Leandro Melo de Sales wrote:
> Hi Mark.. I made the proper changes and still not working.. :(
> 
> # vi /etc/syslog-ng/syslog-ng.conf
> options {
>        chain_hostnames(off);
>        sync(0);
>        perm(0640);
>        dir_perm(0750);
>        create_dirs(yes);
>        stats(43200);
> }
> 
> source src { unix-stream("/dev/log"); internal(); pipe("/proc/kmsg"); };
> source kernsrc { pipe("/proc/kmsg"); };
> destination messages { file("/var/log/messages"); };
> destination daemon { file("/var/log/daemon.log"); };
> filter f_daemon { facility(daemon); };
> 
> destination console_all { file("/dev/tty12"); };
> 
> log { source(src); filter(f_daemon); destination(daemon); };
> log { source(src); destination(messages); };
> log { source(src); destination(console_all); };
> 
> 
> What is wrong?

I assume that you restarted the service? ;-)


(PS. The standard convention on mailing lists is to post your reply on
the bottom of the message.)


- --
Jeremy Olexa
([EMAIL PROTECTED])
Office: EE/CS 1-201
CS/IT Systems Staff
University of Minnesota

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEg0t2FN7pD9kMi/URAl7ZAJ0edMyJBPMMmnA9l8sL9jt1QOw+RACfUXzi
IQmpfaaqX27LlFKwfqoqDZ8=
=SV4D
-----END PGP SIGNATURE-----
-- 
[email protected] mailing list

Reply via email to