chewchump

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by chewchump

  1. Ah thank you for checking for me - I appreciate that!
  2. @linuxserver.io Is this something you can work your magic on please?
  3. Trying to install this Docker and getting an error ... not sure if this is a me thing or a general thing? /usr/bin/docker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers). See '/usr/bin/docker run --help'.
  4. Seems to be running just fine. Have you got it going your end?
  5. I've recently raised on GitHub a help request (issue #192) for setting up a docker for TheSpaghettiDetective (which is a 3D printing thing to detect when the print goes bad) and that came up trumps when reply was posted by postfach with simple instructions on how to do it. I've just installed and am testing this now but I wanted to share his words of wisdom so that this may pop up if someone else searches for it. https://github.com/TheSpaghettiDetective/TheSpaghettiDetective/issues/192 sudo curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose Now it's just a case of installing as per the TSD instructions - Before you start, navigate to a share (for example /mnt/user/MyShare) (perhaps use your appdata share) and run git clone https://github.com/TheSpaghettiDetective/TheSpaghettiDetective.git cd TheSpaghettiDetective && sudo docker-compose up -d Anyway, here's the info and I'll update after some further testing. If anyone really clever knows how to put this in CA that would be really cool.
  6. I am getting a boot loop after changing from 2 to 4 CPUs, I've added the XML at the end of the file and then I had the same problem as frodr with the funny screen so I amended as per Holdlang with this... <loader readonly='yes' type='pflash'>/mnt/user/domains/MacinaboxMojave/ovmf/OVMF_CODE.fd</loader> <nvram>/mnt/user/domains/MacinaboxMojave/ovmf/OVMF_VARS.fd</nvram> Now I'm getting a boot loop which isn't throwing any errors in the log. I can see this on boot (as below), then it gets to clover, I see a apple logo then sudden reset. er_state_obj_get_for_recover:3848 No ER state object for volume Preboot rolling is not happening, nothing to recover er_state_obj_get_for_recover:3848 No ER state object for volume baseOS (what I called my disk) rolling is not happening, nothing to recover er_state_obj_get_for_recover:3848 No ER state object for volume Recovery rolling is not happening, nothing to recover er_state_obj_get_for_recover:3848 No ER state object for volume VM rolling is not happening, nothing to recover Any ideas? Shall I post my XML?