msava

Members
  • Posts

    3
  • Joined

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

msava's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi everyone, I'm having issues when i try to actually run my VM for the first time. I'm seeing Execution error operation failed: unable to find any master var store for loader: /mnt/user/system/custom_ovmf/Macinabox_CODE-pure-efi.fd when i start the VM.... I can also see the following in my VM log: 2022-07-24 20:53:16.702+0000: 27033: error : virFileIsSharedFixFUSE:3384 : unable to canonicalize /mnt/user/isos/BigSur-install.img: No such file or directory 2022-07-24 20:53:16.702+0000: 27033: error : qemuOpenFileAs:3175 : Failed to open file '/mnt/user/isos/BigSur-install.img': No such file or directory 2022-07-24 20:53:16.705+0000: 27036: error : virFileIsSharedFixFUSE:3384 : unable to canonicalize /mnt/user/isos/BigSur-install.img: No such file or directory 2022-07-24 20:53:16.705+0000: 27036: error : qemuOpenFileAs:3175 : Failed to open file '/mnt/user/isos/BigSur-install.img': No such file or directory 2022-07-24 20:53:16.708+0000: 27036: error : virFileIsSharedFixFUSE:3384 : unable to canonicalize /mnt/user/isos/BigSur-install.img: No such file or directory 2022-07-24 20:53:16.709+0000: 27036: error : qemuOpenFileAs:3175 : Failed to open file '/mnt/user/isos/BigSur-install.img': No such file or directory 2022-07-24 20:53:18.152+0000: 27034: error : qemuPrepareNVRAM:4388 : operation failed: unable to find any master var store for loader: /mnt/user/system/custom_ovmf/Macinabox_CODE-pure-efi.fd And my XML: ?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>Macinabox BigSur</name> <uuid>5ba73e47-7970-4984-80b4-cccc0aedfbc6</uuid> <description>MacOS Big Sur</description> <metadata> <vmtemplate xmlns="unraid" name="BigSur" icon="BigSur.png" os="osx"/> </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> <os> <type arch='x86_64' machine='pc-q35-4.2'>hvm</type> <loader readonly='yes' type='pflash'>/mnt/user/system/custom_ovmf/Macinabox_CODE-pure-efi.fd</loader> <nvram>/mnt/user/system/custom_ovmf/Macinabox_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='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='raw' cache='writeback'/> <source file='/mnt/user/domains/Macinabox BigSur/BigSur-opencore.img'/> <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/isos/BigSur-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='qcow2' cache='writeback'/> <source file='/mnt/user/domains/Macinabox BigSur/macos_disk.img'/> <target dev='hde' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </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='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' 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> <interface type='bridge'> <mac address='52:54:00:c2:f1:03'/> <source bridge='br0'/> <model type='virtio'/> <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='none'/> </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='isa-applesmc,osk="REMOVED"> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+kvm_pv_unhalt,+kvm_pv_eoi,+hypervisor,+invtsc,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+avx2,+aes,+fma,+fma4,+bmi1,+bmi2,+xsave,+xsaveopt,+rdrand,check'/> </qemu:commandline> </domain> When i read this, first thing that comes to mind is that my file directory is different than what the template shows.. Weird thing is, it's not. My structure is default... I have my domain, ISO, and system shares in /mnt/user/System, /mnt/user/domains, and /mnt/user/ISOs.... I've tried removing the container while wiping my app data folder, domains, ISOs, system, and the scripts. I've also tried removing the custom_ovmf dir that someone else had luck doing but that also did not work. Not sure how to proceed from here.....
  2. I have network cameras that I would like to have record to my server instead of having a standalone NVR.... My cameras have an option for NAS data storage and I have a share set up for it already. My camera can see the share I have setup but the problem is, the cameras needs to format the disk to allow it to record there. If I were to do that in it's current setup, I would effectively format my whole 3tb disk... So my question is, is there a way to set a share limit to say 200gb so that my cameras can just record to that pre determinded folder of 200gb? or would I need to run a VM with a vDisk? Thanks
  3. Hello Everyone, I've been having an issue when trying to install packages to my unraid server. Everything was working fine up until a few weeks ago when I ran into a small problem and had to re install unmenu. Every since, I've been getting strange errors in my syslog along with errors when trying to install new plugins...... I am, as expected, a noob at this and need your help...Bellow are some of the errors that I am getting.... This is a snap shot of my syslog within unmenu. These 3 events repeat a number of times before the server continues on with the boot up. Jun 17 21:28:42 Tower logger: Warning: simplexml_load_file(): ^ in /usr/local/sbin/installplg on line 13 (Minor Issues) Jun 17 21:28:42 Tower logger: Jun 17 21:28:42 Tower logger: Warning: simplexml_load_file(): /boot/config/plugins/plexupdater.plg:825: parser error : Entity 'nbsp' not defined in /usr/local/sbin/installplg on line 13 (Errors) Jun 17 21:28:42 Tower logger: Jun 17 21:28:42 Tower logger: Warning: simplexml_load_file(): iv><div class='line' id='LC286'>$stuff$nbsp;$stuff$nbsp;$stuff$nbsp;$stuff$nbsp;$stuff$nbsp;$stuff$nbsp;$stuff$nbsp;$stuff$nbsp; in /usr/local/sbin/installplg on line 13 (Minor Issues) and finally, whenever I try to install a plugin. Linux 3.9.6p-unRAID. root@Tower:~# cd /boot/config/plugins root@Tower:/boot/config/plugins# installplg transmission_unplgged.plg installing plugin: transmission_unplgged Warning: simplexml_load_file(): I/O warning : failed to load external entity "transmission_unplgged.plg" in /usr/local/sbin/installplg on line 13 xml parse error Any insight would be greatly appreciated. Thanks