Having a bit of trouble getting hardware acceleration working on my home server. The cpu of the server is an i7-10700 and has a discrete GPU, RTX 2060. I was hoping to use intel quick sync for the hardware acceleration, but not having much luck. From the guide on the jellyfin site https://jellyfin.org/docs/general/administration/hardware-acceleration/intel I have gotten the render group ID using "getent group render | cut -d: -f3" though it mentions on some systems it might not be render, it may be video or input which i tried with those group ID's as well. When I run "docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/vainfo" I get back ``` libva info: VA-API version 1.22.0 libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/nvidia_drv_video.so libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so libva info: Trying to open /usr/lib/dri/nvidia_drv_video.so libva info: Trying to open /usr/local/lib/dri/nvidia_drv_video.so libva info: va_openDriver() returns -1 vaInitialize failed with error code -1 (unknown libva error),exit ``` I feel like I need to do something on the host system since its trying to use the discrete card? But I am unsure. This is the compose file just in case I am missing something ``` version: "3.8" services: jellyfin: image: jellyfin/jellyfin user: 1000:1000 ports: - 8096:8096 group_add: - "989" # Change this to match your "render" host group id and remove this comment - "985" - "994" # network_mode: 'host' volumes: - /home/hoxbug/Docker/jellyfin/config:/config - /home/hoxbug/Docker/jellyfin/cache:/cache - /mnt/External/Movies:/Movies devices: - /dev/dri/renderD128:/dev/dri/renderD128 networks: external: external: true ``` Thank you for the help.

42
17
Question about mounting ZFS pool
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    Thank you will have to look into that particular forum. Though my problem has been solved for now I will definitely have more things that come up in the future and that seems like just the place for this sort of thing.

    1
  • Question about mounting ZFS pool
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    Thank you so much, where did you find this bit of information? I have been trying to solve this problem for the past week or so, but my google foo failed me on this one. Was about to give up on this one.

    1
  • Hello, I have had a pool of two hard drives in a mirror pool for some time but the OS got corrupted and I reinstalled the OS. Now I am on Linux Mint and my pool does not appear any more. When I use zpool import it says no pool available to import, I have looked around online and found you can import a zpool by specifying the drives, so I used zpool import -f -d /dev/sda1 -f -d /dev/sdb1 internal I get back my pool > pool: internal state: ONLINE scan: scrub repaired 0B in 00:08:39 with 0 errors on Tue Jun 18 18:38:40 2024 config: NAME STATE READ WRITE CKSUM internal ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 sdb ONLINE 0 0 0 sda ONLINE 0 0 0 errors: No known data errors But I am unable to mount the pool, zfs mount internal returns >cannot mount 'internal': legacy mountpoint use mount(8) to mount this filesystem I tried using mount but I am not having any success, saying mount: internal: can't fin in /etc/fstab. Is there any chance to get this pool back on the computer or is it a lost cause. Thank you for the help.

    19
    8
    Overhauling our drug policies
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    Even with a labour led government doubt much will be done, I was really hopefully for labour to actually do something, not just about drugs but also about housing and a land tax. They did really well through COVID but apart from that it was a lot of promises and a lot of not doing anything. Kinda odd they chose 3 waters as their thing though, considering how unpopular it was with some people.

    1
  • What are your weird food rules?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    It's not a rule but sometimes I eat sandwiches around the perimeter first, to eat the crust first and then I eat the center.

    8
  • 12-Year-Old Spends Entire Hiking Trip Fantasizing About Which Video Game He’ll Play When He Gets Home
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    I haven't properly played Minecraft in years but I find myself out in nature and just imagining how I would build the area up, how the house would be made, what sort of pathways I would make. Guess what I am saying is I left Minecraft a while back but it has not left me yet.

    26
  • Beginner questions about ZFS and how to use my drives.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    Yeah definitely wanting the redundancy, most of what I will be storing will not be life changing if lost just a big inconvenience, and for the life changing stuff I plan on having it backed up to cloud storage.

    1
  • Beginner questions about ZFS and how to use my drives.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    That is a good point about stress testing them, if memory serves me well I believe one of the 12TB would disconnect a while back maybe 2 or so years ago when I was using windows and doing large backups. I think the consensus around seems to just mirror the 6TB and mirror the 12TB drives separate, it's probably what I will end up doing since in the end I am tripling the amount of storage and really allowing me to lose two drives albeit two different drives before data loss. Feel I may be getting a bit greedy with what I have and should just be happy with what I am getting with that. Looking at getting an upgrade in about a year or two either way.

    1
  • Beginner questions about ZFS and how to use my drives.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    That's definitely I have to look into, the nixos page on ZFS had a link to a ZFS cheat sheet of sorts that I have been trying to wrap my head around, thanks for pointing it out though.

    1
  • Beginner questions about ZFS and how to use my drives.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    Thank you for that will have to have a look into it since I am quite new and I am not completely sure how to go about things in a way to not regret it later down the line in half a year or so.

    1
  • Hello, I currently have a home server mainly for media, in which I have an SSD for the system and 2 6TB hard drives set up in raid 1 using mdadm, its the most I can fit in the case. I have been getting interested in ZFS and wanting to expand my storage since it's getting pretty full. I have 2 12TB external hard drives. My question is can I create a pool (I think that's what they are called), using all 4 of these drives in a raidz configuration, or is this a bad idea? (6TB+6TB) + 12TB + 12TB, should give me 24TB, and should work even if one of the 6TB or 12TB fails if I understand this correctly. How would one go about doing this? Would you mdadm the 2 6TB ones into a raid 0 and then create a pool over that? I am also just dipping my toes now into Nixos so having a resource that would cover that might be useful since the home server is currently running Debian. This server will be left at my parents house and would like it to have minimal onsite support needed. Parents just need to be able to turn screen on and use the browser. Thank you

    50
    16
    Three gaming-focused Linux operating systems beat Windows 11 in gaming benchmarks
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    Yeah I have been having so much trouble running AI stuff on my Rx 6700 XT that I use my media computer with a RTX 2060 to do most of my experimenting with though the VRAM is really limiting.

    2
  • Not everyone can live up to such high standards...
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    As someone who has recently become single, it was both our faults, and I guess we just couldn't talk them out properly or were just too different to come to an understanding.

    5
  • Phones should have FM radio again
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    hoxbug
    Now 100%

    I have some wired headphones for when I am gaming on the computer, but anything else I use Bluetooth earbuds, and I can't imagine going back to wired ones, never getting the cable caught on things is so freeing. They also have active noise canceling and hear thru which both come in real handy on work sites.

    1
  • So I am looking out for an inkjet printer that can print in A3 size. The Epson ecotanks seem like they best fit my requirements, just wondering if it is actually refillable, and does not lock me out of actually using it after a certain amount of prints, no chips BS and all that. I have seen some stuff about the ink pad filling and then not being able to use it anymore ? Does anyone have experience with this printer and can vouch that it is not a gimmick and will actually work as a printer for a long time. Also how is Linux support for it. Thank you

    14
    6

    Hello, thinking of giving Skyrim a go on Linux through Proton, does anyone have a resource that helped with getting some mods going? Can a mod manager be used ?

    16
    10
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHO
    Now
    5 28

    hoxbug

    hoxbug@ lemmy.world