paddy wrote: > The problem I have after searching the Internet, endless documentation, > etc; is how does a chroot process do logging? Specifically, Openbsd > Bind 9 logging from a chroot jail, step by step. You configure syslogd to create a logging socket inside the chroot jail before the process runs. Look at the syslogd(8) manpage for more details, specifically the '-a' option. Adam