heya,

I'm attempting to share a ZFS filesystem via CIFS, using:

zfs sharesmb=on rpool/test

The error message I get is:

SMB: Unable to enable service

Previously, when I tried to enable the service:

[EMAIL PROTECTED]:/rpool/test# svcadm enable -r smb/server
svcadm: svc:/milestone/network depends on svc:/network/physical, which has 
multiple instances.

I'd read somewhere that this was simply a warning message, that I could safely 
ignore (but I'm not 100% sure).

Checking on services:

[EMAIL PROTECTED]:/rpool/test# svcs -x
svc:/network/ntp:default (Network Time Protocol (NTP))
State: maintenance since 30 September 2008 10:57:03 PM
Reason: Restarter svc:/system/svc/restarter:default gave no explanation.
See: http://sun.com/msg/SMF-8000-9C
See: xntpd(1M)
See: ntpdate(1M)
See: ntpq(1M)
See: /var/svc/log/network-ntp:default.log
Impact: This service is not running.
svc:/network/smb/server:default (smbd daemon)
State: maintenance since 3 October 2008 11:27:36 PM
Reason: Method failed.
See: http://sun.com/msg/SMF-8000-8Q
See: smbd(1M)
See: /var/svc/log/network-smb-server:default.log
Impact: This service is not running.

Running "svcs | grep smb", it seems to be in maintenance (?):

[EMAIL PROTECTED]:/rpool/test# svcs | grep smb
maintenance Oct_03 svc:/network/smb/server:default

The smb-server log file:

[EMAIL PROTECTED]:/rpool/test# cat /var/svc/log/network-smb-server\:default.log 
[ Sep 20 00:41:40 Disabled. ]
[ Sep 20 00:41:40 Rereading configuration. ]
[ Sep 20 00:42:05 Enabled. ]
[ Sep 20 00:42:05 Executing start method ("/usr/lib/smbsrv/smbd start"). ]
smbd: NetBIOS services started
[ Sep 20 00:42:06 Method "start" exited with status 0. ]
[ Sep 30 22:50:29 Stopping because service disabled. ]
[ Sep 30 22:50:29 Executing stop method (:kill). ]
[ Sep 30 22:51:29 Method or service exit timed out. Killing contract 109. ]
[ Dec 28 11:00:05 Enabled. ]
[ Dec 28 11:00:15 Rereading configuration. ]
[ Dec 28 11:00:23 Executing start method ("/usr/lib/smbsrv/smbd start"). ]
smbd: NetBIOS services started
[ Dec 28 11:00:24 Method "start" exited with status 0. ]
[ Sep 30 23:55:57 Stopping because process dumped core. ]
[ Sep 30 23:55:57 Executing stop method (:kill). ]
[ Sep 30 23:55:57 Executing start method ("/usr/lib/smbsrv/smbd start"). ]
smbd: NetBIOS services started
[ Sep 30 23:55:58 Method "start" exited with status 0. ]
[ Oct 3 23:26:35 Stopping because service disabled. ]
[ Oct 3 23:26:35 Executing stop method (:kill). ]
[ Oct 3 23:27:36 Method or service exit timed out. Killing contract 95. ]

Also, /var/adm/messages doesn't seem to contain much relevant, the last few 
lines of it:

Oct 19 06:43:13 opensolaris-minotaur idmap[446]: [ID 153168 daemon.notice] 
Couldn't open and SASL bind LDAP connections to any domain controllers; 
discovery of some items will fail
Oct 19 16:23:14 opensolaris-minotaur idmap[446]: [ID 153168 daemon.notice] 
Couldn't open and SASL bind LDAP connections to any domain controllers; 
discovery of some items will fail
Oct 20 02:03:15 opensolaris-minotaur idmap[446]: [ID 153168 daemon.notice] 
Couldn't open and SASL bind LDAP connections to any domain controllers; 
discovery of some items will fail
Oct 20 11:43:16 opensolaris-minotaur idmap[446]: [ID 153168 daemon.notice] 
Couldn't open and SASL bind LDAP connections to any domain controllers; 
discovery of some items will fail
Oct 20 21:23:18 opensolaris-minotaur idmap[446]: [ID 153168 daemon.notice] 
Couldn't open and SASL bind LDAP connections to any domain controllers; 
discovery of some items will fail
Oct 21 07:03:19 opensolaris-minotaur idmap[446]: [ID 153168 daemon.notice] 
Couldn't open and SASL bind LDAP connections to any domain controllers; 
discovery of some items will fail
Oct 21 16:43:20 opensolaris-minotaur idmap[446]: [ID 153168 daemon.notice] 
Couldn't open and SASL bind LDAP connections to any domain controllers; 
discovery of some items will fail
Oct 22 02:23:21 opensolaris-minotaur idmap[446]: [ID 153168 daemon.notice] 
Couldn't open and SASL bind LDAP connections to any domain controllers; 
discovery of some items will fail
Oct 22 12:03:22 opensolaris-minotaur idmap[446]: [ID 153168 daemon.notice] 
Couldn't open and SASL bind LDAP connections to any domain controllers; 
discovery of some items will fail
Oct 22 21:43:23 opensolaris-minotaur idmap[446]: [ID 153168 daemon.notice] 
Couldn't open and SASL bind LDAP connections to any domain controllers; 
discovery of some items will fail

Is there something I've forgotten to do?

Thanks,
Victor
--
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