L.S. very new to SAMBA and having a problem after installation immediately. I used samba-2.2.1a and gcc-3.0 on Solaris 2.7. Upto "make install" everything went smoothly. After creating it I tested the configuration file:>orca# bin/testparm >Load smb config files from /usr/local/samba/lib/smb.conf >Processing section "[homes]" >Processing section "[tmp]" >Loaded services file OK. >Press enter to see a dump of your service definitions > [stuff deleted] > msdfs root = No > >[homes] > read only = No > >[tmp] > comment = temporary files > path = /tmpSo this seems ok to me. Then I started the nmb daemon:>orca# /usr/local/samba/bin/nmbd -D -l/usr/local/samba/var/log \ >-s/usr/local/samba/lib/smb.confI used smbclient to see if everything went ok. I got an error immediately. Can somebody tell me what's wrong here?>orca# bin/smbclient -L orca >added interface ip=145.12.163.32 bcast=145.12.255.255 nmask=255.255.0.0 >Password: >Anonymous login successful >Domain=[orca_dom] OS=[UNIX 5.7 Generic_106541-02] Server=[SunLink Server] > > Sharename Type Comment > --------- ---- ------- >Error returning browse list: code 0 > > Server Comment > --------- ------- > ORCA SunLink Server > > Workgroup Master > --------- ------- > ORCA_DOM ORCAThe next step for testing doesn't work either:>orca# bin/smbclient //orca/franks >added interface ip=145.12.163.32 bcast=145.12.255.255 nmask=255.255.0.0 >Password:[used my password here] >session setup failed: ERRDOS - ERRnoaccess (Access denied.)And after I entered a blank password:>orca# bin/smbclient //orca/franks >added interface ip=145.12.163.32 bcast=145.12.255.255 nmask=255.255.0.0 >Password: >Anonymous login successful >Domain=[orca_dom] OS=[UNIX 5.7 Generic_106541-02] Server=[SunLink Server] >tree connect failed: ERRDOS - ERRnoaccess (Access denied.)regards frank Frank Storbeck RIVO - Netherlands Intitute for Fisheries Research Dept. Biology & Ecology. transport Haringkade 1 1976 CP IJmuiden NL smail P.O. Box 68 1970 AB IJmuiden NL work +31 255 564790 facs +31 255 564644 home +31 72 5092910 mobile +31 6 26546790 email <mailto:franks@rivo.wag-ur.nl> web <http://www.rivo.wag-ur.nl/~franks> pgp <http://pki.surfnet.nl/extract.html>
On Tue, Sep 25, 2001 at 12:41:37PM +0200, Frank Storbeck wrote:> L.S. > > very new to SAMBA and having a problem after installation immediately. > I used samba-2.2.1a and gcc-3.0 on Solaris 2.7. Upto "make install"My only helpful comment is: Samba does not offer easy or quick gratification. Read the book that comes with the samba distribution. I know that sounds like a lot but it will save a great deal of your time. Then, you can answer my questions. Joel