Displaying 4 results from an estimated 4 matches for "logstart".
2008 Jul 08
0
Problem with logrotate and compress
...command line
(10 rotations)
empty log files are rotated, old logs are removed
considering log /var/log/squid/access.log
log needs rotating
rotating log /var/log/squid/access.log, log->rotateCount is 10
renaming /var/log/squid/access.log.10.gz to
/var/log/squid/access.log.11.gz (rotatecount 10, logstart 1, i 10),
old log /var/log/squid/access.log.10.gz does not exist
renaming /var/log/squid/access.log.9.gz to
/var/log/squid/access.log.10.gz (rotatecount 10, logstart 1, i 9),
old log /var/log/squid/access.log.9.gz does not exist
renaming /var/log/squid/access.log.8.gz to
/var/log/squid/access.log.9...
2005 Dec 19
1
logrotate. Bug or am I blind?
...are not rotated, old logs are removed
considering log /var/log/cisco_acl.log
log needs rotating
considering log /var/log/cisco_debug.log
log needs rotating
rotating log /var/log/cisco_acl.log, log->rotateCount is 1
renaming /var/log/cisco_acl.log.1 to /var/log/cisco_acl.log.2 (rotatecount 1, logstart 1, i 1),
renaming /var/log/cisco_acl.log.0 to /var/log/cisco_acl.log.1 (rotatecount 1, logstart 1, i 0),
renaming /var/log/cisco_acl.log to /var/log/cisco_acl.log.1
creating new log mode = 0640 uid = 0 gid = 900
running postrotate script
running script with arg /var/log/cisco_acl.log: "...
2005 Sep 18
1
postrotate error
Running CentOS 4 w/ BlueQuartz on a whitebox, and getting this
cron.daily email:
/etc/cron.daily/logrotate:
error: error running postrotate script
Is this a common problem?
Thoughts on a typical solution?
thnx, Manny
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...blocksize; /* logical block size, bytes */
+ xfs_drfsbno_t sb_dblocks; /* number of data blocks */
+ xfs_drfsbno_t sb_rblocks; /* number of realtime blocks */
+ xfs_drtbno_t sb_rextents; /* number of realtime extents */
+ uuid_t sb_uuid; /* file system unique id */
+ xfs_dfsbno_t sb_logstart; /* starting block of log if internal */
+ xfs_ino_t sb_rootino; /* root inode number */
+ xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */
+ xfs_ino_t sb_rsumino; /* summary inode for rt bitmap */
+ xfs_agblock_t sb_rextsize; /* realtime extent size, blocks */
+ xfs_agbl...