JorgeB

Moderators
  • Posts

    61460
  • Joined

  • Last visited

  • Days Won

    646

Report Comments posted by JorgeB

  1. Unfortunately there's nothing relevant logged, this usually points to a hardware issue, one thing you can try is to boot the server in safe mode with all docker containers/VMs disabled, let it run as a basic NAS for a few days, if it still crashes it's likely a hardware problem, if it doesn't start turning on the other services one by one.

  2. Diags appear to be after a reboot, when it happens again post new diags before rebooting.

     

    Also see that btrfs is detecting data corruption in the pool:

     

    Apr 14 16:58:16 Tower kernel: BTRFS info (device sdb1): bdev /dev/sdb1 errs: wr 0, rd 0, flush 0, corrupt 526, gen 0

     

    Run a scrub and delete/restore from a backup the corrupt files, also a good idea to run memtest

  3. Not seeing anything logged that points to a software issue, one thing you can try to run the server with a single RAM stick, if the same try the other one, that will basically rule out a RAM problem, you can also boot the server in safe mode with all docker containers/VMs disabled, let it run as a basic NAS for a few days, if it still crashes it's likely a hardware problem, if it doesn't start turning on the other services one by one.

  4. Apr  9 22:29:07 Tower kernel: macvlan_broadcast+0x10a/0x150 [macvlan]
    Apr  9 22:29:07 Tower kernel: ? _raw_spin_unlock+0x14/0x29
    Apr  9 22:29:07 Tower kernel: macvlan_process_broadcast+0xbc/0x12f [macvlan]

    Macvlan call traces will usually end up crashing the server, switching to ipvlan should fix it (Settings -> Docker Settings -> Docker custom network type -> ipvlan (advanced view must be enabled, top right)), then reboot.