Raghu Udupa wrote: > my chrooted dir is /sftp/sftptest > /dev/log is linked to /sftp/sftptest/dev/log Do it the other way around. Make syslogd listen on a real socket at /sftp/sftptest/dev/log Symlink /dev/log (outside the chroot) to /sftp/sftptest/dev/log Or, make syslogd listen to both sockets, if yours can. //Peter