-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
部署完成以后浏览器打不开青龙面板,一直转圈 #2164
Comments
root@qinglong:/ql $ ql check 开始执行... 2023-11-02 11:13:49=====> 开始检测 changed 1 package in 5s 检测到旧的scripts目录,拷贝到data目录... 检测到旧的log目录,拷贝到data目录... 检测到旧的config目录,拷贝到data目录... Writing to /root/.config/pip/pip.conf Done in 6s Done in 16.9s ---> 配置文件检测完成 ---> 2. 开始安装青龙依赖 安装 /ql 依赖包... devDependencies: skipped
Done in 8.7s ---> 3. 开始安装脚本依赖 安装 /ql/data/scripts 依赖包... devDependencies: skipped Done in 4.9s ---> 1. 复制通知文件 ---> 复制一份 /ql/sample/notify.py 为 /ql/data/scripts/notify.py '/ql/sample/notify.py' -> '/ql/data/scripts/notify.py' ---> 复制一份 /ql/sample/notify.js 为 /ql/data/scripts/sendNotify.js '/ql/sample/notify.js' -> '/ql/data/scripts/sendNotify.js' ---> 2. 复制nginx配置文件 '/ql/docker/nginx.conf' -> '/etc/nginx/nginx.conf' =====> 检测面板 <script src="./api/env.js"></script> <script src="https://gw.alipayobjects.com/os/lib/react/18.2.0/umd/react.production.min.js"></script> <script src="https://gw.alipayobjects.com/os/lib/react-dom/18.2.0/umd/react-dom.production.min.js"></script> <script src="./umi.9ffa4b49.js"></script>=====> 面板服务启动正常 =====> 检测nginx服务 =====> nginx服务正常 ---> pm2日志 =====> 检测后台 [PM2][WARN] Applications schedule, public, panel not running, starting... Fatal error in , line 0Check failed: page_allocator->DiscardSystemPages( reinterpret_cast<void*>(memory_area.begin()), memory_area.size()).#FailureMessage Object: 0x7ffff46658 =====> 检测结束 执行结束... 2023-11-02 11:20:11 耗时 382 秒 |
root@QWRT:~# docker logs qinglong '/ql/docker/nginx.conf' -> '/etc/nginx/nginx.conf' '/ql/sample/config.sample.sh' -> '/ql/data/config/config.sh' 检测到config配置目录下不存在env.sh,创建一个空文件用于初始化... 复制一份 /ql/sample/task.sample.sh 为 /ql/data/config/task_before.sh '/ql/sample/task.sample.sh' -> '/ql/data/config/task_before.sh' 复制一份 /ql/sample/task.sample.sh 为 /ql/data/config/task_after.sh '/ql/sample/task.sample.sh' -> '/ql/data/config/task_after.sh' 复制一份 /ql/sample/extra.sample.sh 为 /ql/data/config/extra.sh '/ql/sample/extra.sample.sh' -> '/ql/data/config/extra.sh' 复制一份 /ql/sample/auth.sample.json 为 /ql/data/config/auth.json '/ql/sample/auth.sample.json' -> '/ql/data/config/auth.json' 复制一份 /ql/sample/notify.py 为 /ql/data/scripts/notify.py '/ql/sample/notify.py' -> '/ql/data/scripts/notify.py' 复制一份 /ql/sample/notify.js 为 /ql/data/scripts/sendNotify.js '/ql/sample/notify.js' -> '/ql/data/scripts/sendNotify.js' 复制一份 /ql/sample/notify.js 为 /ql/data/deps/sendNotify.js '/ql/sample/notify.js' -> '/ql/data/deps/sendNotify.js' 复制一份 /ql/sample/notify.py 为 /ql/data/deps/notify.py '/ql/sample/notify.py' -> '/ql/data/deps/notify.py' ======================2. 安装依赖======================== 检测到旧的db目录,拷贝到data目录... 检测到旧的scripts目录,拷贝到data目录... 检测到旧的log目录,拷贝到data目录... 检测到旧的config目录,拷贝到data目录... 安装 /ql/data/scripts 依赖包... ╭──────────────────────────────────────────────────────────────────╮ Packages are hard linked from the content-addressable store to the virtual store. dependencies:
devDependencies: skipped Done in 10.3s ======================3. 启动nginx======================== nginx启动成功... ======================4. 启动pm2服务======================== [PM2][WARN] Applications schedule, public, panel not running, starting... 容器启动成功... crond[260]: crond (busybox 1.36.1) started, log level 8 '/ql/docker/nginx.conf' -> '/etc/nginx/nginx.conf' 检测到旧的db目录,拷贝到data目录... 检测到旧的scripts目录,拷贝到data目录... 检测到旧的log目录,拷贝到data目录... 检测到旧的config目录,拷贝到data目录... Writing to /root/.config/pip/pip.conf ======================3. 启动nginx======================== nginx启动成功... ======================4. 启动pm2服务======================== [PM2] Spawning PM2 daemon with pm2_home=/root/.pm2 Fatal error in , line 0Check failed: page_allocator->DiscardSystemPages( reinterpret_cast<void*>(memory_area.begin()), memory_area.size()).#FailureMessage Object: 0x7fea5727b8 自定义脚本后台执行中... ############################################################ 容器启动成功... crond[205]: crond (busybox 1.36.1) started, log level 8 |
用2.10.13版本是正常的最新的2.16.X都不行 |
记得新老版本配置文件不同样,不适用旧配置搭建个新的试试呢。 |
用了2.15.0的也可以,2.16.x的都不行,试过了 |
是不是玩客云之类的,参考 #897 (comment) |
好的 谢谢!我是用的路由器,op系统。目前用2.15.0没问题了。 |
Qinglong version
最新拉取
Steps to reproduce
部署完成以后浏览器打不开青龙面板
What is expected?
重新部署多次。重新安装docker多次并重新部署均无法打开
What is actually happening?
一直在转圈,显示
启动中,请稍后...
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: