日本少妇高潮pics,欧美成人伊人久久综合网,99v久久综合狠狠综合久久,99精品久久精品一区二区
標題:
[已解決]
WDCP面板打不開
[打印本頁]
作者:
redpear
時間:
2016-8-17 11:52
標題:
WDCP面板打不開
本帖最后由 redpear 于 2016-8-17 12:12 編輯
下載
(309.75 KB)
2016-8-17 11:51
對應的錯誤文件為
#!/bin/sh
#
# wdcp - this script starts and stops the wdcp daemon
#
# chkconfig: - 85 15
# description: wdCP system
# processname: wdcp
# Url
http://www.szkyjg.com
# 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ù) 10263
http://www.szkyjg.com/bbs/attachment.php?aid=6522&k=95512021bbb3d7fe40ebc366c729b92d&t=1746314543&sid=ccclCq
作者:
redpear
時間:
2016-8-17 12:12
解決了,
問題出現(xiàn)原因,可能是昨天在面板中點擊了 升級,卻沒升級成功
ssh 中執(zhí)行了 wget http://wdcp3.wdlinux.cn/down/update.sh && sh update.sh
這個命令 面板可以訪問了
作者:
redpear
時間:
2016-9-5 10:08
這個命令 面板可以訪問了
歡迎光臨 WDlinux官方論壇 (http://www.szkyjg.com/bbs/)
Powered by Discuz! 7.2