Hello I found an issue with samba documentation on the website and in
the source archive. The document states to use "-B" with winbindd.
There is not a "-B" option for winbindd... I think it was intended to
be "-D" ?
[root@server source]# /usr/local/samba/sbin/winbindd -B
Invalid option -B: unknown option
Usage: winbindd [-?] [-?SFDinV] [-?|--help] [--usage] [-S|--stdout]
[-F|--foreground] [--no-process-group] [-D|--daemon] [-i|--interactive]
[-n|--no-caching] [-d|--debuglevel DEBUGLEVEL]
[-s|--configfile CONFIGFILE] [-l|--log-basename LOGFILEBASE]
[-V|--version]
http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/compiling.html#startingSamba
"""
Alternative: Starting smbd as a Daemon
To start the server as a daemon, you should create a script something
like this one, perhaps calling it startsmb.
#!/bin/sh
/usr/local/samba/sbin/smbd -D
/usr/local/samba/sbin/winbindd -B
/usr/local/samba/sbin/nmbd -D
"""
Great job on the documentation overall. I remember 10 years ago it
was much harder to read :) The HOW-TO's and EXAMPLES are especially
great.
Jason Ellison
Hi Jason, On Sat, Jan 17, 2009 at 03:40:20PM -0600, Jason Ellison wrote:> Hello I found an issue with samba documentation on the website and in > the source archive. The document states to use "-B" with winbindd. > There is not a "-B" option for winbindd... I think it was intended to > be "-D" ? > > [root@server source]# /usr/local/samba/sbin/winbindd -B > > Invalid option -B: unknown option > > Usage: winbindd [-?] [-?SFDinV] [-?|--help] [--usage] [-S|--stdout] > [-F|--foreground] [--no-process-group] [-D|--daemon] [-i|--interactive] > [-n|--no-caching] [-d|--debuglevel DEBUGLEVEL] > [-s|--configfile CONFIGFILE] [-l|--log-basename LOGFILEBASE] > [-V|--version]fixed with 7c1e0851. Will be included in the next releases. Thanks for reporting! Karolin -- 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 http://www.SerNet.DE, mailto: Info @ SerNet.DE -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20090119/f3895740/attachment.bin
Maybe Matching Threads
- samba 4.9.5 - joining Samba DC to existing Samba AD failed (ldbsearch has not -U and -V)
- what happened to smbclient?
- Updated from 2.2.8a to 3.0b3 gives smbtar newer failure
- samba 4.9.5 - joining Samba DC to existing Samba AD failed (ldbsearch has not -U and -V)
- Re: binary does not run on samba-3.0.26a