ccsnet

Members
  • Posts

    136
  • Joined

  • Last visited

Everything posted by ccsnet

  1. Thanks found that - odd thing was I could not get in at all... just restarted it and I could then use the temp password. Thanks for the quick response. T
  2. Hi all, just updated my docker and found I can no longer login... I found this in the log but it does not work either: Is there an easy way to reset the this password and does any one know why this may have occured ? Thanks T
  3. Hi. When my windows vm competes updates and triggers the vm to reboot it seems to be telling the host to reboot taking the server down. I've had a quick search and could not find the exact issue in the forum so thought I'd post here. Has any one had this before and if so what was the fix please? Thanks T Edit... By random I've found that it's my kvm some how getting the host or vm to shut down when I switch from one machine to the other. It doesn't occure when logged in to the vm. Weird.
  4. Hi - I had this last week too... ended up buying a new key (thrid one tbh) and transfering but oddly after a format it tested good. The way I did this was build the new key like it was fresh, remove the key file ( I ended up with 2 as I have a higher licence ), then boot the server and reconnect via My Servers on the control pannel. Through that it will ask if you want to move your licence as the key your moving from will be black listed and after a couple of screens your done. The odd thing , and why I popped in, is that some of my shares are now not acting as they should. Users with read write are finding they no longer have access or just read which I think is fixed by a new password and forgetting on the client machine. I'm guessing there is a certificate or encrypted store some where it did not like. Hope that helps. T
  5. Hi - so when applying the latest upgrade it failed telling me my USB was most likley failing. Are there any checks I can perform to see if it is failing or do I just take it as read its dead ? Context BTW is that this is probably my 3rd USB in 5 years and this last one was not a cheapy with the idea it would last. I've took a copy as I've not used the new recovery process yet. If it is dead my next question will be whats killing them... Thanks Terran
  6. Thank you for that - tested and working... I can see the change you have made but do not fully understand it. Would you mind explaining it as I'm trying to learn this aspect. Is the type PCI lines refering to the phiscal slots then ? Thanks T
  7. Hi all, I hope you can help - i've been looking at this all day. I'm trying to get VNC to work as primary on a Windows 11 VM and the NVIDA card as secondary. I know from this post that my Nvida is most likley failing because Unraid it making it look split at the bus level. To that end I've tried to edit this... <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/vbios/gpuvbiosMSI1060.rom'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </hostdev> to this... <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/vbios/gpuvbiosMSI1060.rom'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> ...but Unraid will not have it so I assume its a 'me' issue. Can some one assist me getting the xlm right please but also may be explain where I have gone wrong ? Thanks in advance Terran FULL XML <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 11/name> <uuid>xxxxxxxxxxxxxxxxxx</uuid> <description>Windows 11 Trading</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>6</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='3'/> <vcpupin vcpu='2' cpuset='4'/> <vcpupin vcpu='3' cpuset='5'/> <vcpupin vcpu='4' cpuset='6'/> <vcpupin vcpu='5' cpuset='7'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-7.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader> <nvram>/etc/libvirt/qemu/nvram/6fa2b71a-7910-8e68-62c1-353030187fdf_VARS-pure-efi-tpm.fd</nvram> </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'/> <feature policy='require' name='topoext'/> </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='qcow2' cache='writeback'/> <source file='/mnt/disk5/domains/Windows 11 Trading/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows 11.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.208-1.iso'/> <target dev='hdb' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0x15'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/> </controller> <controller type='pci' index='7' model='pcie-to-pci-bridge'> <model name='pcie-pci-bridge'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </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:54:00:a6:a6:cc'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' 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='3'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <tpm model='tpm-tis'> <backend type='emulator' version='2.0' persistent_state='yes'/> </tpm> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-gb'> <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='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/vbios/gpuvbiosMSI1060.rom'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x046d'/> <product id='0xc077'/> </source> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x413c'/> <product id='0x2111'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='none'/> </devices> </domain>
  8. Thanks every one...I've had the same problem but ended up just re-creating the VM as it was not playing with me. For any one doing this for a windows machine remember to get your UUID saved first. And for any one wondering where this xlm is just go in to the Vm and go to Form View./XML View Look for <video> and </video> - I found making sure I had only set VNC and then saved, then gone in the view I was able to locate. T
  9. Hi - I'm having a probem switching from Bridge to Host mode... I've had a look around but I've not found any simular posts (may be I'm not looking right). Could any one make anu suggestions based on this error ? Execution error / Server error Alternativley if Bridge mode is the best way what would be the best suggestion to set up a fixed port as Unraid only allows for UDP or TCP not UDP/TCP when allocating. THe main reason for the above is that I'm not convinced my router is enabling the UPNP ports and as such I do not have access to some seeds so I was going to fix them under bridged or hopefully allow UPNP to work right under host. Thanks Terran
  10. Hi all, I have a working PC with a nvidia card - works fine. RDP works fine too but Windows 11 been Windows 11 some features get locked out (such a changes to the PIN services). I've worked around using Teamviewer but it can be a bit iffy some times. This came about as I am building a gaming vPC (no screen or KB attached to the server) and needed to change things so it would autolog on... Does any one have a suggestion on how to keep the pass through GPU in place but still enable the VNC menu option in Unraid once a VNC server is installed on the VM ? I have a feeling this is a no but thought if would be worth asking. Thanks T
  11. Hi all, I have a 100GB Windows 11 VM which has the default partitions so when I add extra space through the VM control pannel ie 150GB the extra space appears after the system restore partition meaning the useable partition can not be extended. Is it possible to add the extra space then move the system restore partition to the end of the virtual disk allowing for the c drive to be extended like you can with a physical machine ? Thanks Terran
  12. I seem to have lost the ability to DL any thing. I can see seeds and peers but nothing is available. Happy to post logs if some one can point me in the right direction. Also is there any advantages in setting static firewall rules ? Not sure whats changed (running 2.0.5) Binhex QBittorrent is working fine with the same torrents T
  13. So nearly a month later and I've had no problems. I hope the above helps some one although I'm still not 100pct what the issue was. T
  14. Hi all... I did it. What an effort. So I managed to get access to another windows pc so put my card in the second slot and followed nvidas advice to extract the bios here... https://nvidia.custhelp.com/app/answers/detail/a_id/4188/~/extracting-the-geforce-video-bios-rom-file I then edited the bios as per spaceinvaders guide... Guess what, it was bigger as I suspected so this means the extract script he provides does not always work. Any way this was was not the end but the beginning of the end. I left video=efifb:off & the pci grouping in place but did not make any changes to the xml. I set the vm up as normal using q35 6.1 for Windows 10. I set the card as primary with the newly edited bios. This worked first time so on to Windows 11. Here it got tricky as I decided to do a clean and fresh setup with no. Vnc and the nvidia as the primary card. It was booting but only to the uefi (could explain what I saw earlier with it starting from the unraid point of view but not been able to access). I had to type exit and then manually select the virtual dvd. After adding in storage and network drivers during set up I was able to get to the gui but still had the error 43 on the driver. To get rid of this I uninstalled the device and downloaded the latest driver set from nvidia which were some twelve months later than what Windows had installed so probably had the fix in for code 43 (Nvidia have started playing nice with virtual machines... Info on the Web). This solved it. So I've prepped and rebooted a few times so fairly happy it's job done. I'm still not sure why it was booting to the uefi but hopefully it will not be an issue in the future, if it is this should help some one. I may have a play in the future ie put my nvidia drivers on for unraid so I can get to the gui and remove video=efifb:off to make it more standard just to see if the changes make any difference. I'll post here if I do. Any thoughts on all the above especially the uefi booting? Thanks to all those who helped on this thread. T
  15. Hi... Seen a couple of your posts and it's one of the reasons I'm going to try pulling the bios out under windows. Using spaceinvaders script it always comes out as about 50k but that feels too small compared to others out there. (not science just a feeling). I did try to dl one from the dB he suggested and it was about 250k and didn't work so I'm hoping (not expecting) I may get a different result doing it via Windows. Nb for any one interested... I've started testing Windows 10 as its more established and better fault finding plus windows 11 security was a problem... Ie pin services kept coming up or rdp was disabled. You can disable pin services and you can use teamviewer to remote in but that took some working out as there was no display T Ps Just found a reason to love my pita nvida card (plus xbox) on my unraid server if I get it going... https://moonlight-stream.org/
  16. So - going to log this for any one else following in my foot steps - countless hours now spent on this issue over Chrimbo and researching error 43. I have tried all of the above and more on brand new fresh Win 10/11 images from MS and even tried all the same with another GPU side by side (on of the suggestions I saw was have another GPU). Again tried all of the above with the GPUs as primary and secondarys. I've also been making BIOS changes (my MSI 970 board is not very clear on vitual settings as its a gaming orianted) I'm almost at the point of believing this is a lower level than some thing I can config as I know the card works fine with Unraid its self so the last couple of throws before I raise this to the devs will be to do the same again with Unbuntu to prove if it a Windows thing but also see if I can dump the bios on a Windows machine. I dont believe these will make a diffrence but I want to try before I go back to borrowing an AMD card. Any reeding I have done or things I have tried are in a post a bit further back that I have been editing. Right - going for a lie down as its past 1 am T
  17. 1) yep... The bios I'm using is a direct dump and I've double checked the headers 2) That's my next thought as I have a sound card on the mobo but I don't have expectations that it will make a change as its windows reporting the issue. I'll not stop working in this as there must be an answer. Thanks again... Have a good Christmas T
  18. Hi - I had put the changes in but also took them out while I tried other things (spent a few hours on it today) which is why they are not in the diags. Note 1 - thanks - this was based on spaceindaverones video but I believe there was a recent change so I follow what your saying. I've added them back and attached the diags for you as screen is not displaying. I really do apprciate your time on this and I am trying your suggestions but I'm also trying actions too after looking around the forums, redit and Nvida sites. Thanks T diagnostics-20211224-1838.zip
  19. Agreed but triggered by the VM and not the host hence the post here given that I am running the RC. If its not a glitch / bug thats fine but thought I would post just in case. BTW I think you can reproduce by changing the UUID. Thanks as ever Squid. T
  20. Well that didnt last for long... A couple of reboots / cold starts later and nothing again. I'm going to see if I cabn find a DVI to VGA adaptor move away from the HDMI to VGA one - long shot I know. T diagnostics-20211224-1636.zip
  21. Hi all - I have an intresting one... I've been fighting with Windows 11 and on one of my last boots Windows identified a hardware change, asked for my pin but before I did said it was shutting down. It didnt just shut down the VM but the whole server. I've attached the logs. Thanks T diagnostics-20211224-1526.zip