肉色超薄丝袜脚交一区二区,亚洲国产精品VA在线播放,又深又粗又爽又猛的视频,亚洲精品无码不卡在线播放
標(biāo)題:
[已解決]
WDCP面板打不開(kāi)
[打印本頁(yè)]
作者:
redpear
時(shí)間:
2016-8-17 11:52
標(biāo)題:
WDCP面板打不開(kāi)
本帖最后由 redpear 于 2016-8-17 12:12 編輯
下載
(309.75 KB)
2016-8-17 11:51
對(duì)應(yīng)的錯(cuò)誤文件為
#!/bin/sh
#
# wdcp - this script starts and stops the wdcp daemon
#
# chkconfig: - 85 15
# description: wdCP system
# processname: wdcp
# Url
http://www.gps-cemuyi.cn
# Last Updated 2010.06.01
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
# Check that networking is up.
[ "$NETWORKING" = "no" ] && exit 0
wdcp="/www/wdlinux/wdcp/wdcp"
prog=$(basename $wdcp)
lockfile=/var/lock/subsys/wdcp
start() {
echo -n $"Starting $prog: "
$wdcp &
echo_success
retval=$?
echo
[ $retval -eq 0 ] && touch $lockfile
return $retval
}
stop() {
echo -n $"Stopping $prog: "
killproc wdcp >/dev/null 2>&1
echo_success
retval=$?
echo
[ $retval -eq 0 ] && rm -f $lockfile
return $retval
}
restart() {
stop
start
}
uninstall() {
stop
rm -fr /www/wdlinux/wdcp
rm -f /etc/rc.d/init.d/wdcp
}
rh_status() {
status $prog
}
rh_status_q() {
rh_status >/dev/null 2>&1
}
case "$1" in
start)
rh_status_q && exit 0
$1
;;
stop)
rh_status_q || exit 0
$1
;;
restart)
$1
;;
status)
rh_status
;;
uninstall)
$1
;;
*)
echo $"Usage: $0 {start|stop|status|restart}"
exit 2
esac
圖片附件:
QQ截圖20160817114915.jpg
(2016-8-17 11:51, 309.75 KB) / 下載次數(shù) 10927
http://www.gps-cemuyi.cn/bbs/attachment.php?aid=6522&k=150b420b8cd96bb3d4ca46b578325573&t=1751197999&sid=Bnj3ss
作者:
redpear
時(shí)間:
2016-8-17 12:12
解決了,
問(wèn)題出現(xiàn)原因,可能是昨天在面板中點(diǎn)擊了 升級(jí),卻沒(méi)升級(jí)成功
ssh 中執(zhí)行了 wget http://wdcp3.wdlinux.cn/down/update.sh && sh update.sh
這個(gè)命令 面板可以訪問(wèn)了
作者:
redpear
時(shí)間:
2016-9-5 10:08
這個(gè)命令 面板可以訪問(wèn)了
歡迎光臨 WDlinux官方論壇 (http://www.gps-cemuyi.cn/bbs/)
Powered by Discuz! 7.2