The size of the log files in /var/log gets out of hand

Bug #1503164 reported by Abhilash
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Confirmed
Undecided
abhilash

Bug Description

Thankfully it's a rare problem, but anyway: some errors create huge log files, causing rapid loss of disk space.

Changed in linux (Ubuntu):
assignee: nobody → Abhilash (abhilashkonnur1)
Revision history for this message
Brad Figg (brad-figg) wrote : Missing required logs.

This bug is missing log files that will aid in diagnosing the problem. From a terminal window please run:

apport-collect 1503164

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the Ubuntu Kernel Team.

Changed in linux (Ubuntu):
status: New → Incomplete
penalvch (penalvch)
Changed in linux (Ubuntu):
assignee: Abhilash (abhilashkonnur1) → nobody
importance: Undecided → Low
Changed in linux (Ubuntu):
assignee: nobody → Abhilash (abhilashkonnur1)
Changed in linux (Ubuntu):
assignee: Abhilash (abhilashkonnur1) → abhilash (abhilashdesai123)
Changed in linux (Ubuntu):
status: Incomplete → Confirmed
Revision history for this message
abhilash (abhilashdesai123) wrote :

We can specify on what time interval logs need to be generated this will reduce disk overhead and also becomes very helpful for log auditing

These are the lines which needed to be pasted at rsyslog

/var/log/syslog
 {
         rotate 1
         maxsize 10M
         hourly
         missingok
         notifempty
         reload rsyslog >/dev/null 2>&1 || true
         endscript
 }

And same must be carried out for rest logs

penalvch (penalvch)
Changed in linux (Ubuntu):
importance: Low → Undecided
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.