Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rice!brazos.rice.edu!luis From: luis@lutetia.rice.edu (Luis Soltero) Newsgroups: comp.unix.wizards Subject: syslog + chroot + ftpd Message-ID: Date: 27 Jul 90 23:11:55 GMT Sender: root@rice.edu Distribution: comp Organization: Dept of Comp. Sci., Rice University Lines: 15 has anyone noticed that syslog stops logging when ftpd logs in an anonymous ftp user? i have tracked the problem to the chroot system call. prior to chroot() syslog works as advertized. once the chroot() is executed inside tftpd, however, syslog calls no longer get recorded. any ideas? here are some system specifics. sunOS 4.0.3 bsd ftpd 4.xx or sunof ftpd --luis@rice.edu