[Bug 13501] New: svlogd stuck in endless processer loop
bugzilla at busybox.net
bugzilla at busybox.net
Fri Jan 29 09:53:42 UTC 2021
https://bugs.busybox.net/show_bug.cgi?id=13501
Bug ID: 13501
Summary: svlogd stuck in endless processer loop
Product: Busybox
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at busybox.net
Reporter: stransky.peter at googlemail.com
CC: busybox-cvs at busybox.net
Target Milestone: ---
On embedded devices without a valid onboard RTC, the system
starts on 1970-01-01. Usually later on clocks are synchronized using
ntp or a proprietary solution.
When system time is correct and svlogd rolls over logfiles,
the tai-timestamp-named files are processed correctly.
Assuming some correct tai-timestamped logfiles already exist
in the log directory and the system is booted:
In case the "current" logfile might roll over with system time 1970-01-01.
The latest logfile now carries the oldest timestamp and will be removed in the
rollover process.
Nevertheless svlogd starts the processor on the removed log
file. The processor will fail. svlogd now endlessly restarts
the processor and is stuck.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list