游魂 发表于 2006-1-26 12:08:26

samba启动时出错

我在配好samba时出现下列错误:
# /etc/init.d/smb restart
关闭 SMB 服务:                                          [失败]
关闭 NMB 服务:                                          [确定]
启动 SMB 服务:/etc/init.d/functions: line 83:2731 已放弃               $nice $*
                                                         [失败]
启动 NMB 服务:                                          [确定]
functions: line 83:
   82 # A function to start a program.
   83 daemon() {
   84         # Test syntax.
   85         local gotbase= force=
   86         local base= user= nice= bg= pid=
   87         nicelevel=0
   88         while [ "$1" != "${1##[-+]}" ]; do
   89         case $1 in
   90             '')    echo $"$0: Usage: daemon [+/-nicelevel] {program}"
   91                  return 1;;
   92             --check)
   93                  base=$2
   94                  gotbase="yes"
   95                  shift 2
   96                  ;;
   97             --check=?*)
   98                  base=${1#--check=}
   99                  gotbase="yes"
    100                  shift
请问是什么问题?
页: [1]
查看完整版本: samba启动时出错