Date: Sun, 16 Nov 2003 11:23:37 -0800 From: "Derrick Ryalls" <ryallsd@datasphereweb.com> To: "'Marty Landman'" <MLandman@face2interface.com>, <freebsd-questions@FreeBSD.org> Subject: RE: Samba question Message-ID: <A99A5AC30F74624388EE5F757BA58A20D7A02B@RED-MSG-50.redmond.corp.microsoft.com> In-Reply-To: <6.0.0.22.0.20031115211837.0601e780@pop.face2interface.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Ok, I think this is a mess now. First I tried the toot in the > FBSD Diary, > and now the chapter 2 toot from O'Reilly. My Samba install is > likely way > out of rhythm! Still it's so close - I can see the share on > windoz explorer > but can't access it that maybe others here can help. > > Here's most of what's in my /usr/local/etc/smb.conf (the test > path, i.e. my > share is chmod 777) > > [global] > > workgroup = Face2Interface > server string = Samba Server > hosts allow = 192.168.0. 127. > > [test] > comment = For testing only, please > path = /usr/local/www/data > read only = yes > guest ok = yes CUPS is mentioned in the logs, and you don't seem to know what it is, so do you have a line similar to: printing = cups in smb.conf? If you don't need cups, don't list it in smb.conf. I have seen cases where a cups/smb mismatch killed samba. If you do need cups, make sure it accepts connections from localhost (should be default case). Also, did you define guest in smb.conf and did you create the acct with smbpasswd -a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A99A5AC30F74624388EE5F757BA58A20D7A02B>