• 10 Posts
  • 52 Comments
Joined 7 months ago
cake
Cake day: July 8th, 2024

help-circle

  • In other news, shit spewing liar spews more shit and lies to get more of your money.

    He thinks they’re on the wrong side of history my ass. He doesn’t care. He never cared. He will never care. The open source you and I know is completely different than the “open source” this chucklefuck is probably selling you on. “We need to figure out a different open source strategy” should be the biggest indicator here. Take everything he and his circlejerk says with the biggest fucking mountain of salt you can dream of and double it.



  • This is what thay compose looks like now:

     services:
      jellyfin:
        image: jellyfin/jellyfin
        user: 1000:1000
        network_mode: 'host'
        volumes:
          - /DATA/AppData/jellyfin/config:/config
          - /DATA/AppData/jellyfin/cache:/cache
          - /DATA/AppData/jellyfin/media:/media
          - /mnt/drive1/media:/mnt/drive1/media
          - /mnt/drive2/Jellyfin:/mnt/drive2/Jellyfin
          - /mnt/drive3:/mnt/drive3
          - /mnt/drive4/media:/mnt/drive4/media
          - /mnt/drive5/jellyfin:/mnt/drive5/jellyfin
          - /mnt/drive6/jellyfin:/mnt/drive6/jellyfin
        runtime: nvidia
        deploy:
          resources:
            reservations:
              devices:
                - driver: cdi
                  device_ids:
                   - nvidia.com/gpu=all
                - /dev/nvidia-caps:/dev/nvidia-caps
                - /dev/nvidia0:/dev/nvidia0
                - /dev/nvidiactl:/dev/nvidiactl
                - /dev/nvidia-modeset:/dev/nvidia-modeset
                - /dev/nvidia-uvm:/dev/nvidia-uvm
                - /dev/nvidia-uvm-tools:/dev/nvidia-uvm-tools
                  count: all
                  capabilities: [gpu]
    

    Edit: when I try and compose up it says “yaml: lin 30 mapping values are not allowed in this context” when I remove line 30 and 31 the output is “validating /DATA/AppData/jellyfin/docker-compose.yml: services.jellyfin.deploy.resources.reservations.devices.1 must be a mapping”








  • Casaos is just a server ui for ubuntu to manage docker and other settings:

    https://casaos.io/

    Here is the output of nvidia-smi (sorry for the picture if my monitor. It’s late and I blanking on my lemmy pass and cannot sign in on the pc itself to send a screen cap lol):

    I used several different jellyfin images posted in casaos appstore along with the official nvidia documentation. It still does not want to work:

    services:
     jellyfin:
       image: jellyfin/jellyfin
       user: 1000:1000
       network_mode: 'host'
       volumes:
         - /DATA/AppData/jellyfin/config:/config
         - /DATA/AppData/jellyfin/cache:/cache
         - /DATA/AppData/jellyfin/media:/media
         - /mnt/drive1/media:/mnt/drive1/media
         - /mnt/drive2/Jellyfin:/mnt/drive2/Jellyfin
         - /mnt/drive3:/mnt/drive3
         - /mnt/drive4/media:/mnt/drive4/media
         - /mnt/drive5/jellyfin:/mnt/drive5/jellyfin
         - /mnt/drive6/jellyfin:/mnt/drive6/jellyfin
       runtime: nvidia
       deploy:
         resources:
           reservations:
             devices:
               - driver: nvidia
               - /dev/nvidia-caps:/dev/nvidia-caps
               - /dev/nvidia0:/dev/nvidia0
               - /dev/nvidiactl:/dev/nvidiactl
               - /dev/nvidia-modeset:/dev/nvidia-modeset
               - /dev/nvidia-uvm:/dev/nvidia-uvm
               - /dev/nvidia-uvm-tools:/dev/nvidia-uvm-tools
                 count: all
                 capabilities: [gpu] ```



  • So I seem to have gotten it up and running with the guide the only issue is It seems really slow (compared to conduit, conduwuit, dendrite and synapse on sqlite). Also when I pick up calls on element x on graphene os I cannot hear the other user (this is on the same network both devices running graphene I did configure my coturn server but didn’t try out of network calls.). When I was trying to sign up it would error on me. In order to bypass the error I just kept clicking sign up/sign in and it worked on the second or 3rd try. Device verification seems to work but you have to be really slow about working through the steps.

    Any ideas on how to fix this?