26 Jan
2018
26 Jan
'18
8:05 a.m.
On Jan 25, 2018, at 10:56 PM, Olivier <Olivier.Nicole@cs.ait.ac.th> wrote:
The problem seems to arise because I am using chroot. When the server is started, the log file is opened before the chroot, in the /var/log directory. But after that, the server can only open the new log file in the chroot/var/log
That's how chroot works. You can't change that behaviour. Alan DeKok.