avluis

Members
  • Posts

    39
  • Joined

  • Last visited

About avluis

  • Birthday 06/24/1986

Converted

  • Gender
    Male
  • URL
    https://uis.pub/author/luis/
  • Location
    Norfolk, VA USA

Recent Profile Visitors

3826 profile views

avluis's Achievements

Rookie

Rookie (2/14)

1

Reputation

  1. Looking to make use of a python based application that interacts with Home Assistant and Elgato Stream Deck (runs on the unraid host, not Docker) which requires this library: https://github.com/libusb/hidapi Slackware builds is making use of https://github.com/signal11/hidapi which is no longer supported/outdated. On Debian these would be the packages I would be seeing to install: libudev-dev libusb-1.0-0-dev libhidapi-libusb0 Since Fix Common Problems now warns about packages being installed via the extras (and because this would be a great utility to have in NerdPack) I'd like to make the request to have hidapi included.
  2. I've had a few python scripts that run in the background which I needed to start/stop alongside the array; ex: #!/bin/bash #description=Starts Stream Deck Home Assistant Client. Req: python3 #arrayStarted=true #name=start stream deck HASS client # Change to app directory cd /mnt/user/appdata/homeassistant-streamdeck/ # Source python venv source venv/bin/activate # Change to app src directory cd /mnt/user/appdata/homeassistant-streamdeck/src # Check if already running and stop if pgrep -f "python3 HassClient.py" &>/dev/null; then echo "app is already running, killing" pkill -9 -f "python3 HassClient.py" sleep 5 fi # Start app python3 HassClient.py & pid=$! # User Scripts background fix echo $pid > /tmp/user.scripts/running/start-streamdeck-ha wait $pid I've been able to get the intended behavior by saving the child PID manually along with a wait command. Haven't looked too deep into exec.php for a better workaround but this is working for the moment.
  3. When uninstalling this plugin, is it supposed to remove pigz/unpigz? After doing so was not able to update my docker containers until re-installed (didn't try restarting); Note that when I went to reinstall, got the following message so the plugin installs its packages but not shown as installed: plugin: run failed: /bin/bash retval: 1
  4. System locked up today when updating a few containers --- going to have to stop making use of macvlan for a while
  5. I've been reading/researching call traces related to macvlan with containers that experience high traffic (Plex, pihole, etc). This seems to be an issue with macvlan not being able to handle certain broadcasts (which can happen often even on a 'small' network). Attached is a diagnostics for those that wish to delve a bit deeper. I'm looking to avoid making use of vlans to mitigate the issue, but any tips to resolve this is greatly appreciated. avnet-un-diagnostics-20190410-0743.zip
  6. If time permits; I would love if some attention is given to Docker and it's macvlan issues referenced here: I'm having similar issues and would love to avoid setting up VLAN for my containers just yet -- at least, would love to know if the issue is with Docker or with unRAID. avnet-un-diagnostics-20190410-0743.zip
  7. Make sure to update python to 2.7.15 via Nerd Pack and you'll be good to go
  8. All file operations should take place in the background -- WebUI updates itself as things progress -- kind of how things have shifted with the latest updates -- love the WebUI experience so much more now! For those that are unaware of solutions from QNAP and Synology, give their online demo a try -- should give a few ideas: https://www.qnap.com/en-us/live-demo/ https://demo.synology.com/en-us
  9. Just what I wanted to hear -- thank you very much for confirming!!
  10. I've been forgetting to ask as I've been out of the loop for a good week or so and with a server needing replacement; In regards to the lovely new dashboard: I make use of the nut plugin for ups support; Is it possible for the new dashboard to pull data from there or will it only pull data from the built-in UPS? And, is it possible to disable this field entirely?
  11. Just verified that all plugins have been updated, as well as giving the server a reboot -- unfortunately I'm still seeing the 'cat: write error' message. Gonna keep checking my config directory, hopefully I'll find something.
  12. I was dealing with a few thumb drive failures a few days ago which got me diagnosing a few unrelated issues. Noticed that I had a few xz unpack errors -- checking over my installed plugins and replacing/re-installing got that issue fixed. But there are two outstanding issues that need to be addressed; Referring to the attached image, I'm seeing; 'cat: write error: Broken pipe' as well as two warnings for 'br0' and 'br2'. Any hints as to where I need to start looking to address these? avnet-un-diagnostics-20181021-0204.zip
  13. Bumping this as I'm heavily interested in making use of the Docker Engine API as well under unRAID.
  14. Just wanted to drop in and say my thanks for taking on this plugin. I'm finally able to share my UPS from Synology --> unRAID. Thank you.
  15. Have you tried the getting started guide already? You'll need to scroll down a bit and expand the Mac OS X section. As for actually booting from it, you will need to (after a reboot) press and hold the Option (⌥) key immediately upon hearing the startup chime.