On Sun, Jan 09, 2011 at 10:49:22PM +1300, Gareth Evans wrote: > Sorry, what command should I use to start smbd and capture the log? > If I use -F > filename.log, it seems to just daemonize and not log anything > (at least not to the piped log file or the log file in /var/log/samba)
Just start is as a normal daemon. Set "debug level = 10" and "max log size = 100000" in the smb.conf file and just start "smbd -D". Then it should log into the log file you set. If you compiled just with ./configure;make, it would show up under /usr/local/samba/var. With best regards, Volker Lendecke -- SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
