Re: [Qemu-devel] [PATCH] net/slirp: specify logbase for smbd

2014-10-25 Thread Jan Kiszka
On 2014-10-24 22:37, Michael Tokarev wrote: > It looks like smbd always logs to /var/log/samba/log.$progname > even if config file specifies different logfile -- when it needs > to log something before completing reading the config file. But > if it can't open it for writing, it fails and exits.

[Qemu-devel] [PATCH] net/slirp: specify logbase for smbd

2014-10-24 Thread Michael Tokarev
It looks like smbd always logs to /var/log/samba/log.$progname even if config file specifies different logfile -- when it needs to log something before completing reading the config file. But if it can't open it for writing, it fails and exits. Tell smbd to use our temp dir as logbase (-l option)