Nah the only thing that i have done is upgrading the firmware through LE configuration tool. But i have reinstalled two times since then. And one of the times was with Ubuntu 24.04 LTS (in order to get the fan to shut up).
Posts by Tahurel
-
-
I think that’s the issue. The container only sees the limited bits of filesystem you expose to it, so doesn’t have permission to walk the filesystem from the symlink to the original file.
Mhm ok. How would i solve this? Just manually copy them over? And then redo the process each time they get updated ..whenever they get updated?
-
Different locales/charactersets?
e.g. cmdline.txt and сmdline.txt appear identical but the second starts with the Russian letter 's' (looks like English c)
Aha okey, i have set language inside kodi to swedish.
Idk, it was just something odd i found
-
You probably need to map the folder the app inside the container expects to find the file under, to the folder on the host that the file actually resides in, using appropriate permissions.
in other words, don't do symlinks?
-
While reading this i realize that i have two cmdline.txt files in my /flash directory. How is this even possible?
LibreELEC:/flash # ls -la
total 145432
drwxr-xr-x 4 root root 16384 Jan 1 1970 .
drwxr-xr-x 12 root root 191 Apr 25 14:07 ..
-rwxr-xr-x 1 root root 136585216 Apr 25 14:08 SYSTEM
-rwxr-xr-x 1 root root 48 Apr 25 14:08 SYSTEM.md5
drwxr-xr-x 2 root root 8192 May 28 05:23 System Volume Information
-rwxr-xr-x 1 root root 32191 Apr 25 14:08 bcm2710-rpi-2-b.dtb
-rwxr-xr-x 1 root root 35018 Apr 25 14:08 bcm2710-rpi-3-b-plus.dtb
-rwxr-xr-x 1 root root 34383 Apr 25 14:08 bcm2710-rpi-3-b.dtb
-rwxr-xr-x 1 root root 32094 Apr 25 14:08 bcm2710-rpi-cm3.dtb
-rwxr-xr-x 1 root root 33360 Apr 25 14:08 bcm2710-rpi-zero-2-w.dtb
-rwxr-xr-x 1 root root 33360 Apr 25 14:08 bcm2710-rpi-zero-2.dtb
-rwxr-xr-x 1 root root 55796 Apr 25 14:08 bcm2711-rpi-4-b.dtb
-rwxr-xr-x 1 root root 55800 Apr 25 14:08 bcm2711-rpi-400.dtb
-rwxr-xr-x 1 root root 38349 Apr 25 14:08 bcm2711-rpi-cm4-io.dtb
-rwxr-xr-x 1 root root 56436 Apr 25 14:08 bcm2711-rpi-cm4.dtb
-rwxr-xr-x 1 root root 53207 Apr 25 14:08 bcm2711-rpi-cm4s.dtb
-rwxr-xr-x 1 root root 80295 Apr 25 14:08 bcm2712-rpi-5-b.dtb
-rwxr-xr-x 1 root root 80736 Apr 25 14:08 bcm2712-rpi-cm5-cm4io.dtb
-rwxr-xr-x 1 root root 80728 Apr 25 14:08 bcm2712-rpi-cm5-cm5io.dtb
-rwxr-xr-x 1 root root 80279 Apr 25 14:08 bcm2712d0-rpi-5-b.dtb
-rwxr-xr-x 1 root root 110 Apr 25 14:08 cmdline.txt
-rwxr-xr-x 1 root root 110 Apr 25 14:08 cmdline.txt
-rwxr-xr-x 1 root root 1310 Apr 25 14:08 config.txt
-rwxr-xr-x 1 root root 379 Apr 25 14:08 distroconfig-composite.txt
-rwxr-xr-x 1 root root 352 Apr 25 14:08 distroconfig.txt
-rwxr-xr-x 1 root root 536 May 28 03:24 fs-resize.log
-rwxr-xr-x 1 root root 1773 Apr 25 14:08 hat_map.dtb
-rwxr-xr-x 1 root root 11373468 Apr 25 14:08 kernel.img
-rwxr-xr-x 1 root root 48 Apr 25 14:08 kernel.img.md5
drwxr-xr-x 2 root root 32768 Apr 25 14:08 overlays -
I have made a symlink for jellyfin to the ssl cert, was this a bad practise?
I cannot (by default atleast) access the direct path to this ssl file.lrwxrwxrwx 1 nobody users 118 May 29 16:40 privkey.pfx -> /storage/.kodi/userdata/addon_data/docker.linuxserver.swag/config/etc/letsencrypt/live/mydomain.duckdns.org/privkey.pfx
This is the permission and ownership of that file
-rw------- 1 nobody users 3.0K May 29 14:30 privkey.pfx
[08:45:28] [ERR] [1] Emby.Server.Implementations.ApplicationHost: Error loading cert from /config/certs/privkey.pfx
Interop+Crypto+OpenSslCryptographicException: error:10000080:BIO routines::no such file
at Interop.Crypto.CheckValidOpenSslHandle(SafeHandle handle)
at System.Security.Cryptography.X509Certificates.OpenSslX509CertificateReader.FromFile(String fileName, SafePasswordHandle password, X509KeyStorageFlags keyStorageFlags)
at System.Security.Cryptography.X509Certificates.X509Certificate..ctor(String fileName, String password, X509KeyStorageFlags keyStorageFlags)
at Emby.Server.Implementations.ApplicationHost.GetCertificate(String path, String password)
-
I use a Pi5 in a FLIRC case and no matter what type of content I am playing, temps are under 55c. Completely passive cooling. The CPU will run to over 85c before thermal throttling occurs.
I should have gone with passive cooling for sure!
Now i do more than just play media on my raspberry pi 5, i also host a couple of docker containers such as qbittorrent, autobrr, swag, jellyfin, gluetun and duckdns.
Temp right now is 52.7c without playing any media and the RPi5 has been online but idle over the night
-
I can add to this that i installed Ubuntu 24.04 LTS again, let it update and then installed LE once more and the fan is acting normal.
My wild guess is that this has something to do with the firmware update (through the LE configuration addon).
-
I have one cli created container that does start at boot without the restart argument. It's autobrr for the record.
Which is kinda odd, and i installed that one first, otherwise it would have been somewhat "obvious" that the restart argument is requierd.
-
The docker containers installed through the repo is starting at boot, but the ones i have installed through the command line does not. Even tho they work perfectly fine when they are up running, they don't come up after a reboot.
Only one is added with --restart unless-stopped \
The others are not.
EDIT: Adding --restart unless-stopped \ to one other container solved it. It is weird tho because one does not have this enviroment variable and that one does start at boot.
-
Where should i put the daemon.json file for docker? Normally it's /etc/docker/daemon.json
-
OK =)
This one i have looked for but cannot for the love of addons find the command.tree (command to display all subfolders in a folder)
-
Just installed LE on my RPi5 and the fan blowing on 100% capacity at all times, even tho the temps are 36c? Wth is going on? I have reinstalled and it does this out of the box?
It worked fine when i was running Ubuntu 24.04 LTS on it like 30 mins ago
-
Forum rules are different than policy/rules/decisions about LE's official repo.
LE team decided they did not want to host downloaders in the official repos. They're not banned addons. Just not published in the official repos. That's all. It's a team decision.
Ok, so the Linuxserver.io repo could be hosting the downloaders, if they decided to do so?
-
-
-
I want to request qbittorrent support for the docker addon list.
-
I am getting these errors too.
I am on a raspberry pi 5 with Ubuntu 24.04 LTS.
There seems to be a lot of trouble with the WiFi on the raspberry pi series. I tend to get them regardless of OS and model. I have both 4 and 5 model.
I found this thread through Duckduckgo