trurl

Moderators
  • Posts

    43888
  • Joined

  • Last visited

  • Days Won

    137

Report Comments posted by trurl

  1. Unless you have syslog server setup to mirror log to flash, log isn't on flash. It is in RAM just like the rest of the OS. And the amount of space it can take up in RAM is limited and can't cause crash.

     

    Are you actually filling flash drive? That would be very unusual. Not recommended to write to flash drive. and the OS doesn't normally write to flash except to record settings you make in webUI so they can be reapplied at boot.

     

    Even if mirroring with syslog server you should only do that for a limited time to capture log after crash.

     

    Are you sure you don't have something filling rootfs?

     

    When you have the problem, what do you get from command line with this?

    df -h /

     

    Also, please amend your report so it follows report guidelines. At the very least test in SAFE mode and include your diagnostics.

     

     

  2. The reason I was asking for those command line results is because I am wondering if you have something misconfigured that is filling rootfs. Actually, all we really need to see is the result of

    df -h /

    These latest diagnostics has a little more used than the result you posted, and those other diagnostics showed as much as 16% of rootfs used. Not necessarily a problem unless it gets close to 100%. The OS is in rootfs (which is in RAM) and if it fills the OS has no room to work in.

     

    Quote

     created a new 6.10.3 from scratch and copied over the directories from my backup zip file

    Which directories? All you need is the contents of config folder from flash to get your configuration back.

     

    Disable Docker and VM Manager in Settings, reboot in SAFE mode, and see if it is stable like that.