| Summary: | tail -F loses information during log rotation | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Jakub Piotr Cłapa <jpc> |
| Component: | Other | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.23.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Jakub Piotr Cłapa
2017-08-09 14:37:51 UTC
Hi, Yes, this is a problem. It basically renders the FOLLOW_RETRY option useless, and subtly useless at that, because following rotated logs is the main purpose of the option. The file shall be read to the end between checking the inode equality and reopening it. |