I have managed to get Samba working between Solaris 2.6 and my Windows 2000 PC. I can see the shares ok on my PC and if I add a share in my smb.conf the PC registers this. However my smbd is not running and refuses to run. I am trying to run it along with the nmbd daemon (which works)from a simple script which I then execute. When I try and run 'smbclient -L samba_server' I get the following message:
Added interface ip=132.155.104.7 bcast=132.155.255.255 nmask=255.255.0.0
session request to TRENT failed
session request to *SMBSERVER failed
When I looked at the $SAMBA/var/log.smb these are the last few lines...
[2001/10/29 16:20:34, 1] smbd/server.c:main(614)
smbd version 2.0.0 started.
Copyright Andrew Tridgell 1992-1998
[2001/10/29 16:20:34, 1] smbd/files.c:file_init(219)
file_init: Information only: requested 10000 open files, 1014 are available.
[2001/10/29 16:20:34, 0] smbd/server.c:main(669)
standard input is not a socket, assuming -D option
[2001/10/29 16:20:34, 0] lib/util_sock.cpen_socket_in(663)
bind failed on port 139 socket_addr=0.0.0.0 (Address already in use)
I am not very up on how it all works but I am sure that even though things seem to be working, I should still have the smbd daemon running!
If its any help, I am using 'security = domain' and have assigned the Windows PDC as the 'password server'
What is going wrong?
Emma
Added interface ip=132.155.104.7 bcast=132.155.255.255 nmask=255.255.0.0
session request to TRENT failed
session request to *SMBSERVER failed
When I looked at the $SAMBA/var/log.smb these are the last few lines...
[2001/10/29 16:20:34, 1] smbd/server.c:main(614)
smbd version 2.0.0 started.
Copyright Andrew Tridgell 1992-1998
[2001/10/29 16:20:34, 1] smbd/files.c:file_init(219)
file_init: Information only: requested 10000 open files, 1014 are available.
[2001/10/29 16:20:34, 0] smbd/server.c:main(669)
standard input is not a socket, assuming -D option
[2001/10/29 16:20:34, 0] lib/util_sock.cpen_socket_in(663)
bind failed on port 139 socket_addr=0.0.0.0 (Address already in use)
I am not very up on how it all works but I am sure that even though things seem to be working, I should still have the smbd daemon running!
If its any help, I am using 'security = domain' and have assigned the Windows PDC as the 'password server'
What is going wrong?
Emma