isaw

Members
  • Posts

    34
  • Joined

  • Last visited

Recent Profile Visitors

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

isaw's Achievements

Noob

Noob (1/14)

0

Reputation

1

Community Answers

  1. Still an issue 6.12.6. Stop KVM, try to restart, libvirt.img in use. Same Losetup output as above.
  2. So eventually i started with SEABIOS as this image is a dos / MBR, not GPT/uefi compatible. so now its running at least, willl look to convert and backup properly in the future.
  3. I've replaced my Cache nvme, and whilst following the steps for move/replace/move, my docker and VM libvirt both got runined (they were working for a bit but have now gone). I recreated the VM's, pointed to the existing .img files and one has sucessfully started, my windows 2016 server has not. The IMG file still has the vaild partitions but just doesnt seem to be detected by the bios to boot. root@Dozer:~# fdisk -l /mnt/user/domains/Server2016/vdisk1.img Disk /mnt/user/domains/Server2016/vdisk1.img: 80 GiB, 85899345920 bytes, 167772160 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xde59d7c4 Device Boot Start End Sectors Size Id Type /mnt/user/domains/Server2016/vdisk1.img1 * 2048 1026047 1024000 500M 7 HPFS/NTFS/exFAT /mnt/user/domains/Server2016/vdisk1.img2 1026048 167768063 166742016 79.5G 7 HPFS/NTFS/exFAT root@Dozer:~# qemu-img info /mnt/user/domains/Server2016/vdisk1.img image: /mnt/user/domains/Server2016/vdisk1.img file format: raw virtual size: 80 GiB (85899345920 bytes) disk size: 77.1 GiB root@Dozer:~# XML config <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='13'> <name>Server2016</name> <uuid>e13ba1fa-8e9e-2a8c-5ad4-7049ee7c36eb</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows Server 2016" icon="windows.png" os="windows2016"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='5'/> <vcpupin vcpu='1' cpuset='13'/> <vcpupin vcpu='2' cpuset='7'/> <vcpupin vcpu='3' cpuset='15'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-7.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/e13ba1fa-8e9e-2a8c-5ad4-7049ee7c36eb_VARS-pure-efi.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='2' 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/user/domains/Server2016/vdisk1.img' index='1'/> <backingStore/> <target dev='hdc' bus='virtio'/> <serial>vdisk1</serial> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <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'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:83:47:97'/> <source bridge='br0'/> <target dev='vnet12'/> <model type='virtio-net'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-13-Server2016/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <graphics type='vnc' port='5900' autoport='yes' websocket='5700' 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'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> Im freaking out a little right now as there is a few months of work on that VM which I dont want to lose. what am I missing to get it to boot? EDIT: I'm able to mount the .img file in another VM and all the data/contents is accessible. now if I could just get it to boot correctly.
  4. Still an issue here too. 6.12.2 If KVM is stopped it wont start unless docker is stopped. can this now be flagged as a bug and be tracked as such?> its been going on for years now
  5. Hi, Have had some issues with this in 6.11.5 and now 6.12.0. Sometimes when trying to paste into a w10 VM the whole VM instantly shuts down. Seems to be specific to Spice as when no copy/paste is set in the VM config it never crashes. Windows event in the VM has no entrys, and I didnt see anything in the KVM log either. But I'll try and capture it again.
  6. Hi, Been happily using Guac for years now (thanks!!) but have noticed now with 1.5.1 that the sharing profile is no longer available. As such I'm unable to 'share' a session via a URL with someone else. I double checked it was enabled in the config for the WM, and then again for the user, but there is no 'Share' when bringing up the session preferences. I'm sure this was working before! The only thing related I can see is under Users;Shared Connection (MYSQL) is locked and unable to be edited I'm running the default image and image mysql DB.
  7. Thanks @97WaterPolo Added said userscript and away we go! Happily working now.
  8. +3 Issue of unable to access 'Host network' from 'Docker network'. My usecase is from Ngix Proxy manager (172.17.0.9) to a local service running on a virtual IP (192.168.0.7). From Ngix Docker I can ping the gateway (192.168.0.1) and other physical devices on the network) but cannot ping the docker VIP (192.168.0.7). When stopping docker, turning off "Host access to custom networks", applying, turning on "Host access to custom networks", applying, allows host access again, until the next reboot. So it works, but has to be set at each reboot. Is there a bug tracker where this can be logged?
  9. +1 as a common issue. Need to disable docker, start KVM and then restart docker for it to work, however it should be fixed. Thanks for reporting!
  10. have you gone back and tried to do a backup using rsync manually? can you connect properly between the systems? do you need a new key? (eg could if have been deleted when you swapped USB's?) the issue of no such file or directory should be telling here, can you resolve it another way and check? does the folder have access rights?
  11. Going to bump this as I think it needs to be upgraded to a bug. When disabling VmManager via settings it will stop, but reenabling required the docker service to stop also (the .img file is being accessed by all Dockers). Once docker is stopped VM can be restarted, then Docker restarted.
  12. Thanks, I stepped through this and its updated now. Having the auto update working would be good if its something possible to do for the future.
  13. Hi, I'm having an issue upgrading from 10.6.0 to 10.7.0. When using the built in upgrader the process stalls at creating a checkpoint, which its completed multiple times now. it never seems to complete this step. I've set the permissions to /config by: chown -R www-data:www-data /config but nothing seems to allow me to get past this checkpoint after letting it run for 12+ hours. nothing shows in the docker log. switching to php 7.3 (from 7.2) seems to fail. Any help/tips here?
  14. Did this ever get fixed? I've got an issue with KVM not starting and doing the above fuser -c /mnt/user/system/libvirt/libvirt.img replies with a large number of processes. Without killing them all and restarting the array/docker/server is there any other options?
  15. Hi Jon. Has this progressed any futher with support for Copy/Paste? My use case is a Windows VM on Unraid (KVM Back end) where the guest is then connected to a work VPN via checkpoint secure client. Checkpoint doesnt allow any local network connectivity after the VPN is established. I'm using Quacamole to access the Guest Via KVM VNC but no copy/paste means I need to kill the VPN everytime I want to copy/paste. A possible solution is to run VirtualBox locally but I'm trying to keep load off my laptop.