• Shouldn't be possible for log file to crash system


    Brucey7
    • Annoyance

    Currently if the log file grows (perhaps through some error) to fill the flash drive, the webgui becomes unresponsive, IMHO, this is a bug.

     

    Normally, the way this is handed is by a line in the log file that says something like >XXX lines similar to ZZZZ rather than expanding to fill all available size, alternatively, truncating part of the log file.




    User Feedback

    Recommended Comments

    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.

     

     

    Link to comment


    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Restore formatting

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Status Definitions

     

    Open = Under consideration.

     

    Solved = The issue has been resolved.

     

    Solved version = The issue has been resolved in the indicated release version.

     

    Closed = Feedback or opinion better posted on our forum for discussion. Also for reports we cannot reproduce or need more information. In this case just add a comment and we will review it again.

     

    Retest = Please retest in latest release.


    Priority Definitions

     

    Minor = Something not working correctly.

     

    Urgent = Server crash, data loss, or other showstopper.

     

    Annoyance = Doesn't affect functionality but should be fixed.

     

    Other = Announcement or other non-issue.