cronolog doesn't support files larger than 2GB
Bug #180745 reported by
Carlo Marcelo Arenas Belon
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cronolog (Debian) |
Fix Released
|
Unknown
|
|||
cronolog (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: cronolog
problem is that cronolog doesn't open the log files using LFS and is therefore limited by the max size of an int in all 32 bit architectures.
this is a known problem in debian for several years as can be seen by :
http://
http://
and has been reported upstream and available from there with a proposed fix as can be seen in :
http://
to reproduce : in a 32bit architecture (like i386)
$ cat /dev/zero | cronolog log
$ echo $?
5
$ stat -c "%s" log
2147483647
it affects all versions of cronolog released
Changed in cronolog: | |
status: | Unknown → New |
Changed in cronolog (Debian): | |
status: | New → Fix Released |
To post a comment you must log in.
after the maximum file log size has been reached :
$ cat /dev/zero | cronolog log
File size limit exceeded (core dumped)
$ echo $?
153