Hi Victor,

I'm also running a server on ESX 3.5, and had the same "SMB: Unable to enable 
service" error.

Running "svcadm enable -r smb/server" manually appeared to work fine, but the 
shares were still unavailable.

I found that the system clock was again out of sync, and was able to get the 
shares back online by running:
# ntpdate -server-
# svcadm disable smb/server
# svcadm enable -r smb/server
# zfs set sharesmb=on pool

I believe the ESX time of day error is a bug, it's certainly logged on Bugzilla 
(I added a comment yesterday), and apparently works fine in Solaris and snv 
prior to build 91:
http://defect.opensolaris.org/bz/show_bug.cgi?id=4788

Ross
-- 
This message posted from opensolaris.org
_______________________________________________
cifs-discuss mailing list
cifs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

Reply via email to