Kaldek

Members
  • Posts

    101
  • Joined

  • Last visited

Report Comments posted by Kaldek

  1. 18 hours ago, ChatNoir said:

    Mover logging is only supposed to be used to diagnose a mover problem.

    Not to be enabled full-time.

     

    I get that - it's more that this should be a call-out about impact to reboots.  Like, I was utterly confused by this as there was no warning *what* was delaying the reboot.  Lots of unRAID users out there less technical than me.

  2. The root cause here appears to be entries in the file /boot/logs/syslog-previous related to the previous execution of the Mover when Mover Logging is enabled.

    image.thumb.png.a240dddc2fa99f9e149f55b53d0c4529.png

     

    The diagnostics script sees these, and runs the "sed -i" command for every entry found in the syslog-previous file.   Deleting the syslog-previous file stops this issue from occurring, as would not having Mover Logging enabled I suspect.  

    I do not recall a warning for Mover logging about it impacting Diagnostics. I know it mentions potentially filling up log files, but not an impact to the diagnostics script.

  3. 14 hours ago, itimpi said:

    If you use the “Mirror to Flash” option then there is no direct dependency on the network working so more chance of catching something.

    Fair enough.  Not sure if I'm game to turn active/backup back on and wait for a crash again.   I had so many crashes I think I'm still in the "just want stability for a while" phase.

    I guess if that means this bug report has to be closed due to that, I'll just have to live with it.

  4. 6 hours ago, nblom said:

    I just had it happen again here too. I am back on v6.12-RC5 when it happened. My '/run' had filled up all 32MB.

    Turns out my plex container had filled up the logs with a bunch of stuff related to the Nvidia Drivers. I have now set the extra parameter of '--no-healthcheck' and that seems to have slowed the increase of the logs down.

     

    Concurred; mine had also just filled up with the same consumption caused by the log.json file used by Plex.

  5. 1 hour ago, nblom said:

    Reverted to RC5 to see if that fixes it. Thanks.


    It's been 7 days for me with no issues, and the only change I made was to disable IPv6.

    User JorgeB above mentioned there is an RC7 floating about that fixes a Docker Bug which could cause the issue. He must be a member of the team as he's a moderator.

  6. 8 hours ago, Squid said:

    A lot of routers are terrible at handling DNS requests.  But yes to make the change, docker has to be stopped.

     

    I can say with some confidence this is not a DNS server issue for me.  

    1. Nothing changed except unRAID version
    2. unRAID was always set to use the router, followed by Google for DNS
    3. /etc/resolv.conf shows as blank when the problem occurs
  7. 7 hours ago, nblom said:

    @Squid

    I just attempted to stop docker and it failed. I then went to change Network Settings and the UI still thinks docker is running.

     

    Got this in the logs:

    May 25 10:41:55 Fenrir avahi-daemon[29851]: Service "Fenrir" (/services/sftp-ssh.service) successfully established.
    May 25 10:41:56 Fenrir root: waiting for docker to die ...
    May 25 10:41:57 Fenrir root: waiting for docker to die ...
    May 25 10:41:58 Fenrir root: waiting for docker to die ...
    May 25 10:41:59 Fenrir root: waiting for docker to die ...
    May 25 10:42:00 Fenrir root: waiting for docker to die ...
    May 25 10:42:01 Fenrir root: waiting for docker to die ...
    May 25 10:42:02 Fenrir root: waiting for docker to die ...
    May 25 10:42:03 Fenrir root: waiting for docker to die ...
    May 25 10:42:04 Fenrir root: waiting for docker to die ...
    May 25 10:42:05 Fenrir root: waiting for docker to die ...
    May 25 10:42:06 Fenrir root: waiting for docker to die ...
    May 25 10:42:07 Fenrir root: waiting for docker to die ...
    May 25 10:42:08 Fenrir root: waiting for docker to die ...
    May 25 10:42:09 Fenrir root: waiting for docker to die ...
    May 25 10:42:10 Fenrir root: docker will not die!
    May 25 10:42:10 Fenrir emhttpd: shcmd (419): exit status: 1
    May 25 10:42:10 Fenrir emhttpd: shcmd (420): umount /var/lib/docker
    May 25 10:42:16 Fenrir nmbd[29797]: [2023/05/25 10:42:16.966525,  0] ../../source3/nmbd/nmbd_become_lmb.c:398(become_local_master_stage2)
    May 25 10:42:16 Fenrir nmbd[29797]:   *****
    May 25 10:42:16 Fenrir nmbd[29797]:   
    May 25 10:42:16 Fenrir nmbd[29797]:   Samba name server FENRIR is now a local master browser for workgroup WORKGROUP on subnet 172.28.0.15
    May 25 10:42:16 Fenrir nmbd[29797]:   
    May 25 10:42:16 Fenrir nmbd[29797]:   *****

     

    fenrir-diagnostics-20230525-1044.zip

    I can confirm the same behaviour. I also tried to stop the array so I could change DNS settings and see if it forced DNS to come back, but it constantly said that Docker was still running.

    I'm not sure if I said this in my original post either, but it was also impossible to stop the array because Docker would never stop, and as a result it could not unmount the cache pool.

  8. 3 minutes ago, guill_019 said:

     

    This solution works for me!!!!!!!!

    Thanks a lot ich777

     

    Can I do something to make this a permanent fix or I need to wait for an OS update? (not a big deal as I rarely need to reboot my server)

    If @ich777 is responsible for this part of unRAID I'd say they'll be working on a fix ASAP.  They already provided a permanent fix for Nvidia drivers.

  9. 12 hours ago, ich777 said:

    @Kaldek & @sterofuse & @almulder

     

    Fixed!

    Update the Nvidia-Driver Plugin (make sure that you are on version 2021.03.10) and reboot your server into GUI mode again. ;)

    @ich777 I can confirm this update fixes the issue for me.

    For anyone who's rebooting their server remotely, you can tell if the permanent fix (the update to the nvidia plugin) worked just by running "nvidia-smi" at a terminal prompt.

     

    If it's working you will see Xorg running as a process on the GPU:
    image.png.439add30b1f822ea074be7e937d481f9.png
     

    • Like 1