Mailinglist Archive: opensuse (1495 mails)
| < Previous | Next > |
Re: [opensuse] Why am I getting 14.6G zypper.log files?
- From: "David C. Rankin" <drankinatty@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 01 Apr 2009 23:50:15 -0500
- Message-id: <49D44407.7020805@xxxxxxxxxxxxxxxxxx>
Graham Smith wrote:
To fix the zypp-refresh.log problem on 11.0, I just modified
/etc/logrotate.d/zypper.lr as follows:
23:30 nirvana:/srv/www/download/screenshots/ms> cat /etc/logrotate.d/zypper.lr
/var/log/zypper.log {
compress
dateext
notifempty
missingok
nocreate
maxage 60
rotate 99
size 10M
}
/var/log/zypp-refresh.log {
compress
dateext
notifempty
missingok
nocreate
maxage 60
rotate 99
size 10M
}
--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Hi,
Is there any reason my /var/log partition is being filled up by a zypper.log
file each night. As soon as I delete the file up pops another the following
time zypper update runs. I'm using openSUSE 11.1
Is there any way of stopping this log file without stopping the zypper update
running?
To fix the zypp-refresh.log problem on 11.0, I just modified
/etc/logrotate.d/zypper.lr as follows:
23:30 nirvana:/srv/www/download/screenshots/ms> cat /etc/logrotate.d/zypper.lr
/var/log/zypper.log {
compress
dateext
notifempty
missingok
nocreate
maxage 60
rotate 99
size 10M
}
/var/log/zypp-refresh.log {
compress
dateext
notifempty
missingok
nocreate
maxage 60
rotate 99
size 10M
}
--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |