modeh

joined 3 weeks ago
 

I recently upgraded my setup from an RPi running DietPi to a Beelink 14 (N150) running Proxmox. So far it’s been fun screwing around with it, creating VMs and LXCs, and getting to learn the ways of Proxmox.

My latest obstacle, however, was migrating my Plex setup from the RPi to the Beelink, I have created an unprivileged LXC and setup Plex manually. I know there is a Community Helper Script for it but where is the fun in that.

Anyway, I am trying to enable HW acceleration and can’t seem to passthrough the GPU drivers to the LXC without breaking things (thankfully I have a backup that I always restore to once things break).

I looked up tutorials online that might help but I can’t seem to find anything applicable, mostly people suggest to just use the Community Helper Script and get it over with. There isn’t much I can learn doing it the easy way.

Can anyone suggest to me how to go ahead with this or at least point me in the right direction?

Thank you.

 

I realize that Proxmox suggests not to run rclone inside an LXC because it might cause problems backing up/snapshotting that container, but that’s not a concern of mine at the moment.

The issue I am running into is the following:

  1. Used Proxmox helper script to create Plex LXC, it worked flawlessly.

  2. Installed docker inside that LXC and pulled Zurg. Yes, I know it’s not recommended but I am not spinning up a whole docker vm for just this service.

  3. I then use Zurg to mount my box to /mnt/zurg and I start seeing its contents shortly after.

Now the problem is I have only 8GBs assigned to the Plex LXC which should be more than plenty. What’s happening is that the container is reporting to be full because of the rclone mount (~1TB in size) which is preventing write operations to the LXC.

This wasn’t an issue when I hosted those same two services on my ol’ trusty RPi-3B as it didn’t account for the size of the mount when doing df but for some reason the Plex LXC does.

Has anyone run across this before? What’s a good solution or workaround?

Thank you

 

Hello everyone,

I finally managed to get my hands on a Beelink EQ 14 to upgrade from the RPi running DietPi that I have been using for many years to host my services.

I have always was interested in using Proxmox and today is the day. Only problem is I am not sure where to start. For example, do you guys spin up a VM for every service you intend to run? Do you set it up as ext4, btrfs, or zfs? Do you attach external HDD/SSD to expand your storage (beyond the 2 PCIe slots in the Beelink in this example).

I’ve only started reading up on Proxmox just today so I am by no means knowledgeable on the topic

I hope to hear how you guys setup yours and how you use it in terms of hosting all your services (nextcloud, vaultwarden, cgit, pihole, unbound, etc…) and your ”Dos and Don’ts“

Thank you 😊