joshbgosh10592

Members
  • Posts

    81
  • Joined

  • Last visited

Report Comments posted by joshbgosh10592

  1. 11 minutes ago, wgstarks said:

    I originally fixed my issue by re-installing macOS. It’s an easy process. The user experience is really no different than installing an update. Just takes a few minutes longer since it’s installing the entire OS rather than just the modified software. Same as what the combo updates did before Apple discontinued them.

    I just wish that had solved the issue for me. I've even done it twice with no success. 

    • Upvote 1
  2. I've also been chasing this issue down. The docker container fails for me with the error:

    Error Domain=NSPOSIXErrorDomain Code=19 "Operation not supported by device" UserInfo={DIErrorVerboseInfo=Failed to initialize IO manager: Failed opening folder for entries reading}

    I updated unRAID from 6.9.2 to 6.10.0 at the same time I updated macOS to 12.4, so I'm not sure which broke it.

    I've also done a reinstall of macOS from the recovery menu (rebooting holding a key combo, etc) to no avail.

  3. When I go to make the change in the <cpu> section, I receive an error saying, "XML error: Non-empty feature list specified without CPU model"

     

    My section is: 

      <cpu>
        <topology sockets='1' cores='5' threads='1'/>
        <feature policy='require' name='vmx'/>
      </cpu>

     

  4. No worries, thank you!

    So, just to be sure, I'd add the kvm-intel.nested=1  in the Unraid OS section, so it's exactly as below?

    kernel /bzimage
    append initrd=/bzroot kvm-intel.nested=1
    
    

    But then where do you go to edit the VM's CPU section? LIke, where are the config files for them? I'm assuming /etc/libvirt/qemu/VMName.xml, correct?