linuxserver / docker-calibre

GNU General Public License v3.0
339 stars 62 forks source link

calibre fails to start - glibc vs qt5 migration partial upgrade breakage #87

Closed prahal closed 1 year ago

prahal commented 2 years ago

qt5-base glibc mismatch with installed baseimage glibc


Expected Behavior

calibre autostart

Current Behavior

    today at 18:05:14Failed to import PyQt module: PyQt5.QtCore with error: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /usr/lib/libQt5Core.so.5)
    today at 18:05:14Traceback (most recent call last):
    today at 18:05:14  File "/usr/bin/calibre", line 21, in <module>
    today at 18:05:14    sys.exit(calibre())
    today at 18:05:14  File "/usr/lib/calibre/calibre/gui_launch.py", line 62, in calibre
    today at 18:05:14    from calibre.gui2.main import main
    today at 18:05:14  File "/usr/lib/calibre/calibre/gui2/__init__.py", line 12, in <module>
    today at 18:05:14    from qt.core import (
    today at 18:05:14ImportError: cannot import name 'QT_VERSION' from 'qt.core' (/usr/lib/calibre/qt/core.py)
    today at 18:05:14

Steps to Reproduce

  1. start the container
  2. connect to the xrdp server (web browser to guacd or xrdp client)
  3. calibre is not running, opening an xterrm (right click on black openbox background then chose xterm)
  4. enter calibre in xterm and press enter

workaround: in the xrdp session, run xterm, then in xterm run sudo pacman -Syu --noconfirm

Could the cause be docker cache per https://pythonspeed.com/articles/docker-cache-insecure-images/ ?

Environment

OS: armbian CPU architecture: arm64 How docker service was installed: from the official docker repo via portainer in a stack


## Command used to create docker container (run/create/compose/screenshot)
---
version: "2.1"
services:
  calibre:
    image: lscr.io/linuxserver/calibre:arch
    container_name: calibre
    environment:
      - PUID=1002
      - PGID=100
      - TZ=Europe/Paris
      - DOCKER_MODS=abws/mods:calibre-pacman-cache|abws/mods:calibre-log-openbox|abws/mods:calibre-readers|abws/mods:calibre-pycryptodome|abws/mods:calibre-filemanager
      - TMPDIR=$HOME/tmp
    volumes:
      - /srv/dev-disk-by-label-secure/appdata/docker/calibre:/config
      - /srv/dev-disk-by-label-store/media/calibre:/Calibre_Library
      - /srv/dev-disk-by-label-secure/ToCalibre:/config/ToCalibre
    ports:
      - 3389:3389
      - 8080:8080
      - 8081:8081
      - 9090:9090
    restart: unless-stopped
    cap_add:
      - SYS_ADMIN
    devices:
      - "/dev/fuse:/dev/fuse"

Docker logs

NB: in my mods I remove the openbox-session autostart output redirection to null (from /linuxserver/baseimage-rdesktop-web https://github.com/linuxserver/docker-baseimage-rdesktop-web/blob/arch/root/defaults/startwm.sh /usr/bin/openbox-session > /dev/null 2>&1 to /usr/bin/openbox-session so in the log you can see calibre error at startup ie:

    today at 18:05:14Failed to import PyQt module: PyQt5.QtCore with error: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /usr/lib/libQt5Core.so.5)
    today at 18:05:14Traceback (most recent call last):
    today at 18:05:14  File "/usr/bin/calibre", line 21, in <module>
    today at 18:05:14    sys.exit(calibre())
    today at 18:05:14  File "/usr/lib/calibre/calibre/gui_launch.py", line 62, in calibre
    today at 18:05:14    from calibre.gui2.main import main
    today at 18:05:14  File "/usr/lib/calibre/calibre/gui2/__init__.py", line 12, in <module>
    today at 18:05:14    from qt.core import (
    today at 18:05:14ImportError: cannot import name 'QT_VERSION' from 'qt.core' (/usr/lib/calibre/qt/core.py)
    today at 18:05:14
calibre lscr.io/linuxserver/calibre:arch
running
mem67.88 MB
load0%
42 %

    today at 18:00:18[mod-init] Curl/JQ was not found on this system for Docker mods installing
    today at 18:00:19:: Synchronizing package databases...
    today at 18:00:26 core downloading...
    today at 18:00:26 extra downloading...
    today at 18:00:26 community downloading...
    today at 18:00:26 alarm downloading...
    today at 18:00:26 aur downloading...
    today at 18:00:26warning: curl-7.83.1-1 is up to date -- reinstalling
    today at 18:00:27resolving dependencies...
    today at 18:00:38looking for conflicting packages...
    today at 18:00:38
    today at 18:00:38Packages (3) oniguruma-6.9.8-1  curl-7.83.1-1  jq-1.6-4
    today at 18:00:38
    today at 18:00:38Total Download Size:   1.44 MiB
    today at 18:00:38Total Installed Size:  3.38 MiB
    today at 18:00:38Net Upgrade Size:      1.57 MiB
    today at 18:00:38
    today at 18:00:38:: Proceed with installation? [Y/n] 
    today at 18:00:38:: Retrieving packages...
    today at 18:00:42 curl-7.83.1-1-aarch64 downloading...
    today at 18:00:42 jq-1.6-4-aarch64 downloading...
    today at 18:00:42 oniguruma-6.9.8-1-aarch64 downloading...
    today at 18:00:42checking keyring...
    today at 18:00:42checking package integrity...
    today at 18:00:43loading package files...
    today at 18:00:43checking for file conflicts...
    today at 18:00:43checking available disk space...
    today at 18:00:44:: Processing package changes...
    today at 18:00:44reinstalling curl...
    today at 18:00:44installing oniguruma...
    today at 18:00:44installing jq...
    today at 18:00:54:: Running post-transaction hooks...
    today at 18:00:54(1/1) Arming ConditionNeedsUpdate...
    today at 18:00:55[mod-init] Attempting to run Docker Modification Logic
    today at 18:00:55[mod-init] Applying abws/mods:calibre-pacman-cache files to container
    today at 18:00:57[mod-init] Applying abws/mods:calibre-log-openbox files to container
    today at 18:01:00[mod-init] Applying abws/mods:calibre-readers files to container
    today at 18:01:02[mod-init] Applying abws/mods:calibre-pycryptodome files to container
    today at 18:01:04[mod-init] Applying abws/mods:calibre-filemanager files to container
    today at 18:01:06[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    today at 18:01:08[s6-init] ensuring user provided files have correct perms...exited 0.
    today at 18:01:08[fix-attrs.d] applying ownership & permissions fixes...
    today at 18:01:08[fix-attrs.d] done.
    today at 18:01:08[cont-init.d] executing container initialization scripts...
    today at 18:01:08[cont-init.d] 00-pacman-cache: executing... 
    today at 18:01:08[cont-init.d] 00-pacman-cache: exited 0.
    today at 18:01:08[cont-init.d] 01-envfile: executing... 
    today at 18:01:08[cont-init.d] 01-envfile: exited 0.
    today at 18:01:08[cont-init.d] 10-adduser: executing... 
    today at 18:01:12
    today at 18:01:12-------------------------------------
    today at 18:01:12          _         ()
    today at 18:01:12         | |  ___   _    __
    today at 18:01:12         | | / __| | |  /  \ 
    today at 18:01:12         | | \__ \ | | | () |
    today at 18:01:12         |_| |___/ |_|  \__/
    today at 18:01:12
    today at 18:01:12
    today at 18:01:12Brought to you by linuxserver.io
    today at 18:01:12-------------------------------------
    today at 18:01:12
    today at 18:01:12To support LSIO projects visit:
    today at 18:01:12https://www.linuxserver.io/donate/
    today at 18:01:12-------------------------------------
    today at 18:01:12GID/UID
    today at 18:01:12-------------------------------------
    today at 18:01:12
    today at 18:01:12User uid:    1002
    today at 18:01:12User gid:    100
    today at 18:01:12-------------------------------------
    today at 18:01:12
    today at 18:01:12[cont-init.d] 10-adduser: exited 0.
    today at 18:01:12[cont-init.d] 13-keygen: executing... 
    today at 18:01:12
    today at 18:01:12Generating 2048 bit rsa key...
    today at 18:01:12
    today at 18:01:12ssl_gen_key_xrdp1 ok
    today at 18:01:12
    today at 18:01:12saving to rsakeys.ini
    today at 18:01:12
    today at 18:01:13Generating a RSA private key
    today at 18:01:13.........+++++
    today at 18:01:13...............................+++++
    today at 18:01:13writing new private key to '/etc/xrdp/key.pem'
    today at 18:01:13-----
    today at 18:01:13[cont-init.d] 13-keygen: exited 0.
    today at 18:01:13[cont-init.d] 30-config: executing... 
    today at 18:01:13chsh: Shell not changed.
    today at 18:01:13Changing shell for abc.
    today at 18:01:13[cont-init.d] 30-config: exited 1.
    today at 18:01:13[cont-init.d] 50-config: executing... 
    today at 18:01:13**** No auth enabled. To enable auth, you can set the PASSWORD var in docker arguments. ****
    today at 18:01:13chown: cannot access '/opt/calibre': No such file or directory
    today at 18:01:13[cont-init.d] 50-config: exited 1.
    today at 18:01:13[cont-init.d] 50-gid-video: executing... 
    today at 18:01:13[cont-init.d] 50-gid-video: exited 0.
    today at 18:01:13[cont-init.d] 55-autostart-config: executing... 
    today at 18:01:14[cont-init.d] 55-autostart-config: exited 0.
    today at 18:01:14[cont-init.d] 90-custom-folders: executing... 
    today at 18:01:14[cont-init.d] 90-custom-folders: exited 0.
    today at 18:01:14[cont-init.d] 98-filemanager: executing... 
    today at 18:01:14:: Synchronizing package databases...
    today at 18:01:15 core downloading...
    today at 18:01:15 extra downloading...
    today at 18:01:15 community downloading...
    today at 18:01:15 alarm downloading...
    today at 18:01:15 aur downloading...
    today at 18:01:15resolving dependencies...
    today at 18:01:20looking for conflicting packages...
    today at 18:01:20warning: dependency cycle detected:
    today at 18:01:20warning: usbmuxd will be installed before its libimobiledevice dependency
    today at 18:01:20
    today at 18:01:20Packages (39) bubblewrap-0.6.2-1  exempi-2.6.1-1  exiv2-0.27.5-3  fuse3-3.11.0-1  gcr-3.41.0-2  gnome-autoar-0.4.3-2  gnome-desktop-1:42.2-1  gnome-desktop-common-1:42.2-1  gupnp-dlna-0.12.0-1  gvfs-1.50.2-1  jansson-2.14-2  libcddb-1.3.2-6  libcdio-2.1.0-2  libcdio-paranoia-10.2+2.0.1-2  libcue-2.2.1-2  libexif-0.6.24-1  libgexiv2-0.14.0-3  libgrss-0.7.0+16+g971c421-3  libgsf-1.14.49-1  libgxps-0.3.2-1  libhandy-1.6.2-1  libimobiledevice-1.3.0-5  libiptcdata-1.0.4-5  libnautilus-extension-42.2-1  libnm-1.38.0-1  libosinfo-1.10.0-1  libplist-2.2.0-5  libportal-0.6-1  libportal-gtk3-0.6-1  libusbmuxd-2.0.2-1  osinfo-db-20220516-1  poppler-22.06.0-1  poppler-glib-22.06.0-1  psmisc-23.5-1  totem-pl-parser-3.26.6-1  tracker3-miners-3.3.1-1  upower-0.99.19-1  usbmuxd-1.1.1-1  nautilus-42.2-1
    today at 18:01:20
    today at 18:01:20Total Download Size:   13.30 MiB
    today at 18:01:20Total Installed Size:  87.00 MiB
    today at 18:01:20
    today at 18:01:20:: Proceed with installation? [Y/n] 
    today at 18:01:20:: Retrieving packages...
    today at 18:01:43 nautilus-42.2-1-aarch64 downloading...
    today at 18:01:43 exiv2-0.27.5-3-aarch64 downloading...
    today at 18:01:43 poppler-22.06.0-1-aarch64 downloading...
    today at 18:01:43 libnm-1.38.0-1-aarch64 downloading...
    today at 18:01:43 gvfs-1.50.2-1-aarch64 downloading...
    today at 18:01:43 gcr-3.41.0-2-aarch64 downloading...
    today at 18:01:43 tracker3-miners-3.3.1-1-aarch64 downloading...
    today at 18:01:43 exempi-2.6.1-1-aarch64 downloading...
    today at 18:01:43 gnome-desktop-common-1:42.2-1-aarch64 downloading...
    today at 18:01:43 libexif-0.6.24-1-aarch64 downloading...
    today at 18:01:43 libhandy-1.6.2-1-aarch64 downloading...
    today at 18:01:43 libimobiledevice-1.3.0-5-aarch64 downloading...
    today at 18:01:43 libgsf-1.14.49-1-aarch64 downloading...
    today at 18:01:43 poppler-glib-22.06.0-1-aarch64 downloading...
    today at 18:01:43 libosinfo-1.10.0-1-aarch64 downloading...
    today at 18:01:43 libcdio-2.1.0-2-aarch64 downloading...
    today at 18:01:43 psmisc-23.5-1-aarch64 downloading...
    today at 18:01:43 osinfo-db-20220516-1-any downloading...
    today at 18:01:43 upower-0.99.19-1-aarch64 downloading...
    today at 18:01:43 totem-pl-parser-3.26.6-1-aarch64 downloading...
    today at 18:01:43 libgexiv2-0.14.0-3-aarch64 downloading...
    today at 18:01:43 fuse3-3.11.0-1-aarch64 downloading...
    today at 18:01:43 libplist-2.2.0-5-aarch64 downloading...
    today at 18:01:43 gnome-desktop-1:42.2-1-aarch64 downloading...
    today at 18:01:43 libgxps-0.3.2-1-aarch64 downloading...
    today at 18:01:43 libgrss-0.7.0+16+g971c421-3-aarch64 downloading...
    today at 18:01:43 gupnp-dlna-0.12.0-1-aarch64 downloading...
    today at 18:01:43 libportal-0.6-1-aarch64 downloading...
    today at 18:01:43 gnome-autoar-0.4.3-2-aarch64 downloading...
    today at 18:01:43 libiptcdata-1.0.4-5-aarch64 downloading...
    today at 18:01:43 libcdio-paranoia-10.2+2.0.1-2-aarch64 downloading...
    today at 18:01:43 libnautilus-extension-42.2-1-aarch64 downloading...
    today at 18:01:43 jansson-2.14-2-aarch64 downloading...
    today at 18:01:43 libcddb-1.3.2-6-aarch64 downloading...
    today at 18:01:43 usbmuxd-1.1.1-1-aarch64 downloading...
    today at 18:01:43 bubblewrap-0.6.2-1-aarch64 downloading...
    today at 18:01:43 libusbmuxd-2.0.2-1-aarch64 downloading...
    today at 18:01:43 libcue-2.2.1-2-aarch64 downloading...
    today at 18:01:43 libportal-gtk3-0.6-1-aarch64 downloading...
    today at 18:01:43checking keyring...
    today at 18:01:43checking package integrity...
    today at 18:01:46loading package files...
    today at 18:01:46checking for file conflicts...
    today at 18:01:48checking available disk space...
    today at 18:01:48:: Processing package changes...
    today at 18:01:48installing exiv2...
    today at 18:01:48installing libgexiv2...
    today at 18:01:48installing bubblewrap...
    today at 18:01:48installing gnome-desktop-common...
    today at 18:01:49installing gnome-desktop...
    today at 18:01:49installing fuse3...
    today at 18:01:49installing libcddb...
    today at 18:01:49installing libcdio...
    today at 18:01:49installing libcdio-paranoia...
    today at 18:01:49installing gcr...
    today at 18:01:49Created symlink /etc/systemd/user/sockets.target.wants/gcr-ssh-agent.socket → /usr/lib/systemd/user/gcr-ssh-agent.socket.
    today at 18:01:49>>> gcr contains /etc/security/limits.d/10-gcr.conf which sets the memlock limit
    today at 18:01:49    in order to allow GCR to lock private keys in memory. If you have configured
    today at 18:01:49    this limit differently before, please review your configuration.
    today at 18:01:49installing psmisc...
    today at 18:01:49installing gvfs...
    today at 18:01:50Optional dependencies for gvfs
    today at 18:01:50    gvfs-afc: AFC (mobile devices) support
    today at 18:01:50    gvfs-smb: SMB/CIFS (Windows client) support
    today at 18:01:50    gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support
    today at 18:01:50    gvfs-mtp: MTP device support
    today at 18:01:50    gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support
    today at 18:01:50    gvfs-nfs: NFS support
    today at 18:01:50    gvfs-google: Google Drive support
    today at 18:01:50    gtk3: Recent files support [installed]
    today at 18:01:50installing exempi...
    today at 18:01:50installing libexif...
    today at 18:01:50installing libcue...
    today at 18:01:50installing libgrss...
    today at 18:01:50installing libgsf...
    today at 18:01:50installing libgxps...
    today at 18:01:50installing libiptcdata...
    today at 18:01:50installing osinfo-db...
    today at 18:01:50installing libosinfo...
    today at 18:01:50installing poppler...
    today at 18:01:51Optional dependencies for poppler
    today at 18:01:51    poppler-data: highly recommended encoding data to display PDF documents with certain encodings and characters
    today at 18:01:51installing poppler-glib...
    today at 18:01:51installing totem-pl-parser...
    today at 18:01:51installing gupnp-dlna...
    today at 18:01:51installing libplist...
    today at 18:01:51installing libusbmuxd...
    today at 18:01:51installing usbmuxd...
    today at 18:01:51installing libimobiledevice...
    today at 18:01:51installing upower...
    today at 18:01:51installing jansson...
    today at 18:01:51installing libnm...
    today at 18:01:51installing tracker3-miners...
    today at 18:01:52installing gnome-autoar...
    today at 18:01:52installing libhandy...
    today at 18:01:52installing libportal...
    today at 18:01:52installing libportal-gtk3...
    today at 18:01:52installing libnautilus-extension...
    today at 18:01:52installing nautilus...
    today at 18:01:52Optional dependencies for nautilus
    today at 18:01:52    nautilus-sendto: Send files via mail extension
    today at 18:01:58:: Running post-transaction hooks...
    today at 18:01:58( 1/14) Creating system user accounts...
    today at 18:01:58Creating group 'usbmux' with GID 140.
    today at 18:01:58Creating user 'usbmux' (usbmux user) with UID 140 and GID 140.
    today at 18:02:13( 2/14) Reloading system manager configuration...
    today at 18:02:13  Skipped: Current root is not booted.
    today at 18:02:13( 3/14) Updating udev hardware database...
    today at 18:02:15( 4/14) Creating temporary files...
    today at 18:02:15( 5/14) Reloading device manager configuration...
    today at 18:02:15  Skipped: Device manager is not running.
    today at 18:02:15( 6/14) Arming ConditionNeedsUpdate...
    today at 18:02:15( 7/14) Updating the MIME type database...
    today at 18:02:17( 8/14) Reloading system bus configuration...
    today at 18:02:17  Skipped: Current root is not booted.
    today at 18:02:17( 9/14) Updating GIO module cache...
    today at 18:02:18(10/14) Compiling GSettings XML schema files...
    today at 18:02:19(11/14) Updating icon theme caches...
    today at 18:02:20(12/14) Reloading GVFS config...
    today at 18:02:20(13/14) Updating the info directory file...
    today at 18:02:20(14/14) Updating the desktop file MIME type cache...
    today at 18:02:30[cont-init.d] 98-filemanager: exited 0.
    today at 18:02:30[cont-init.d] 98-openbox-reenable-log: executing... 
    today at 18:02:30[cont-init.d] 98-openbox-reenable-log: exited 0.
    today at 18:02:30[cont-init.d] 98-pycryptodome: executing... 
    today at 18:02:30:: Synchronizing package databases...
    today at 18:02:31 core downloading...
    today at 18:02:31 extra downloading...
    today at 18:02:31 community downloading...
    today at 18:02:31 alarm downloading...
    today at 18:02:31 aur downloading...
    today at 18:02:32resolving dependencies...
    today at 18:02:32looking for conflicting packages...
    today at 18:02:32
    today at 18:02:32Packages (1) python-pycryptodome-3.14.1-1
    today at 18:02:32
    today at 18:02:32Total Download Size:   0.93 MiB
    today at 18:02:32Total Installed Size:  3.35 MiB
    today at 18:02:32
    today at 18:02:32:: Proceed with installation? [Y/n] 
    today at 18:02:32:: Retrieving packages...
    today at 18:02:33 python-pycryptodome-3.14.1-1-aarch64 downloading...
    today at 18:02:33checking keyring...
    today at 18:02:33checking package integrity...
    today at 18:02:33loading package files...
    today at 18:02:33checking for file conflicts...
    today at 18:02:33checking available disk space...
    today at 18:02:33:: Processing package changes...
    today at 18:02:33installing python-pycryptodome...
    today at 18:02:34:: Running post-transaction hooks...
    today at 18:02:34(1/1) Arming ConditionNeedsUpdate...
    today at 18:02:38[cont-init.d] 98-pycryptodome: exited 0.
    today at 18:02:38[cont-init.d] 98-readers: executing... 
    today at 18:02:38:: Synchronizing package databases...
    today at 18:02:39 core downloading...
    today at 18:02:39 extra downloading...
    today at 18:02:39 community downloading...
    today at 18:02:39 alarm downloading...
    today at 18:02:39 aur downloading...
    today at 18:02:40resolving dependencies...
    today at 18:02:40looking for conflicting packages...
    today at 18:02:40
    today at 18:02:40Packages (26) djvulibre-3.5.28-3  enchant-2.3.3-1  ghostscript-9.56.1-1  gjs-2:1.72.0-1  gobject-introspection-runtime-1.72.0-1  gspell-1.10.0-2  harfbuzz-icu-4.3.0-1  ijs-0.35-4  jbig2dec-0.19-1  js91-91.10.0-1  libdazzle-3.44.0-1  libmanette-0.2.6-3  libnotify-0.7.12-1  libpaper-1.1.28-2  libspectre-0.2.10-1  libsynctex-2022.62885-1  libwpe-1.12.0-2  run-parts-5.5-1  webkit2gtk-2.36.3-1  webkit2gtk-4.1-2.36.3-1  woff2-1.0.2-3  wpebackend-fdo-1.12.0-2  xdg-dbus-proxy-0.1.4-1  epiphany-42.2-1  evince-42.3-1  foliate-2.6.4-1
    today at 18:02:40
    today at 18:02:40Total Download Size:    83.95 MiB
    today at 18:02:40Total Installed Size:  364.23 MiB
    today at 18:02:40
    today at 18:02:40:: Proceed with installation? [Y/n] 
    today at 18:02:40:: Retrieving packages...
    today at 18:03:38 enchant-2.3.3-1-aarch64 downloading...
    today at 18:03:38 libnotify-0.7.12-1-aarch64 downloading...
    today at 18:03:38 ijs-0.35-4-aarch64 downloading...
    today at 18:03:38 woff2-1.0.2-3-aarch64 downloading...
    today at 18:03:38 libmanette-0.2.6-3-aarch64 downloading...
    today at 18:03:38 libsynctex-2022.62885-1-aarch64 downloading...
    today at 18:03:38 libwpe-1.12.0-2-aarch64 downloading...
    today at 18:03:38 wpebackend-fdo-1.12.0-2-aarch64 downloading...
    today at 18:03:38 libspectre-0.2.10-1-aarch64 downloading...
    today at 18:03:38 run-parts-5.5-1-aarch64 downloading...
    today at 18:03:38 libpaper-1.1.28-2-aarch64 downloading...
    today at 18:03:38 xdg-dbus-proxy-0.1.4-1-aarch64 downloading...
    today at 18:03:38 harfbuzz-icu-4.3.0-1-aarch64 downloading...
    today at 18:03:38checking keyring...
    today at 18:03:38checking package integrity...
    today at 18:03:41loading package files...
    today at 18:03:41checking for file conflicts...
    today at 18:03:42checking available disk space...
    today at 18:03:42:: Processing package changes...
    today at 18:03:42installing jbig2dec...
    today at 18:03:42installing run-parts...
    today at 18:03:42installing libpaper...
    today at 18:03:42installing ijs...
    today at 18:03:42installing ghostscript...
    today at 18:03:44Optional dependencies for ghostscript
    today at 18:03:44    texlive-core: needed for dvipdf
    today at 18:03:44    gtk3: needed for gsx [installed]
    today at 18:03:44installing libspectre...
    today at 18:03:44installing djvulibre...
    today at 18:03:44installing libsynctex...
    today at 18:03:44installing enchant...
    today at 18:03:44Optional dependencies for enchant
    today at 18:03:44    aspell: for aspell based spell checking support
    today at 18:03:44    hunspell: for hunspell based spell checking support [installed]
    today at 18:03:44    libvoikko: for libvoikko based spell checking support
    today at 18:03:44    hspell: for hspell based spell checking support
    today at 18:03:44    nuspell: for nuspell based spell checking support
    today at 18:03:44installing gspell...
    today at 18:03:44installing evince...
    today at 18:03:45Optional dependencies for evince
    today at 18:03:45    texlive-bin: DVI support
    today at 18:03:45installing gobject-introspection-runtime...
    today at 18:03:45installing js91...
    today at 18:03:49installing gjs...
    today at 18:03:49installing harfbuzz-icu...
    today at 18:03:49installing libwpe...
    today at 18:03:49installing wpebackend-fdo...
    today at 18:03:49installing libnotify...
    today at 18:03:49installing woff2...
    today at 18:03:49installing xdg-dbus-proxy...
    today at 18:03:49installing libmanette...
    today at 18:03:50installing webkit2gtk...
    today at 18:04:15Optional dependencies for webkit2gtk
    today at 18:04:15    geoclue: Geolocation support
    today at 18:04:15    gst-plugins-good: media decoding
    today at 18:04:15    gst-plugins-bad: media decoding
    today at 18:04:15    gst-libav: nonfree media decoding
    today at 18:04:15installing foliate...
    today at 18:04:16Optional dependencies for foliate
    today at 18:04:16    dictd: Offline dictionary support
    today at 18:04:16    espeak-ng: Text-to-speech support; also voice package needed
    today at 18:04:16    festival: Text-to-speech support; also voice package needed
    today at 18:04:16    gspell: Spell-checking support [installed]
    today at 18:04:16    hyphen: Auto-hyphenation support [installed]
    today at 18:04:16    tracker
    today at 18:04:16installing webkit2gtk-4.1...
    today at 18:04:23Optional dependencies for webkit2gtk-4.1
    today at 18:04:23    geoclue: Geolocation support
    today at 18:04:23    gst-plugins-good: media decoding
    today at 18:04:23    gst-plugins-bad: media decoding
    today at 18:04:23    gst-libav: nonfree media decoding
    today at 18:04:23installing libdazzle...
    today at 18:04:24installing epiphany...
    today at 18:04:35:: Running post-transaction hooks...
    today at 18:04:35(1/4) Arming ConditionNeedsUpdate...
    today at 18:04:35(2/4) Compiling GSettings XML schema files...
    today at 18:04:36(3/4) Updating icon theme caches...
    today at 18:04:37(4/4) Updating the desktop file MIME type cache...
    today at 18:04:43[cont-init.d] 98-readers: exited 0.
    today at 18:04:43[cont-init.d] 99-custom-files: executing... 
    today at 18:04:43[custom-init] no custom files found exiting...
    today at 18:04:43[cont-init.d] 99-custom-files: exited 0.
    today at 18:04:43[cont-init.d] done.
    today at 18:04:43[services.d] starting services
    today at 18:04:43[services.d] done.
    today at 18:04:44guacd[1085]: INFO: Guacamole proxy daemon (guacd) version 1.1.0 started
    today at 18:04:44guacd[1085]: INFO: Listening on host 0.0.0.0, port 4822
    today at 18:04:45guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:46guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:46guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:47guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:47guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:48guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:48guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:49guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:49guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:50guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:50guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:50Starting guacamole-lite websocket server
    today at 18:04:50listening on *:8080
    today at 18:04:51guacd[1085]: INFO: Guacamole connection closed during handshake
    today at 18:04:51[guac-init] Auto start set, starting application
    today at 18:04:52[2022-06-11 18:04:52] [Connection 1]  Client connection open
    today at 18:04:52[2022-06-11 18:04:52] [Connection 1]  Opening guacd connection
    today at 18:04:52[2022-06-11 18:04:52] [Connection 1]  guacd connection open
    today at 18:04:52[2022-06-11 18:04:52] [Connection 1]  Selecting connection type: rdp
    today at 18:04:52[2022-06-11 18:04:52] [Connection 1]  Sending opCode: 6.select,3.rdp;
    today at 18:04:52guacd[1085]: INFO: Creating new client for protocol "rdp"
    today at 18:04:52guacd[1085]: INFO: Connection ID is "$8da37bda-d68d-4f81-ad8f-573b46c3a80d"
    today at 18:04:54[2022-06-11 18:04:54] [Connection 1]  Sending opCode: 4.size,4.1024,3.768,2.96;
    today at 18:04:54[2022-06-11 18:04:54] [Connection 1]  Sending opCode: 5.audio,9.audio/L16;
    today at 18:04:54[2022-06-11 18:04:54] [Connection 1]  Sending opCode: 5.video;
    today at 18:04:54[2022-06-11 18:04:54] [Connection 1]  Sending opCode: 5.image;
    today at 18:04:54[2022-06-11 18:04:54] [Connection 1]  Server sent handshake: 4.args,13.VERSION_1_1_0,8.hostname,4.port,6.domain,8.username,8.password,5.width,6.height,3.dpi,15.initial-program,11.color-depth,13.disable-audio,15.enable-printing,12.printer-name,12.enable-drive,10.drive-name,10.drive-path,17.create-drive-path,7.console,13.console-audio,13.server-layout,8.security,11.ignore-cert,12.disable-auth,10.remote-app,14.remote-app-dir,15.remote-app-args,15.static-channels,11.client-name,16.enable-wallpaper,14.enable-theming,21.enable-font-smoothing,23.enable-full-window-drag,26.enable-desktop-composition,22.enable-menu-animations,22.disable-bitmap-caching,25.disable-offscreen-caching,21.disable-glyph-caching,16.preconnection-id,18.preconnection-blob,8.timezone,14.recording-path,14.recording-name,24.recording-exclude-output,23.recording-exclude-mouse,22.recording-include-keys,21.create-recording-path,13.resize-method,18.enable-audio-input,9.read-only,16.gateway-hostname,12.gateway-port,14.gateway-domain,16.gateway-username,16.gateway-password,17.load-balance-info
    today at 18:04:54[2022-06-11 18:04:54] [Connection 1]  Sending opCode: 7.connect,0.,9.127.0.0.1,4.3389,0.,3.abc,3.abc,4.1024,3.768,2.96,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,3.any,4.true,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.;
    today at 18:04:54guacd[1192]: INFO: Security mode: Negotiate (ANY)
    today at 18:04:54guacd[1192]: INFO: Resize method: none
    today at 18:04:54guacd[1192]: INFO: User "@28247ee9-32b7-4a7e-a85a-ecc340cf2091" joined connection "$8da37bda-d68d-4f81-ad8f-573b46c3a80d" (1 users now present)
    today at 18:04:545.ready,37.$8da37bda-d68d-4f81-ad8f-573b46c3a80d;
    today at 18:04:54guacd[1192]: INFO: Loading keymap "base"
    today at 18:04:54guacd[1192]: INFO: Loading keymap "en-us-qwerty"
    today at 18:04:545.audio,1.1,31.audio/L16;rate=44100,channels=2;4.size,1.0,4.1024,3.768;4.size,2.-1,2.11,2.16;3.img,1.3,2.12,2.-1,9.image/png,1.0,1.0;4.blob,1.3,232.iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAYAAADAvYV+AAAABmJLR0QA/wD/AP+gvaeTAAAAYklEQVQokY2RQQ4AIQgDW+L/v9y9qCEsIJ4QZggoJAnDYwAwFQwASI4EO8FEMH95CRYTnfCDOyGFK6GEM6GFo7AqKI4sSSsCJH1X+roFkKdjueABX/On77lz2uGtr6pj9okfTeJQAYVaxnMAAAAASUVORK5CYII=;3.end,1.3;6.cursor,1.0,1.0,2.-1,1.0,1.0,2.11,2.16;
    today at 18:04:584.sync,8.78016026;
    today at 18:04:584.sync,8.78016277;
    today at 18:04:584.size,2.-1,2.32,2.32;3.img,1.3,2.12,2.-1,9.image/png,1.0,1.0;4.blob,1.3,240.iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAAaElEQVRYhe2WSwrAIAwFfaX3v3K6ceF38VRaCjO7SEwGBWNKAPAxcpIjIqrNkkZrTs3bSc4NKqEmdsv5AmUTSUtNj5CPPtorcLkO+SCAAAIIILCMNYxm7365/vY47mKX3XHcfUgA4Hc8/F4zGEf7ahwAAAAASUVORK5CYII=;3.end,1.3;6.cursor,2.15,2.16,2.-1,1.0,1.0,2.32,2.32;4.sync,8.78016413;
    today at 18:04:584.size,2.-1,2.32,2.32;3.img,1.3,2.12,2.-1,9.image/png,1.0,1.0;4.blob,1.3,276.iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAAgklEQVRYhe2UOxLAIAhEd5nc/8qbBjOOMbECGl6lWOzDHyQJhRgAVEoYAJAsk7AxqJKweVIhYWshW+IlkC2xFciU+BTIkvgVyJC4vhbWTEkiyVABSZgzIgJXniPwcI7OUy/hCI8O27Lr0mvyYewrKOv8RNYuHP+BUuRUezRN0zRNKDeQH1722aSHGAAAAABJRU5ErkJggg==;3.end,1.3;6.cursor,1.0,1.0,2.-1,1.0,1.0,2.32,2.32;
    today at 18:04:584.sync,8.78016494;
    today at 18:04:584.sync,8.78016744;
    today at 18:04:594.sync,8.78016995;
    today at 18:04:594.sync,8.78017245;
    today at 18:04:594.sync,8.78017495;
    today at 18:04:594.sync,8.78017746;
    today at 18:05:004.sync,8.78017996;
    today at 18:05:004.sync,8.78018246;
    today at 18:05:004.sync,8.78018497;
    today at 18:05:004.sync,8.78018747;
    today at 18:05:014.sync,8.78018997;
    today at 18:05:01sh: line 1: xauth: command not found
    today at 18:05:014.sync,8.78019248;
    today at 18:05:014.sync,8.78019498;
    today at 18:05:014.sync,8.78019749;
    today at 18:05:01
    today at 18:05:01X.Org X Server 1.21.1.3
    today at 18:05:01X Protocol Version 11, Revision 0
    today at 18:05:01Current Operating System: Linux df91110772b2 5.15.35-rockchip64 #22.05.1 SMP PREEMPT Sat May 28 08:37:27 UTC 2022 aarch64
    today at 18:05:01Kernel command line: root=UUID=a79a14c0-3cf4-4fb9-a6c6-838571351371 rootwait rootfstype=ext4 console=ttyS2,1500000 console=tty1 consoleblank=0 loglevel=7 ubootpart=21825e31-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u,0x0bc2:0x231a:u zswap.max_pool_percent=20 zswap.compressor=lz4  cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
    today at 18:05:01 
    today at 18:05:01Current version of pixman: 0.40.0
    today at 18:05:01   Before reporting problems, check http://wiki.x.org
    today at 18:05:01   to make sure that you have the latest version.
    today at 18:05:01Markers: (--) probed, (**) from config file, (==) default setting,
    today at 18:05:01   (++) from command line, (!!) notice, (II) informational,
    today at 18:05:01   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    today at 18:05:01(++) Log file: ".xorgxrdp.10.log", Time: Sat Jun 11 16:05:01 2022
    today at 18:05:024.sync,8.78019999;
    today at 18:05:02(++) Using config file: "/etc/X11/xrdp/xorg.conf"
    today at 18:05:02(==) Using system config directory "/usr/share/X11/xorg.conf.d"
    today at 18:05:02xorgxrdpSetup:
    today at 18:05:02xrdpdevSetup:
    today at 18:05:02rdpmousePlug:
    today at 18:05:024.sync,8.78020249;
    today at 18:05:02rdpkeybPlug:
    today at 18:05:02rdpIdentify:
    today at 18:05:02rdpDriverFunc: op 10
    today at 18:05:02rdpProbe:
    today at 18:05:02rdpPreInit:
    today at 18:05:02rdpScreenInit: virtualX 800 virtualY 600 rgbBits 8 depth 24
    today at 18:05:02rdpScreenInit: pfbMemory bytes 1920000
    today at 18:05:02rdpScreenInit: pfbMemory 0xffff9b85b010
    today at 18:05:02rdpSimdInit: assigning yuv functions
    today at 18:05:02rdpClientConInit: disconnect idle session after [0] sec
    today at 18:05:02rdpClientConInit: kill disconnected [0] timeout [0] sec
    today at 18:05:02rdpXvInit: depth 24
    today at 18:05:02rdpScreenInit: out
    today at 18:05:024.sync,8.78020500;
    today at 18:05:02[2022-06-11 18:05:02] [Connection 1]  Closing connection with error:  Error: WS was inactive for too long
    today at 18:05:02    at ClientConnection.checkActivity (/gclient/node_modules/guacamole-lite/lib/ClientConnection.js:154:24)
    today at 18:05:02    at listOnTimeout (node:internal/timers:564:17)
    today at 18:05:02    at process.processTimers (node:internal/timers:507:7)
    today at 18:05:02[2022-06-11 18:05:02] [Connection 1]  Closing guacd connection
    today at 18:05:02[2022-06-11 18:05:02] [Connection 1]  Client connection closed
    today at 18:05:05rdpCreateScreenResources:
    today at 18:05:06rdpmousePreInit: drv 0xaaaae1df91e0 info 0xaaaae1f366e0, flags 0x0
    today at 18:05:06rdpmouseControl: what 0
    today at 18:05:06rdpmouseDeviceInit:
    today at 18:05:06rdpmouseCtrl:
    today at 18:05:06rdpRegisterInputCallback: type 1 proc 0xffff9ba50c70
    today at 18:05:06rdpmouseControl: what 1
    today at 18:05:06rdpmouseDeviceOn:
    today at 18:05:06rdpkeybPreInit: drv 0xaaaae1e09230 info 0xaaaae20c06c0, flags 0x0
    today at 18:05:06rdpkeybControl: what 0
    today at 18:05:06rdpkeybDeviceInit:
    today at 18:05:06rdpkeybChangeKeyboardControl:
    today at 18:05:06rdpkeybChangeKeyboardControl: autoRepeat on
    today at 18:05:06rdpRegisterInputCallback: type 0 proc 0xffff9ba316e0
    today at 18:05:06rdpkeybControl: what 1
    today at 18:05:06rdpkeybDeviceOn:
    today at 18:05:06rdpDeferredRandR:
    today at 18:05:06rdpResizeSession: width 1024 height 768
    today at 18:05:06  calling RRScreenSizeSet
    today at 18:05:06rdpRRScreenSetSize: width 1024 height 768 mmWidth 271 mmHeight 203
    today at 18:05:06rdpRRGetInfo:
    today at 18:05:06  screen resized to 1024x768
    today at 18:05:06  RRScreenSizeSet ok 1
    today at 18:05:06rdpResizeSession: width 1024 height 768
    today at 18:05:06rdpClientConGotConnection:
    today at 18:05:06rdpClientConGotConnection: g_sck_accept ok new_sck 9
    today at 18:05:06rdpClientConGetConnection: idle_disconnect_timeout set to non-positive value, idle timer turned off
    today at 18:05:06rdpAddClientConToDev: adding first clientCon 0xaaaae20ea550
    today at 18:05:06rdpClientConProcessMsgVersion: version 0 0 0 1
    today at 18:05:06rdpClientConProcessScreenSizeMsg: set width 1024 height 768 bpp 16
    today at 18:05:06rdpClientConProcessScreenSizeMsg: shmemid 0 shmemptr 0xffff9b8b0000
    today at 18:05:06rdpClientConProcessMsgClientInput: invalidate x 0 y 0 cx 1024 cy 768
    today at 18:05:06rdpClientConProcessMsgClientInfo:
    today at 18:05:06  got client info bytes 7072
    today at 18:05:06  jpeg support 0
    today at 18:05:06  offscreen support 0
    today at 18:05:06  offscreen size 0
    today at 18:05:06  offscreen entries 0
    today at 18:05:06  client supports glyph cache but server disabled
    today at 18:05:06  client can not do offscreen to offscreen blits
    today at 18:05:06  client can do new(color) cursor
    today at 18:05:06  client can not do multimon
    today at 18:05:06rdpRRSetRdpOutputs: numCrtcs 0 numOutputs 0 monitorCount 0
    today at 18:05:06rdpRRSetRdpOutputs: add output 0 left 0 top 0 width 1024 height 768
    today at 18:05:06rdpLoadLayout: keylayout 0x00000409 variant  display 10
    today at 18:05:06rdpkeybChangeKeyboardControl:
    today at 18:05:06rdpkeybChangeKeyboardControl: autoRepeat on
    today at 18:05:06rdpkeybChangeKeyboardControl:
    today at 18:05:06rdpkeybChangeKeyboardControl: autoRepeat on
    today at 18:05:06(EE) Failed to open authorization file ".Xauthority": No such file or directory
    today at 18:05:06rdpInDeferredRepeatCallback:
    today at 18:05:06rdpkeybChangeKeyboardControl:
    today at 18:05:06rdpkeybChangeKeyboardControl: autoRepeat off
    today at 18:05:06guacd[1192]: INFO: Accepted format: 16-bit PCM with 2 channels at 44100 Hz
    today at 18:05:06guacd[1192]: INFO: Accepted format: 16-bit PCM with 2 channels at 22050 Hz
    today at 18:05:06guacd[1192]: INFO: Connected to RDPDR 1.12 as client 0x83ed419a
    today at 18:05:06rdpInDeferredRepeatCallback:
    today at 18:05:06rdpkeybChangeKeyboardControl:
    today at 18:05:06rdpkeybChangeKeyboardControl: autoRepeat off
    today at 18:05:06rdpInDeferredRepeatCallback:
    today at 18:05:06rdpkeybChangeKeyboardControl:
    today at 18:05:06rdpkeybChangeKeyboardControl: autoRepeat off
    today at 18:05:06guacd[1192]: INFO: RDPDR user logged on
    today at 18:05:09guacd[1192]: ERROR:    User is not responding.
    today at 18:05:09guacd[1192]: INFO: User "@28247ee9-32b7-4a7e-a85a-ecc340cf2091" disconnected (0 users remain)
    today at 18:05:09guacd[1192]: INFO: Last user of connection "$8da37bda-d68d-4f81-ad8f-573b46c3a80d" disconnected
    today at 18:05:10guacd[1192]: INFO: Internal RDP client disconnected
    today at 18:05:10guacd[1085]: INFO: Connection "$8da37bda-d68d-4f81-ad8f-573b46c3a80d" removed.
    today at 18:05:10rdpClientConRecv: g_sck_recv failed(returned 0)
    today at 18:05:10rdpClientConRecvMsg: error
    today at 18:05:10rdpClientConCheck: rdpClientConGotData failed
    today at 18:05:10rdpClientConDisconnect:
    today at 18:05:10rdpRemoveClientConFromDev: removing clientCon 0xaaaae20ea550
    today at 18:05:14Failed to import PyQt module: PyQt5.QtCore with error: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /usr/lib/libQt5Core.so.5)
    today at 18:05:14Traceback (most recent call last):
    today at 18:05:14  File "/usr/bin/calibre", line 21, in <module>
    today at 18:05:14    sys.exit(calibre())
    today at 18:05:14  File "/usr/lib/calibre/calibre/gui_launch.py", line 62, in calibre
    today at 18:05:14    from calibre.gui2.main import main
    today at 18:05:14  File "/usr/lib/calibre/calibre/gui2/__init__.py", line 12, in <module>
    today at 18:05:14    from qt.core import (
    today at 18:05:14ImportError: cannot import name 'QT_VERSION' from 'qt.core' (/usr/lib/calibre/qt/core.py)
    today at 18:05:14
    today at 18:05:14ERROR: openbox-xdg-autostart requires PyXDG to be installed
    today at 19:05:24rdpClientConGotConnection:
    today at 19:05:24rdpClientConGotConnection: g_sck_accept ok new_sck 9
    today at 19:05:24rdpClientConGetConnection: idle_disconnect_timeout set to non-positive value, idle timer turned off
    today at 19:05:24rdpAddClientConToDev: adding first clientCon 0xaaaae20ea550
    today at 19:05:24rdpClientConProcessMsgVersion: version 0 0 0 1
    today at 19:05:24rdpClientConProcessScreenSizeMsg: set width 1874 height 970 bpp 16
    today at 19:05:24rdpClientConProcessScreenSizeMsg: shmemid 1 shmemptr 0xffff90497000
    today at 19:05:24rdpRRScreenSetSize: width 1874 height 970 mmWidth 496 mmHeight 257
    today at 19:05:24rdpRRGetInfo:
    today at 19:05:24  screen resized to 1874x970
    today at 19:05:24rdpClientConProcessScreenSizeMsg: RRScreenSizeSet ok=[1]
    today at 19:05:24rdpClientConProcessMsgClientInput: invalidate x 0 y 0 cx 1874 cy 970
    today at 19:05:24rdpClientConProcessMsgClientInfo:
    today at 19:05:24  got client info bytes 7072
    today at 19:05:24  jpeg support 0
    today at 19:05:24  offscreen support 0
    today at 19:05:24  offscreen size 0
    today at 19:05:24  offscreen entries 0
    today at 19:05:24  client can not do offscreen to offscreen blits
    today at 19:05:24  client can do new(color) cursor
    today at 19:05:24  client can not do multimon
    today at 19:05:24rdpRRSetRdpOutputs: numCrtcs 1 numOutputs 1 monitorCount 0
    today at 19:05:24rdpRRSetRdpOutputs: update output 0 left 0 top 0 width 1874 height 970
    today at 19:05:24rdpRRUpdateOutput:
    today at 19:05:24rdpLoadLayout: keylayout 0x0000040c variant  display 10
    today at 19:05:26rdpkeybChangeKeyboardControl:
    today at 19:05:26rdpkeybChangeKeyboardControl: autoRepeat on
    today at 19:05:26rdpkeybChangeKeyboardControl:
    today at 19:05:26rdpkeybChangeKeyboardControl: autoRepeat on
    today at 19:05:26rdpInDeferredRepeatCallback:
    today at 19:05:26rdpkeybChangeKeyboardControl:
    today at 19:05:26rdpkeybChangeKeyboardControl: autoRepeat off
    today at 19:05:26rdpInDeferredRepeatCallback:
    today at 19:05:26rdpkeybChangeKeyboardControl:
    today at 19:05:26rdpkeybChangeKeyboardControl: autoRepeat off
github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

prahal commented 1 year ago

Should I open another issue for the fact the linuxserver.io build tests for docker-calibre test xrdp startup but not calibre startup inside of it ? It happened countless times that the docker image does not permit calibre startup due to a partial migration of its underlying libraries : qt5, libc, mesa. The build test is useless as is.

Maybe a grep for calibre in ps output after xrdp startup ?

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity