#Jellyfin LXC Updater Not Working

34 messages · Page 1 of 1 (latest)

lethal panther
#

Taken from my Jellyfin LXC. Any ideas? Not sure where to start on this one :p

hollow oxide
#

need to run it in pve host

lethal panther
#

this is to update jellyfin

#

not install new

hollow oxide
#

oh i thought you were running the update script, have you tried that

lethal panther
#

im not looking to update everything, just jellyfin

hollow oxide
#

iirc you can pick and choose i think, but thats all i got, good luck

stiff elm
#

rm -f /etc/profile.d/debuginfod.sh
rm -f /etc/profile.d/debuginfod.csh

And try Update again

lethal panther
#

new error:

in line 146: exit code 1 (General error / Operation not permitted): while executing command source "$script"

--- Last 20 lines of log ---
[2026-04-03 13:45:41] [ERROR] in line 146: exit code 1 (General error / Operation not permitted): while executing command source "$script"

stiff elm
#

What is Script 😂

#

Can you run the bash call from Website in verbose and share füll Output?

lethal panther
#
root@jellyfin:~# cat /tmp/create-lxc-5cb1d8eb.log 
[2026-04-03 13:48:36] [ERROR] in line 146: exit code 1 (General error / Operation not permitted): while executing command source "$script"
[2026-04-03 13:48:36] Full log: /tmp/create-lxc-5cb1d8eb.log
root@jellyfin:~# 
stiff elm
#

findmnt -no TARGET,OPTIONS --target "$script"

lethal panther
#
root@jellyfin:~# findmnt -no TARGET,OPTIONS --target "$script"
/      rw,relatime,stripe=16
root@jellyfin:~# 
stiff elm
lethal panther
#

Yeah same

stiff elm
lethal panther
#

same as well 😬

stiff elm
#

We dont have $script 🤔 so i think something in bashrc is broken?

lethal panther
stiff elm
#

Yeah that source every executable sh in Profile.d

#

For motd

lethal panther
stiff elm
#

But Not during Update, or an profile.d is wrong

#

mv the Donet.sh to dotnet.bak and try again

lethal panther
#

yeah just got it fixed

#

well I think, it's updating now seems to be going good

stiff elm
#

Hmm that’s odd. I will see if I can sort it out later

lethal panther
#

yeah it updated
on this line in dotnet.sh

[ -z "${DOTNET_BUNDLE_EXTRACT_BASE_DIR:-}" ] && export DOTNET_BUNDLE_EXTRACT_BASE_DIR="${XDG_CACHE_HOME:-"$HOME"/.cache}/dotnet_bundle_extract"

I added "|| true" at the end, for

[ -z "${DOTNET_BUNDLE_EXTRACT_BASE_DIR:-}" ] && export DOTNET_BUNDLE_EXTRACT_BASE_DIR="${XDG_CACHE_HOME:-"$HOME"/.cache}/dotnet_bundle_extract" || true

#

the && was nuking it I suppose

#

appreciate the help, thank you

stiff elm