northsea4 / mdcx-docker

在Docker容器中运行 MDCX,并通过Web界面或远程桌面进行控制。Run MDCX in a Docker container, accessible and controllable via a web interface or remote desktop.
GNU General Public License v3.0
577 stars 70 forks source link

fnos上docker,日志报错 #50

Open chenchenno11 opened 2 days ago

chenchenno11 commented 2 days ago

是否存在已有问题?

问题描述

[app ] Successfully built zhconv langid oshash

[app ] Installing collected packages: zhconv, chardet, urllib3, soupsieve, PySocks, pycparser, ping3, Pillow, oshash, numpy, lxml, idna, cssselect, certifi, requests, pyquery, opencv-contrib-python-headless, langid, cffi, beautifulsoup4, deepl-translate, curl-cffi

[app ] Creating /config/home/.local/bin

[app ] changing mode of /config/home/.local/bin/chardetect to 775

[app ] WARNING: The script chardetect is installed in '/config/home/.local/bin' which is not on PATH.

[app ] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app ] changing mode of /config/home/.local/bin/ping3 to 775

[app ] WARNING: The script ping3 is installed in '/config/home/.local/bin' which is not on PATH.

[app ] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app ] changing mode of /config/home/.local/bin/oshash to 775

[app ] WARNING: The script oshash is installed in '/config/home/.local/bin' which is not on PATH.

[app ] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app ] changing mode of /config/home/.local/bin/f2py to 775

[app ] WARNING: The script f2py is installed in '/config/home/.local/bin' which is not on PATH.

[app ] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app ] changing mode of /config/home/.local/bin/langid to 775

[app ] WARNING: The script langid is installed in '/config/home/.local/bin' which is not on PATH.

[app ] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app ] changing mode of /config/home/.local/bin/deepl to 775

[app ] WARNING: The script deepl is installed in '/config/home/.local/bin' which is not on PATH.

[app ] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app ] Successfully installed Pillow-9.4.0 PySocks-1.7.1 beautifulsoup4-4.9.3 certifi-2024.8.30 cffi-1.17.1 chardet-3.0.4 cssselect-1.2.0 curl-cffi-0.6.0b9 deepl-translate-1.2.0 idna-2.10 langid-1.1.6 lxml-4.9.2 numpy-1.26.4 opencv-contrib-python-headless-4.7.0.68 oshash-0.1.1 ping3-4.0.4 pycparser-2.22 pyquery-1.4.1 requests-2.24.0 soupsieve-2.6 urllib3-1.25.11 zhconv-1.4.3

[app ] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[app ] 🚀 启动应用...

[xvnc ] Wed Sep 25 12:56:07 2024

[xvnc ] Connections: accepted: /tmp/vnc.sock

[xvnc ] SConnection: Client needs protocol version 3.8

[xvnc ] SConnection: Client requests security type None(1)

[xvnc ] VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888

[xvnc ] VNCSConnST: Client pixel format depth 24 (32bpp) little-endian bgr888

[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out

[xvnc ] ComparingUpdateTracker: (1:-nan ratio)

预期表现

这是啥问题,影响使用吗,界面目前能正常打开

复现步骤

环境

- 操作系统:
- Docker服务安装方式:
mdcx-src-gui-base手动安装

CPU架构

amd64

使用的镜像

mdcx-src-gui-base

Docker创建方式

version: '3'

services:
  mdcx:
    image: stainless403/mdcx-src-gui-base:${MDCX_SRC_IMAGE_TAG}
    container_name: ${MDCX_CONTAINER_NAME}
    env_file:
      - .env
    volumes:
      # 系统数据目录
      - ./data:/config

      # 源码目录
      - ./app:/app

      # 配置文件目录
      - ./mdcx-config:/mdcx-config
      # `配置文件目录`标记文件
      - ./mdcx-config/MDCx.config:/app/MDCx.config

      # 日志目录
      - ./logs:/app/Log

      # 影片目录
      - /vol1/1000:/movies
      # VOLUMES_REPLACEMENT
    environment:
      - MEANINGLESS_ENV=
      # - APP_VERSION=20230217
    ports:
      - ${WEB_PORT}:5800
      - ${VNC_PORT}:5900
    restart: unless-stopped
    network_mode: bridge
    stdin_open: true

容器日志

[app         ]   removing build/bdist.linux-x86_64/wheel

[app         ]   Building wheel for oshash (setup.py) ... done

[app         ]   Created wheel for oshash: filename=oshash-0.1.1-py3-none-any.whl size=4356 sha256=6e1e10ac739e786c10d7fd071992a609e9083e491578a5c4b93ade40a02dabb4

[app         ]   Stored in directory: /config/xdg/cache/pip/wheels/2d/b8/31/69f55d9c50518a24b38a52d684e772099a3ffa996430f22ed5

[app         ] Successfully built zhconv langid oshash

[app         ] Installing collected packages: zhconv, chardet, urllib3, soupsieve, PySocks, pycparser, ping3, Pillow, oshash, numpy, lxml, idna, cssselect, certifi, requests, pyquery, opencv-contrib-python-headless, langid, cffi, beautifulsoup4, deepl-translate, curl-cffi

[app         ]   Creating /config/home/.local/bin

[app         ]   changing mode of /config/home/.local/bin/chardetect to 775

[app         ]   WARNING: The script chardetect is installed in '/config/home/.local/bin' which is not on PATH.

[app         ]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app         ]   changing mode of /config/home/.local/bin/ping3 to 775

[app         ]   WARNING: The script ping3 is installed in '/config/home/.local/bin' which is not on PATH.

[app         ]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app         ]   changing mode of /config/home/.local/bin/oshash to 775

[app         ]   WARNING: The script oshash is installed in '/config/home/.local/bin' which is not on PATH.

[app         ]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app         ]   changing mode of /config/home/.local/bin/f2py to 775

[app         ]   WARNING: The script f2py is installed in '/config/home/.local/bin' which is not on PATH.

[app         ]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app         ]   changing mode of /config/home/.local/bin/langid to 775

[app         ]   WARNING: The script langid is installed in '/config/home/.local/bin' which is not on PATH.

[app         ]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app         ]   changing mode of /config/home/.local/bin/deepl to 775

[app         ]   WARNING: The script deepl is installed in '/config/home/.local/bin' which is not on PATH.

[app         ]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

[app         ] Successfully installed Pillow-9.4.0 PySocks-1.7.1 beautifulsoup4-4.9.3 certifi-2024.8.30 cffi-1.17.1 chardet-3.0.4 cssselect-1.2.0 curl-cffi-0.6.0b9 deepl-translate-1.2.0 idna-2.10 langid-1.1.6 lxml-4.9.2 numpy-1.26.4 opencv-contrib-python-headless-4.7.0.68 oshash-0.1.1 ping3-4.0.4 pycparser-2.22 pyquery-1.4.1 requests-2.24.0 soupsieve-2.6 urllib3-1.25.11 zhconv-1.4.3

[app         ] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[app         ] 🚀 启动应用...

[xvnc        ] Wed Sep 25 12:56:07 2024

[xvnc        ]  Connections: accepted: /tmp/vnc.sock

[xvnc        ]  SConnection: Client needs protocol version 3.8

[xvnc        ]  SConnection: Client requests security type None(1)

[xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888

[xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888

[xvnc        ]  ComparingUpdateTracker: 0 pixels in / 0 pixels out

[xvnc        ]  ComparingUpdateTracker: (1:-nan ratio)
northsea4 commented 2 days ago

没看到有error相关的日志。你可以先用着,到时候发现真有问题再反馈。

chenchenno11 commented 1 day ago

看了下打不开cd2挂载的目录,用的fnos,是不是得延迟启动这个才行,另外builtind 的内置源码能否更新到目前版本?我试试有没有这个问题

northsea4 commented 1 day ago

builtin镜像跟源码仓库的发布同步的,只要源码仓的daily_release有新版本,就会自动构建发布新镜像。

chenchenno11 commented 1 day ago

builtin镜像跟源码仓库的发布同步的,只要源码仓的daily_release有新版本,就会自动构建发布新镜像。

120240924,现在除了daily_release之外新发行了这个

chenchenno11 commented 1 day ago

https://github.com/sqzw-x/mdcx/releases/tag/120240924

northsea4 commented 1 day ago

一样的