HH0718

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by HH0718

  1. Well, my unraid server is on 172.16.0.2 and i'm not certain if some of the apps are considered as 172.16.0.2 with outbound network traffic as there are a few apps that have their own IP address. But that' gave me something to look into. Thanks for your feedback. Edit: Non of the ports listed in the log map to any of my apps in docker.
  2. As in my UnRaid server is trying to communicate with a VPN? I don't have VPNs on my server setup unless it's through an app like plex, radarr, sonarr, nginxproxymanager, nzbget, ombi, nextcloud, phpadmin, and tautulli. Thanks for the help, if you have any other advice please feel free to share it with me.
  3. I apologize if this is not the right place to post this. I have recently enabled IPS/DPS on my ubiquiti UDM Pro and have been trying to learn what some of the alerts are to better understand NetSec. It seems that there is something trying to connect outside of my network and when it fails it tries again and again and again. After a few days I get constant messages like the following. I searched Ubiquiti's forums and it's because something is trying to create a bunch of tcp sockets but not closing them. Cool, one step closer to understanding what's up. So I checked to see where the sockets were coming from and it's from the UnRaid server. Now that I know what device is doing it I need to find out what docker image/app is causing this so I may find out what it is trying to do or delete it if it's a security risk. Going to each docker app that is active and checking the logs have done nothing for me. I'd love to find out what is causing my network to die and reset every few days because of this but I don't know how to move forward. Can anyone point me in the right direction? Here's a line from the firewall log: This basically tells me that there is treachery afoot. And I don't like it. Thanks for any advice.
  4. Thanks for the response. When I console in and check pwd I get a simple / which tells me this is the root. and when I list the directory I see the images directory. So I'm not certain how to point to it. Could you point me to a guide or reference to properly setup my container for this script. I don't expect anyone to do the work for me but I could certainly use a nudge. Thanks. Edit: even with / in front of my images directly (in python script) it does not resolve the issue.
  5. Hello everyone. I have created a python script that runs indefinitely. It downloads security camera PNGs from a url and saves it to a folder called images. I wanted to run this on my Unraid docker but seem to have trouble. I created the dockerfile with the following content. FROM python:3.8 RUN pip install --upgrade pip COPY main.py / COPY requirements.txt . RUN pip install -r requirements.txt CMD [ "python", "./main.py"] and I have the following sanitized python 3 script import itertools import pendulum import requests source = {"source_1": "Source=1_URL", "source_2": "Source=2_URL"} for k, v in itertools.cycle(source.items()): print(k, v) image_url = v img_data = requests.get(image_url) img_name = f"images/{k}_{pendulum.now().format('YYYY_MM_DD_HH.mm.ss')}.png" with open(img_name, 'wb') as handler: handler.write(img_data.content) When I create the docker image, I added the `/images` path where the container path is `/images' and the host path is a share i made under '/mnt/user/BH/' if I run it and look in the share, there is nothing at all. But if I console into the running image, I see the images. Can anyone help me understand what I need to do to place the images in the shared folder? I have a feeling I didn't setup the Dockerfile correctly or maybe I need to change the path to my python script. Thanks for your help.
  6. I seem to be having the problem as well. If there is a firmware update for it, how is it downloaded and installed within unraid or what is the method to update it?
  7. Yup that is something I am working on fixing. I am learning how to properly fix it with dolphin.
  8. Holy cow... I have no idea what these errors are... But there's a bunch of them. LIKE A LOT.
  9. I'll have to check it. I know the system warns that the temp is high but, I bought a special fan and I read the temps can go way higher without any issues. I'll check to see what else it's complaining about. Thanks for your reply.
  10. Let me start off by saying this post is more to distract me while my wife is in the process of getting an epidural and I have been kicked out for 30 mins.... Which is just killing me. I don't really expect much sense this could probably be figured out on my own with some time and google.... but... anyway... I have had unraid running for a few months now and love it. However, I realized I didn't set it up correctly and now in the process of fixing it, I seem to have some unexpected issues. I went from: 2 x 1tb parity 1 x 1tb data drive 500 nvme cache To: 1 x 12tb parity 3 x 1tb data 2 x 8tb data 500 nvme cache it took my system the better part of a week to get the drives zeroed and parity rebuilt. However, now, it seems that my cache is constantly at 91% utilization and the mover is not making too much progress. I run: radarr sonarr plex nzb-get unifi - controller video-unifi tautulli nginxproxymanager They have been working without ANY issues before making upgrading the drives. I also downloaded common fixes and started to learn how to move files after the recommendations were applied. but I'm still having errors I didn't have before. Would anyone mind taking a quick glance at my log (no pun intended) and see if there are any obvious things I missed? Thanks all.l preditechs-diagnostics-20190902-1958.zip
  11. So, is that any hard drive minus two (including parity drives) or just the data drives and one cache drive?
  12. I am beginning to properly setup unraid and expand the hard drives and explaining to my wife how unraid works as a redundant system to avoid losing data. Something she brought up caught me off guard and am curious to find the answer but google has not been friendly to my search. In the event of an emergency like a flood or fire, would I be able to take x number of drives from the hot swap bay and avoid losing data? Setup, 2 X 12TB parity drives 14 x 12TB Array Drives 2 x 1TB cache SSDs Something tells me no... but I'd love to hear it from the experts.
  13. @sit_rp Thanks for your guidance, I have not had any issues since applying your recommendation.
  14. I found a "Global C State" setting in Bios. I clearly did not "scour" the Bios. I have disabled it and added the line to the GO file. Thanks, I'll come back if there are any other issues.
  15. Yeah, I tried looking for C-State in bios but the manual contains zero words of that kind and I've scoured the bios for it several times. I'll try the Flash part but I believe I already tried that using: append rcu_nocbs=0-11 Although maybe that's something else. I'll report back. Thanks.
  16. Hello Everyone, I just built a Ryzen 7 1800X server with the following components. CPU: Ryzen 7 1800X GPU: ASUS 8GB 580 RAM: 48GB PSU: 750RMX Corsair MotherBoard: ASUS Crosshair VII Hero W/ Wifi (latest firmware) I have successfully setup the USB and I have 3 x 1TB hard drives set (2 as parity and 1 as disk1). However, the disks are failing even after formatting and I'm not sure why. Either way it should still run without freezing. I have setup docker with 4 apps: Plex, Radarr, Tautulli, and NZBGet. I also downloaded DVB version for the DTV PCie card to watch live tv over plex. Even before all of these installs and services, my UnRaid server would freeze within 24 hours. I believe the longest is 11 hours. I have researched Ryzen build bugs and have turned off any power saving features in the Bios. I have the latest firmware and I have made sure that the server has enough power provided by the PSU. I have also pulled apart all the components and re seated them. I ran diagnostics but I'm not sure what to look for. Would anyone be so kind as to steer me in the right direction? tower-diagnostics-20190707-2346.zip