Recent content by DerekG

  1. D

    Newbie linking TrueNas VM to Jellyfin LXC on Proxmox needs help

    Don't make the share user as root, those permissions are not required for basic read/write to a shared folder. It's best to create a specific user for that share and then provide access to all apps using the same user. Otherwise, I'm glad to hear that you got it working. Now that you understand...
  2. D

    Newbie linking TrueNas VM to Jellyfin LXC on Proxmox needs help

    If you install Jellyfin using the Community Scripts from https://community-scripts.org/scripts/jellyfin the menu system walks you through the process of mapping the correct graphics card. And if you install https://github.com/MacRimi/ProxMenux on the host, that also provides a menu-driven...
  3. D

    Failing SSD - what's the best way forward with migrating?

    The bad sectors are marked in the controller of the old drive, the new will not mark them as bad and the sectors which ave already been relocated should be fine. The question is, will the drive last long enough to complete the cloning process? If you can't clone or don't trust the data, then...
  4. D

    Failing SSD - what's the best way forward with migrating?

    I would perform an offline image clone of the 860 EVO to the MX500 and then make that the boot drive.
  5. D

    Intel GPU PCI Passthrough with Windows 11 (Code 43 Error)

    The previous versions online guides are outdated for Alderlake iGPU, if you ask AI you must be extremely specific with the information you provide. I have not had any success making that guide work, however I didn't put much effort into it because I have other graphics cards available.
  6. D

    Choosing upstream DNS for Proxmox homelab — what do people actually use?

    Just to add one I've not seen here. I use AdGuard Home, as it provides network wide ad & call home blocking, reverse DNS for your local services, can have multiple sync'ed servers on you LAN, runs in lightweight LXC and can point to any upstream DNS (Quad9 by default).
  7. D

    BlissOS15 uses the built-in noVNC and SPICE monitors in PVE to display color anomalies

    Congratulation on getting that far. I've tried to install Bliss in a VM multiple time in the past and never got it to function.
  8. D

    Anyone running TrueNas as a VM under proxmox ?

    I have 2 instances of TrueNAS VM's running on Proxmox Pass through the entire controller, that is the recommended method, although people do have the system functioning with the disks pass-through. The issue is that it's then possible (unlikely) that the Proxmox and the TrueNAS and write to the...
  9. D

    [TUTORIAL] Easy tutorial for eGPU thunderbolt passthrough on a Minisforum UM790 Pro

    That is an entirely different fault concerning USB4/Thunderbolt connectivity. Start your own thread. The error message is informing you what to install.
  10. D

    Connection Error with USB-Device

    The USB ports in these older system are notoriously unreliable, and using that for PBS which is a heavy on the I/O appliance is really asking for trouble. In addition to that using a spinning disk as your backup data store is also a problem due to the heavy I/O loading. I think that Proxmox...
  11. D

    Intel NUC11 Nvidia 2060 proxmox gpu passthrough

    How are you connecting the Nvidia 2060 to the NUC Box, are you connected via the Thunderbolt port? Have you enabled the device in the thunderbolt security settings? And in the BIOS.? There are 2 thunderbolt tools which need to be installed in Proxmox to control the thunderbolt port, however I...
  12. D

    NGINX Reverse Proxy for Proxmox WebUI on domain path

    Why would anyone want to publish their Proxmox admin web console over the internet.? Surely the wiser approach would be to route that traffic via some sort of VPN, that is unless you are planning on providing access to the public.
  13. D

    Temperature

    I don't mean add-ons as in the case of modifying the Proxmox interface, I mean add-ons as separate tools which interact with the Proxmox API.
  14. D

    Temperature

    There are a multitude of 3rd party add-ons available for Proxmox, I personally think the Devs should focus on getting the core competences in the Proxmox environment functioning at its best and most stable. Let the 3rd party Devs out there deal with the add-ons which bring value to the users so...
  15. D

    Proxmox - best practice to handle (USB) drives

    I have 2x TrueNAS storage boxes, but I turned to OMV to handle drives connected via USB (currently 3x connected). I tried multiple LXC options and ZimaOS before settling on OMV running in VM as the most stable solution with USB connected drives. Just pass the USB connected drive through to the...