Fixes and Improvements#53
Merged
Martinski4GitHub merged 1 commit intoAMTM-OSR:developfrom Jan 12, 2026
Merged
Conversation
- Fixed bug when the call to Scribe found in the '/jffs/scripts/unmount' script was made *after* the Entware services are stopped, it failed to properly reset and put back the system log files so the built-in system loggers can then proceed to update them. This, in turn, was causing hundreds of log messages to be "lost" during a reboot sequence. - Upon a system reboot, when Entware services are started, syslog-ng was shutting down the built-in system loggers too early and with a minimum 2-second delay (and perhaps more in some cases), causing hundreds (and possibly close to a thousand) of reboot log messages to be "lost" due to the "deluge" of log entries flooding the system logs within the first ~2 to ~3 minutes of the bootup process. - Improvements in the display of CLI menu options. - Miscellaneous code improvements and fine-tuning.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed bug when the call to Scribe found in the '
/jffs/scripts/unmount' script was made after the Entware services are stopped, and it failed to properly reset and put back the system log files so the built-in system loggers can then proceed to update them. This, in turn, was causing hundreds of log messages to be "lost" during a reboot sequence.Upon a system reboot, when Entware services are started, syslog-ng was shutting down the built-in system loggers too early and with a minimum 2-second delay (and perhaps more in some cases), causing hundreds (and possibly close to a thousand) of reboot log messages to be "lost" due to the "deluge" of log entries flooding the system logs within the first ~2 to ~3 minutes of the bootup process.
Improvements in the display of CLI menu options.
Miscellaneous code improvements and fine-tuning.