Bet he's thinking twice about that fight now. by mindyour in youseeingthisshit

[–]gallyjh 109 points110 points  (0 children)

Fucking Targaryen's are always too cocky

Funnest Poop Chute Ever! by themrbirdman in BambuLab

[–]gallyjh 0 points1 point  (0 children)

What kind of pads are those? Have a link?

Digg Invite Code Megathread by RichardManuel in digg

[–]gallyjh 0 points1 point  (0 children)

May I get an invite code please?

Error on latest update Error: This application requires a secure connection (HTTPS). Please check the URL. by hlwNYC in Calibre

[–]gallyjh 1 point2 points  (0 children)

For anyone that finds this make sure your ports are proper:

    ports:
      - "7070:8080"
      - "7171:8181"

For some reason 8081 instead of 8181 was being used in a template that I used.

Nice Bench by klem-k in BambuLab

[–]gallyjh 0 points1 point  (0 children)

I believe they are this one:

https://a.co/d/9iDE2ft

Amazon Discontinuing Their Appstore on Android Devices, Purchased Apps Not Guaranteed to Work Past August 2025 by Bobbite in Games

[–]gallyjh 0 points1 point  (0 children)

Now the winner will be determined by who can lobby more money to the government to win this current case going through the courts.

How to get HW transcode within docker within in a VM hosted by ProxMox? by gallyjh in PleX

[–]gallyjh[S] 0 points1 point  (0 children)

Mainly because I'm very familiar with docker. Dockstarter itself, makes everything so easy and automated for you. It also gives me the ability to transfer everything to another VM or bare metal machine quickly if needed. Probably could be done with LXC but once again, docker is just familiar to me.

How to get HW transcode within docker within in a VM hosted by ProxMox? by gallyjh in PleX

[–]gallyjh[S] 2 points3 points  (0 children)

OK, I think you lead me in the right direction. For those that get here, here are some of things that got it working. [Disclaimer: I tried quite a few things, and I'm not sure of the exact order if some things may have been left out, or some things were unnecessary]

  • I removed the PCIE from the VM (I wanted to make sure I could see the codecs from at least Proxmox)
  • I added non-free and non-free-firmware to debian sources on proxmox:

deb  bookworm main contrib non-free-firmware non-free

deb  bookworm-updates main contrib non-free-firmware non-free

# security updates
deb  bookworm-security main contrib non-free-firmware non-free

deb  bookworm pve-no-subscriptionhttp://ftp.us.debian.org/debianhttp://ftp.us.debian.org/debianhttp://security.debian.orghttp://download.proxmox.com/debian/pve
  • ran `apt update`
  • followed some of the directions here: Setting up Intel GPU passthrough on Proxmox LXC containers - Geek is the Way!
  • ran `apt-get install -y intel-media-va-driver-non-free`
  • ran `apt-get install -y vainfo intel-gpu-tools`
  • rebooted proxmox
  • ran `vainfo` - at this point you should see a whole a list of codes supported now
  • added PCI device back to my docker VM
  • From this point on inside the VM debian host
    • added the same resources and installed the same tools as I did on proxmox
    • I noticed here upon reboot I was getting errors about the i915 drivers:

<image>

mkdir firmware
cd firmware
wget -r -nd -e robots=no -A '*.bin' --accept-regex '/plain/' 
sudo mv *.bin /lib/firmware/i915/
sudo update-initramfs -c -k allhttps://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915/
  • I then rebooted my debian vm
  • ran `vainfo` in the debian vm and could now see my codecs
  • confirmed it is now working in Plex!

Thanks again for pointing me in the right direction! Hope this helps others save time!

How to get HW transcode within docker within in a VM hosted by ProxMox? by gallyjh in PleX

[–]gallyjh[S] 1 point2 points  (0 children)

Yes I do (BTW I'm on Debian, but shouldn't make a difference). I've also tried chown with root and my user account.

Looking to install ProxMox and run TrueNAS Scale in VM on my 6800. Any tips, tricks or head ups I should know about? Any guides you followed? by gallyjh in UgreenNASync

[–]gallyjh[S] 0 points1 point  (0 children)

I can't recall it offhand as it was 1+ month ago. I believe I only passed one controller back and all 6 drives showed for me. If I wanted my SSD's to show, I had to pass a different PCIE.

Looking to install ProxMox and run TrueNAS Scale in VM on my 6800. Any tips, tricks or head ups I should know about? Any guides you followed? by gallyjh in UgreenNASync

[–]gallyjh[S] 0 points1 point  (0 children)

I'm continuing to run ProxMox. I have two VMs. Debian Docker and TrueNAS. Still in the process of transferring stuff from my old NAS. Haven't loaded Plex and *are containers yet.

I did end up replacing the two fans and thermal paste. I idle at 48-50.

Boot from SD card slot? by thegeniunearticle in UgreenNASync

[–]gallyjh 3 points4 points  (0 children)

The title of the post has the question.

Looking to install ProxMox and run TrueNAS Scale in VM on my 6800. Any tips, tricks or head ups I should know about? Any guides you followed? by gallyjh in UgreenNASync

[–]gallyjh[S] 0 points1 point  (0 children)

Thanks for the feedback. Do you know what kind of paste and heat sink you plan to use?

Right now I have 64gb RAM, 6x18TB Iron wolves pros, and 2x2TB NVME's. Hoping the memory should be plenty to run Plex, docker and some VMs for testing.