softfeet

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by softfeet

  1. Hmm. Still seeing some weirdness. I have another gpu of the exact same type in the unraid host. When I load the second vm (ubuntu 16.04) with the second gpu. it crashed the system. unraid offline. network packet storm. after reboot. the ubuntu vm wont boot at all. even after switching back to the regular vnc video. so strange. Could be due to board bios type that is being emulated. but i cant imagine that as the reason. I also checked the sylog file. nothing informative.
  2. Figured out how it can work. setup the listener and the server in the sections listed. so that it is sending to the ip of itself... (unraid server)... Took about 3 minutes to push a few buttons and test after looking back into it. creates a file in the listed directory. having tcp and tcp set to the same is important... udp/tcp failed. lol.
  3. I still need to do the ddu step. though I will give this phase an hour or two and see if it survives. then if it knocks itself out, i'll try the ddu. going to backup the xml too. I recall having that setting a while back ... but so many edits. like you say. they get lost depending on the mode. Thanks!
  4. of note, that makes the VM sound a lot better. . seems faster on the network too. I have the same network profile up prior to loading the vm so that things will hopefully break/not break in the same environment.
  5. <hostdev mode='subsystem' type='pci' managed='yes' xvga='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/user/windows_share/desktop/MSI.GTX1070.dump'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/> </hostdev>
  6. Clearing the drivers and installing them. I don't know these steps all that well. The drivers were originally auto loaded from windows 10. I was amazed. I'm not sure what to do in the reload the drivers scenario.
  7. edit rom file: yes. This was a lot easier on a windows machine. cleared old drivers: not yet. something to try. new vm method: I presume this would be just the regular emulated video hardware. the resolution is terrible. worth a shot to have it running as a clone to start and restart every few hours. pcie_no_flr in place, yes it is still in place.
  8. This says that It should be logging syslog here... but it is a complete lie or misdirection. As far as I can tell.
  9. I can't figure out why this is so unstable. my win10 vm is using seabios. was unable to get the install to work any other way. goes to that black startup screen if you use the non-seabios option.
  10. Just had the unraid system lock up again. Was logged into win10 machine via parsec. Hit the shutdown button from the start menu. Entire network came to a grinding halt. network usage: two cifs connections open to two osx computers. (share mounted, not utilized for stream or transfer) smb mount in vm of linux. active data being transferred from wan to smb mount. nfs4 connection from above linux vm2. with active file transfer from wan. the win10 vm up. has a smb connected share to unraid. iscsi vm running with network share to linux vm. Everything works fine until the win10 vm is shut off. then unraid goes into network hell and the entire network grinds to a halt. packet blender. This is with the dumped rom file for the video card. I don't get it. This makes no sense. I would look at logs... but dont know exactly what to look for in a usb based system. .
  11. I just went through the rom/dump procedure in the vm that crashes (the only windows machine i got :D) I am now runing the .dump file and the system looks stable. I'll try and get it to crash on shut down some time in the next few days. Unsure what causes the crash specifically, but this looks like a step in the right direction. Thanks for the explanation and tips. I'll check back in after a few days(or sooner if it blows up ) with updates if I use the ddu.
  12. DDU: https://www.guru3d.com/files-details/display-driver-uninstaller-download.html unsure what the workflow for this would be though.
  13. I had tried space invader's video on a first go through. It didn't work for me though. I dumped, found a bios file online. But found that just passing through worked... to a point. per the thread. I am not familiar with DDU. Can you explain why the options you are mentioning would help with my specific problem? I dont want to spend a lot of time trying something if it does not have a rational for being a solution. That is, I dont want to spend hours testing other people's theories unless I am sure that it is a guess and check session.
  14. Hello and thanks for having a look. I've been digging into this issue where on shutdown of a Win10 VM from inside the vm, that has been running for an hour or more will crash the unraid host and spray network packets over the network. The win10 VM is using a gpu passthrough. gpu of a 1070. cpu pinned and isolated. shutdown by clicking start>shutdown. network hangs. synergy mouse sharing fails. Network collapses. hosts cant talk to anything on lan or outside. (google etc). This is a really WEIRD fail case. Help is appreciated. I've been seeing a number of posts with the same issue. I have an x79 board. So I modified the boot. did not help. example: append pcie_no_flr=1022:149c,1022:1487 vfio-pci.ids=8086:10e8 isolcpus=1-11,13-23 initrd=/bzroot I keep seeing people that have the same issue. and no real solution. seems like others have had this same sort of issue for one reason or another since 2015 advice is appreciated! Here is my xml for the VM <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Win10_Game_001</name> <uuid>8e78427f-65a1-5c1a-1d46-43f5a254e863</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='6'/> <vcpupin vcpu='1' cpuset='18'/> <vcpupin vcpu='2' cpuset='7'/> <vcpupin vcpu='3' cpuset='19'/> <emulatorpin cpuset='0,12'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-4.2'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='none'/> <source file='/mnt/cache/domains/Win10_Game_001/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <controller type='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:53:00:cd:17:15'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <sound model='ich9'> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </sound> <hostdev mode='subsystem' type='pci' managed='yes' xvga='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain>
  15. Maybe. It is old hardware. Thanks again!
  16. General help thread looks to have found that it is a hardware issue with ROG board from asus. Unsure if this still needs to be a bug or not. Solved the underlying issue with macchanger.
  17. Did some more digging with tooling after you mentioned changing the mac address. Found macchanger and altered the mac on the cli. this worked. This also shows a change after using macchanger. Plugged in a bodi install usb. tha max is also 88...88. macchanger might be the cleanest path forward for me. scripted into the gofile. also found this... no clue why it had not show up in prior google searches. https://rog.asus.com/forum/showthread.php?101242-How-to-change-fix-and-flash-your-Mac-Address-Asus-Motherboard-Intel-NIC&langid=5 Looks like a board issue really. Thanks John_M for the feedback and bouncing ideas my way. Appreciated.
  18. I dont agree with your conclusion, but appreciate the inquiry. The conclusion that myself or a previous owner has over-ridden the mac address given at factory does not make sense as both of these boards are the same, sourced from different vendors, and have the software default settings based on the unraid 6.8.3 usb. This is entirely Unraid in my view of the situation; and entirely a bug. I dont know how many other people run multiple unraid machines using bonding. The software default for Unraid, is bonding. As stated earlier in these threads. The mac address is obfuscated BY unraid. Disable bonding, it uses the hardware mac. Enable bonding, Obfuscated. Both machines use the same Obfuscated MAC. This is 100% Unraid. 100% a bug. As seen on both hardware setups.
  19. https://www.howtogeek.com/228286/how-is-the-uniqueness-of-mac-addresses-enforced/#:~:text=If two devices have the,same LAN are a problem.
  20. Hi. Unraid is great. I need help setting up a second machine so it does not trash the network. To unraid towers. Both have bonding network to support local VM and Docker. Big bad right here: both have the same bonded mac address. This kills the network and makes each host unavailable to each other. You can trick the members of the network by. getting an arp cache from a connection... but that is mostly insane. and dies. check out the thread https://old.reddit.com/r/unRAID/comments/igjyjw/help_needed_unraid_mac_address_locked_to/ I also filed a bug. this is a major bug in my mind: Not sure how to fix this. Really frustrated how obfuscated this basic setting is. Help is appreciated. Fixing the bug is even better. Thanks!
  21. This is a big issue. The Mac address of the bonded interface is stuck at 88:88:88:88:87:88 Why this is bad. If you have two unraid servers. That you paid 120 license for on each. They create a network storm if they are both on the network. Frankly they would do this if you paid nothing. There is no way to change this... unless you disable bonding... then the mac address for the unraid host is the Actual mac address of the network interface it is bonded to. I've tested a lot to fix this. None of it fixed things. There is no place in the GUI that I found or in the text files that I have found that allocate this to be a place to be changed. Even 70-netrule edits do nothing... even if you alter /boot/config and update scripts before the OS boots. This prevents people from having a backup system and a main system. I have the same hardware on each system. Mobo/cpu/ram. Disks are different. graphics cards the same. Big picture. mobo is the same. Bigger picture: Please fix this obvious bug that forces the same mac address on a bonded interface. Related research: https://old.reddit.com/r/unRAID/comments/igjyjw/help_needed_unraid_mac_address_locked_to/ also: