nitebleu

Members
  • Posts

    5
  • Joined

  • Last visited

nitebleu's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Thanks for the note. I will definitely keep a backup going forward. Restart did resolve.
  2. I made a mistake trying to manually create a VM basing it on saved xml from one of my VMs. Now I can't start libvirt. I'm trying to figure out how to revert as I don't have the xml for all of my VMs. Can I get an assist? tower-diagnostics-20230308-1133.zip
  3. I’m fairly new to Unraid (since October), but I absolutely love the flexibility with storage! Being able to add storage with only a parity check - that’s my favorite! Since I’m learning (and tinkering as a result), is love to be able to completely remove a docker and the related files for when I really screw things up....like what I did to nextcloud. Oops. I’m referring to a one-click (plus a confirmation). Unless I’m doing something wrong - and I’m SURE I am - when I reinstall a docker my previous settings are still there. Thanks everyone! The money for this license was money very well spent!
  4. EDIT: Worked through it and have access again. So I have been up and running on 6.7.2 for a couple of months, then updated to 6.8.0 stable and have been running since the day after it was released. I've been trying to get nextcloud/letsencrypt working from within my LAN (followed spaceinvaderone), so have been checking and doublechecking the files that need to be altered. Telling you all this because now I can't get to the login page after a restart (restarted to connect a new UPS). Firefox and Internet Explorer report connection refused. I tried GUI mode, but it will not connect to the localhost. Tried GUI safe mode as well just in case. Tried http://servername and http://ipaddress. I can ping the ip address from another pc on the network. Read through the "Need help? Read me first" page and was able to pull diagnostics. The last backup I made was before I added drives, so shame on me. Feel free to poke at me for that one...... Can I get an assist here? Running a Poweredge 710, 96gb ram with x2 L5640. Drives consist of 5x 10TB (dual parity), 2x 960gb SSDs (raid1 cache), and a 500gb ssd in unassigned devices. No new dockers, but have been running: Krusader Plex (linuxserver) Emby letsencrypt mariadb nextcloud openvpn MacinaBox tower-diagnostics-20191224-1337.zip
  5. EDIT: Disregard! I saw the comment about changing the <os> section of the xml and it's booting up correctly. I'm new to unraid and vms in general (not including parallels desktop lol), so this has been enlightening! Amazing amount of support! I'm sure this is a noob question, but I have been reading through this thread and may have just missed the solution. I had Mojave running after install, and wanted to add cores/ram. I did that, added the lines at the bottom, changed the virtio network entry, and removed the topology. It does boot all the way, but the bottom 2/3rds are black with the apple logo and the upper 1/3rd is what looks like desktop. No graphics card installed. Here's the xml: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>MacinaboxMojave</name> <uuid>270130d2-f17a-42a2-a1bb-0b9e527a1038</uuid> <description>MacOS Mojave</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="/mnt/user/domains/MacinaboxMojave/icon/mojave.png" os="Mojave"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='4'/> <vcpupin vcpu='1' cpuset='12'/> <vcpupin vcpu='2' cpuset='5'/> <vcpupin vcpu='3' cpuset='13'/> <vcpupin vcpu='4' cpuset='6'/> <vcpupin vcpu='5' cpuset='14'/> <vcpupin vcpu='6' cpuset='7'/> <vcpupin vcpu='7' cpuset='15'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/270130d2-f17a-42a2-a1bb-0b9e527a1038_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'/> <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'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <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'/> <target dev='hdd' bus='sata'/> <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'/> <target dev='hde' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </disk> <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> <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='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> <interface type='bridge'> <mac address='52:54:00:68:aa:0c'/> <source bridge='br0'/> <model type='e1000-82545em'/> <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='1'/> </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> <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> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </memballoon> </devices> <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='itsa-slapple.idk=hihowyoudoin(c)MackleComputerInc'/> <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>