Replies: 1 comment 6 replies
-
There's one workaround I can find - use advanced settings and change to a privileged container. The logic in build.func around line 830 checks whether the host even has that device before trying to configure it in the container if privileged is selected. If unprivileged is selected, the logic assumes the device exists and passes it through. A PR could probably be created to add the same detection logic that exists for privileged to unprivileged. The config file won't get the devices that way and start should work. This should not cause any grief for the various install scripts, as they only try to change permissions on the /dev/dri* stuff, not use it - the commands will error, but the error can be ignored. |
Beta Was this translation helpful? Give feedback.
-
Hello.
Is it possible to run the jellyfin script without the HW transcoding part?
The script failed to run on my Supermicro X11SCL-F motherboard, because this MB disables the IGPU and uses the GPU of the management interface instead (which is a joke). However during installation the script tries to use this GPU to install the transcoding part and as a result it fails. Is there a way to execute the script without the HW transcoding commands?
Thanks,
Balazs
This is the output of the script:
__ / / _ / / / / / / // / __
/ // / / / / // / / / / / /
_/_///_, // /// //
/___/
🧩 Using Advanced Settings on node pve
🖥️ Operating System: ubuntu
🌟 Version: 22.04
📦 Container Type: Unprivileged
🔐 Root Password: ********
🆔 Container ID: 107
🏠 Hostname: jellyfin
💾 Disk Size: 8
🧠 CPU Cores: 2
🛠️ RAM Size: 2048
🌉 Bridge: vmbr0
📡 IP Address: dhcp
🌐 Gateway IP Address: Default
📡 APT-Cacher IP Address: Default
🚫 Disable IPv6: yes
⚙️ Interface MTU Size: Default
🔍 DNS Search Domain: Host
📡 DNS Server IP Address: Host
🏷️ Vlan: Default
🔑 Root SSH Access: no
🔍 Verbose Mode: yes
🚀 Creating a Jellyfin LXC using the above advanced settings
✔️ Using local for Template Storage.
✔️ Using local-zfs for Container Storage.
✔️ Updated LXC Template List
✔️ LXC Container 107 was successfully created.
⠴/dev/dri/renderD128 is not a device
⠦
[ERROR] in line 875: exit code 0: while executing command pct start "$CTID"
Beta Was this translation helpful? Give feedback.
All reactions