<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Well in fact the application create a file to log into, not a stream, can syslog-ng get a file in a chroot for a source, seams to work only with stream that are in a chroot.<br><br>And yes, i strace the application and notice that the application just create a file, not stream log.<br><br>any chance of getting syslog-ng take this file for source ? (as for now, it doesn't take a chroot file).<br><br><br><br>&gt; From: Sandor.Geller@morganstanley.com<br>&gt; To: syslog-ng@lists.balabit.hu<br>&gt; Date: Fri, 6 Jun 2008 09:07:42 +0100<br>&gt; Subject: Re: [syslog-ng] Collecting logs from a chrooted appli<br>&gt; <br>&gt; Hi,<br>&gt; <br>&gt; &gt; I setup syslog-ng.conf with this setings to let create the stream:<br>&gt; &gt;<br>&gt; &gt; source src_chroot_appli { unix-stream("/var/appli/dev/log"); };<br>&gt; &gt;<br>&gt; &gt; It works and create the socket.<br>&gt; &gt;<br>&gt; &gt; then i config the application log stream path to /dev/log (as<br>&gt; &gt; the application is chrooted, the root directory is already<br>&gt; &gt; /var/appli, so logging to /dev/log is ok )<br>&gt; &gt;<br>&gt; &gt; then the configuration to log it in the appli.log file in the<br>&gt; &gt; /var/log/ outside the chroot :<br>&gt; &gt;<br>&gt; &gt; destination appli_log { file("/var/log/appli.log"); };<br>&gt; &gt;<br>&gt; &gt; then<br>&gt; &gt;<br>&gt; &gt; log { source(src_chroot_appli); destination(appli_log); };<br>&gt; &gt;<br>&gt; &gt; But nothing is created in the /var/log directory (outside chroot).<br>&gt; &gt;<br>&gt; &gt; Btw: syslog-ng version is 1.6.9<br>&gt; <br>&gt; Could you trace the application? It would be really good to see<br>&gt; how does it try to log. The best would be to start it under strace.<br>&gt; <br>&gt; Regards,<br>&gt; <br>&gt; Sandor<br>&gt; --------------------------------------------------------<br>&gt; <br>&gt; NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.<br>&gt; ______________________________________________________________________________<br>&gt; Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng<br>&gt; Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng<br>&gt; FAQ: http://www.campin.net/syslog-ng/faq.html<br>&gt; <br><br /><hr />Avec Windows Live Messenger restez en contact avec tous vos amis !  <a href='http://www.windowslive.fr/messenger/' target='_new'>Téléchargez Messenger, c'est gratuit !</a></body>
</html>