Posts by Tahurel

    Cool, youre not running LibreELEC on this Pi then?

    My backup plan for additional cooling if needed, is simply to use a 'cooling fan pad' like this.

    https://www.amazon.co.uk/gp/product/B0C…Z8RHG3G6K&psc=1

    Just put the pi in the FLIRC case on top of it and youve got all that surface area of the case, combined with active airflow.

    I am running LibreELEC on this raspberry pi 5. I have decided to cut down on as much devices as i possible can, and bake it into one device in total. At the moment this is working kinda good, in the future when i am going to expand to a bigger filesystem it's going to create some problems and i will be forced to run two devices. Mostly because LibreELEC does not support raid, and using raid over USB is not a good idea. I could build a sata NAS out of it with some additional plugin hardware for the raspberry pi devices, but then the bottleneck would still be LibreELEC's lack of raid, LVM and whatnot.

    I am running the stock fan cooler on my RPi 5 with some pibow case. The ninja one to be more specific.

    Pibow Coupe 5 (Case for Raspberry Pi 5) – Ninja (pimoroni.com)

    However i believe that the flirc case would have been better regarding the sound level this thing can create sometimes, with the caveat that metal cases causes a lower performance for the Wi-Fi connection.

    Set a link at /storage/.config/autostart.sh:

    Bash
    #!/bin/sh
    
    (
        ln -s /dev/disk/by-uuid/<YOUR_DRIVE_ID> /var/media/hddpath
    ) &

    i did it like this

    Bash
    #!/bin/sh
    
    (
        ln -s /dev/disk/by-uuid/53971acb-b470-4e13-86e0-214bdc22f621 /var/media/sda1-ata-KINGSTON_SNV2S20
        ln -s /dev/disk/by-uuid/e60c7dc1-9f50-4088-9686-2ce42f3f55b9 /var/media/sda1-ata-KINGSTON_SNV2S20/complete/tv2
    ) &


    and the first drive gets mounted at /var/media/sda1-ata-KINGSTON_SNV2S20 and the second one at /var/media/sdb1-ata-Samsung_SSD_840_

    inside /var/media/sda1-ata-KINGSTON_SNV2S20 there is a symlink 53971acb-b470-4e13-86e0-214bdc22f621 -> /dev/disk/by-uuid/53971acb-b470-4e13-86e0-214bdc22f621

    and inside /var/media/sda1-ata-KINGSTON_SNV2S20/complete/tv2 there is a symlink /dev/disk/by-uuid/e60c7dc1-9f50-4088-9686-2ce42f3f55b9

    not exactly what i wanted?

    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

    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.

    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