Skip to content
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

[BUG] <标题>极空间docker部署后一直重启 #24

Closed
1 task done
tmzg0000 opened this issue Sep 23, 2023 · 9 comments
Closed
1 task done

[BUG] <标题>极空间docker部署后一直重启 #24

tmzg0000 opened this issue Sep 23, 2023 · 9 comments
Labels
bug Something isn't working help wanted Extra attention is needed postpone

Comments

@tmzg0000
Copy link

是否存在已有问题?

  • 我已搜索现有的问题

问题描述

用极空间Z4S的docker按照https://post.smzdm.com/p/a4p86l0k/ 流程部署后,容器一直重启。没法正常使用。
然后按照https://hub.docker.com/r/stainless403/mdcx-builtin-gui-base 的教材大概下面代码
新建了个"/mdcx-config/config.ini" 的mdcx-config/MDCx.config 文件
然后映射了
/docker/mdcx/data:/config
/docker/mdcx/mdcx-config:/mdcx-config
/volume1/docker/mdcx/mdcx-config/MDCx.config:/app/MDCx.config
/docker/mdcx/logs:/app/Log
/av:/data
环境变量修改了
TZ=Asia/Shanghai
USER_ID=0
GROUP_ID=0
容器也还是一只重启。

预期表现

能正常使用。

复现步骤

部署就重启

环境

- 操作系统:
- Docker服务安装方式:极空间docker

CPU架构

amd64

使用的镜像

mdcx-builtin-gui-base

Docker创建方式

极空间没法用ssh创建 都是手动输入的

容器日志

�      R2023-09-23T14:43:15.633371635Z [cont-init   ] 10-xdg-runtime-dir.sh: executing...
�      ^2023-09-23T14:43:15.637691420Z [cont-init   ] 10-xdg-runtime-dir.sh: terminated successfully.
�      O2023-09-23T14:43:15.638651605Z [cont-init   ] 15-install-pkgs.sh: executing...
�      [2023-09-23T14:43:15.640090925Z [cont-init   ] 15-install-pkgs.sh: terminated successfully.
�      Q2023-09-23T14:43:15.641034585Z [cont-init   ] 250-do-me-a-favor.sh: executing...
�      o2023-09-23T14:43:15.642121888Z [cont-init   ] 250-do-me-a-favor.sh: 😁 take-ownership: /app and /mdcx-config
�      ]2023-09-23T14:43:15.655877471Z [cont-init   ] 250-do-me-a-favor.sh: terminated successfully.
�      N2023-09-23T14:43:15.656948539Z [cont-init   ] 251-strip-libs.sh: executing...
�      �2023-09-23T14:43:15.658000199Z [cont-init   ] 251-strip-libs.sh: ========================= strip libQt5Core ==============================
�      �2023-09-23T14:43:15.658020925Z [cont-init   ] 251-strip-libs.sh: 🔧 环境变量STRIP_LIBQT5CORE不为true,跳过strip libQt5Core
�      Z2023-09-23T14:43:15.658532477Z [cont-init   ] 251-strip-libs.sh: terminated successfully.
�      X2023-09-23T14:43:15.659500459Z [cont-init   ] 85-take-config-ownership.sh: executing...
�      d2023-09-23T14:43:15.680711719Z [cont-init   ] 85-take-config-ownership.sh: terminated successfully.
�      G2023-09-23T14:43:15.681711293Z [cont-init   ] 89-info.sh: executing...
�      �2023-09-23T14:43:15.683377129Z     ╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮
�      p2023-09-23T14:43:15.684183224Z     │                                                                      │
�      p2023-09-23T14:43:15.684922591Z     │ Application:           MDCx                                          │
�      p2023-09-23T14:43:15.685756316Z     │ Application Version:   20230617                                      │
�      p2023-09-23T14:43:15.686495123Z     │ Docker Image Version:  n/a                                           │
�      p2023-09-23T14:43:15.687345460Z     │ Docker Image Platform: linux/amd64                                   │
�      p2023-09-23T14:43:15.687932691Z     │                                                                      │
�      �2023-09-23T14:43:15.688697115Z     ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
�      S2023-09-23T14:43:15.689284439Z [cont-init   ] 89-info.sh: terminated successfully.
�      ]2023-09-23T14:43:15.689566815Z [cont-init   ] all container initialization scripts executed.
�      T2023-09-23T14:43:15.691101656Z [init        ] giving control to process supervisor.
�      B2023-09-23T14:43:15.692732625Z [supervisor  ] loading services...
�      K2023-09-23T14:43:15.692742196Z [supervisor  ] loading service 'default'...
�      G2023-09-23T14:43:15.692794850Z [supervisor  ] loading service 'app'...
�      G2023-09-23T14:43:15.697191619Z [supervisor  ] loading service 'gui'...
�      P2023-09-23T14:43:15.697223338Z [supervisor  ] loading service 'certsmonitor'...
�      R2023-09-23T14:43:15.699270599Z [supervisor  ] service 'certsmonitor' is disabled.
�      I2023-09-23T14:43:15.699291590Z [supervisor  ] loading service 'nginx'...
�      H2023-09-23T14:43:15.699397197Z [supervisor  ] loading service 'xvnc'...
�      K2023-09-23T14:43:15.707387056Z [supervisor  ] loading service 'openbox'...
�      N2023-09-23T14:43:15.707485700Z [supervisor  ] loading service 'logmonitor'...
�      P2023-09-23T14:43:15.709213361Z [supervisor  ] service 'logmonitor' is disabled.
�      M2023-09-23T14:43:15.709229544Z [supervisor  ] loading service 'logrotate'...
�      C2023-09-23T14:43:15.713121527Z [supervisor  ] all services loaded.
�      C2023-09-23T14:43:15.713152182Z [supervisor  ] starting services...
�      I2023-09-23T14:43:15.713158996Z [supervisor  ] starting service 'xvnc'...
�      `2023-09-23T14:43:15.774641663Z [xvnc        ] Xvnc TigerVNC 1.12.0 - built Feb 14 2023 18:02:00
�      u2023-09-23T14:43:15.774761114Z [xvnc        ] Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)
�      h2023-09-23T14:43:15.774768697Z [xvnc        ] See https://www.tigervnc.org for information on TigerVNC.
�      i2023-09-23T14:43:15.774884140Z [xvnc        ] Underlying X server release 12013000, The X.Org Foundation
�      G2023-09-23T14:43:15.774896099Z [xvnc        ] Sat Sep 23 22:43:15 2023
�      S2023-09-23T14:43:15.774902254Z [xvnc        ]  vncext:      VNC extension running!
�      w2023-09-23T14:43:15.774907833Z [xvnc        ]  vncext:      Listening for VNC connections on /tmp/vnc.sock (mode 0660)
�      y2023-09-23T14:43:15.774913425Z [xvnc        ]  vncext:      Listening for VNC connections on all interface(s), port 5900
\2023-09-23T14:43:15.774918895Z [xvnc        ]  vncext:      created VNC server for screen 0
�      J2023-09-23T14:43:16.239856430Z [supervisor  ] starting service 'nginx'...
�      [2023-09-23T14:43:16.242388533Z [nginx       ] Listening for HTTP connections on port 5800.
�      L2023-09-23T14:43:16.746700130Z [supervisor  ] starting service 'openbox'...
�      H2023-09-23T14:43:17.250337235Z [supervisor  ] starting service 'app'...
�      @2023-09-23T14:43:17.254409976Z [app         ] ⏳ 启动MDCx...
�      D2023-09-23T14:43:18.251925306Z [supervisor  ] all services started.
�      �2023-09-23T14:43:19.643851315Z [app         ] OpenBLAS blas_thread_init: pthread_create failed for thread 1 of 4: Operation not permitted
�      i2023-09-23T14:43:19.643887011Z [app         ] OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
�      �2023-09-23T14:43:19.643893720Z [app         ] OpenBLAS blas_thread_init: pthread_create failed for thread 2 of 4: Operation not permitted
�      i2023-09-23T14:43:19.643899506Z [app         ] OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
�      �2023-09-23T14:43:19.643904917Z [app         ] OpenBLAS blas_thread_init: pthread_create failed for thread 3 of 4: Operation not permitted
�      i2023-09-23T14:43:19.643910519Z [app         ] OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
�      Q2023-09-23T14:43:19.647865842Z [app         ] Traceback (most recent call last):
�      Y2023-09-23T14:43:19.647902975Z [app         ]   File "MDCx_Main.py", line 6, in <module>
�      m2023-09-23T14:43:19.647917025Z [app         ]   File "/tmp/_MEI9zC5AH/cv2/__init__.py", line 11, in <module>
?2023-09-23T14:43:19.647975449Z [app         ]     import numpy
�      s2023-09-23T14:43:19.647984335Z [app         ]   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
|2023-09-23T14:43:19.648050085Z [app         ]   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
�      r2023-09-23T14:43:19.648093202Z [app         ]   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
�      z2023-09-23T14:43:19.648127948Z [app         ]   File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
`2023-09-23T14:43:19.648181419Z [app         ]   File "numpy/__init__.py", line 141, in <module>
�      s2023-09-23T14:43:19.648248481Z [app         ]   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
|2023-09-23T14:43:19.648283772Z [app         ]   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
�      r2023-09-23T14:43:19.648321937Z [app         ]   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
�      z2023-09-23T14:43:19.648357792Z [app         ]   File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
�      d2023-09-23T14:43:19.648393310Z [app         ]   File "numpy/core/__init__.py", line 23, in <module>
�      s2023-09-23T14:43:19.648429314Z [app         ]   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
|2023-09-23T14:43:19.648464078Z [app         ]   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
�      r2023-09-23T14:43:19.648500125Z [app         ]   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
�      z2023-09-23T14:43:19.648533187Z [app         ]   File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
�      f2023-09-23T14:43:19.648571085Z [app         ]   File "numpy/core/multiarray.py", line 10, in <module>
�      s2023-09-23T14:43:19.648615144Z [app         ]   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
|2023-09-23T14:43:19.648649975Z [app         ]   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
�      r2023-09-23T14:43:19.648688652Z [app         ]   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
�      z2023-09-23T14:43:19.648725293Z [app         ]   File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
�      d2023-09-23T14:43:19.648759751Z [app         ]   File "numpy/core/overrides.py", line 6, in <module>
�      @2023-09-23T14:43:19.648821886Z [app         ] KeyboardInterrupt
�      u2023-09-23T14:43:19.648836621Z [app         ] [613] Failed to execute script 'MDCx_Main' due to unhandled exception!
�      T2023-09-23T14:43:20.252924391Z [supervisor  ] service 'app' exited (with status 1).
�      U2023-09-23T14:43:20.253047470Z [supervisor  ] service 'app' exited, shutting down...
�      L2023-09-23T14:43:20.253076549Z [supervisor  ] stopping service 'openbox'...
�      X2023-09-23T14:43:20.303540546Z [supervisor  ] service 'openbox' exited (with status 0).
�      J2023-09-23T14:43:20.504473576Z [supervisor  ] stopping service 'nginx'...
�      V2023-09-23T14:43:20.554844944Z [supervisor  ] service 'nginx' exited (with status 0).
�      I2023-09-23T14:43:20.755868133Z [supervisor  ] stopping service 'xvnc'...
�      G2023-09-23T14:43:20.757272195Z [xvnc        ] Sat Sep 23 22:43:20 2023
�      b2023-09-23T14:43:20.757328805Z [xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
�      V2023-09-23T14:43:20.757388236Z [xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)
�      U2023-09-23T14:43:20.806446807Z [supervisor  ] service 'xvnc' exited (with status 0).
�      T2023-09-23T14:43:20.812639409Z [finish      ] executing container finish scripts...
�      U2023-09-23T14:43:20.816386088Z [finish      ] all container finish scripts executed.
@tmzg0000 tmzg0000 added the bug Something isn't working label Sep 23, 2023
@northsea4
Copy link
Owner

这个似乎跟你的系统限制有关。

参考:https://github.com/OpenMathLib/OpenBLAS/wiki/Faq#multi-threaded

尝试 以下处理:
创建容器时,添加环境变量 OPENBLAS_NUM_THREADS,其值为 1

@tmzg0000
Copy link
Author

tmzg0000 commented Sep 23, 2023

这个似乎跟你的系统限制有关。

参考:https://github.com/OpenMathLib/OpenBLAS/wiki/Faq#multi-threaded参考: https://github.com/OpenMathLib/OpenBLAS/wiki/Faq#multi-threaded

尝试 以下处理: 创建容器时,添加环境变量 OPENBLAS_NUM_THREADS,其值为 1

我重新创建了容器 添加了你说的环境变量 OPENBLAS_NUM_THREADS,其值为 1
容器创建后不重启了,但是打开ip:5800
网页是黑屏,无法使用。日志如下:
� ^2023-09-23T16:08:50.696069017Z [cont-init ] 10-xdg-runtime-dir.sh: terminated successfully.
� O2023-09-23T16:08:50.697004019Z [cont-init ] 15-install-pkgs.sh: executing...
� [2023-09-23T16:08:50.698528226Z [cont-init ] 15-install-pkgs.sh: terminated successfully.
� Q2023-09-23T16:08:50.699505769Z [cont-init ] 250-do-me-a-favor.sh: executing...
� o2023-09-23T16:08:50.700446885Z [cont-init ] 250-do-me-a-favor.sh: 😁 take-ownership: /app and /mdcx-config
� ]2023-09-23T16:08:50.714067669Z [cont-init ] 250-do-me-a-favor.sh: terminated successfully.
� N2023-09-23T16:08:50.715079438Z [cont-init ] 251-strip-libs.sh: executing...
� �2023-09-23T16:08:50.716112399Z [cont-init ] 251-strip-libs.sh: ========================= strip libQt5Core ==============================
� �2023-09-23T16:08:50.716150247Z [cont-init ] 251-strip-libs.sh: 🔧 环境变量STRIP_LIBQT5CORE不为true,跳过strip libQt5Core
� Z2023-09-23T16:08:50.716745191Z [cont-init ] 251-strip-libs.sh: terminated successfully.
� X2023-09-23T16:08:50.717809971Z [cont-init ] 85-take-config-ownership.sh: executing...
� d2023-09-23T16:08:50.738913560Z [cont-init ] 85-take-config-ownership.sh: terminated successfully.
� G2023-09-23T16:08:50.739909981Z [cont-init ] 89-info.sh: executing...
� �2023-09-23T16:08:50.741743936Z ╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮
� p2023-09-23T16:08:50.742555560Z │ │
� p2023-09-23T16:08:50.743361192Z │ Application: MDCx │
� p2023-09-23T16:08:50.744094200Z │ Application Version: 20230617 │
� p2023-09-23T16:08:50.744851959Z │ Docker Image Version: n/a │
� p2023-09-23T16:08:50.745604689Z │ Docker Image Platform: linux/amd64 │
� p2023-09-23T16:08:50.746354065Z │ │
� �2023-09-23T16:08:50.747144136Z ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
� S2023-09-23T16:08:50.748036697Z [cont-init ] 89-info.sh: terminated successfully.
� ]2023-09-23T16:08:50.748219733Z [cont-init ] all container initialization scripts executed.
� T2023-09-23T16:08:50.749810620Z [init ] giving control to process supervisor.
� B2023-09-23T16:08:50.751434961Z [supervisor ] loading services...
� K2023-09-23T16:08:50.751445669Z [supervisor ] loading service 'default'...
� G2023-09-23T16:08:50.751495120Z [supervisor ] loading service 'app'...
� G2023-09-23T16:08:50.755942409Z [supervisor ] loading service 'gui'...
� P2023-09-23T16:08:50.755974411Z [supervisor ] loading service 'certsmonitor'...
� R2023-09-23T16:08:50.758045599Z [supervisor ] service 'certsmonitor' is disabled.
� I2023-09-23T16:08:50.758068802Z [supervisor ] loading service 'nginx'...
� H2023-09-23T16:08:50.758125772Z [supervisor ] loading service 'xvnc'...
� K2023-09-23T16:08:50.766245272Z [supervisor ] loading service 'openbox'...
� N2023-09-23T16:08:50.766293881Z [supervisor ] loading service 'logmonitor'...
� P2023-09-23T16:08:50.767998324Z [supervisor ] service 'logmonitor' is disabled.
� M2023-09-23T16:08:50.768022629Z [supervisor ] loading service 'logrotate'...
� C2023-09-23T16:08:50.771725621Z [supervisor ] all services loaded.
� C2023-09-23T16:08:50.771778614Z [supervisor ] starting services...
� I2023-09-23T16:08:50.771787865Z [supervisor ] starting service 'xvnc'...
� ``2023-09-23T16:08:50.833594053Z [xvnc ] Xvnc TigerVNC 1.12.0 - built Feb 14 2023 18:02:00
� u2023-09-23T16:08:50.833621271Z [xvnc ] Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)
� h2023-09-23T16:08:50.833628718Z [xvnc ] See https://www.tigervnc.org for information on TigerVNC.
� i2023-09-23T16:08:50.833635250Z [xvnc ] Underlying X server release 12013000, The X.Org Foundation
� G2023-09-23T16:08:50.833647102Z [xvnc ] Sun Sep 24 00:08:50 2023
� S2023-09-23T16:08:50.833653085Z [xvnc ] vncext: VNC extension running!
� w2023-09-23T16:08:50.833696744Z [xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660)
� y2023-09-23T16:08:50.833817108Z [xvnc ] vncext: Listening for VNC connections on all interface(s), port 5900
� \2023-09-23T16:08:50.833860131Z [xvnc ] vncext: created VNC server for screen 0
� J2023-09-23T16:08:51.297572208Z [supervisor ] starting service 'nginx'...
� [2023-09-23T16:08:51.300272536Z [nginx ] Listening for HTTP connections on port 5800.
� L2023-09-23T16:08:51.804119830Z [supervisor ] starting service 'openbox'...
� H2023-09-23T16:08:52.307739551Z [supervisor ] starting service 'app'...
� @2023-09-23T16:08:52.311920899Z [app ] ⏳ 启动MDCx...
� D2023-09-23T16:08:53.309041406Z [supervisor ] all services started.
� n2023-09-23T16:08:55.139584747Z [app ] QThread::start: Thread creation error (Operation not permitted)
� n2023-09-23T16:08:55.156638303Z [app ] QThread::start: Thread creation error (Operation not permitted)
� G2023-09-23T16:09:11.650910044Z [xvnc ] Sun Sep 24 00:09:11 2023
� T2023-09-23T16:09:11.650940046Z [xvnc ] Connections: accepted: /tmp/vnc.sock
� ^2023-09-23T16:09:11.655334425Z [xvnc ] SConnection: Client needs protocol version 3.8
� b2023-09-23T16:09:11.655955598Z [xvnc ] SConnection: Client requests security type None(1)
� ~2023-09-23T16:09:11.658514383Z [xvnc ] VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888
� v2023-09-23T16:09:11.664258676Z [xvnc ] VNCSConnST: Client pixel format depth 24 (32bpp) little-endian bgr888
� b2023-09-23T16:09:11.681274114Z [xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out
� V2023-09-23T16:09:11.681316320Z [xvnc ] ComparingUpdateTracker: (1:-nan ratio)
� G2023-09-23T16:09:14.550103396Z [xvnc ] Sun Sep 24 00:09:14 2023
� g2023-09-23T16:09:14.550172947Z [xvnc ] VNCSConnST: closing /tmp/vnc.sock: Clean disconnection
� U2023-09-23T16:09:14.550222981Z [xvnc ] EncodeManager: Framebuffer updates: 2
� G2023-09-23T16:09:14.550234785Z [xvnc ] EncodeManager: Tight:
� b2023-09-23T16:09:14.550283010Z [xvnc ] EncodeManager: Solid: 6 rects, 3.22525 Mpixels
� _2023-09-23T16:09:14.550296348Z [xvnc ] EncodeManager: 96 B (1:134386 ratio)
� b2023-09-23T16:09:14.550307987Z [xvnc ] EncodeManager: Bitmap RLE: 1 rects, 160 pixels
� e2023-09-23T16:09:14.550318796Z [xvnc ] EncodeManager: 68 B (1:9.58824 ratio)
� a2023-09-23T16:09:14.550337667Z [xvnc ] EncodeManager: Total: 7 rects, 3.22541 Mpixels
� ]2023-09-23T16:09:14.550349380Z [xvnc ] EncodeManager: 164 B (1:78669 ratio)
� R2023-09-23T16:09:14.550659309Z [xvnc ] Connections: closed: /tmp/vnc.sock
� b2023-09-23T16:09:14.550686948Z [xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out
� V2023-09-23T16:09:14.550699373Z [xvnc ] ComparingUpdateTracker: (1:-nan ratio)
� T2023-09-23T16:09:14.599243098Z [xvnc ] Connections: accepted: /tmp/vnc.sock
� ^2023-09-23T16:09:14.603480618Z [xvnc ] SConnection: Client needs protocol version 3.8
� b2023-09-23T16:09:14.603934677Z [xvnc ] SConnection: Client requests security type None(1)
� ~2023-09-23T16:09:14.603957369Z [xvnc ] VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888
� v2023-09-23T16:09:14.610324995Z [xvnc ] VNCSConnST: Client pixel format depth 24 (32bpp) little-endian bgr888
� G2023-09-23T16:09:29.181018365Z [xvnc ] Sun Sep 24 00:09:29 2023
� g2023-09-23T16:09:29.181106571Z [xvnc ] VNCSConnST: closing /tmp/vnc.sock: Clean disconnection
� U2023-09-23T16:09:29.181132231Z [xvnc ] EncodeManager: Framebuffer updates: 3
� G2023-09-23T16:09:29.181152168Z [xvnc ] EncodeManager: Tight:
� b2023-09-23T16:09:29.181179107Z [xvnc ] EncodeManager: Solid: 5 rects, 3.22541 Mpixels
� _2023-09-23T16:09:29.181199673Z [xvnc ] EncodeManager: 80 B (1:161271 ratio)
� b2023-09-23T16:09:29.181229292Z [xvnc ] EncodeManager: Bitmap RLE: 1 rects, 160 pixels
� e2023-09-23T16:09:29.181411457Z [xvnc ] EncodeManager: 68 B (1:9.58824 ratio)
� a2023-09-23T16:09:29.181458517Z [xvnc ] EncodeManager: Total: 6 rects, 3.22557 Mpixels
� ]2023-09-23T16:09:29.181481067Z [xvnc ] EncodeManager: 148 B (1:87178 ratio)
� R2023-09-23T16:09:29.182383413Z [xvnc ] Connections: closed: /tmp/vnc.sock
� b2023-09-23T16:09:29.182432162Z [xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out
� V2023-09-23T16:09:29.182452836Z [xvnc ] ComparingUpdateTracker: (1:-nan ratio)
� T2023-09-23T16:09:29.246834350Z [xvnc ] Connections: accepted: /tmp/vnc.sock
� ^2023-09-23T16:09:29.250059183Z [xvnc ] SConnection: Client needs protocol version 3.8
� b2023-09-23T16:09:29.250707231Z [xvnc ] SConnection: Client requests security type None(1)
� ~2023-09-23T16:09:29.250739437Z [xvnc ] VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888
� v2023-09-23T16:09:29.258237334Z [xvnc ] VNCSConnST: Client pixel format depth 24 (32bpp) little-endian bgr888

@northsea4
Copy link
Owner

「启用性能限制」是怎么设置的?

@tmzg0000
Copy link
Author

tmzg0000 commented Sep 24, 2023

「启用性能限制」是怎么设置的?

没有勾选 和下面图一样
643247f0362a33206 png_e1080

@northsea4
Copy link
Owner

暂时没头绪,要不你试试 mdcx-builtin-webtop-base

@tmzg0000
Copy link
Author

tmzg0000 commented Sep 25, 2023

暂时没头绪,要不你试试 mdcx-builtin-webtop-base

用了 mdcx-builtin-webtop-base 还是打不开
设置如下:
1
2
3
4
5
6
文件日志如下:
� �2023-09-25T14:54:22.604271815Z node[13690]: ../src/node_platform.cc:61:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed.
� A2023-09-25T14:54:22.605115195Z 1: 0xb08e80 node::Abort() [node]
� 42023-09-25T14:54:22.605828461Z 2: 0xb08efe [node]
� 42023-09-25T14:54:22.606387046Z 3: 0xb750ce [node]
� q2023-09-25T14:54:22.606965732Z 4: 0xb75196 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node]
� �2023-09-25T14:54:22.607437761Z 5: 0xacbee4 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node]
� L2023-09-25T14:54:22.607919869Z 6: 0xaccac9 node::Start(int, char**) [node]
� U2023-09-25T14:54:22.607963286Z 7: 0x7f8d3a7ced90 [/lib/x86_64-linux-gnu/libc.so.6]
� f2023-09-25T14:54:22.607983377Z 8: 0x7f8d3a7cee40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
� 42023-09-25T14:54:22.608442763Z 9: 0xa408ec [node]
� �2023-09-25T14:54:23.606793780Z node[13697]: ../src/node_platform.cc:61:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed. � A2023-09-25T14:54:23.607923766Z 1: 0xb08e80 node::Abort() [node] � 42023-09-25T14:54:23.608706805Z 2: 0xb08efe [node] � 42023-09-25T14:54:23.609437812Z 3: 0xb750ce [node] � q2023-09-25T14:54:23.610051531Z 4: 0xb75196 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node] � �2023-09-25T14:54:23.610582893Z 5: 0xacbee4 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node] � L2023-09-25T14:54:23.611045782Z 6: 0xaccac9 node::Start(int, char**) [node] � U2023-09-25T14:54:23.611061720Z 7: 0x7f2bf1c61d90 [/lib/x86_64-linux-gnu/libc.so.6] � f2023-09-25T14:54:23.611091179Z 8: 0x7f2bf1c61e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] � 42023-09-25T14:54:23.611574586Z 9: 0xa408ec [node] � �2023-09-25T14:54:24.605553158Z node[13704]: ../src/node_platform.cc:61:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed.
� A2023-09-25T14:54:24.606320276Z 1: 0xb08e80 node::Abort() [node]
� 42023-09-25T14:54:24.606834724Z 2: 0xb08efe [node]
� 42023-09-25T14:54:24.607300914Z 3: 0xb750ce [node]
� q2023-09-25T14:54:24.607805906Z 4: 0xb75196 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node]
� �2023-09-25T14:54:24.608264044Z 5: 0xacbee4 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node]
� L2023-09-25T14:54:24.608834239Z 6: 0xaccac9 node::Start(int, char**) [node]
� U2023-09-25T14:54:24.608858015Z 7: 0x7f9aac67fd90 [/lib/x86_64-linux-gnu/libc.so.6]
� f2023-09-25T14:54:24.608863788Z 8: 0x7f9aac67fe40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
� 42023-09-25T14:54:24.609294803Z 9: 0xa408ec [node]
� �2023-09-25T14:54:25.609026636Z node[13711]: ../src/node_platform.cc:61:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed. � A2023-09-25T14:54:25.609870830Z 1: 0xb08e80 node::Abort() [node] � 42023-09-25T14:54:25.610663266Z 2: 0xb08efe [node] � 42023-09-25T14:54:25.611209679Z 3: 0xb750ce [node] � q2023-09-25T14:54:25.611678390Z 4: 0xb75196 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node] � �2023-09-25T14:54:25.612167672Z 5: 0xacbee4 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node] � L2023-09-25T14:54:25.612605876Z 6: 0xaccac9 node::Start(int, char**) [node] � U2023-09-25T14:54:25.612623116Z 7: 0x7fb9cf30ed90 [/lib/x86_64-linux-gnu/libc.so.6] � f2023-09-25T14:54:25.612630879Z 8: 0x7fb9cf30ee40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] � 42023-09-25T14:54:25.613073529Z 9: 0xa408ec [node] � �2023-09-25T14:54:26.611278875Z node[13718]: ../src/node_platform.cc:61:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed.
� A2023-09-25T14:54:26.612267505Z 1: 0xb08e80 node::Abort() [node]
� 42023-09-25T14:54:26.613060255Z 2: 0xb08efe [node]
� 42023-09-25T14:54:26.613714213Z 3: 0xb750ce [node]
� q2023-09-25T14:54:26.614140308Z 4: 0xb75196 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node]
� �2023-09-25T14:54:26.614822199Z 5: 0xacbee4 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node]
� L2023-09-25T14:54:26.615312969Z 6: 0xaccac9 node::Start(int, char**) [node]
� U2023-09-25T14:54:26.615333339Z 7: 0x7f5fa606bd90 [/lib/x86_64-linux-gnu/libc.so.6]
� f2023-09-25T14:54:26.615342475Z 8: 0x7f5fa606be40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
� 42023-09-25T14:54:26.615847685Z 9: 0xa408ec [node]
� �2023-09-25T14:54:27.611878938Z node[13726]: ../src/node_platform.cc:61:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed. � A2023-09-25T14:54:27.612881578Z 1: 0xb08e80 node::Abort() [node] � 42023-09-25T14:54:27.613472213Z 2: 0xb08efe [node] � 42023-09-25T14:54:27.613978165Z 3: 0xb750ce [node] � q2023-09-25T14:54:27.614665421Z 4: 0xb75196 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node] � �2023-09-25T14:54:27.615167249Z 5: 0xacbee4 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node] � L2023-09-25T14:54:27.615596955Z 6: 0xaccac9 node::Start(int, char**) [node] � U2023-09-25T14:54:27.615619102Z 7: 0x7fea729cad90 [/lib/x86_64-linux-gnu/libc.so.6] � f2023-09-25T14:54:27.615629348Z 8: 0x7fea729cae40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] � 42023-09-25T14:54:27.616097479Z 9: 0xa408ec [node] � �2023-09-25T14:54:28.613738678Z node[13733]: ../src/node_platform.cc:61:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed.
� A2023-09-25T14:54:28.614781582Z 1: 0xb08e80 node::Abort() [node]
� 42023-09-25T14:54:28.615330622Z 2: 0xb08efe [node]
� 42023-09-25T14:54:28.615898610Z 3: 0xb750ce [node]
� q2023-09-25T14:54:28.616470100Z 4: 0xb75196 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node]
� �2023-09-25T14:54:28.616957549Z 5: 0xacbee4 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node]
� L2023-09-25T14:54:28.617508613Z 6: 0xaccac9 node::Start(int, char**) [node]
� U2023-09-25T14:54:28.617528911Z 7: 0x7f6382c34d90 [/lib/x86_64-linux-gnu/libc.so.6]
� f2023-09-25T14:54:28.617548297Z 8: 0x7f6382c34e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
� 42023-09-25T14:54:28.618082261Z 9: 0xa408ec [node]
� �2023-09-25T14:54:29.615218582Z node[13740]: ../src/node_platform.cc:61:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed. � A2023-09-25T14:54:29.616055028Z 1: 0xb08e80 node::Abort() [node] � 42023-09-25T14:54:29.616697405Z 2: 0xb08efe [node] � 42023-09-25T14:54:29.617271387Z 3: 0xb750ce [node] � q2023-09-25T14:54:29.617842069Z 4: 0xb75196 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node] � �2023-09-25T14:54:29.618503385Z 5: 0xacbee4 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node] � L2023-09-25T14:54:29.619007325Z 6: 0xaccac9 node::Start(int, char**) [node] � U2023-09-25T14:54:29.619023634Z 7: 0x7f68f8661d90 [/lib/x86_64-linux-gnu/libc.so.6] � f2023-09-25T14:54:29.619031692Z 8: 0x7f68f8661e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] � 42023-09-25T14:54:29.619502837Z 9: 0xa408ec [node] � �2023-09-25T14:54:30.616924535Z node[13747]: ../src/node_platform.cc:61:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed.
� A2023-09-25T14:54:30.617968581Z 1: 0xb08e80 node::Abort() [node]
� 42023-09-25T14:54:30.618770739Z 2: 0xb08efe [node]
� 42023-09-25T14:54:30.619470023Z 3: 0xb750ce [node]
� q2023-09-25T14:54:30.620011087Z 4: 0xb75196 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node]
� �2023-09-25T14:54:30.620498111Z 5: 0xacbee4 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node]
� L2023-09-25T14:54:30.620948958Z 6: 0xaccac9 node::Start(int, char**) [node]
� U2023-09-25T14:54:30.620973458Z 7: 0x7fca8668ad90 [/lib/x86_64-linux-gnu/libc.so.6]
� f2023-09-25T14:54:30.620990602Z 8: 0x7fca8668ae40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
� 42023-09-25T14:54:30.621443917Z 9: 0xa408ec [node]
� �2023-09-25T14:54:31.617841613Z node[13754]: ../src/node_platform.cc:61:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed. � A2023-09-25T14:54:31.618890638Z 1: 0xb08e80 node::Abort() [node] � 42023-09-25T14:54:31.619779950Z 2: 0xb08efe [node] � 42023-09-25T14:54:31.620256324Z 3: 0xb750ce [node] � q2023-09-25T14:54:31.620844262Z 4: 0xb75196 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node] � �2023-09-25T14:54:31.621353154Z 5: 0xacbee4 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node] � L2023-09-25T14:54:31.621902187Z 6: 0xaccac9 node::Start(int, char**) [node] � U2023-09-25T14:54:31.621951336Z 7: 0x7f417798bd90 [/lib/x86_64-linux-gnu/libc.so.6] � f2023-09-25T14:54:31.621961755Z 8: 0x7f417798be40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] � 42023-09-25T14:54:31.622595340Z 9: 0xa408ec [node]

@northsea4
Copy link
Owner

看上去都是跟创建线程有关:

2023-09-25T14:54:22.604271815Z node[13690]: ../src/node_platform.cc:61:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed.

有说是可能跟ulimit设置有关:
nodejs/node#43064
https://stackoverflow.com/questions/76653338/docker-build-fails-and-exit-with-error-code-139

不过你说极空间锁了ssh,也看不了。

建议请求官方进行排查,可以尝试部署下面这个docker-webtop镜像(毕竟用mdcx-docker多少有些不便是吧),mdcx-builtin-webtop-base就是基于这个构建的。
https://github.com/linuxserver/docker-webtop

@tmzg0000
Copy link
Author

谢谢你的回复,极空间权限给的太有限了。不折腾了。

@northsea4 northsea4 added waiting for response Waiting for Contributor to respond to maintainers' comments or update PR postpone and removed waiting for response Waiting for Contributor to respond to maintainers' comments or update PR labels Sep 27, 2023
@zhyi828
Copy link

zhyi828 commented Oct 1, 2023

同极空间用户,看来这个问题在极空间docker好像是必现,尝试了上面的解法 还是不能用

@northsea4 northsea4 added the help wanted Extra attention is needed label Oct 2, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed postpone
Projects
None yet
Development

No branches or pull requests

3 participants