- 论坛徽章:
- 0
|
大家好,我的samba服务不知道怎么就处于maintenance模式了,大家帮我看看呀
这是我的smb.conf
[global]
netbios name = samba
workgroup = WORKGROUP
server string = samba server
log file = /var/adm/samba_log.%m
security = SHARE
guest account = guest
[samg]
comment = samg teams
path =/cdimages/samg
public = yes
writable = yes
read only = no
inherit acls = Yes
guest ok = no
valid users = samg , Alex
[asrm]
comment = ASRM
path =/cdimages/asrm
public = yes
create mask = 0664
directory mask = 0775
inherit acls = Yes
writable = yes
guest ok = no
valid users = asrm , Alex
这是 svcs -xv 的结果
svc:/network/samba:default (SMB file server)
State: maintenance since Tue Jan 19 10:15:01 2010
Reason: Method failed repeatedly.
See: http://sun.com/msg/SMF-8000-8Q
See: man -M /usr/sfw/man -s 1m smbd
See: man -M /usr/sfw/man -s 4 smb.conf
See: /var/svc/log/network-samba:default.log
Impact: This service is not running.
uname -a
SunOS sfbuild-cd 5.10 Generic_127111-06 sun4u sparc SUNW,Sun-Fire-V245 |
|