-
-
-
[Plugin] Nvidia-Driver
Thanks, enabled Above 4G Decoding & Resizable BAR support and both cards are visible now. I haven't noticed these settings as being prerequisites in the first post, but I might have missed something.
-
[Plugin] Nvidia-Driver
Hi Just upgraded my server to 7.2.4, I've got a GTX 1660 Super and an RTX 5060 TI, but the OpenSource driver (needed due to the 5XXX card) only detects the 5060. Just for checking, I've tried the production branch, and no GPU was detected. Attaching my diagnostics... small-diagnostics-20260228-2045.zip Thanks in advance
-
[Plugin] Nvidia-Driver
Any way we can install an older version of the Open Source drivers? I'm trying to use an RTX 5060 ti (which requires the OpenSource driver) with a GTX 1660 Super, splitting the GPUs between different containers, but with the current Open Source driver, the 1660 doesn't support the Compute module, whereas with the prodction driver, the 5060 isn't even supported. Downgrading the driver might solve the 1660 issue (see here), but I need to downgrade to another Open Source version. Thanks
-
Understanding exclusive shares - not working in some dockers/VMs
This is very bad news... I'd like a container to have access to a specific folder inside a user share, residing on a pool drive... With the above conclusion, it's either I'm exposing the whole /mnt mount point to the container, or disable the Exclusive Shares and lose the performance benefit of bypassing FUSE... In my scenario, it seems I should just map the folder from the pool drive itself directly to the container, instead of mapping through /mnt/user This is very bad news... I'd like a container to have access to a specific folder inside a user share, residing on a pool drive... With the above conclusion, it's either I'm exposing the whole /mnt mount point to the container, or disable the Exclusive Shares and lose the performance benefit of bypassing FUSE... In my scenario, it seems I should just map the folder from the pool drive itself directly to the container, instead of mapping through /mnt/user 🤔
-
Unmountable disk after freeze during disk replacement
@JorgeB @itimpi you guys are the greatest 🫡 After stopping and starting the array again in maintenance mode, checked and fixed the file system (zeroing the corrupted log file), I'm now able to see the files on the replaced drive. Now I've mounted the older (replaced) drive using Unassigned Devices, and running a Total Commander directories comparison to check if any files are lost or corrupted. Thanks again for the assistance guys and have a great day!!!
-
Unmountable disk after freeze during disk replacement
Thank you 🙏🙏🙏 Can this be done when array started or should I stop the array and start again in maintenance mode? Will it require rebuilding the parity from scratch? Currently have dual parity set up…
-
Unmountable disk after freeze during disk replacement
small-diagnostics-20250821-2243.zip Thanks in advance
-
Unmountable disk after freeze during disk replacement
Hi all I've tried replacing one of my data disks with a larger one (XFS file system if that makes a different). During the initial rebuilding of the data on the new disk, the server froze (no display, no ping, no nothing). Searched the forum, found this post which indicated a rebuild will start over if interrupted... Totally shut down the UPS (the server power button didn't respond at all) and after starting the server again, the array did a parity rebuild (which took more then a day)... Unfortunately, the new (bigger) disk now appears "Unmountable: wrong or no file system". Now what? Did I lose all the data of the replaced disk? Please advice ☹️
-
Private VM bridge networks disappeared upgrading to 7.1.2
So does it matter which one I choose when creating a new VM? Virbr1 is LAN-network, for instance
-
Private VM bridge networks disappeared upgrading to 7.1.2
Thanks @SimonF and @JorgeB , seems that 7.1.4 indeed fixed the issue. Only thing I've noticed which is a bit strange (don't remember how it was on 7.0.1) - when creating a new VM and trying to choose the custom network, I've too many options (If I recall correctly, on 7.0 brunch had only the bridges to choose from): Anyway, thanks for the fix
-
Sending newline (\n) in container variable
Hi, Hope I'm asking at the right forum, but looking for a way to send a string with newline ("\n") in a single variable. The specific use case - trying to use the Beszel Agent container to report to multiple hubs, like mentioned in their guide Tried adding \n, "\n", '\n\ but nothing worked so far... Thanks
-
Private VM bridge networks disappeared upgrading to 7.1.2
Anything I can do in the meantime other than downgrading?
-
Private VM bridge networks disappeared upgrading to 7.1.2
This is one: <network ipv6='no'> <name>lan-network</name> <bridge name="virbr1" stp="on" delay="0"/> </network> This is two: <network ipv6='no'> <name>dmz-network</name> <bridge name="virbr2" stp="on" delay="0"/> </network>
-
Private VM bridge networks disappeared upgrading to 7.1.2
So 7.1.3 not a solution for me? :-(
-
Private VM bridge networks disappeared upgrading to 7.1.2
Unfortunately, didn't help. My missing network was set using virsh - does Docker & KVM use the same network?