skiman384

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by skiman384

  1. Extended smart test completed - Unraid states no errors found.
  2. I have a disk that went disabled this morning. Trying to run an extended SMART Test, but unable to change spin down delay. When I attempt to change the delay, I am unable to save the change. Disk 2 is the problem. Attached are my diagnostics. trapserver-diagnostics-20240326-2046.zip
  3. I think you hit the nail on the head. I recently updated to the latest version of Frigate, and I keep hearing it has memory leaks... Ill chase it.
  4. Syslog Attached. Noticed it locked up at 23:05 on July 9. Syslog attached. syslog-192.168.187.2.log
  5. As title states, recently upgraded to 6.12.2 yesterday, and ever since updating server will hang and become unresponsive after a few hours. It responds to pings, but SSH does not work, and Web UI is unreachable. Only solution is a hard reboot. No other hardware or configuration changes have been made. Frigate Docker was updated. trapserver-diagnostics-20230703-1816.zip
  6. Hey Everyone, I could really use some help, I am stumped about some networking issues. Currently running Unraid 6.8.2 All containers except for HomeAssistantCore have a static IP on custom br0 I am two issues: 1. I am trying to expose an Ombi container through a reverse proxy. I can get all that working, but as soon as a place it on the Custom: Proxynet network that Spaceinvader describes in his video, I lose access to sonarr, radarr, etc... Any idea how to fix this? Do i put all my containers on proxynet? 2. My HomeAssistant Core container network is set to host and privileged. Integrations are working fine, but it cannot connect to anything on the custom br0 network. In fact, any container that is not on custom br0 cannot communicate with a container on host or bridged network settings. Things I have looked at trying: 1. I have a secondary nic in the server not being used. Do I need to make a separate subnet on my router with a different gateway and move all my containers to that network and on the secondary nic? How is this done in Unraid? 2. Do i put all my containers on proxynet? This scares me as I dont want to expose everything to the outside world. 3. Under Settings>Docker, do I set "Host Access to custom networks" from Disabled to Enabled? Any help would be appreciated!!!
  7. Could use some help, I’ve been struggling with something all day. Unraid version 6.8.2 i followed the video guide was able to get ombi working through the reverse proxy on the custom proxynet network. My plex container is on custom br0 with an internal IP in my 192.168.187.0 subnet. Same subnet as my unraid box. Ombi can’t talk to plex or any of my other containers on the custom br0 network. what do I do? I do have a second nic I can configure for my containers, but I have no idea where to start.... any help would be appreciated!!
  8. Hey everyone, Long time Unraid user. Currently running on i5-3470 with 16gb of Ram. Box is used for storage and Plex for the most part. I was just given an R720 with Dual X5650's and 96gb of RAM. I know I will lose quicsync, but any reason not to make the switch? I plan on gutting the RAM and CPU from the server and putting it into an EATX case with a supermicro board. Thanks!
  9. Thanks! So I think I got it right, I tried what you had above and got the following error: docker: Error response from daemon: Conflict. The name "/homebridge" is already in use by container 849da366d1aaa93389a38953aa7e28138de19b3bfb0ed365cf58622c7dcc1464. You have to remove (or rename) that container to be able to reuse that name.. See 'docker run --help'. I then just ran : docker run -d - --restart unless-stopped adair21/homebridge-docker and got this response: 906851b25122e269673454b6816117281466b9e3cea71c2fb2876239c6e7f520
  10. Hi Everyone, Been struggling with this over the past couple days, and my Linux isn't so great. Anyways, I am running homebridge in a docker container, sometimes it crashes, and I would like it to auto restart. I have found the commands that I think should work, but UnRaid doesn't seem to like them. Here is the command I am running: Here is the docker info: 849da366d1aa adair21/homebridge-docker "/root/run.sh" 4 weeks ago Exited (137) 23 minutes ago homebridge Command I Run: docker run -d --name homebridge --restart unless-stopped homebridge Output: Unable to find image 'homebridge:latest' locally Pulling repository docker.io/library/homebridge docker: Error: image library/homebridge:latest not found. See 'docker run --help'. Can anyone help? Thanks!
  11. Hey Everyone, Trying to get UnRaid to detect my new USB Hauppauge Dual Tuner Card. https://www.amazon.com/gp/product/B015IL0FIW/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1 I have tried the LibreLec 6.3.5 install, and it won't detect the device. Is there something obvious I am missing? I also installed the 6.4rc9f, and it still was not recognized by the dvb settings page. Rc9f is using Kernal 4.12.x and from what I was reading my tuner should be supported by Kernal 4.11.x. Anyone have any idea on how I can get it to work with Unraid, or should I get a different piece of hardware?