Jump to content

xxbigfootxx

Members
  • Posts

    89
  • Joined

  • Last visited

Everything posted by xxbigfootxx

  1. Did you manage to find a fix for this at all? I've been experiencing the same issue with all my VM. I have tried Catalina, Mojave and High Sierra with the same error each time. I've changed everything i can think of and i'm still getting that error.
  2. How do you specify which networks are flagged? My issue is that i'm unable to contact the apple recovery server. I've tried like a hundred times now, changing small details here and there but same issue. I noted that i wasn't able to resolve DNS and not sure how to set that in mac OS terminal or from the VM tab in unraid.
  3. I'm also having this issue. Was there ever a fix to this?
  4. Thanks for that, I've tried quite a few times with no luck. I'm thinking it might be a DNS issue as to why I can't connect. I know I've definitely got internet access but no matter what I still can't install it. I've changed the bus and slot to see that would help didn't seem to. Is there anything specific that needs to be set in the unRAID network settings that might be stopping it from working?
  5. When i go to install the macos VM - following @SpaceInvaderOne video - i keep getting the error "Apple recovery server is unable to be contacted". I've tested the network connection in the VM and can see that I can't ping apple.com but 8.8.8.8 and 8.8.4.4 both work. I've updated the XML file switching the interface from vmxnet3 to e1000-82545em but nothing seems to work. This is my XML file: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='1' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>MacinaboxMojave</name> <uuid>a5f340db-9363-4ed3-8062-96c7f975829c</uuid> <description>MacOS Mojave</description> <metadata> <vmtemplate xmlns="unraid" name="MacOS" icon="/mnt/user/domains/MacinaboxMojave/icon/mojave.png" os="Mojave"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/mnt/user/domains/MacinaboxMojave/ovmf/OVMF_CODE.fd</loader> <nvram>/mnt/user/domains/MacinaboxMojave/ovmf/OVMF_VARS.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='1'/> </cpu> <clock offset='utc'> <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='qcow2' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxMojave/Clover.qcow2' index='3'/> <backingStore/> <target dev='hdc' bus='sata'/> <boot order='1'/> <alias name='sata0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxMojave/Mojave-install.img' index='2'/> <backingStore/> <target dev='hdd' bus='sata'/> <alias name='sata0-0-3'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxMojave/macos_disk.img' index='1'/> <backingStore/> <target dev='hde' bus='sata'/> <alias name='sata0-0-4'/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </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='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <alias name='pci.1'/> <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'/> <alias name='pci.2'/> <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'/> <alias name='pci.3'/> <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'/> <alias name='pci.4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:08:dd:5f'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='vmxnet3'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' 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-1-MacinaboxMojave/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> <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='0x01' function='0x0'/> </video> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> <qemu:commandline> <qemu:arg value='-usb'/> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd,bus=usb-bus.0'/> <qemu:arg value='-device'/> <qemu:arg value='************************'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/> </qemu:commandline> </domain>
  6. I'm having a few issues with getting this setup. Each time i run the VM and try to install, i get the error message "Unable to contact recovery server" and then it closes back to the Disk Utility. I've tried updating the interface model in the XML file to no avail. What else can I try?
  7. I am able to access my server from local network. Has a static IP set and DNS is set to 8.8.8.8 and 8.8.4.4 but when i try to ping google.com or 8.8.8.8 it comes back with network unreachable. I added a deafult route to my IP routing table as i noticed there was none there. When i add it though it shows up as wg0 instead of eth0. This wg0 has it's own IP address linked and i'm not sure if this is somehow linked but i've been unable to locate what the wg0 link is. Any help would be appreciated.
  8. I am having the exact same issue. Did you manage to find a fix?
  9. After i deleted my docker.img file to test some issues i've been having, i can't reinstall the docker apps. I've tried to restore from a backup but that fails. When i try go to CA and install the apps the error below shows. I've attached a copy of my logs for further assistance. zeus-diagnostics-20191205-0404.zip
  10. My router suddenly stopped being able to identify the IP of my server and therefore the port forwards i had in place have all failed and subsequently my letsencrypt certficates have all failed and it errors regarding port forward or DNS. I've restarted both devices, set IP as DHCP on the unraid server, it gets an IP and has internet but the router still is unable to detect the given IP (even when static lease set on router) to map my port forwards. Should i just call it and buy new router or is there anything else i can try beforehand?
  11. Since the post, i have noticed that my port forwarding details are showing 'unknown' destination IP's. Not sure if this might limit access to the dockers? Trying to see why it's unable to detect the unraid IP. But here is the .zip zeus-diagnostics-20191127-0516.zip
  12. A recent parity check was running and I didn't see it still in progress, so I ran the docker container update but none of them completed. Each time I select to update a docker it runs the process but doesn't actually update anything. After removing some dockers and reinstalling, they are still unable to update. I'm quite new to unraid and dockers so any assistance would be great.
×
×
  • Create New...