-
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
个别路由器固件上,启动PM2服务出错 #2406
Comments
也是ipq6010? |
run 的时候增加 --privileged=true 参数正常吗 |
#897 (comment) 看这个能不能解决 |
Fatal error in , line 0Check failed: 0 == ret.#FailureMessage Object: 0x7e89314c Fatal error in , line 0Check failed: 0 == ret.#FailureMessage Object: 0x7e9c414c Fatal error in , line 0Check failed: 0 == ret.#FailureMessage Object: 0x7e9de14c Fatal error in , line 0Check failed: 0 == ret.#FailureMessage Object: 0x7ee0114c |
加这个参数和不加时一样。 |
我的openwrt系统ibseccomp版本是2.5.1-1,目前没有找到公开的2.5.4的ipk,我学习一下怎么编译再来试试。 |
我把libseccomp更新到了2.5.4-2,问题依旧。 ======================3. 启动nginx======================== nginx启动成功... ======================4. 启动pm2服务======================== /ql/shell/share.sh: line 309: 65 Trace/breakpoint trap pm2 flush &> /dev/null Fatal error in , line 0Check failed: 0 == ret.#FailureMessage Object: 0x7fc99a0618 /ql/shell/share.sh: line 309: 72 Trace/breakpoint trap pm2 startOrGracefulReload other.config.js Fatal error in , line 0Check failed: 0 == ret.#FailureMessage Object: 0x7fc7f27ae8 /ql/shell/share.sh: line 302: 89 Trace/breakpoint trap pm2 startOrGracefulReload ecosystem.config.js 容器启动成功... crond[96]: crond (busybox 1.36.1) started, log level 8 |
不用 pm2,node /ql/static/build/app.js 可以启动吗 |
2.14.12 以前的镜像可以正常使用? |
能正常打开网页,但是似乎跑不起来。 Fatal error in , line 0Check failed: 0 == ret.#FailureMessage Object: 0x7ed0b17c Bus error (core dumped) root@qinglong:/ql $ |
是的,新版本运行不起来,我就先用的旧版。2.14.12及之前的几个版本可以用。 |
Fatal error in , line 0Check failed: 0 == ret.#FailureMessage Object: 0x7fd33cee88 Trace/breakpoint trap |
你同样的设备,和楼主表现不一样? |
应该是你这个固件不支持 node 18+,只能用 node 16 |
他是京东云的CPU是IPQ6000,我TP的是IPQ6010,都是四核64位 A53,都是V7架构的,我这性能会比他强一点 |
docker pull node:20-alpine |
docker run node:20-alpine node -v |
运行失败了,直接无法启动 |
我还试了下 |
可能他和我固件不一样吧,我是安装的OPENWRT,固件版本:QWRT R23.10.1 (QSDK 12.1) / main (git-23.285.56189-935f774) |
Qinglong version
2.17.*
Steps to reproduce
环境:京东云路由器 亚瑟 AX1800pro
What is expected?
启动最新版青龙
What is actually happening?
2.15及以后的版本会出现这个错误,启动PM2服务出错。主要是/ql/shell/share.sh文件302和309行。
/ql/shell/share.sh: line 309: 66 Trace/breakpoint trap pm2 flush &> /dev/null
/ql/shell/share.sh: line 309: 73 Trace/breakpoint trap pm2 startOrGracefulReload other.config.js
/ql/shell/share.sh: line 302: 83 Trace/breakpoint trap pm2 flush &> /dev/null
/ql/shell/share.sh: line 302: 90 Trace/breakpoint trap pm2 startOrGracefulReload
System Info
Any additional comments?
没有了
The text was updated successfully, but these errors were encountered: