On Mon, Jul 19, 2010 at 6:20 PM, melbogia <melbo...@gmail.com> wrote: > I am trying to disable smb/server but it won't go into disable mode all the > way > > #svcs smb/server > STATE STIME FMRI > online* 14:09:11 svc:/network/smb/server:default > > #tail /var/svc/log/network-smb-server:default.log > [ Jul 19 14:18:33 Method or service exit timed out. Killing contract 105001. > ] > [ Jul 19 14:18:34 Method or service exit timed out. Killing contract 105001. > ] > [ Jul 19 14:18:35 Method or service exit timed out. Killing contract 105001. > ] > [ Jul 19 14:18:36 Method or service exit timed out. Killing contract 105001. > ] > [ Jul 19 14:18:37 Method or service exit timed out. Killing contract 105001. > ] > [ Jul 19 14:18:38 Method or service exit timed out. Killing contract 105001. > ] > > I tried to kill the service but I can't > > #pgrep -lf smbd > 14225 /usr/lib/smbsrv/smbd start > # kill -9 14225 > # pgrep -lf smbd > 14225 /usr/lib/smbsrv/smbd start > > Does anyone know what is wrong with the process? I'd rather not reboot the > machine.
There is a bug in the CIFS code that will cause that in OpenSolaris 2009.6. I don't remember exactly in which development build it was fixed but b134 should work fine. You'll have to reboot. If you don't have local access to this machine, let me advise you that the shutdown procedure may kill all the processes (including sshd) except for smbd. You may loose remote access and the server won't have rebooted. To avoid that, in this specific situation, I usually do the following: # bootadm update-archive -R / # uadmin 2 1 Your mileage may vary. -- Giovanni Tirloni gtirl...@sysdroid.com _______________________________________________ sysadmin-discuss mailing list sysadmin-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss