[email protected] said: > From: /var/svc/log/network-smb-server:default.log > [ Mar 28 13:27:06 Executing start method ("/usr/lib/smbsrv/smbd start"). ] > smbd: NetBIOS services started > smbd: kernel bind error: Address already in use > smbd: daemon initialization failed > [ Mar 28 13:27:06 Method "start" exited with status 95. ]
Harry, This error message in general means that the socket is already in use. In practice, it usually means the service is already (still?) running, but it could also mean that something else (maybe "samba") is making use of the socket. You may find a clue using "netstat -a" (or "-an"), and look for ports 445, 137, 138, 139 being in use. 445 would be used by both the kernel CIFS (smb/server) and by samba, for example. So only one such service could be running at a time. Regards, Marion _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
