shrinking available disk space osx

Discuss music production with Ableton Live.
heavensdaw
Posts: 1825
Joined: Fri Oct 12, 2007 12:01 pm
Location: inbetween the inbetween

shrinking available disk space osx

Post by heavensdaw » Sat May 08, 2010 8:51 am

Hi guys,

I've been noticing that my available disk space has been shrinking on its own without d/l any large files, or doing any major work :?

Well yesterday I googled the problem and found out where all this 'missing' space was going.. ( I used OmniDiskSweeper app for checking )

There seems to be a problem with the 'system log' and the 'asi log' both located in /private/var/log.

I found those two document files had sucked up over 30gb of disk space between them!

I dragged the offenders into trash, rebooted and then deleted them.

Now with over 40gb of free space I'm gonna keep an eye on this.

Can anyone give any idea why this happens and a solution to stop it continuing?

btw OSX 10.4.11

Thanks

Hd

slirak
Posts: 656
Joined: Tue Jul 24, 2007 10:03 pm

Re: shrinking available disk space osx

Post by slirak » Sat May 08, 2010 9:07 am

I'm not sure about these particular logs, but there should be scheduled (aka cron) jobs running daily, weekly and monthly and truncating log files is one of their tasks.

As I recall it, with older OS X versions, leaving your Mac on for longer times (just putting it to sleep rather than actually turning it off completely) could prevent these scripts from running.

You can force them to run manually though.

Check this article out.

steko
Posts: 3411
Joined: Thu Jan 22, 2009 8:29 pm

Re: shrinking available disk space osx

Post by steko » Sat May 08, 2010 3:41 pm

Besides what slirak mentioned for older OS X versions, if deleting asl.log & system.logs didn't help, you should check your system.logs in Console (Applications/Utilities) for what's causing the trouble. Could be any app...
Rahad Jackson wrote:My Awesome Mix Tape #6

SubFunk
Posts: 7853
Joined: Sat Jan 28, 2006 3:41 pm
Location: A Big Toilet Called Berlin
Contact:

Re: shrinking available disk space osx

Post by SubFunk » Sat May 08, 2010 3:48 pm

and iceclean (free app) is an easy and extremely lightweight apps to force the terminal scripts for cleaning, maintenance...

which you shouldn't need, OSX is usually taking care of that...???

but it does not sound normal, i mean OSX is space hungry (you always need at least 15% - 20% of your disk space free, otherwise it will start to choke) but the scripts that are automatically scheduled do a very god job in maintaining, since i use OSX (all versions of it) i never needed to do any manual maintenance whatsoever... it always took care of it self... (that is what i love about OSX, it's for IT dummies like me)

sounds weird.

did you mucked about in terminal at one stage? and maybe disabled the script(s)? that you can do, maybe you did it without noticing?

but to be honest i don't know how to find out if the are either enabled or disabled... maybe steko knows...

or try iceclean... as i mentioned.
*** Image GAFM ***

steko
Posts: 3411
Joined: Thu Jan 22, 2009 8:29 pm

Re: shrinking available disk space osx

Post by steko » Sat May 08, 2010 4:00 pm

You could also use Maintidget to run the scripts & see when they last ran.

BTW on Leopard & Snow Leopard just forget about the scripts: http://discussions.apple.com/thread.jsp ... 6&#8906776 - http://discussions.apple.com/thread.jsp ... 5&tstart=0
Rahad Jackson wrote:My Awesome Mix Tape #6

heavensdaw
Posts: 1825
Joined: Fri Oct 12, 2007 12:01 pm
Location: inbetween the inbetween

Re: shrinking available disk space osx

Post by heavensdaw » Sat May 08, 2010 4:49 pm

Thanks guys for all the help.. I'll look into more :(

The system.log and the asi.log are constantly filling up.. maybe more when I'm online running safari and messenger.

After I delete the files they reappear in the /private/var/log folder starting off at 8kb then slowly but surely filling up????
hmmm very weird.

Hd

steko
Posts: 3411
Joined: Thu Jan 22, 2009 8:29 pm

Re: shrinking available disk space osx

Post by steko » Sat May 08, 2010 5:15 pm

Check the logs in Console… something newly installed incompatible?

After deleting the logs again:

Try a Safe Boot

You could try to reapply the 10.4.11 Combo Update:

Intel: http://support.apple.com/kb/DL172

PPC: http://support.apple.com/kb/DL170


http://discussions.apple.com/category.j ... goryID=177

http://discussions.apple.com/search.jsp ... nkBy=10001

http://discussions.apple.com/thread.jsp ... ID=9980425
Rahad Jackson wrote:My Awesome Mix Tape #6

slirak
Posts: 656
Joined: Tue Jul 24, 2007 10:03 pm

Re: shrinking available disk space osx

Post by slirak » Sat May 08, 2010 6:30 pm

heavensdaw wrote:Thanks guys for all the help.. I'll look into more :(

The system.log and the asi.log are constantly filling up.. maybe more when I'm online running safari and messenger.

After I delete the files they reappear in the /private/var/log folder starting off at 8kb then slowly but surely filling up????
hmmm very weird.

Hd
It's not weird that they appear again, they're there for a reason. They continuously record various system and application events as they occur.

Normally, they shouldn't become large enough to be a problem though.

Part of the maintenance scripts' job is to truncate them, leaving only the newest events. If a log file grows big enough to be an issue, it's either the maintenance scripts that fail or some application that's writing loads of events to the log. In the latter case, it's usually error events.

You can open the log files with the terminal, or with OS X's text editor. This is what a techie would do to check your system's health.

Don't worry if you find hundreds or even thousands of events and don't worry if quite a few of them are error events, unless your system is unstable or if the logs grow a lot, very fast.

heavensdaw
Posts: 1825
Joined: Fri Oct 12, 2007 12:01 pm
Location: inbetween the inbetween

Re: shrinking available disk space osx

Post by heavensdaw » Sat May 08, 2010 6:54 pm

SubFunk wrote:i never needed to do any manual maintenance whatsoever... it always took care of it self... (that is what i love about OSX, it's for IT dummies like me)
:D what he said..

but I'm learning..

@ slirak thanks for the help mate... I'm sure we'll get to the bottom of the problem..

I'm running a Live session atm and when I'm done with it I'll get on the Terminal tip :wink:

There seem to be quite a few stories regarding this.. Upgrade time perhaps?

best

Hd

SubFunk
Posts: 7853
Joined: Sat Jan 28, 2006 3:41 pm
Location: A Big Toilet Called Berlin
Contact:

Re: shrinking available disk space osx

Post by SubFunk » Sat May 08, 2010 6:57 pm

heavensdaw wrote:There seem to be quite a few stories regarding this.. Upgrade time perhaps?
SL is great, i am usually also into don't change a running system, but for 29 euros the SL upgrade is really good, just a massive HD space saver and snappy, also some of the small detail improvements i really appreciate.

10.6.3 feels really matured, runs fine here...
*** Image GAFM ***

trevorc
Posts: 212
Joined: Thu Oct 18, 2007 11:09 am
Location: valencia, spain
Contact:

Re: shrinking available disk space osx

Post by trevorc » Sat May 08, 2010 7:08 pm

i just upgraded from 10.4.11 to 10.6.3 and 'saved' 19gb out of 220 used - i thought i'd lost something but it's really just a lot leaner.. i don't think there's an upgrade pack from 10.4 unless you drop 170 euros on the snow leopard/ilife/iwork package though..

steko
Posts: 3411
Joined: Thu Jan 22, 2009 8:29 pm

Re: shrinking available disk space osx

Post by steko » Sat May 08, 2010 8:12 pm

@heavensdaw: no need for Terminal or text editor, just open Console & check the logs...
trevorc wrote:i just upgraded from 10.4.11 to 10.6.3 and 'saved' 19gb out of 220 used - i thought i'd lost something but it's really just a lot leaner.. i don't think there's an upgrade pack from 10.4 unless you drop 170 euros on the snow leopard/ilife/iwork package though..
You can just use the $29 retail SL upgrade disc to install over Tiger (no EULA violation): http://discussions.apple.com/thread.jsp ... ID=2272918
Rahad Jackson wrote:My Awesome Mix Tape #6

heavensdaw
Posts: 1825
Joined: Fri Oct 12, 2007 12:01 pm
Location: inbetween the inbetween

Re: shrinking available disk space osx

Post by heavensdaw » Sat May 08, 2010 10:18 pm

steko wrote:@heavensdaw: no need for Terminal or text editor, just open Console & check the logs...
trevorc wrote:i just upgraded from 10.4.11 to 10.6.3 and 'saved' 19gb out of 220 used - i thought i'd lost something but it's really just a lot leaner.. i don't think there's an upgrade pack from 10.4 unless you drop 170 euros on the snow leopard/ilife/iwork package though..
You can just use the $29 retail SL upgrade disc to install over Tiger (no EULA violation): http://discussions.apple.com/thread.jsp ... ID=2272918
Life is full of little surprises! :D

Way to go Jo..

Hd

slirak
Posts: 656
Joined: Tue Jul 24, 2007 10:03 pm

Re: shrinking available disk space osx

Post by slirak » Sun May 09, 2010 12:39 am

steko wrote:@heavensdaw: no need for Terminal or text editor, just open Console & check the logs...
Hey! I didn't realise there was a Unix style console app in OS X! Turns out, the Swedish translation is, well, not what you'd expect. Cool. And thanks for making me look for and find it!

A bit sad though, it's not the first time Apple's messed up the Swedish translation. I suppose the worst example is in Garage Band 09, where the sheet music feature is labelled "Filmmusik", which is "movie soundtrack" in Swedish...

heavensdaw
Posts: 1825
Joined: Fri Oct 12, 2007 12:01 pm
Location: inbetween the inbetween

Re: shrinking available disk space osx

Post by heavensdaw » Sun May 09, 2010 8:15 am

Well on looking at Console, at both asi.log and system.log. I can honestly say that I haven't got the slightest clue at what it's trying to tell me..

Swedish? English? more like double dutch!

Hd

Post Reply