• 25 Posts
  • 245 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle





  • Personally, my problem was always that math concepts were never presented in a way that actually made sense in the “real world.”

    I was taught that complex numbers were real numbers with imaginary parts that had something to do with the square root of -1. Yeah, I get it, but… why?

    Fast forward a few decades and I’m writing code that processes a digitized waveform. Now it makes sense. Math isn’t hard when you have a frame of reference. Learning math concepts solely for the sake of learning them is very hard.








  • This is also true of Jellyfin, though. I have apps on my Windows PC, my Android phone, multiple Nvidia Shield boxes on my TVs, plus the web interface if I need it.

    I switched over from Plex several years ago, and while it takes a bit more time to configure, compatibility for clients seems just as good for Jellyfin as it is for Plex.

    Most importantly, Jellyfin is strictly client/server, no “cloud” bullshit and no remote account is required; I don’t want Plex phoning home with a list of the media on my file server.






  • I’m leaving this here for continuity, but don’t follow what I said here. I have my containers set as privileged. I was wrong.

    I have a server that runs Proxmox and a server that runs TrueNAS, so a very similar setup to yours. As long as your LXC is tied to a network adapter that has access to your file server (it almost certainly is unless you’re using multiple NICs and/or VLANs), you should be able to mount shares inside your LXC just like you do on any other Linux machine.

    Can you ping your fileserver from inside the container? If so, then the issue is with the configuration in the container itself. Privileged or unprivileged shouldn’t matter here. How are you trying to mount the CIFS share?

    Edit: I see that you’re mounting the share in Proxmox and mapping it to your container. You don’t need to do this. Just mount it in the container itself.