gotcher

Members
  • Posts

    3
  • Joined

  • Last visited

gotcher's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks for the great work. I have been unsuccessful getting the mac VM to install. It creates the VM, but then when I choose macOS Base System, I get a message that the computer restarted because of an error. It then goes back to the screen with macOS Base System, UEFI Sherr, Reset NVRAM and seems to loop thru this. I have tried installing both Monterey and Big Sur with no luck. My unraid server has a ryzen 7 5700g. Any help you can give is greatly appreciated.
  2. I am creating a docker container for rhasspy. Everything is working correctly, except it is not pulling the correct container. I am trying to pull the latest container from https://hub.docker.com/r/rhasspy/rhasspy. That container should be 2.5.10 but I am getting 2.4.20. I tried forcing it to pull 2.5.10 by using rhasspy/rhasspy:2.5.10 and it still is using 2.4.20. So I thought I would try pulling 2.5.9 by using rhasspy/rhasspy:2.5.9 but it is still using 2.4.20. I am very confused. Any help is greatly appreciated.
  3. I have been using the ConBee II USB stick with a Deconz docker container without any problems for several months now. Today I upgraded from Unraid version 6.8.0 to 6.8.2 and it has stopped working. If I look in the logs, the device number just keeps getting bigger: Jan 27 14:05:36 GreyWolf kernel: usb 3-1: new full-speed USB device number 45 using xhci_hcd Jan 27 14:05:36 GreyWolf kernel: cdc_acm 3-1:1.0: ttyACM0: USB ACM device Jan 27 14:06:02 GreyWolf kernel: usb 3-1: USB disconnect, device number 45 Jan 27 14:06:03 GreyWolf kernel: usb 3-1: new full-speed USB device number 46 using xhci_hcd Jan 27 14:06:03 GreyWolf kernel: cdc_acm 3-1:1.0: ttyACM0: USB ACM device Jan 27 14:06:06 GreyWolf kernel: usb 3-1: USB disconnect, device number 46 Jan 27 14:06:06 GreyWolf kernel: usb 3-1: new full-speed USB device number 47 using xhci_hcd Jan 27 14:06:07 GreyWolf kernel: cdc_acm 3-1:1.0: ttyACM0: USB ACM device Jan 27 14:06:32 GreyWolf kernel: usb 3-1: USB disconnect, device number 47 Jan 27 14:06:32 GreyWolf kernel: usb 3-1: new full-speed USB device number 48 using xhci_hcd Jan 27 14:06:32 GreyWolf kernel: cdc_acm 3-1:1.0: ttyACM0: USB ACM device Jan 27 14:06:36 GreyWolf kernel: usb 3-1: USB disconnect, device number 48 Jan 27 14:06:36 GreyWolf kernel: usb 3-1: new full-speed USB device number 49 using xhci_hcd Jan 27 14:06:36 GreyWolf kernel: cdc_acm 3-1:1.0: ttyACM0: USB ACM device So the device number I am trying to pass thru to my docker container keeps changing so I can't get it to work. I have attached my diagnostics file as well to see if that helps. I reverted back to unRaid version 6.8.0 but I am still having the same issue. Any help you can give me is greatly appreciated greywolf-diagnostics-20200127-1357.zip