[SOLVED] Update Interrupted, file system full

[SOLVED] Update Interrupted, file system full

Postby Garthhh » Feb 12th, '14, 04:06

Asus 51 BB
amd a6
4g ram
1t HDD
alt install m3, upgraded to m4
KDE
no dual boot or other complications

clicked on the red !
the usual procedure
except I had MCC open somewhere else
closed both instances
updated again, I get an error which was reproduced when I tried to update from root terminal
the error

Code: Select all
Installation failed:   installing package lib64packagekit-glib16-0.8.14-3.1.mga4.x86_64 needs 432KB on the / filesystem
   installing package packagekit-0.8.14-3.1.mga4.x86_64 needs 5MB on the / filesystem
   installing package packagekit-gtk-module-0.8.14-3.1.mga4.x86_64 needs 204KB on the / filesystem
   installing package packagekit-gstreamer-plugin-0.8.14-3.1.mga4.x86_64 needs 244KB on the / filesystem
   installing package lib64packagekitglib-gir1.0-0.8.14-3.1.mga4.x86_64 needs 360KB on the / filesystem
   installing package lib64flite1-1.4-4.1.mga4.x86_64 needs 26MB on the / filesystem
   installing package perl-Glib-Object-Introspection-0.18.0-2.mga4.x86_64 needs 548KB on the / filesystem


KDE desktop environment broke, or just crashes during bootup
good programming brings me to login screen, even though I'm set to auto-login
switched to LXDE for now...
Last edited by Garthhh on Feb 12th, '14, 19:18, edited 1 time in total.
Sorry my if Experience doesn't meet your Expectations, I'll try Harder in the Future
User avatar
Garthhh
 
Posts: 483
Joined: Jun 2nd, '11, 19:27
Location: Reno

Re: Update interrupted

Postby doktor5000 » Feb 12th, '14, 07:55

You need more space on the / filesystem to continue with the upgrade, as the message says. Seems you have less than 1MB left there.

Please show the output of
Code: Select all
df -m /
du -mx / | sort -rn | head -35
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Update interrupted

Postby Garthhh » Feb 12th, '14, 14:58

weird, I gave up on a dualboot with w8 as home on M3 wasn't big enough for the 200g of content & I ruined w8 trying to resize, so I reinstalled M3 using the entire HDD...

Code: Select all
# df -m /
Filesystem     1M-blocks  Used Available Use% Mounted on
/dev/sda1          11978 11683         0 100% /
[root@localhost logar]# du -mx / | sort -rn | head -35
11653   /
6941   /var
6703   /var/log
6622   /var/log/cups
4420   /usr
1809   /usr/lib64
1720   /usr/share
548   /usr/share/icons
480   /usr/lib
348   /usr/bin
276   /usr/lib64/libreoffice
232   /usr/share/apps
223   /usr/share/icons/oxygen
194   /usr/lib64/libreoffice/program
187   /usr/lib/modules
172   /opt/google/chrome
172   /opt/google
172   /opt
156   /usr/share/foomatic/db/source
156   /usr/share/foomatic/db
156   /usr/share/foomatic
150   /usr/share/doc
139   /usr/lib64/chromium-browser
126   /usr/share/icons/HighContrast
120   /usr/share/foomatic/db/source/opt
106   /usr/lib64/python2.7
101   /usr/lib64/kde4
99   /var/lib
97   /var/tmp/kdecache-logar
97   /var/tmp
92   /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.4.2.mga4.x86_64/jre/lib
92   /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.4.2.mga4.x86_64/jre
92   /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.4.2.mga4.x86_64
92   /usr/lib/jvm
89   /boot
Sorry my if Experience doesn't meet your Expectations, I'll try Harder in the Future
User avatar
Garthhh
 
Posts: 483
Joined: Jun 2nd, '11, 19:27
Location: Reno

Re: Update interrupted

Postby jkerr82508 » Feb 12th, '14, 16:40

/var/log/cups is consuming half of your root partition.
Code: Select all
du -a /var/log/cups

will indicate which files are responsible.

I would just delete those files. (or move them out of the root partition so that you can examine them later.)

After you have updated your system, you should monitor those log files carefully with a view to determining why cups is creating huge log files.

Jim
jkerr82508
 
Posts: 946
Joined: Mar 26th, '11, 01:34
Location: Fife, Scotland

Re: Update interrupted

Postby Garthhh » Feb 12th, '14, 17:10

I can find the files but can't seem to move or delete [using file manager]
the underlying problem
viewtopic.php?f=24&t=6967

anyway how do I make these files go away?
Sorry my if Experience doesn't meet your Expectations, I'll try Harder in the Future
User avatar
Garthhh
 
Posts: 483
Joined: Jun 2nd, '11, 19:27
Location: Reno

Re: Update interrupted

Postby jkerr82508 » Feb 12th, '14, 17:54

Assuming that you want to move them to your home directory, as root in a terminal:
Code: Select all
mv /var/log/cups/* /home/username/folder

Replace "username" with your actual username and "folder" with the name of the (existing) folder to which you wish to move them.

If you just want to delete them, as root in a terminal:
Code: Select all
rm -f /var/log/cups/*

Jim
jkerr82508
 
Posts: 946
Joined: Mar 26th, '11, 01:34
Location: Fife, Scotland

Re: Update interrupted

Postby Garthhh » Feb 12th, '14, 18:32

Thanks, back to normal KDE, update was able to be completed after a restart

ever since I upgraded to 4
I get 9 kblnkscrn's at start up
probably in kde somewhere, the tax on feature laden DE :D

Thanks again for the bit of code, I don't do enough cli to have any real retention of that kind of thinking...
Sorry my if Experience doesn't meet your Expectations, I'll try Harder in the Future
User avatar
Garthhh
 
Posts: 483
Joined: Jun 2nd, '11, 19:27
Location: Reno

Re: Update interrupted

Postby isadora » Feb 12th, '14, 18:53

Please mark the topic accordingly.

You can do so, by editing the title/subject of the first message in the topic.
Place [SOLVED] in front of subject/title

Thanks ahead!!! :)
..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2765
Joined: Mar 25th, '11, 16:03
Location: Netherlands


Return to Networking

Who is online

Users browsing this forum: No registered users and 1 guest