99精品国产综合久久久久五月天,免费观看欧美大片毛片不用播放器 ,AV无码理论片在线观看免费网站,国产精品国产成人国产三级
標(biāo)題:
[已解決]
WDCP面板打不開
[打印本頁]
作者:
redpear
時間:
2016-8-17 11:52
標(biāo)題:
WDCP面板打不開
本帖最后由 redpear 于 2016-8-17 12:12 編輯
下載
(309.75 KB)
2016-8-17 11:51
對應(yīng)的錯誤文件為
#!/bin/sh
#
# wdcp - this script starts and stops the wdcp daemon
#
# chkconfig: - 85 15
# description: wdCP system
# processname: wdcp
# Url
http://fudaan.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ù) 10169
http://fudaan.com/bbs/attachment.php?aid=6522&k=aa5df8358aa1755f24aa1fce8b518762&t=1745278614&sid=hJvV9s
作者:
redpear
時間:
2016-8-17 12:12
解決了,
問題出現(xiàn)原因,可能是昨天在面板中點(diǎn)擊了 升級,卻沒升級成功
ssh 中執(zhí)行了 wget http://wdcp3.wdlinux.cn/down/update.sh && sh update.sh
這個命令 面板可以訪問了
作者:
redpear
時間:
2016-9-5 10:08
這個命令 面板可以訪問了
歡迎光臨 WDlinux官方論壇 (http://fudaan.com/bbs/)
Powered by Discuz! 7.2