Jump to content

dopeytree

Members
  • Posts

    821
  • Joined

  • Last visited

Everything posted by dopeytree

  1. Hi, Was fidlying trying to set up fixed ip for windows 10 vm. However now the network options in the VM settings have disapeared... How can I get them back? Thanks Here's my XML <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10</name> <uuid>ed46a7bb-2fd5-9902-0849-89c7186969e6</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>6</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='7'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='8'/> <vcpupin vcpu='4' cpuset='4'/> <vcpupin vcpu='5' cpuset='10'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-6.2'>hvm</type> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='3' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <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='writeback'/> <source file='/mnt/cache/domains/Windows 10/20220820_0621_vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.221.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <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='usb' index='0' model='qemu-xhci' ports='15'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <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='6'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <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='0x05' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain>
  2. Version: 6.10.3 This is a diagnostic not sure if it was from this issue or the network nic's mac address issue. 75% user error but Unraid is full of bugs - it's like a game of wack a mole. For example there's an AMD driver bug for card rx6400 in 6.11.r3 that must crash the driver causing the card to get stuck on 100% usage with the fans spinning on full. Roll back to 6.10.3 and it doesn't exist. moulin-rouge-diagnostics-20220825-1922.zip
  3. Ok... perhaps its as simple as the order they are in that file. Anyway all back in now. Perhaps something happened to my pfSense router aswell as at the moment I'm back onto the main ISP's router. Currently copying over data from an old disk to the SSD cache. Speed says its going at around 970MB/s not quite sure how it's doing it but I like it. Thanks for pointing me to the solution. I actually quite like tinkering.
  4. ok so it does remake network-rules.crg but it doesn't remake network.crg and the re-made network-rules.crg it still messing up the mac addresses it's a bug. Not sure why it keeps doing it. this is what it generated in the new file. I'm wanting to connect to the d8 mac address which is the built in 1gig. the other 2 are 2.5gbe for fidlying with later on. # PCI device 0x10ec:0x8125 (r8169) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="88:c9:b3:b0:a9:90", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # PCI device 0x10ec:0x8125 (r8169) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="88:c9:b3:b0:a9:91", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" # PCI device 0x8086:0x15fa (e1000e) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="d8:5e:d3:77:e4:25", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2" This is whats in the network one # Generated settings: IFNAME[0]="" DHCP_KEEPRESOLV="yes" DNS_SERVER1="1.1.1.1" DHCP6_KEEPRESOLV="no" BONDNICS[0]="eth0" BONDING_MODE[0]="1" BONDING_MIIMON[0]="100" BRNICS[0]="bond0" BRSTP[0]="0" BRFD[0]="0" USE_DHCP[0]="no" IPADDR[0]="192.168.1.100" NETMASK[0]="255.255.255.0" GATEWAY[0]="192.168.1.1" IFNAME[1]="br1" BONDNAME[1]="bond1" BONDNICS[1]="eth1" BONDING_MODE[1]="0" BONDING_MIIMON[1]="100" BRNAME[1]="br1" BRNICS[1]="bond1" BRSTP[1]="no" BRFD[1]="0" PROTOCOL[1]="ipv4" USE_DHCP[1]="no" IPADDR[1]="192.168.1.102" NETMASK[1]="255.255.255.0" GATEWAY[1]="192.168.33.1" IFNAME[2]="br2" BONDNAME[2]="bond2" BONDING_MIIMON[2]="100" BRNAME[2]="br2" BRSTP[2]="no" BRFD[2]="0" BONDING_MODE[2]="5" BONDNICS[2]="eth2" BRNICS[2]="bond2" PROTOCOL[2]="ipv4" USE_DHCP[2]="no" IPADDR[2]="192.168.1.103" NETMASK[2]="255.255.255.0" GATEWAY[2]="192.168.33.1" SYSNICS="3" Is there anything I should be changing? I tried just pulling the 2.5gbe card out but didnt seem to make any difference.
  5. Server has 3 nics but a bug has made the nic's mac addresses get mixed up so now it thinks the 2.5gb card is the eth0 which means I can't login... I have have a look on the key and have found network-rules.cfg # PCI device 0x10ec:0x8125 (r8169) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="88:c9:b3:b0:a9:91", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" # PCI device 0x8086:0x15fa (e1000e) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="d8:5e:d3:77:e4:25", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2" # PCI device 0x10ec:0x8125 (r8169) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="88:c9:b3:b0:a9:90", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" will try this # PCI device 0x10ec:0x8125 (r8169) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="88:c9:b3:b0:a9:91", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2" # PCI device 0x8086:0x15fa (e1000e) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="d8:5e:d3:77:e4:25", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # PCI device 0x10ec:0x8125 (r8169) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="88:c9:b3:b0:a9:90", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
  6. With more than 1 nic available when you applying setting to the next nic so eth1 or eth2 it seems to change the mac of the eth0. Its really annoying and I missed it doing it this last time so I'm locked out of the system. As it has written the mac for eth1 into eth0 and eth 1. eth2 has its normal mac. for example it should be eth0 - dd22 eth1 - xx88 eth2 - xx89 But when I was trying to set up load balancing it has chnaged the nic which is the next section down. now it reads eth0 - xx88 eth1 - xx88 eth2 - xx89 Obviously now I cannot boot into the system & the safemode is useless as it still loads your previous network settings. Again this is a major bug.
  7. Had disk1 (12TB) as btfrs. cache (256GB) as btfrs. powered down. removed cache (256GB) drive. replace cache (256GB) drive with upgraded cache2 (2TB) drive. powered up. says disc1 is unreadable. choose cache2 (2tb) as cache drive. it then says disc1 (12tb) is online. disc1 (12tb) being reported as 256GB in size. appears unraid has been using disk1 (12TB) as a mirror for cache (256GB). Is this is not a major bug? Or is it my fault for selecting btfrs for disk1?
  8. Still getting odd readings.. Under main it says disk1 has used 111GB cache has used 2.19GB
  9. I think it though it disk1 was a pool raid1 mirror of the cache for some reason. Btrfs Bugs? Luckily this is at the start up of setting up so no important data lost. - Have re-formated disk 1 to XFS - Also re-formatted cache to auto default btfrs - Drives now read correct specifications - Will copy data from the 256gb ssd to the new one
  10. Diagnostics attached moulin-rouge-diagnostics-20220825-1922.zip
  11. Fresh install. Ran parity yesterday took about 18hours. 12tb - parity 12tb - disk 1 256gb - ssd new 2tb - ssd - used mover & another tool to copy data from the ssd to disk1. - powered down. - replaced ssd with new one. - have old ssd available via usb adapter if needed. - restarted - noticed its saying my array drive is 256GB in size.. - that's the size of the old ssd... - is this a bug or did I go wrong somewhere? Thanks in advance
  12. Love the videos but do wish the unraid wiki was up to date... Folks have to watch a 19min video to see all the topics until reach the bit relevant to them. Perhaps @SpaceInvaderOne could use timelinks in the descriptions. Although this means less complete video plays & perhaps less ad revenue... You can't beat written instructions! This entry is old and doesn't mention how to replace a cache drive https://wiki.unraid.net/Cache_disk and this Entry is blank... https://wiki.unraid.net/Replace_A_Cache_Drive Is the wiki controlled by unraid, perhaps it need some community involvement?
  13. Same issue here.. it's connected and shows up in my server but if I click update flash drive it doesn't seem to do anything. Also same thing in the latest unstable r3 version.
  14. Interesting so the a6000 a workstation card still needs the bios editing? I've just picked up an rtx a2000
  15. Does seem a bit odd to sell a OS tier which offers "unlimited drives" when reality is limited to 30.
  16. I don't quite get the cache feature... it seems to be a separate SSD that can be used to fast write too & from. You can also make shares stay on the cache or be used as the copy buffer.. Surely it would be better if it was ALWAYS copied off SSD onto the array by default during it's mover script. It should be called Turbo SSD or something rather than cache which implies it WILL be moving somewhere else. If one chooses prefer cache then that share is never backed up by native unraid unless you choose to have another SSD as a pool backup. However most people will run a script that backs the cache only folders to the array. Really this should be built into unraid.
  17. Hi - I'm quite tech savvy but please could I get a retards explanation of how this works? Does it only take snapshots of a specific share not the whole drive or is the sub-volume just the place it stores the snapshots of that drive? I've created 3x subfolders on each drive & run a snapshot but if I browse the share manually there's nothing in it other than empty folders? Thanks
  18. Have just received this 8bay has case from china for £85 I went for the usb3 model & opted for their 600w PSU incase I want to run a beefy graphics card in future. The case can take an micro-atx motherboard & has 4 low profile pci slots. https://www.aliexpress.com/item/1005003634995445.html?spm=a2g0o.order_list.0.0.3e731802acixH9 Seems very good case but you do need PSU extension cables and may need some sata extenders too. I found the first 4 stretch enough but the last 4 are too short for the position on my motherboard. Stock fans are whiney but I will probably change to quiet fans.
  19. I'm just down the rabbit hole comparing options.. I have gone for a 10GbE setup around the home and want to make sure I don't regret going with unraid in a year or 2... It's going to be a video media file server (backing up drone video work might be 100Gb x4 a week) with built in backup, windows gaming VM & occasionally I'll edit 4k prores video from it on my m1 MacBook pro over the network. Probably 2.5GbE £20 as I'm not paying £300 for a 10GbE thunderbolt adapter for the mac. I just picked up 4x 12tb normal drives for £550 vs 1x 4tb SSD drive is at least £350 and that's for a sata ssd. An m.2 would be a lot more. Realistically most folks have 2x m.2 slots so they need the biggest they can afford kinda like the parity drive. I've got a 2tb m.2 laying around and a spare 256gb m.2 I suppose realistically having 1tb cache for video editing will work as I usually edit on usb3 1tb ssd's so 2tb should do for now. I then want the video cache share to be backed up / mirrored to a usb ssd that I can take with me when I'm away.
  20. Well Chrome on all x86 devices so Steamdeck & unraid server & VMs. But Safari main machine is arm m1 mac & I use safari as the password manager works much better than chrome it also syncs all across the devices. There is also an iCloud sync for chrome but weirdly it doesn't work on mac's OSX so only works on x86 chrome...
  21. I don't understand how you can be achieving near 10Gbps transfers with no raid setup as single spinning disk would achieve around 110MB/s possible up to 220MB/s for a fast drive so top out around the 1gig ethernet connection which is 125MB/s... Testing throughput to SSD cache seems silly. Is unraid going to go down the path of RAID5 for sustained 10Gbps transfers? This is where TrueNAS Scale comes into play...
×
×
  • Create New...