四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区
標(biāo)題:
[已解決]
WDCP面板打不開
[打印本頁]
作者:
redpear
時(shí)間:
2016-8-17 11:52
標(biāo)題:
WDCP面板打不開
本帖最后由 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://cd-genova.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ù) 10090
http://cd-genova.com/bbs/attachment.php?aid=6522&k=a0026288eedb57783a4b88014b5dccbb&t=1743967864&sid=1l0rP3
作者:
redpear
時(shí)間:
2016-8-17 12:12
解決了,
問題出現(xiàn)原因,可能是昨天在面板中點(diǎn)擊了 升級(jí),卻沒升級(jí)成功
ssh 中執(zhí)行了 wget http://wdcp3.wdlinux.cn/down/update.sh && sh update.sh
這個(gè)命令 面板可以訪問了
作者:
redpear
時(shí)間:
2016-9-5 10:08
這個(gè)命令 面板可以訪問了
歡迎光臨 WDlinux官方論壇 (http://cd-genova.com/bbs/)
Powered by Discuz! 7.2