glockmane

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by glockmane

  1. Ah okay and can I also check if it is sparse or not?
  2. Does this mean if I copy without the "sparse" argument it allocates the whole space on the new location without possibility to make it sparse again?
  3. Hey guys, on my motherboard there are two NICs and I want to dedicate one of them to a specific VM. I tried by passing through the NIC which works but how to disable network for the VM so it doesn't have two NICs? Also I read that it is not the preferrable option to passthrough the NIC cause the Unraid internal traffic would be slower.. So should I not pass the second NIC and set it to bridging and connect the VM to br1? Thank you!
  4. @Hoopster If this is true than it is licensing over stability which is no good.. Also if I wanted to run without valid license this would be no problem at all but I won't explain that any further.. What if Mainboard Manufacturers decide to cap USB 2.0 some day? Maybe Limetech could at least certify a bunch of USB Sticks..
  5. Will watch, maybe was an unclean shutdown..
  6. @JorgeB I guess in my case they changed cause ACS Override was not enabled anymore.. There was lot of config I had to redo although I copied the old config back to the stick.. But anyway, 3900X on X370 Motherboard..
  7. Maybe Unraid should overthink the concept with USB Sticks.. This is just not reliable.. Just got a message that my USB Stick was disconnected while Server was running.. Why the hell USB Sticks? No professional would do this..
  8. Also looking for this feature, parity check is already disabled and I have no parity disks and still it does a read check.. For my Array read check should last over a day and I simply don't need it and I also think it wears the drives.. Also I cannot stop the array in this time..
  9. Server runs again after clearing "vfio-pci.cfg" so I guess IOMMU groups changed! But why? VM Tab is empty cannot see VMs or create one, Docker seems to work.. Update: IOMMU fixed, PCIe ACS override was off, no idea why.. But still nothing on VM Tab.. Update: Network config fixed (was set to bonding with both adapters, changed eth0 and eth1, set bridging and bind eth1 to vfio like it was before).. Still nothing on VM Tab.. Whole log, but is this really the problem? The disk is not present anymore.. 2023-03-18 18:17:11.442+0000: 7148: info : libvirt version: 8.7.0 2023-03-18 18:17:11.442+0000: 7148: info : hostname: Tower 2023-03-18 18:17:11.455+0000: 7147: error : virQEMUFileOpenAs:11390 : Failed to open file '/mnt/disks/2018282F514B/squid.img': No such file or directory Okay just saw one VM on the dashboard, corrected the system img path and fired it up and it booted successfully! But why is the VM Tab still empty and where are my other VMs? (Last?) Update: RC2 comes for rescue regarding my last problem (hopefully)..
  10. Another Update, booted Ubuntu Live ISO on the same machine and both NICs are working but Unraid seems to not see them.. I'm lost..
  11. Can you tell me how to switch to my second NIC via network.cfg? I tried to boot with GUI but it doesn't show up.. As mentioned eth0 is not found anymore.. # Generated settings: IFNAME[0]="br0" DHCP_KEEPRESOLV="yes" DNS_SERVER1="192.168.1.1" DHCP6_KEEPRESOLV="no" BRNAME[0]="br0" BRNICS[0]="eth0" BRSTP[0]="no" BRFD[0]="0" PROTOCOL[0]="ipv4" USE_DHCP[0]="no" IPADDR[0]="192.168.1.4" NETMASK[0]="255.255.255.0" GATEWAY[0]="192.168.1.1" USE_DHCP6[0]="yes" IFNAME[1]="eth1" PROTOCOL[1]="ipv4" SYSNICS="2"
  12. @JorgeB I removed a Titan Ridge Card which blocked my USB2 Headers and connected my stick to a USB2 Port (after recreation). I'm a step further now I'm at login prompt on the server screen but I saw "eth0 not found" and I see there is no IP assigned..
  13. Hey guys, yesterday I upgraded to 6.12 RC and after that I did some changes to my array changing physical disks, creating pools (xfs, btrfs).. After being mostly succesful (only thing I could not achieve was creating a pool of 2 btrfs disks, always said unmountable, maybe I did sum wrong..) I played a few minutes with the Gaming VM and then shutdown the server. Today I powered on and wondered why I had no web access.. on the server screen there are lots of usb disconnect, different usb buses deregistered.. Pulled the stick and plugged it onto my laptop but I cannot find a log, where should I search for it? Am I right that when all these usb buses get deregistered boot also stops cause the boot stick is also connected to usb? Whole night of work and now this
  14. I got a bunch new SSDs and HDDs and need to restructure my whole Homeserver.. Would you: A) Do it now with latest stable Version B) Wait for RC with ZFS C) Use latest Beta - Is there any way to migrate later to RC or Release Version (simple Update or with little manual effort e.g. exporting and importing config..) I must say that I don't rely on the Server cause I don't even use it as it is but I want to start and the project is on hold since I heard the frst time of the ZFS Support in 6.12..
  15. Is it possible to upgrade 6.11.5 to beta and in the future upgrade to RC?
  16. Also trying to pass Titan Ridge Card on a Gigabyte X370 Gaming K7 Board.. If I only bind 09:00.0 via XML I can use the Type-C Ports..
  17. No one recognised you can find the beta link right here in the forum? 😅
  18. Please add this Feature, I got a RTX 3090 with 24GB RAM and I would love to split it into 4 vGPUs..
  19. From the 2nd boot, sorry for misunderstanding you, I thought both would be in one log.. Will pull the log after unsuccessful boot later!
  20. Hey guys, since a while I have cannot reach the Web Interface when booting the first time.. I have to press the Shutdown Button on the Case, wait for it to shut down, then I turn it on again and after some time I can reach the Web Interface.. I swear this was working some time ago without this procedure.. Using the newest Version of Unraid on a Gigabyte AX370 Gaming K7, R9 3900X, 64GB RAM..
  21. So this was a bug or intended behaviour? Can it happen in future again? I changed the allocation in the VM Settings so it works again..
  22. Hey guys, after a power loss I wanted to start a vm and it didn't start, problem was that the disk mount changed its name to a shorter version: Now it is like that: /mnt/disks/2018282F514B/ Before the name was way longer.. Can you explane what happened?
  23. Sorry for the dumb question, but can I use this to share a usb device attachted to the unraid server with my notebook running a usb/ip client?
  24. Hey guys, I want to host a VHD and boot it via iPXE Client, is this possible? I already set up the netboot.xyz docker in unraid and booted from a vm with the ipxe iso.. Am I right that I need to do some router config to bring them together? I got a FritzBox 7590 and a OpenWRT Router (GL INET 750S).. Thank you for help