Code Monkey home page Code Monkey logo

baota-panel's Introduction

baota-paner 宝塔面板

dockerHub:

https://hub.docker.com/r/chenzhuoqi/baota/

How to run

docker run --rm -d -p 20:20 -p 21:21 -p 80:80 -p 443:443 -p 888:888 -p 8888:8888 -v $PWD/www:/www chenzhuoqi/baota:centos7.2-98617c88 bash /bootstrap.sh
# or
docker-compose up -d

How to visit

url:http://yourip:8888 username:admin password:64b0dfc8

How to persist data

www 目录是宝塔初始化需要的目录,将其挂载到容器里面,数据持久化


How to build

此镜像是是基于centos,run起来,安装宝塔面板,commit成的镜像

run centos镜像

# 宿主机
docker run -i -t -d -p 20:20 -p 21:21 -p 80:80 -p 443:443 -p 888:888 -p 8888:8888 -v $PWD/www:/www centos

docker ps

docker exec -it XXXXX bash

安装宝塔面板

# 容器
yum install -y initscripts
# 安装宝塔
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh

安装完了就可以看到账户名密码

Bt-Panel: http://xxxxxx:8888
username: admin
password: XXXXXX

停止宝塔服务,添加docker的启动脚本

service bt stop
# 更新www权限,不然不能拷贝文件
chmod -R 766 /www
# 增加启动脚本,sleep 10000000000000000000000000000000 是为了让docker容器一直活着
echo 'service bt start && sleep 10000000000000000000000000000000' > /bootstrap.sh
# 给启动脚本添加执行权限
chmod +x /bootstrap.sh

commit成镜像

# 将面板的初始数据共享出来,启动的时候再挂载进去
docker cp XXX(containerId):/www .
# commit镜像
docker commit XXX(containerId) baota:XXXXXX(password)

baota-panel's People

Contributors

chenzhuoqiatpatsnap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

baota-panel's Issues

在容器里面安装宝塔时,报权限错误

Collecting virtualenv
Downloading https://files.pythonhosted.org/packages/7c/17/9b7b6cddfd255388b58c61e25b091047f6814183e1d63741c8df8dcd65a2/virtualenv-16.1.0-py2.py3-none-any.whl (1.9MB)
100% |################################| 1.9MB 25kB/s
Installing collected packages: psutil, web.py, virtualenv
Running setup.py install for psutil ... done
Running setup.py install for web.py ... done
Successfully installed psutil-5.4.8 virtualenv-16.1.0 web.py-0.39
You are using pip version 9.0.3, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
mkdir: cannot create directory '/www/server/panel': Permission denied
mkdir: cannot create directory '/www/server/panel': Permission denied
mkdir: cannot create directory '/www/server/panel': Permission denied
mkdir: cannot create directory '/www/server/panel': Permission denied
/www/server/panel/certbot-auto: Permission denied
chmod: cannot access '/www/server/panel/certbot-auto': Permission denied
--2018-11-16 00:30:23-- http://103.224.251.67/install/src/panel.zip
Connecting to 103.224.251.67:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1774558 (1.7M) [application/zip]
Saving to: 'panel.zip'

100%[================================================================================================================================================================>] 1,774,558 1.01MB/s in 1.7s

2018-11-16 00:30:25 (1.01 MB/s) - 'panel.zip' saved [1774558/1774558]

--2018-11-16 00:30:25-- http://103.224.251.67/install/src/bt.init
Connecting to 103.224.251.67:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6464 (6.3K) [application/octet-stream]
Saving to: '/etc/init.d/bt'

100%[================================================================================================================================================================>] 6,464 --.-K/s in 0s

2018-11-16 00:30:25 (47.7 MB/s) - '/etc/init.d/bt' saved [6464/6464]

checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/404.html.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/default.db.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/default.sql.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/defaultDoc.html.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/libList.conf.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/node.json.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/phplib.conf.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/plugin.db.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/plugin.sql.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/port.pl.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/recycle_bin.pl.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/session.db.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/session.sql.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/sessions/.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/softList.conf.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/system.db.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/system.sql.
error: cannot create /www/server/panel/favicon.ico
Permission denied
checkdir error: cannot create /www/server/panel/install
Permission denied
unable to process panel/install/.
checkdir error: cannot create /www/server/panel/install
Permission denied
unable to process panel/install/install_soft.sh.
error: cannot create /www/server/panel/main.py
Permission denied
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/beta/.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/beta/beta_main.py.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/beta/index.html.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/beta/install.sh.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/phpguard/.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/phpguard/install.sh.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/index.html.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/install.sh.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/score_main.py.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/testcpu.c.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/dedecms.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/default.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/discuzx.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/discuzx2.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/discuzx3.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/ecshop.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/EmpireCMS.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/list.txt.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/mvc.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/phpcms.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/phpwind.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/thinkphp.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/wordpress.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/dabr.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/dedecms.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/default.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/discuz.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/discuzx.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/discuzx2.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/discuzx3.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/drupal.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/ecshop.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/emlog.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/EmpireCMS.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/laravel5.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/mvc.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/phpcms.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/phpwind.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/sablog.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/shopex.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/thinkphp.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/typecho.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/typecho2.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/wordpress.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/wp2.conf.
checkdir error: cannot create /www/server/panel/script
Permission denied
unable to process panel/script/.
checkdir error: cannot create /www/server/panel/script
Permission denied
unable to process panel/script/alioss_install.sh.
checkdir error: cannot create /www/server/panel/script
Permission denied
unable to process panel/script/backup.
checkdir error: cannot create /www/server/panel/script
Permission denied
unable to process panel/script/backup.py.
checkdir error: cannot create /www/server/panel/script
Permission denied
unable to process panel/script/GetOS.sh.
checkdir error: cannot create /www/server/panel/script
Permission denied
unable to process panel/script/install.sh.
checkdir error: cannot create /www/server/panel/script
Permission denied
unable to process panel/script/logsBackup.
checkdir error: cannot create /www/server/panel/script
Permission denied
unable to process panel/script/qiniu_install.sh.
checkdir error: cannot create /www/server/panel/script
Permission denied
unable to process panel/script/rememory.sh.
checkdir error: cannot create /www/server/panel/ssl
Permission denied
unable to process panel/ssl/.
checkdir error: cannot create /www/server/panel/ssl
Permission denied
unable to process panel/ssl/certificate.pem.
checkdir error: cannot create /www/server/panel/ssl
Permission denied
unable to process panel/ssl/privateKey.pem.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/css/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/css/bootstrap-theme.min.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/css/bootstrap.min.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/fonts/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.svg.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/.DS_Store.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/dialog/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/dialog/dialog.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/dialog/dialog.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/display/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/display/autorefresh.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/display/fullscreen.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/display/fullscreen.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/display/panel.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/display/placeholder.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/display/rulers.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/edit/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/edit/closebrackets.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/edit/closetag.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/edit/continuelist.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/edit/editAll.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/edit/matchbrackets.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/edit/matchtags.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/edit/trailingspace.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/hint/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/hint/anyword-hint.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/hint/css-hint.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/hint/html-hint.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/hint/javascript-hint.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/hint/show-hint.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/hint/show-hint.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/hint/sql-hint.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/hint/xml-hint.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/scroll/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/scroll/annotatescrollbar.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/scroll/scrollpastend.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/scroll/simplescrollbars.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/scroll/simplescrollbars.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/search/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/search/jump-to-line.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/search/match-highlighter.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/search/matchesonscrollbar.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/search/matchesonscrollbar.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/search/search.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/search/searchcursor.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/lib/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/lib/codemirror.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/lib/codemirror.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/mode/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/mode/modeAll.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/favicon.ico.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-cpu-active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-cpu.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-disk-active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-disk.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-mem-active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-mem.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-refresh.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-score.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-score.jpg.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-score1.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-score2.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ico-ts-score3.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/logo.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/move.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/reg_logo.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/reg_logo1.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/right.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ts-stamper1.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ts-stamper2.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/ts-stamper3.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/apache.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/Detailsbg.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/DrawRecordord.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico-close.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico-computer.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico-copy.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico-home.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/icon3.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/icon4.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-access.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-apk.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-avi.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-bmp.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-bt.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-c.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-cdr.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-cpp.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-cs.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-doc.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-docx.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-flv.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-gif.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-htm.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-html.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-java.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-jpeg.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-jpg.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-js.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-ltr.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-mht.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-mkv.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-mov.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-mp4.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-mpeg.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-mpg.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-pdf.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-php.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-png.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-pptx.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-psd.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-rm.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-rmvb.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-rocket.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-swf.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-url.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-webm.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-webp.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-wma.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-wmv.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-xls.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-xlsx.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/ico-xml.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_control.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_control_active.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_control_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_data.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_data_active.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_data_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_day.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_day_active.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_day_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_exit.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_exit_active.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_exit_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_firewall.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_firewall_active.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_firewall_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_folder.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_folder_active.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_folder_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_ftp.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_ftp_active.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_ftp_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_home.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_home_active.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_home_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_log.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_log_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_set.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_set_active.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_set_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_soft.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_soft_active.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_soft_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_web.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_web_active.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/menu_icon_web_active.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/rocket_min.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico_line.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ing.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ings.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/loading.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/morebtn.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/mysql.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/nginx.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/php.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/phpmyadmin.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/pure-ftpd.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/pureftpd.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ref-icon.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ser-icon.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-alioss.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-apache.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-beta.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-ftp.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-linuxsys.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-log.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-memcached.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-mysql.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-nginx.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-php.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-phpguard.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-phpmyadmin.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-psync.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-pure-ftpd.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-qiniu.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-redis.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-score.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-tomcat.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/success-pic.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/bootstrap.min.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/config.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/control.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/crontab.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/data.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/echarts.min.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/files.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/firewall.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/ftp.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/index.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/jquery-1.10.2.min.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/jquery-ui.min.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/jquery.contextify.min.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/jquery.dragsort-0.5.2.min.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/jquery.fly.min.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/public.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/requestAnimationFrame.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/site.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/soft.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/upload.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/Validform_v5.3.2_min.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/extend/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/extend/layer.ext.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/layer.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/mobile/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/mobile/layer.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/mobile/need/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/mobile/need/layer.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/default/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/default/close.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/default/close_hover.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/default/icon-ext.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/default/icon.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/default/layer.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/default/loading-0.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/default/loading-1.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/default/loading-2.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/layer.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/layer.ext.css.
error: cannot create /www/server/panel/task.py
Permission denied
error: cannot create /www/server/panel/tools.py
Permission denied
error: cannot create /www/server/panel/update.sh
Permission denied
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-deployment.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-memcached_soft.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-node.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-phpsafe.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-pureftpd.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-redis_soft.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-test.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-webhook.png.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/close.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/config.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/control.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/crontab.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/database.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/files.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/firewall.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/ftp.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/index.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/install.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/login.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/site.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/soft.html.
checkdir error: cannot create /www/server/panel/templates
Permission denied
unable to process panel/templates/default/template.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/css/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/css/install.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/css/login.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/css/site.css.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/deployment/.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/deployment/deployment_main.py.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/deployment/icon.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/deployment/index.html.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/deployment/info.json.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/deployment/install.sh.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/deployment/list.json.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/deployment/package/.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/deployment/ico-deployment.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/deployment/package.json.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/502Task.pl.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico-success.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-cmd-hover.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-cmd.png.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/apache/zblog.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/zblog.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/seacms.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/maccms.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/dbshop.conf.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/niushop.conf.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/deployment/type.json.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/public.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/config.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/database.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/panelPlugin.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/page.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/panelWaf.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/panelSSL.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/ftp.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/tomcat.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/panelMysql.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/panelPing.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/panelSafe.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/db.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/panelPort.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/fonts/.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/fonts/2.ttf.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/panelSite.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/common.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/vilidate.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/system.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/firewalls.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/firewalld.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/data.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/crontab.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/ajax.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/files.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/panelApi.py.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/type.json.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/list.json.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/css/ensite.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/css/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/English/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/English/lan.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/English/log.json.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/English/public.json.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/English/template.json.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/list.json.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/Simplified_Chinese/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/Simplified_Chinese/lan.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/Simplified_Chinese/log.json.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/Simplified_Chinese/public.json.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/Simplified_Chinese/template.json.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/language/zh-cn.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-gitlab.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-pm2.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-upyun.png.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/templates.pl.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/btyw/.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/btyw/btyw_main.py.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/btyw/icon.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/btyw/index.html.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/btyw/info.json.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/btyw/install.sh.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-btyw.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-docker.png.
checkdir error: cannot create /www/server/panel/data
Permission denied
unable to process panel/data/warning.json.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/beta/info.json.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/btyw/ico-btyw.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/btyw/ico-hot.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/phpguard/info.json.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/img/.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/img/ico-score.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/img/ico-ts-cpu-active.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/img/ico-ts-cpu.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/img/ico-ts-disk-active.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/img/ico-ts-disk.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/img/ico-ts-mem-active.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/img/ico-ts-mem.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/img/ico-ts-refresh.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/img/ico-ts-score.jpg.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/score/info.json.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-safelogin.png.
error: cannot create /www/server/panel/uninstall.sh
Permission denied
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/safelogin/.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/safelogin/icon.png.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/safelogin/index.html.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/safelogin/info.json.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/safelogin/install.sh.
checkdir error: cannot create /www/server/panel/plugin
Permission denied
unable to process panel/plugin/safelogin/safelogin_main.py.
checkdir error: cannot create /www/server/panel/install
Permission denied
unable to process panel/install/public.sh.
checkdir error: cannot create /www/server/panel/rewrite
Permission denied
unable to process panel/rewrite/nginx/weengine.conf.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/return-icon.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/tip_suu.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/label-icon.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-dns.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/laydate.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/theme/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/theme/default/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/theme/default/font/.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/theme/default/font/iconfont.eot.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/theme/default/font/iconfont.svg.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/theme/default/font/iconfont.ttf.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/theme/default/font/iconfont.woff.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/theme/default/laydate.css.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/fonts/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/bootstrap-3.3.5/css/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/mode/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/lib/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/search/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/scroll/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/hint/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/edit/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/display/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/codemirror/addon/dialog/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ico/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/theme/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/theme/default/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/laydate/theme/default/font/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/mobile/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/mobile/need/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/extend/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/layer/skin/default/index.html.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-rsync.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-mongodb.png.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/btkill.py.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/panelAuth.py.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/jquery.qrcode.min.js.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/images/weixin.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-app.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/icon-item.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/ns-loading.gif.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/qrCode.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/safety_ico.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/sCan.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-logs.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-masterslave.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-ss.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-txcos.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-yunsuo.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/account.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-task_manager.png.
checkdir error: cannot create /www/server/panel/vhost
Permission denied
unable to process panel/vhost/.
checkdir error: cannot create /www/server/panel/vhost
Permission denied
unable to process panel/vhost/apache/.
checkdir error: cannot create /www/server/panel/vhost
Permission denied
unable to process panel/vhost/apache/0.default.conf.
checkdir error: cannot create /www/server/panel/vhost
Permission denied
unable to process panel/vhost/nginx/.
checkdir error: cannot create /www/server/panel/vhost
Permission denied
unable to process panel/vhost/nginx/0.default.conf.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/wxapp.py.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-btwaf.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/img/soft_ico/ico-load_leveling.png.
checkdir error: cannot create /www/server/panel/static
Permission denied
unable to process panel/static/js/clipboard.min.js.
checkdir error: cannot create /www/server/panel/class
Permission denied
unable to process panel/class/testTree.py.
ERROR: Failed to download, please try again!

Mac下,Docker安装宝塔面板,权限报错,已经使用了--privileged=true

100%[================================================================================================================================================================>] 1,774,558 3.38MB/s in 0.5s

2018-11-16 00:47:30 (3.38 MB/s) - 'panel.zip' saved [1774558/1774558]

--2018-11-16 00:47:30-- http://download.bt.cn/install/src/bt.init
Resolving download.bt.cn (download.bt.cn)... 58.51.152.56, 58.51.152.59
Connecting to download.bt.cn (download.bt.cn)|58.51.152.56|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6464 (6.3K) [application/octet-stream]
Saving to: '/etc/init.d/bt'

100%[================================================================================================================================================================>] 6,464 --.-K/s in 0s

2018-11-16 00:47:30 (21.1 MB/s) - '/etc/init.d/bt' saved [6464/6464]

Listing /www/server/panel ...
Listing /www/server/panel/class ...
Compiling /www/server/panel/class/ajax.py ...
Compiling /www/server/panel/class/btkill.py ...
Compiling /www/server/panel/class/common.py ...
Compiling /www/server/panel/class/config.py ...
Compiling /www/server/panel/class/crontab.py ...
Compiling /www/server/panel/class/data.py ...
Compiling /www/server/panel/class/database.py ...
Compiling /www/server/panel/class/db.py ...
Compiling /www/server/panel/class/files.py ...
Compiling /www/server/panel/class/firewalld.py ...
Compiling /www/server/panel/class/firewalls.py ...
Listing /www/server/panel/class/fonts ...
Compiling /www/server/panel/class/ftp.py ...
Compiling /www/server/panel/class/page.py ...
Compiling /www/server/panel/class/panelApi.py ...
Compiling /www/server/panel/class/panelAuth.py ...
Compiling /www/server/panel/class/panelMysql.py ...
Compiling /www/server/panel/class/panelPing.py ...
Compiling /www/server/panel/class/panelPlugin.py ...
Compiling /www/server/panel/class/panelPort.py ...
Compiling /www/server/panel/class/panelSSL.py ...
Compiling /www/server/panel/class/panelSafe.py ...
Compiling /www/server/panel/class/panelSite.py ...
Compiling /www/server/panel/class/panelWaf.py ...
Compiling /www/server/panel/class/public.py ...
Compiling /www/server/panel/class/system.py ...
Compiling /www/server/panel/class/testTree.py ...
Compiling /www/server/panel/class/tomcat.py ...
Compiling /www/server/panel/class/vilidate.py ...
Compiling /www/server/panel/class/wxapp.py ...
Listing /www/server/panel/data ...
Listing /www/server/panel/data/sessions ...
Listing /www/server/panel/install ...
Listing /www/server/panel/logs ...
Compiling /www/server/panel/main.py ...
Listing /www/server/panel/plugin ...
Listing /www/server/panel/plugin/beta ...
Compiling /www/server/panel/plugin/beta/beta_main.py ...
Listing /www/server/panel/plugin/btyw ...
Compiling /www/server/panel/plugin/btyw/btyw_main.py ...
Listing /www/server/panel/plugin/deployment ...
Compiling /www/server/panel/plugin/deployment/deployment_main.py ...
Listing /www/server/panel/plugin/deployment/package ...
Listing /www/server/panel/plugin/phpguard ...
Listing /www/server/panel/plugin/safelogin ...
Compiling /www/server/panel/plugin/safelogin/safelogin_main.py ...
Listing /www/server/panel/plugin/score ...
Listing /www/server/panel/plugin/score/img ...
Compiling /www/server/panel/plugin/score/score_main.py ...
Listing /www/server/panel/rewrite ...
Listing /www/server/panel/rewrite/apache ...
Listing /www/server/panel/rewrite/nginx ...
Listing /www/server/panel/script ...
Compiling /www/server/panel/script/backup.py ...
Listing /www/server/panel/ssl ...
Listing /www/server/panel/static ...
Listing /www/server/panel/static/bootstrap-3.3.5 ...
Listing /www/server/panel/static/bootstrap-3.3.5/css ...
Listing /www/server/panel/static/bootstrap-3.3.5/fonts ...
Listing /www/server/panel/static/codemirror ...
Listing /www/server/panel/static/codemirror/addon ...
Listing /www/server/panel/static/codemirror/addon/dialog ...
Listing /www/server/panel/static/codemirror/addon/display ...
Listing /www/server/panel/static/codemirror/addon/edit ...
Listing /www/server/panel/static/codemirror/addon/hint ...
Listing /www/server/panel/static/codemirror/addon/scroll ...
Listing /www/server/panel/static/codemirror/addon/search ...
Listing /www/server/panel/static/codemirror/lib ...
Listing /www/server/panel/static/codemirror/mode ...
Listing /www/server/panel/static/css ...
Listing /www/server/panel/static/images ...
Listing /www/server/panel/static/img ...
Listing /www/server/panel/static/img/ico ...
Listing /www/server/panel/static/img/soft_ico ...
Listing /www/server/panel/static/js ...
Listing /www/server/panel/static/language ...
Listing /www/server/panel/static/language/English ...
Listing /www/server/panel/static/language/Simplified_Chinese ...
Listing /www/server/panel/static/laydate ...
Listing /www/server/panel/static/laydate/theme ...
Listing /www/server/panel/static/laydate/theme/default ...
Listing /www/server/panel/static/laydate/theme/default/font ...
Listing /www/server/panel/static/layer ...
Listing /www/server/panel/static/layer/extend ...
Listing /www/server/panel/static/layer/mobile ...
Listing /www/server/panel/static/layer/mobile/need ...
Listing /www/server/panel/static/layer/skin ...
Listing /www/server/panel/static/layer/skin/default ...
Compiling /www/server/panel/task.py ...
Listing /www/server/panel/templates ...
Listing /www/server/panel/templates/default ...
Compiling /www/server/panel/tools.py ...
Listing /www/server/panel/vhost ...
Listing /www/server/panel/vhost/apache ...
Listing /www/server/panel/vhost/nginx ...
Listing /www/server/panel/vhost/rewrite ...
chmod: cannot access '/www/server/panel/main.pyc': Permission denied
chmod: cannot access '/www/server/panel/task.py': Permission denied
chmod: cannot access '/www/server/panel/rewrite': Permission denied
chmod: cannot access '/www/server/panel/ssl': Permission denied
chmod: cannot access '/www/server/panel/favicon.ico': Permission denied
chmod: cannot access '/www/server/panel/install': Permission denied
chmod: cannot access '/www/server/panel/uninstall.sh': Permission denied
chmod: cannot access '/www/server/panel/tools.pyc': Permission denied
chmod: cannot access '/www/server/panel/task.pyc': Permission denied
chmod: cannot access '/www/server/panel/tools.py': Permission denied
chmod: cannot access '/www/server/panel/plugin': Permission denied
chmod: cannot access '/www/server/panel/script': Permission denied
chmod: cannot access '/www/server/panel/update.sh': Permission denied
chmod: cannot access '/www/server/panel/logs': Permission denied
chmod: cannot access '/www/server/panel/vhost': Permission denied
chmod: cannot access '/www/server/panel/certbot-auto': Permission denied
chmod: cannot access '/www/server/panel/static': Permission denied
chmod: cannot access '/www/server/panel/class': Permission denied
chmod: cannot access '/www/server/panel/templates': Permission denied
chmod: cannot access '/www/server/panel/main.py': Permission denied
chmod: cannot access '/www/server/panel/data': Permission denied
chmod: cannot access '/www/server/panel/certbot-auto': Permission denied
chmod: cannot access '/www/server/panel/script': Permission denied
install.sh: line 531: /www/server/panel/data/port.pl: Permission denied
/etc/init.d/bt: line 15: cd: /www/server/panel: Permission denied
Starting Bt-Panel... cat: data/port.pl: No such file or directory
failed

python: can't open file 'main.pyc': [Errno 2] No such file or directory

Error: BT-Panel service startup failed.
install.sh: line 534: cd: /www/server/panel/: Permission denied
python: can't open file 'tools.py': [Errno 2] No such file or directory
python: can't open file 'tools.py': [Errno 2] No such file or directory
install.sh: line 538: /www/server/panel/default.pl: Permission denied
chmod: cannot access '/www/server/panel/default.pl': Permission denied
ERROR: The BT-Panel service startup failed.

[root@4ba9048405f2 /]#

docker 重新部署宝塔问题

1、 重新部署后导致etc/init.d下的命令全部失效;
2、重新up安装后导致php服务不能正常运行;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.