New to Samba and Linux. I loaded Samba 3.0.14a ran ./configure ran make ran make install edited /etc/samba/smb.conf to what I want I try and run usr/local/samba/bin/smbd -d and I get bash command not found What do I need to do? Thanks! John W. ************************************ This e-mail and any files transmitted with it are proprietary and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender. Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of ITT Industries, Inc. The recipient should check this e-mail and any attachments for the presence of viruses. ITT Industries accepts no liability for any damage caused by any virus transmitted by this e-mail. ************************************
WINTERBERGER, JOHN A - SSD a ?crit :>New to Samba and Linux. > >I loaded Samba 3.0.14a >ran ./configure >ran make >ran make install >edited /etc/samba/smb.conf to what I want > >I try and run usr/local/samba/bin/smbd -d and I get bash command not >found > >What do I need to do? > >Thanks! >John W. > > > >************************************ >This e-mail and any files transmitted with it are proprietary and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender. Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of ITT Industries, Inc. The recipient should check this e-mail and any attachments for the presence of viruses. ITT Industries accepts no liability for any damage caused by any virus transmitted by this e-mail. >************************************ > >The exact command line is : /usr/local/samba/sbin/smbd -d -- St?phane Purnelle <stephane.purnelle@tiscali.be> Site Web : http://www.linuxplusvalue.be
sometime the smbd could be in different directory you can find the smbd file by using this command find / -name smbd In my case, it is in /usr/sbin I can run it as /usr/sbin/smbd -d (remember don't forget the first /) or better still you can run it wothout knowing the exact location by using the command service smb start if smb is part of the service available. Hope this will help you. On 7/13/05, WINTERBERGER, JOHN A - SSD <JOHN.WINTERBERGER@itt.com> wrote:> > New to Samba and Linux. > > I loaded Samba 3.0.14a > ran ./configure > ran make > ran make install > edited /etc/samba/smb.conf to what I want > > I try and run usr/local/samba/bin/smbd -d and I get bash command not > found > > What do I need to do? > > Thanks! > John W. > > > > ************************************ > This e-mail and any files transmitted with it are proprietary and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender. Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of ITT Industries, Inc. The recipient should check this e-mail and any attachments for the presence of viruses. ITT Industries accepts no liability for any damage caused by any virus transmitted by this e-mail. > ************************************ > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >