cxbii
2013-12-10 17:29 deepin
安装inode客户端 无法使用
执行./install.sh 后显示
root@zhuai-Lenovo-IdeaPad-Y480:/usr/iNodeClient# ./install.sh
./install.sh: 188: ./install.sh: chkconfig: not found
./install.sh: 189: ./install.sh: chkconfig: not found
./install.sh: 190: ./install.sh: chkconfig: not found
Starting AuthenMngService: OK
虽然服务启动了 但是无法使用,打不开,打开install.sh 检查了188,189,190行,内容是(加粗下划线红色部分是188-190行,)
fi
> ./enablecards.ps
update-rc.d iNodeAuthService defaults 80 01 > /dev/null 2>&1
else
mv -f ./iNodeAuthService /etc/init.d
chmod 755 /etc/init.d/iNodeAuthService
rm -f ./iNodeAuthService_ubuntu
[color=#FF0000:r8xnr5o7]chkconfig --add iNodeAuthService
chkconfig --level 35 iNodeAuthService on
chkconfig --level 01246 iNodeAuthService off[/color:r8xnr5o7]
救急啊 请大神们指点~谢谢
Reply Like 0 View the author
执行./install.sh 后显示
root@zhuai-Lenovo-IdeaPad-Y480:/usr/iNodeClient# ./install.sh
./install.sh: 188: ./install.sh: chkconfig: not found
./install.sh: 189: ./install.sh: chkconfig: not found
./install.sh: 190: ./install.sh: chkconfig: not found
Starting AuthenMngService: OK
虽然服务启动了 但是无法使用,打不开,打开install.sh 检查了188,189,190行,内容是(加粗下划线红色部分是188-190行,)
fi
> ./enablecards.ps
update-rc.d iNodeAuthService defaults 80 01 > /dev/null 2>&1
else
mv -f ./iNodeAuthService /etc/init.d
chmod 755 /etc/init.d/iNodeAuthService
rm -f ./iNodeAuthService_ubuntu
[color=#FF0000:2kifmvj1]chkconfig --add iNodeAuthService
chkconfig --level 35 iNodeAuthService on
chkconfig --level 01246 iNodeAuthService off[/color:2kifmvj1]
救急啊 请大神们指点~谢谢