SiRMarlon

Members
  • Posts

    101
  • Joined

  • Last visited

Posts posted by SiRMarlon

  1. So I got a pop up today of a CRC Error count, the count was a very low 2 I've had this drive in there for about a year with no issues. In the past I had an issue with another drive and it ended up being the SATA connector, but with the fact that this only showed 2 errors I am not sure if I should be worried or be doing something??  What do you guys think?? 

     

    image.thumb.png.c54a7ede9bdc5d4040784b8426572426.png

     

    Got another error warning so I checked the log 

     

    Quote
    ATA Error Count: 3
    	CR = Command Register [HEX]
    	FR = Features Register [HEX]
    	SC = Sector Count Register [HEX]
    	SN = Sector Number Register [HEX]
    	CL = Cylinder Low Register [HEX]
    	CH = Cylinder High Register [HEX]
    	DH = Device/Head Register [HEX]
    	DC = Device Command Register [HEX]
    	ER = Error register [HEX]
    	ST = Status register [HEX]
    Powered_Up_Time is measured from power on, and printed as
    DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
    SS=sec, and sss=millisec. It "wraps" after 49.710 days.
    
    Error 3 occurred at disk power-on lifetime: 12961 hours (540 days + 1 hours)
      When the command that caused the error occurred, the device was active or idle.
    
      After command completion occurred, registers were:
      ER ST SC SN CL CH DH
      -- -- -- -- -- -- --
      84 41 00 00 00 00 00  Error: ICRC, ABRT at LBA = 0x00000000 = 0
    
      Commands leading to the command that caused the error were:
      CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
      -- -- -- -- -- -- -- --  ----------------  --------------------
      60 00 00 20 79 df 40 00  11d+15:30:11.541  READ FPDMA QUEUED
      60 40 48 c0 8d df 40 00  11d+15:30:11.539  READ FPDMA QUEUED
      60 40 40 80 8b df 40 00  11d+15:30:11.539  READ FPDMA QUEUED
      60 c0 38 c0 89 df 40 00  11d+15:30:11.539  READ FPDMA QUEUED
      60 70 30 50 88 df 40 00  11d+15:30:11.539  READ FPDMA QUEUED
    
    Error 2 occurred at disk power-on lifetime: 12914 hours (538 days + 2 hours)
      When the command that caused the error occurred, the device was active or idle.
    
      After command completion occurred, registers were:
      ER ST SC SN CL CH DH
      -- -- -- -- -- -- --
      84 41 00 00 00 00 00  Error: ICRC, ABRT at LBA = 0x00000000 = 0
    
      Commands leading to the command that caused the error were:
      CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
      -- -- -- -- -- -- -- --  ----------------  --------------------
      60 00 18 b8 a5 f4 40 00   9d+16:48:54.839  READ FPDMA QUEUED
      60 00 30 b8 a9 f4 40 00   9d+16:48:54.834  READ FPDMA QUEUED
      60 a0 28 00 3e dc 40 00   9d+16:48:54.834  READ FPDMA QUEUED
      60 00 20 b8 ad f4 40 00   9d+16:48:54.834  READ FPDMA QUEUED
      60 00 10 b8 a1 f4 40 00   9d+16:48:54.834  READ FPDMA QUEUED
    
    Error 1 occurred at disk power-on lifetime: 12723 hours (530 days + 3 hours)
      When the command that caused the error occurred, the device was active or idle.
    
      After command completion occurred, registers were:
      ER ST SC SN CL CH DH
      -- -- -- -- -- -- --
      84 41 00 00 00 00 00  Error: ICRC, ABRT at LBA = 0x00000000 = 0
    
      Commands leading to the command that caused the error were:
      CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
      -- -- -- -- -- -- -- --  ----------------  --------------------
      60 00 10 f8 31 3e 40 00   1d+17:49:12.918  READ FPDMA QUEUED
      60 00 08 28 4b 71 40 00   1d+17:49:12.917  READ FPDMA QUEUED
      60 20 00 c8 8d 3e 40 00   1d+17:49:12.916  READ FPDMA QUEUED
      60 08 20 60 ff 0d 40 00   1d+17:49:12.862  READ FPDMA QUEUED
      60 88 18 70 28 3e 40 00   1d+17:49:12.862  READ FPDMA QUEUED

     

  2. So NGIX has failed a few times over the last couple of days ... same error as before

     

    Quote

    nginx: [emerg] "stream" directive is not allowed here in /etc/nginx/conf.d/stream.conf:3

     

    I had to run the commands posted above to get NGIX to work again. Does anyone know how to get this work so we are not constantly having to do this? 

  3. On 1/10/2023 at 3:40 PM, xaositek said:

    Ran into an odd issue where websites would get a 502 Gateway error after today's rebase to Alpine 3.17. The following error will fill the logs:

    nginx: [emerg] "stream" directive is not allowed here in /etc/nginx/conf.d/stream.conf:3

     

    Ending up figuring out you can do the following, then restart your Container and it'll fix it.

    ls -al /etc/nginx/conf.d/ /etc/nginx/stream.d/

    mv -v /etc/nginx/conf.d/stream.conf /etc/nginx/stream.d/

     

    I did open https://github.com/linuxserver/docker-nginx/issues/87

     

    Thank you for this. I woke up to my websites not working and this fixed the issue. 

  4. 9 hours ago, SiRMarlon said:

    Hello, 

     

    Not sure what is going on with NPM, but as of today it no longer wants to work. I've had this running for over a year and have not had any issues until these past couple of days. I can no longer get ANY of my sites to connect, there are no errors in the logs for any of my dockers and they all work when accessed via the local web gui ... has anyone else been experiencing  issue with NPM? Anyone know what I need to check to get this back up and running? 

     

    Was able to figure this out last night ... turns out it was the Cloudflare tunnels that seem to be the ones having issues. 🙄

  5. Hello, 

     

    Not sure what is going on with NPM, but as of today it no longer wants to work. I've had this running for over a year and have not had any issues until these past couple of days. I can no longer get ANY of my sites to connect, there are no errors in the logs for any of my dockers and they all work when accessed via the local web gui ... has anyone else been experiencing  issue with NPM? Anyone know what I need to check to get this back up and running? 

  6. 2 hours ago, SiRMarlon said:

    So did anyone ever figure out how to address this issue? My logs are getting full of these errors and I've tried everything that everyone has suggested to no avail. Everything is working and connecting just fine

     

    image.png.01205eb1772d2ea6837ef1daca5d576e.png

     

     

    If anyone is curious ... I got my errors fixed. And my log has been cleared of errors for the past hour with no issues. Make sure you guys only have one ingress rule in your config.yml file 

     

    image.png.625054491c398fbcadf62e6b42b868a2.png

     

    Also make sure you have all your sub-domain CNAMEs setup and pointed in the right direction

     

    image.thumb.png.55a53fd0f0bfd56366c5644ba78d1491.png

     

    And verify that you have everything good to go with NPM one key thing was I switched all my certificates to the Cloudflare provided ones and moved away from LetsEncrypt. I think this might have been the key because I had a mix of LetsEncrypt certs and Cloudflare certs

     

    image.thumb.png.7e7aa58dd0d51b2fa55477eecf8f5466.png

     

    After I cleaned all this up the errors from my logs are gone

     

    image.thumb.png.f9f04224e729d75893c6438145009e6d.png

     

     

  7. On 4/29/2022 at 10:45 PM, SiRMarlon said:

    Hey Guys, 

     

    So as the titles says, I recently upgraded my hardware. My previous build was an AMD Ryzen 7 2700x CPU on a Asrock B450 ITX Gaming Board with 32GB or RAM, my LSI Card, and a Quadro P2000. I had issues with the Quadro falling off the BUS but that was fixed by disabling C-States after that my server was SOLID and stable did not give me any problems. 

     

    Since I was going to build a new desktop I decided to re-purpose my CPU and build a new server. So the new server hardware consist of a Ryzen 9 3900x mated to a Asus Prime B550 Plus (stock speeds), 32GB of RAM, same LSI card, and same Quadro P2000. I've had this new system for about a month now. And the server has frozen on me Twice ... completely unresponsive, no ping, nothing. What can I do to make sure logs are written and recoverable when this happens because I noticed that when I recover the server, the logs are empty. So I have no way to share logs with your geniuses to help me troubleshoot this issue. 

     

    In case anyone comes across this ... I believe disabling C-States solved my problems. Because I have not had anymore freezing lock up issues (knocks on wood) 🙂

    • Like 1
  8. Hey Guys, 

     

    So as the titles says, I recently upgraded my hardware. My previous build was an AMD Ryzen 7 2700x CPU on a Asrock B450 ITX Gaming Board with 32GB or RAM, my LSI Card, and a Quadro P2000. I had issues with the Quadro falling off the BUS but that was fixed by disabling C-States after that my server was SOLID and stable did not give me any problems. 

     

    Since I was going to build a new desktop I decided to re-purpose my CPU and build a new server. So the new server hardware consist of a Ryzen 9 3900x mated to a Asus Prime B550 Plus (stock speeds), 32GB of RAM, same LSI card, and same Quadro P2000. I've had this new system for about a month now. And the server has frozen on me Twice ... completely unresponsive, no ping, nothing. What can I do to make sure logs are written and recoverable when this happens because I noticed that when I recover the server, the logs are empty. So I have no way to share logs with your geniuses to help me troubleshoot this issue. 

  9. Just wanted to share the new setup I just finished upgrading too this past weekend. I previously had built a 2 in 1 system using a Phanteks Enthoo Case. But I finally pulled the trigger on a Rosewill RSV-L4412U 12 Bay Hot Swap server case.

     

    Specs for the system are:

     

    Hardware:

    Asus Prime B550-Plus

    AMD Ryzen 9 3900x Twelve-Core (stock speeds)

    32 GB DDR4 3600 G.Skill RipJaws V Series

    NVIDIA Quadro P2000

    LSI SAS2008 PCI-E Fusion-MPT SAS-2

    IO CREST 4 PORT SATA III PCI-E Expansion Card

    Upgraded all fans to Be Quiet Silent Wings 3 3x120mm 2x80mm

     

    Array:

    1x WD 12TB (Parity) (Shucked)

    1x WD 12TB (Shucked)

    1x WD 10TB (Shucked)

    4x WD 8TB (Shucked)

    4x WD 4TB (Reds)

     

    Cache:

    2x 500GB Samsung 860 EVO SSD in Raid 0

     

    Unassigned Device:

    1x 1TB Intel Blue M.2 NVME (Plex_AppData)

     

    IMG_5986.thumb.JPEG.7ba8778ff0bb71ca0c0f477d98a590b8.JPEG

     

    IMG_5989.thumb.JPEG.a4b6d0eff33fc974bb42c2d4ff83c003.JPEG

     

    IMG_5990.thumb.JPEG.0d25bb999f180d3a17387824a9b4beff.JPEG

     

    IMG_5992.thumb.JPEG.9e230dc7691c6b7f4786aa313ca7fae5.JPEG

     

    IMG_5995.thumb.JPEG.a5c89d8084c017f85d07840a923303f0.JPEG

     

    IMG_5996.thumb.JPEG.cef2f57ae2a43ec6a113e334ea22ad64.JPEG

    • Like 1
  10. On 3/29/2022 at 5:18 AM, Squid said:

    Always give the bays a little extra push whenever doing anything on them.

     

    Certain hard drives will not have the activity light ever do anything

     

    I will keep that in mind! 

  11. Pulled the trigger on the Rosewill RSV-L4412U 4U Server chassis last night ... I really excited to finally move to a case with hot swappable drive bays! Just wanted to see any of you guys here are using the case and hear from your experience. Have you ran into any hiccups? 

     

    image.thumb.png.0b81ff6806b60ca6218320859771d973.png

     

    image.thumb.png.a7422f33c72ca09d69cc86e38162e709.png

  12. Hey guys, 

     

    I am hoping to give this a try but I wanted to confirm I have this setup correctly. The instructions are a okay but not really clear. In my channels.txt list I have the following 

     

    I hope this is correct. I just want videos from a single channel. 

     

    image.thumb.png.b89381f215a78d1f67dd5d4a6e9be496.png

     

    And in the Args.conf I left everything alone and added the last line ... is the correct way to do it? I ONLY want to download the new season of Backstage Dodgers and not all the other seasons.  

     

    image.thumb.png.390d6d087315b940177d801c2958e83b.png

     

    Let me know if I am missing something or if I did this wrong. :) 

  13. Hey Fellas, 

     

    I am hoping someone can help me out here. I wanted to share some large files with my brother using my NextCloud. I figured that since these files were sitting in the same array I would just copy them over to my NextCloud folder. After I copied them over with Krusader I noticed that they are not appearing on my web client. I can see them in the NextCloud folder on the server side of things but on the client side I can't see so I can't share them. Do I have to do something special here to get these files to appear?

  14. I have upgrade since my last post gentleman! I am slowly but surely making my way to the 3 digit club! Last time I posted I was at 32Tb and was pretty much almost full. Now with this last round of upgrades I am sitting at 70TB. 

     

    These are all Western Digital Reds. I updated the Parity drive to 12TB and as for the rest of the array 1x 12TB, 1x 10TB, 4x 8TB, and 4x 4TB Drives! 

     

    My next plan is to move to a real 4U 24 Bay hot swappable server chassis! 

     

    image.png.f212304605698c97606e4ac674175acf.png

  15. On 8/26/2021 at 8:57 AM, Agent531C said:

     

    Now that its a few days later, Ive tried out the suggestions. I set the iommu to soft, and it didn't help. I can't disable AMD-V, as I run a vm that I work in, but I did disable the power option, and yet the gpu still drops off.

    I wouldnt think the hardware is causing the problem, since it isnt that old, but it is a mini board. I don't know if they have limits on power draw or anything of that sort set up.

     

    Disable your C-State I was having the same issues with my GPU dropping off and after I did this the issue went away. 

    • Like 1
  16. Anyone know where to find instructions on how to get this working with the ASRock motherboards? I noticed that it says there needs to be a kernel patch and that is above my knowledge 😄 so if anyone has an easy idiots guide to get this working please let me know. I'd like to get the RGBs on my memory modules, and CPU fan working right. 

    • Like 3
  17. 12 hours ago, Aran said:


     

     


    And what do you u use as alternative?

     

     

    I am just running Nginx to host my site. With the help of one of my webdev friends we were able to build it, but I mainly use it to host pictures as I am a heavy user on certain car forums with a lot of write ups. I use to use Photobucket but suck really bad now. So I moved all my photos to my site and re-linked them. 

     

    I wasn't trying to do anything like full frontend photography thing. It was more interested in the backend of things and being able to access them. 

  18. 1 hour ago, pokerchip said:

    Check out Photoprism or Chevereto.

    https://github.com/Chevereto/Chevereto-Free

    https://github.com/photoprism/photoprism

     

    Which type of record are you creating? If you already have DDNS setup, create a CNAME record that points to your DDNS address. https://www.godaddy.com/help/add-a-cname-record-19236

     

     

    I ended up going a whole complete new route! 😄 I transferred my domain off of GoDaddy to CloudFlare and setup the CloudFlare-DDNS docker. Also got NGINX Proxy Manager configured as well as Binhex-Nginx and ended up self hosting my site so I am good to go!

    • Like 1
  19.  

    On 3/5/2021 at 7:54 PM, Paul_Ber said:

    Anyone having issues remote streaming?

     

    The following using the Android Plex app. 

     

    Away from home and on WI-FI, comes back with an error and to try again.

     

    Away from home and on LTE and streaming just fine. 

     

    Where are you when you are away from home on WiFi ... sounds like a local WiFi issue maybe they have rules blocking streaming??