Adeon

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Adeon

  1. On 11/28/2022 at 1:38 PM, ptirmal said:

    Is there something else you need to do to have it installed on boot? I have done this and it doesn't get installed on boot. I have to manually install the package. 

     

    Nerd Tools skips the install because a newer version of libffi is already installed.

    Create a script with the User Scripts plugin and put the following in the script:

    #!/bin/bash
    
    installpkg /boot/extra/libffi-3.3-x86_64-3.txz

     

    Now schedule the script to run "At first array start only".

    • Like 1
    • Upvote 1
  2. Thank you for the tip.

     

    Yes the iGPU is for transcoding but i pretty much never use it.

    I have both GPU TOP & GPU Statistics installed.

    The i915.conf already exists in /boot/config/modprobe.d/i915.conf.

     

    I removed both plugins for now. Let's see if that helps.

  3. A little Update:

     

    The server crashed again today after running smooth for ~4 weeks.

    Checked logs every day and there was nothing suspicious at all. 

    The server was pretty much idling all the time.

    Again, there is absolutely nothing in the syslogs and nothing in the IPMI logs.

     

    I just can't imagine that this is caused by a broken PSU.

     

    I'm gonna disabled the last couple of Dockers that i installed 3-4 months ago.

    If the server crashes again, i'll change the PSU.

  4. What i remembered now is that i disabled "Restart after AC loss" in BIOS, so that is the reason i have to manually restart the server.

    There is also nothing useful in the IPMI logs (the only entries are "ACPowerOn(OEM)".)

    After the parity check is done, i'll update the BIOS + BMC and do another run with MemTest86+ but this time with a downloaded version, because i learned that the Unraid version is not capable of reporting ECC errors.

     

     

    If the server crashes again, i'll try another PSU and reseat the CPU.

     

    What is weird to me is the server never crashed under load, only when idling, and the server is idling 90% of the time.

    Because of that, i changed the "Normal CPU Scaling Governor:" back to "Performance" (was Power Save) in the Tips & Tricks plugin, just in case there is an issue with c-states or p-states.

     

    I'll keep updating this thread and hopefully find a solution.

     

    Edit:

    Ran Memtest for ~14 hours (4 passes) with 0 errors.

     

  5. Hi,

     

    what i mean with "Hard crash" is, the server just turns completely off.

    IPMI is still available, but i can not power the server back on via IPMI.

    I can only turn it back on if i unplug the power and wait a couple of seconds (discharging capacitors).

     

    I have set up the syslog server, but there is nothing useful in the logs at all.

    The crash always happens while the server is idling @45W.

     

    The server is connected to a PDU that is connected to a UPS.

    No other device connected to the UPS turns off (Modem, Router etc.)

     

    Hardware:

    • Motherboard - Supermicro X11SCH-F
    • CPU - Xeon E-2278G
    • RAM - 64 GB DDR4 ECC @2666Mhz
    • PSU - Seasonic Focus PX 750W (80+ Plat)
    • 3 x Toshiba 16TB HDDs
    • 2 x Silicon Power 1TB M.2 NVMe drives

     

    Server was running smooth for 1,5 years

    The crashes started ~ 3 months ago (no hardware changes at that time). 

     

     

    What i have done so far:

    • MemTest86+ 1 pass
    • Changed custom network to "ipvlan"
    • 1 hour Prime95 small FFTs
      • 150W max power draw
      • 68°C max CPU temp
    • Checked and reseated all power connection on the motherboard
    • Reseated the 2 RAM modules
    • After the last crash, i directly connected the server to the UPS (without the PDU)

     

    The relevant part of the syslog is attached.

    I have an appdata backup script running at 4:30 that stops and starts my Docker containers.

    I don't know the exact time, but i think the server crashed between 11:00AM - 13:00PM.

     

    Unraid Version is 6.11.1 crashes also happened with 6.10.3

     

    Syslog.txt

  6. Hey, first of all thank you for providing this great container.


    With a little bit of tinkering and trail & error i got netbox to run and i love it.

     

    But there is one little thing that isn working, its the offline documentation.
    When i try to open the documentation i get "/static/docs/ The request page does not exist".

    I checked the path inside the container and that folder does exist.

    I tried changing the BASE_PATH variable but to no avail.

     

    Any ideas?

  7. Hey, i installed your Netbox container and it stared up fine (Postgresql14 container is installed).

     

    But after i created a user and tried to login (netbox accepted my credentials) iget this error in the webUI:

     

    <class 'redis.exceptions.ConnectionError'> Error 99 connecting to localhost:6379. Cannot assign requested address. Python version: 3.10.3 NetBox version: 3.0.12-dev

     

    And this in the Container log:

     

    /usr/local/lib/python3.10/site-packages/django/views/debug.py:420: ExceptionCycleWarning: Cycle in the exception chain detected: exception 'Error 99 connecting to localhost:6379. Cannot assign requested address.' encountered again.

     

     

    If i delete the cookies netbox starts up fine again, but as soon as i try to login i get the same errors.

     

    I also had this in the Unraid Systemlog:

     

    nginx: 2022/05/15 11:46:49 [error] 8247#8247: *8020 connect() to unix:/var/tmp/netbox.sock failed (111: Connection refused) while connecting to upstream, client: 10.0.20.10, server: , request: "GET /dockerterminal/netbox/token HTTP/1.1", upstream: "http://unix:/var/tmp/netbox.sock:/token", host: "10.0.10.20", referrer: "http://10.0.10.20/dockerterminal/netbox/"
    nginx: 2022/05/15 11:46:49 [error] 8247#8247: *8209 connect() to unix:/var/tmp/netbox.sock failed (111: Connection refused) while connecting to upstream, client: 10.0.20.10, server: , request: "GET /dockerterminal/netbox/ws HTTP/1.1", upstream: "http://unix:/var/tmp/netbox.sock:/ws", host: "10.0.10.20"

     

     

  8. Hey,

     

    @JoeUnraidUser thanks for your script, working like a charm so far.

     

    At the moment i'm using Duplicati to backup my appdata offsite. But deduplication doesn't really work with compressed/archived files, is that correct? 
    If so how do i need to adjust the script so that i just get folders without the *.tgz files.


    I tried to figure it out by myself but i'm pretty new to all of this.

     

     

  9. On 11/12/2020 at 9:53 PM, Adeon said:

    Hey,

     

    love the docker so far.

    I was really excited about the download feature, because it also downloaded to whole folder structure, which made it easier for me to backup the files.

    But for some reason i can only successfully download certain folders.

    When i try to download the "other" folders i get a damaged 0 byte file.

    Unfortunately there is nothing in the logs.

     

     

    Hey i figured out what the problem was!

    So i'm from germany and we use "umlaute" e.g. "ä, ü, ö".

    If the filename of the document has a "umlaut" you can upload and view the document but you can't download it.

    Renaming the filename inside papermerge did not work.

    I had to delete the document in papermerge and had to reupload the renamed file, that solved the problem.

  10. Hey,

     

    love the docker so far.

    I was really excited about the download feature, because it also downloaded to whole folder structure, which made it easier for me to backup the files.

    But for some reason i can only successfully download certain folders.

    When i try to download the "other" folders i get a damaged 0 byte file.

    Unfortunately there is nothing in the logs.