ccsnet

Members
  • Posts

    136
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ccsnet's Achievements

Apprentice

Apprentice (3/14)

1

Reputation

1

Community Answers

  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