Everything posted by muzo178
- Dynamix - V6 Plugins
-
Can't connect: Error Something went wrong
I am getting an Error Something went wrong message when i try signing in. The clicking on theconnect logo on the right hand side reveals unraid-api failed to update Connect account configuration. Response not successful: Received status code 400 I tried uninstalling and reinstalling the plugin and running unraid-api plugins install unraid-api-plugin-connect as recommended to no avail. Diagnostics attached. Looking at my browser console reveals Failed to load resource: the server responded with a status of 400 (Bad Request) every few seconds. hpg4-diagnostics-20260110-1334.zip
-
Home Assistant VM, Unraid 7 and Matter
this issue came up while I moved my Home Assistant OS VM from Proxmox to a brand new Unraid 7-rc1 install. My matter devices were all unavailable. This command was the fix.
-
plex quicksync transcoding starting but the video doesn't play.
check this.. if you have the same in your syslog, you have the same problem due to a kernel issue..
-
[Plugin] USB_Manager
I added another satellite device to my UNRAID box and now I am getting this message in the logs constantly.. Any ideas? Aug 12 14:00:16 UNRAID kernel: vhci_hcd: unlink->seqnum 108674182 Aug 12 14:00:16 UNRAID kernel: vhci_hcd: urb->status -104 Aug 12 14:00:22 UNRAID kernel: vhci_hcd: unlink->seqnum 108700222 Aug 12 14:00:22 UNRAID kernel: vhci_hcd: urb->status -104 Aug 12 14:00:28 UNRAID kernel: vhci_hcd: unlink->seqnum 108727607 Aug 12 14:00:28 UNRAID kernel: vhci_hcd: urb->status -104 Aug 12 14:00:34 UNRAID kernel: vhci_hcd: unlink->seqnum 108755739 Aug 12 14:00:34 UNRAID kernel: vhci_hcd: urb->status -104 Aug 12 14:00:40 UNRAID kernel: vhci_hcd: unlink->seqnum 108782401 Aug 12 14:00:40 UNRAID kernel: vhci_hcd: urb->status -104 Aug 12 14:00:46 UNRAID kernel: vhci_hcd: unlink->seqnum 108810661 Aug 12 14:00:46 UNRAID kernel: vhci_hcd: urb->status -104 Aug 12 14:00:52 UNRAID kernel: vhci_hcd: unlink->seqnum 108838662 Aug 12 14:00:52 UNRAID kernel: vhci_hcd: urb->status -104 Aug 12 14:00:58 UNRAID kernel: vhci_hcd: unlink->seqnum 108866563 Aug 12 14:00:58 UNRAID kernel: vhci_hcd: urb->status -104
-
[Plugin] USB_Manager
yup, fixed. now my zigbee and rtl sdr dongle that is upstairs connected to a pi are happily and automatically humming along passed through to my hasssio VM in the basement server. thanks for this.
-
[Plugin] USB_Manager
this is fantastic in initial testing. I am getting this in my syslog every minute though.. UNRAID usb_manager: Info: rc.usb_manager USBIP Host Check attached failed Array
-
[Plugin] USB_Manager
+1 for this. It would be great if USB Manager could mount remote USBIP devices automatically if they are discovered. I have a couple of them set to attach automatically to the VM when they are available, but if I restart the remote host that has the USB devices plugged in, I have to manually attach them so that they then attach to the local VM. Amazing plugin btw. Keep up the good work..
-
Upgrade to 6.9.2, Getting freezes requiring hard reboot every week or so
I definitely agree with this. 5.x kernels don't like my hardware.
-
Upgrade to 6.9.2, Getting freezes requiring hard reboot every week or so
So we both have the touch file i915.conf. Theoretically that could be the culprit, but I doubt it. Whoever finds the energy to upgrade and try without the touch file, report back. :))
-
Upgrade to 6.9.2, Getting freezes requiring hard reboot every week or so
In my go file I'm only modprobing it87 drivers for getting the fan speed. Removed everything else pertaining to i915. I just checked my flash backup from 6.10-rc2, and there was a i915.conf file in modprobe.d. Maybe removing that after the upgrade might make a difference, but I really don't have the patience to go upgrade and then have to downgrade again. I'll try with rc3 if gets released or 6.10 final... Do you have flash backups from 6.9 or 6.10 that you can check if you have this file in modprobe.d @Tristankin? On another note, if it is not needed, the upgrade process should be removing that. It's not like we do fresh flash setups on every upgrade....
-
Upgrade to 6.9.2, Getting freezes requiring hard reboot every week or so
just as before... zero, zilch, zip, nada, nothing.
-
Upgrade to 6.9.2, Getting freezes requiring hard reboot every week or so
Bit the bullet and updated to 6.10.rc2 after @jkirkcaldy's feedback... Unfortunately crashed twice in three days...both during while the plex docker was transcoding... I'm either gonna try putting plex on a VM this time, or gonna roll back to 6.8.3...
-
Intel iGPU i915 driver crashing issues on various linux kernels
there's a few of us with the same kind of issue over here. no solution apart from sticking to 6.8.3 yet:
-
Upgrade to 6.9.2, Getting freezes requiring hard reboot every week or so
I have tested pretty much everything and now I know for a fact that once I start transcoding on i915, it will halt within minutes.
-
Upgrade to 6.9.2, Getting freezes requiring hard reboot every week or so
I'm having the exact same issue with a J3355/HD 500. 6.9 tree crashes within minutes of Plex docker starting a hardware transcode using iGPU. Stable as a rock on 6.8.3. I wanna try 6.10.0-rc2, but I think the same thing will happen again and I'm gonna have to roll back and hack the docker case sensitivity, etc... I'm in the if it ain't broke, don't fix it boat for now...
-
Apple Bonjour Sleep Proxy Client Implementation (Wake on Demand)
Figured out how to get your Plex Media Server or any other service for that matter to be advertised by avahi. Create a plex.service file <?xml version="1.0" standalone="no"?> <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> <service-group> <name replace-wildcards="yes">Plex on %h</name> <service> <type>_plexmediasvr._tcp</type> <port>32400</port> </service> </service-group> Then copy it to /etc/avahi/services/ at boot. A line like this in your go file would do the trick: # Add Custom Avahi Services cp /boot/custom/avahi/plex.service /etc/avahi/services/
-
Apple Bonjour Sleep Proxy Client Implementation (Wake on Demand)
Answering my own question. I installed these packages to my unRAID 6.1.6 server. (Copy them to /boot/extra and reboot or use installpkg command): python-2.7.11-x86_64-1 python-netifaces-0.8-x86_64-1alien dnspython-1.10.0-x86_64-1alien openssl-1.0.2e-x86_64-1 ..then got the latest version of Sleep Proxy Client from https://github.com/awein/SleepProxyClient and copied it to the flash drive. Since I'm using the Dynamix S3 Sleep plugin, I added the following to Custom commands before sleep: in Sleep Settings python /boot/wherever/you/put/yours/sleepproxyclient.py --interface br0 Now when my unRAID server goes to sleep, the Airport Express on my network registers the smb, afp, sftp, ssh services for my unRAID server. For example if I try to establish an ssh connection to my server, it wakes up. Or if I try connecting to any of my SMB shares, it wakes up. Great for file services etc... But... Unfortunately any of the services that are running under docker does not register with the Sleep Proxy this way. When I run sleepproxyclient.py --debug, I don't see any of the docker services as advertised.. I'd love to be able to have at least my PlexMediaServer docker register its services so that any attempt to connect to the PMS when unRAID is sleeping would wake it up. Any ideas as to how I should go about enabling dockerized apps to register using SleepProxyClient?
-
Apple Bonjour Sleep Proxy Client Implementation (Wake on Demand)
Anyone using this successfully in unRAID v6?
-
[Support] Linuxserver.io - SABnzbd
SABnzbd 0.8.0Beta4 has been released. http://forums.sabnzbd.org/viewtopic.php?f=8&t=19922 Any plans to update the docker?