Search results

  1. M

    GPU passthrough for both VM & LXC

    Thank you! I did get this all to work shortly after asking my question, I ended up using a script and udev rules. Your way is cleaner, though, and I'll probably try that out. I knew there was a way, but I just couldn't find the proper syntax or examples. Thank you again for the response, I...
  2. M

    GPU passthrough for both VM & LXC

    Did you get this working or find any additional information? I have been searching for a way to use my P2200 for the host/LXC and pass through my 2080ti to a VM, but I can't find clear guidance on how to force the vfio-pci driver to only one GPU. All I find is old posts and unrelated ones. I...
  3. M

    pass through only 1 on 2 identical NIC cards

    Did you ever get your situation sorted out? I'm in a similar boat, but have no choice in NIC as it is a custom component.
  4. M

    Disk smart status no longer working

    I did it all manually verifying where my drives and cciss were mapped and in the end I had to modify what you did and map it properly. I am not sure what I had been thinking before, I was just feeling my way through I guess. It is a bit hackish, but it'll work until I add more drives, then...
  5. M

    Disk smart status no longer working

    It did not work for me, I think because I have my drives in an odd order and spread between 3 different backplanes into 2 HBAs. I may just have to learn some more coding and write a script to decode the drive ID using ssacli or something like that. Or just manually assign them and use if then...
  6. M

    Disk smart status no longer working

    Ahh I never followed up on this, I was mistaken when they all showed OK for smart status, once I looked a little harder it was still messed up, but the initial script worked for most of my drives. I'll update my post so people don't get mislead.
  7. M

    Understanding lxc.idmap, /etc/sub{u,g}id, cannot login as root, root lost permissions?

    Just curious if you ever figured this out. I was trying to do the same thing and had the same problems, but with nextcloud turnkey. I was just trying to get root to map as the UID 1000 user on the host and haven't figured it out. I'm still learning about these, but maybe you had the magic...
  8. M

    Disk smart status no longer working

    I have the same issue with my DL80 G9 and H240 card. I got the info to report by using someone's (Udo Rader) smartctl wrapper. Honestly, I only understand about half of how it works, but it basically just replaces smartctl and you can get at least one HBA working. For some reason it only...