[Novalug] Upgrade Ubuntu Edgy to Feisty - Disk-Space Error

gregory pryzby greg at pryzby.org
Tue Apr 24 21:55:31 EDT 2007


So, you wil start to experience issues (possibly) because you are
running out of space in /var where logs and other bits are kept.

cd /var/log/
clean up 'old files'

depending on what you do w/ logs, remove or move them to a different
partition. I typically remove all logs w/ number greater than 2.

You can 
   du -h /var
to see where the space is being used and clean up

On a different partition, where there is space (external disk whatever) as root
   mkdir archives
   cd /var/cache/apt
   mv archives old-archives
   ln -s /full/path/to/new/archives .
   cd /var/cache/apt/archives
   df -h .
   (should see the space)



On Tue, Apr 24, 2007 at 09:27:01PM -0400, Roger W. Broseus wrote:
> When I try to upgrade, I get an error saying not enuf space in
> 
> /var/cache/apt/archives
> 
> I've tried apt-get clean, etc., to no avail.
> 
> home has 5 GB free and I've got an external drive - how can I "trick" 
> the system?

-- 
greg pryzby                              greg at pryzby dot org
fingerprint: 8A1A DB90 869F 5DD1 D6E9 EEB6 C156 6B04 849F A86F
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://calypso.tux.org/pipermail/novalug/attachments/20070424/19e0165c/attachment.bin 


More information about the Novalug mailing list