Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2001 14:44:08 -0700
From:      "DrTebi" <drtebi@yahoo.com>
To:        "Bsd Newbie" <bsdneophyte@yahoo.com>, <freebsd-questions@freebsd.org>
Subject:   Re: samba connectivity problems...
Message-ID:  <006701c1460b$3526bbc0$c8e1b3d8@liquidground.com>
References:  <fa.midci4v.7hqvpc@ifi.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
- is inetd running?
- did you restart inetd/gave it a "HUP"? (killall -HUP inetd)
- try to use smbd and nmbd without inetd, just do
  /usr/local/samba/bin/smbd
  /usr/local/samba/bin/nmbd
- is your configuration OK? Do
  /usr/local/samba/bin/testparm
  or
  /usr/local/samba/bin/testparm > test; more test
  and try to see if everything is correct
- check out your error logs, they're usually in /usr/local/samba/var

You also might want to check out the online oreilly book at
http://www.oreilly.com/catalog/samba/chapter/book/

Good luck, feel free to ask me if you need more help.
DrTebi



----- Original Message -----
From: "Bsd Newbie" <bsdneophyte@yahoo.com>
Newsgroups: fa.freebsd.questions
To: <freebsd-questions@freebsd.org>
Sent: Tuesday, September 25, 2001 11:27 AM
Subject: samba connectivity problems...


>
> i'm trying to test Samba with the "smbclient" line
>
> when I type 'smbclient \\\\(hosname)\\public' (why are the slashes the dos
> way?)... I get the following error message:
>
> added interface ip=192.168.1.101 bcast=192.168.1.255 nmask=255.255.255.0
> error connecting to 192.168.1.101:139 (Connection refused)
> Connection to froggie5 failed
>
> I have the following entires in /etc/inetd.conf:
>
> netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd
> netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbd
>
> After I installed samba I ran "ps waux | grep inetd" ...
>
> I really don't know what's going on... I have a copy of "Samba Unleased"
> by Sams... but hasn't given a solution to my problem.
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo!
Messenger. http://im.yahoo.com
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006701c1460b$3526bbc0$c8e1b3d8>