FS#21481 - pacman spewing out errors EVERYWHERE! Possibly SEVERE.
Attached to Project:
Pacman
Opened by trusktr (trusktr) - Tuesday, 26 October 2010, 19:18 GMT
Last edited by Ionut Biru (wonder) - Tuesday, 26 October 2010, 19:41 GMT
Opened by trusktr (trusktr) - Tuesday, 26 October 2010, 19:18 GMT
Last edited by Ionut Biru (wonder) - Tuesday, 26 October 2010, 19:41 GMT
|
Details
Today I tried to do pacman -Syu
a fourth of the way into the installs, error began spewing all over the place that look like this: Error syncing configuration data: Failed to write some configuration data to disk error: command failed to execute correctly (148/324) upgrading gedit [######################] 100% (gconftool-2:10150): GConf-WARNING **: Failed to write "/etc/gconf/gconf.xml.defaults/%gconf-tree.xml": Error writing file "/etc/gconf/gconf.xml.defaults/%gconf-tree.xml.new": No space left on device Error syncing configuration data: Failed to write some configuration data to disk (149/324) upgrading vte [######################] 100% error: could not create temp directory (150/324) upgrading gucharmap [######################] 100% error: could not create temp directory error: could not create temp directory (151/324) upgrading gedit-plugins [######################] 100% error: could not create temp directory error: could not create temp directory ^C52/324) upgrading gimp [###############-------] 71% Interrupt signal received (152/324) upgrading gimp [######################] 100% gtk-update-icon-cache: ** Gtk:ERROR:updateiconcache.c:1102:write_bucket: assertion failed: (*offset == ftell (cache)) /tmp/alpm_z9MBQe/.INSTALL: line 1: 10156 Aborted gtk-update-icon-cache -q -t -f usr/share/icons/hicolor error: command failed to execute correctly So i control+C'd my way out. Now let's see what happens when I try again and restart............ |
This task depends upon
Closed by Ionut Biru (wonder)
Tuesday, 26 October 2010, 19:41 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#11639
Tuesday, 26 October 2010, 19:41 GMT
Reason for closing: Duplicate
Additional comments about closing:
I went through about 150 packages before pressing ctrl+c.
I'm guessing i have to make space (somehow), then manually reinstall those 151 packages by typing them all out in one long pacman command (yikes!), right? :(
What's up with this space issue? I have 200 gigs. But i always get a warning message when i log into gnome saying I'm running out of space in the root (/) partition. This has to do with the problem, right? How do i fix this exactly?
It's just a guess and I hope i'm dead wrong, haha.
You clearly didn't allocate 200 GB for your root partition, you probably gave way more of that to /home. Try setting up a pacman cache directory (read the manpage) to point at /home/pacman/cache or something for now instead of the default under /var.
So, if I'm correct, with the standard ~7gb root partition, the main thing users have a problem with is space for the package cache? It'd be neat for pacman to adjust the space of the root partition automatically.
It's kind of hard for me to visualize the "root" partition. What exactly does the root partition consist of? Before my initial encounter with Linux (Arch) this year, partitions were like "indivudual hard drives" in windows, so this new way of seeing partitions (filesystems) is a little confusing.