spencers

Members
  • Posts

    247
  • Joined

  • Last visited

Everything posted by spencers

  1. I've always wondered why the UI didn't work for me. This resolved it!
  2. Just had the same issue myself. Had to remove the number 2 from my image name to get Docker to start back up.
  3. if you want to do it in a GUI, just set up the disks you mounted in Unassigned Devices to be shared. Click the settings icon for the disk and enable share. Otherwise, you can SSH in and use midnight commander (mc) to copy your data from /mnt/disks to wherever
  4. Getting this error when trying to add homebridge-camera-ffmpeg. Why is the container stuck at 0.4.46? [6/21/2020, 10:13:49 PM] Error: Plugin /usr/local/lib/node_modules/homebridge-camera-ffmpeg requires a HomeBridge version of >=1.0.0 which does not satisfy the current HomeBridge version of 0.4.46. You may need to upgrade your installation of HomeBridge. EDIT: The container is deprecated?
  5. Changing from 4GB to 8GB cleared the code 43 error right up for me. Did not think it would be so simple. Thank you! For reference, I have the 8th gen i3-8100 with Intel 630. Though now unRAID reports 94% RAM usage. Guess I need to upgrade to 32GB.
  6. Thanks for creating the thread, OP. I just updated Plex and had the same error. Didn't realize I was running a deprecated container! Switched to LSIO without any issue.
  7. Trying to set up the homebridge GUI using this repo as well. Homebridge runs fine until Nest spits out the token. Can’t access the GUI and I’m stuck with the same std bad_alloc. Cant be related to the new Nest api changes because they haven’t hit yet. Homebridge nonGUI from adair21 repo still works fine.
  8. Had some issues moving from the old linuxserver unifi image to this new controller image--devices were stuck and wouldn't adopt. I fixed this by changing the docker image network from bridge to host; now each connect without a hitch.
  9. Yes I've tried changing it to 8.8.8.8, and when I ping anything from command line I get: PING google.com (216.58.217.206) 56(84) bytes of data. From 169.254.160.146 icmp_seq=1 Destination Host Unreachable EDIT: Deleted network.cfg from flash and rebooted. Works now.
  10. Just updated to this version from 6.4.1 and everything went smoothly except DNS is no longer resolving. Is there any known issues or a quick fix?
  11. Hmm, my NGINX docker app is having trouble connecting to the internet after the update. And all of my docker apps show an update is available. When I click update on any of them, it tries to but 0 bytes are changed and it stays showing update available. edit: I downgraded and all is good again.
  12. Wow, that was buried in a place I wouldn't have expected. That solved it! Thank you
  13. Any idea why the time is incorrect on my Unifi setup? I checked and unRAID is set to use 0.pool.ntp.org and shows the correct time. Within Unifi, the time zone is set to Central Time (UTC-6). Yet my graphs show that it's currently 8PM when it's actually 2PM. Makes me think the time zone setting is doing nothing at all! How do I fix this?
  14. Disable your port forwarding one-by-one to see if anything changes.
  15. Thanks for the tips. Upgraded from 6.3.5 to 6.4.1 flawlessly. Hoping the CPU usage bars get fixed to work with Safari.
  16. Oh wow, indeed it is! Got it working today with nginx. Thank you!
  17. Thanks! I'll look into the reference. edit: I manually downloaded HTTP_Request2. http://pear.php.net/package/HTTP_Request2/redirected Then, the error log said it required Net_URL2. http://pear.php.net/package/Net_URL2/redirected After that, the error log said it required PEAR-Exception. https://pear.php.net/package/PEAR_Exception I placed each of the downloaded folders (HTTP, Net, & PEAR) in the same folder as my webpage in the www directory and voila, it now works!
  18. Thanks for the reply! I have a wunderground api-based weather webpage that I need to run on a web server so that it can feed my e-ink displays. Similar to this: http://www.galacticstudios.org/kindle-weather-display/ except I don’t use Kindles, so I need a local webserver, and a requirement of the code is http2. I’m no developer so I’m not sure if there’s a workaround.
  19. This plugin is kind of dead. That's part of PEAR or an add-on. I don't remember if that's included. Have you tried an apache docker or nginx? Sigh. It all seems to be dead. Nginx docker is way too old to have http2 and no way to update it. The Apache docker is no longer supported. While this docker container works, I have to drop into bash and kill cron every time I restart, otherwise the log file fills up. No support to troubleshoot the issue. Surely there’s a better way. Just trying to get a wunderground api-based weather website to display on some e-ink displays. Nothing complicated.
  20. Is there any way to enable HTTP/Request2.php? [Mon Nov 20 16:51:18.939136 2017] [:error] [pid 21498:tid 47421790107392] [client 192.168.9.246:61237] PHP Warning: require_once(HTTP/Request2.php): failed to open stream: No such file or directory in /mnt/cache/apps/apache/www/WeatherDisplayServer/iweather.php on line 3 [Mon Nov 20 16:51:18.939150 2017] [:error] [pid 21498:tid 47421790107392] [client 192.168.9.246:61237] PHP Fatal error: require_once(): Failed opening required 'HTTP/Request2.php' (include_path='.:/usr/lib64/php') in /mnt/cache/apps/apache/www/WeatherDisplayServer/iweather.php on line 3
  21. This did not work for me. bash: add-apt-repository: command not found bash: apt-get: command not found
  22. My application needs HTTP2 (http_request2) How do I get that installed within this docker app? I feel like I'm so close! 2017/11/20 13:19:23 [error] 281#281: *11 FastCGI sent in stderr: "PHP message: PHP Warning: require_once(HTTP/Request2.php): failed to open stream: No such file or directory in /config/www/WeatherDisplayServer/iweather.php on line 3 PHP message: PHP Fatal error: require_once(): Failed opening required 'HTTP/Request2.php' (include_path='.:') in /config/www/WeatherDisplayServer/iweatherORIG.php on line 3" while reading response header from upstream, client: 192.168.9.13, server: _, request: "GET /WeatherDisplayServer/iweather.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.9.10:81"
  23. Thank you for the tip! I’ll look into that in this thread. I don’t need USB3 passthrough fortunately so if I can just passthrough one USB2 port, I’d be set! Thanks again! My USB switcher arrives Monday so I’ll be sure to provide an update even though my use case is pretty specific.
  24. In an effort to decrease latency, I want to move from a Synergy setup to a physical USB switcher to share keyboard and mouse between my Win10 Gaming VM and my MacBook. Currently I passthrough a wired USB Xbox 360 controller to my Win10 Gaming VM. I did a test where I unplugged it and plugged it back in to see if it would pop back up in Windows. Sadly it didn't until I rebooted the VM. So I'm guessing I need to pass through my motherboard USB Controller to get plug-and-play to work, especially when the USB switcher comes into play. Here's the output of the commands. I'm guessing I won't be able to do this with my C236 WSI motherboard? root@Unraid:~# lspci | grep USB 00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31) root@Unraid:~# lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS Bus 001 Device 006: ID 045e:028e Microsoft Corp. Xbox360 Controller Bus 001 Device 002: ID 0781:5571 SanDisk Corp. Cruzer Fit Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Additionally, I can't add another PCI-e card since it's an ITX board.
  25. Having an issue with Apache-PHP container. The below keeps repeating in the logs. I've also tried deleting the docker image and starting fresh. Still happening. What is the fix? I saw other users have the issue in this thread but no resolutions. /usr/sbin/cron: can't lock /var/run/crond.pid, otherpid may be 99: Resource temporarily unavailable