Greg J. Zartman, P.E.
2004-Oct-11 15:59 UTC
[Samba] Starting Samba 3.0.7 using -F -S flags
I'm attempting to start smbd and nmbd using the -F -S flags, but get the following: added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0 added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 standard input is not a socket, assuming -D option Seems that Samba is defaulting back to the -D flag. Any ideas? Thank you. Greg -- Greg J. Zartman, P.E. Vice-President Logging Engineering International, Inc. 1243 West 7th Avenue Eugene, Oregon 97402 Voice 541-683-8383 Fax 541-683-8144 www.leiinc.com
Greg J. Zartman, P.E. wrote:> I'm attempting to start smbd and nmbd using the -F -S flags, but get the > following: > > > added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0 > added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 > standard input is not a socket, assuming -D option > > Seems that Samba is defaulting back to the -D flag. > > Any ideas?If you want to run it from a command line use also '-i' (interactive mode) flag. Without '-i' smbd assumes it was called from inetd deamon. Hope it helps, Igor