hi yall, after about ~10hrs of scouring i am not able to solve these issues. its a fresh install of SunOS 2008.11. i can not set up a smb share. smbd doesn't appear to be starting.
# svcadm enable -r smb/server svcadm: svc:/milestone/network depends on svc:/network/physical, which has multiple instances. # svcs -xv svc:/network/smb/server:default (smbd daemon) State: maintenance since Sat Apr 04 23:23:19 2009 Reason: Start method exited with $SMF_EXIT_ERR_FATAL. See: http://sun.com/msg/SMF-8000-KS See: man -M /usr/share/man -s 1M smbd See: /var/svc/log/network-smb-server:default.log Impact: This service is not running. then when i check the log... [i]# cat /var/svc/log/network-smb-server\:default.log [ Apr 4 22:33:31 Enabled. ] [ Apr 4 22:33:31 Executing start method ("/usr/lib/smbsrv/smbd start"). ] smbd: NetBIOS services started smbd: kernel bind error: No such file or directory smbd: daemon initialization failed [ Apr 4 22:33:32 Method "start" exited with status 95. ][/i] this... [i]# modinfo | grep smbsrv[/i] returns nothing, implying that its not installed (right?) then i do this, [i]# svcadm disable smb/server # cat /var/svc/log/network-smb-server\:default.log [ Apr 4 22:33:31 Enabled. ] [ Apr 4 22:33:31 Executing start method ("/usr/lib/smbsrv/smbd start"). ] smbd: NetBIOS services started smbd: kernel bind error: No such file or directory smbd: daemon initialization failed [ Apr 4 22:33:32 Method "start" exited with status 95. ] [ Apr 4 23:11:52 Leaving maintenance because disable requested. ] [ Apr 4 23:11:52 Disabled. ][/i] to stop it and view the log. looks like its turned off. in an attempt to reload smbsrv, i try to remove the old module... [i]# rem_drv smbsrv Driver (smbsrv) not installed.[/i] after running two cool utilities from genunix, cifs-chkcfg and cifs-gendiag [i]$ ./cifs-chkcfg CIFS driver (smbsrv) is not installed make sure CIFS packages are installed properly[/i] so that says it plain. now trying to install it [i]# add_drv smbsrv Cannot find module (smbsrv).[/i] theres a good chance im doing something wrong right here, but what i dont know. I dont know what else to check or do. So i reach out to you for help. I set this up so far right from sun's documents about CIFS/SMB. am i doing anything clearly wrong? -- This message posted from opensolaris.org _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
