You are not logged in.

#1 2011-06-03 18:35:26

shariebeth
Member
From: South Florida
Registered: 2010-04-27
Posts: 77

[SOLVED] sysfsutils-2.1.0-6 errors with -Syu

I'm at a loss here, sorry, and the closest I could find searching was to run pacman -Sf sysfsutils but that gave the same Input/output error.
Are the corrupted database entry errors related to sysfsutils-2.1.0-6 or possibly even sysfsutils-2.1.0-5?
Do I have one problem here or two, and how to fix?

[shariebeth@arch ~]$ sudo pacman -Syu
Password: 
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
error: corrupted database entry 'libraw1394-2.0.7-1'
error: corrupted database entry 'wpa_actiond-1.1-2'
error: corrupted database entry 'xterm-269-1'
error: corrupted database entry 'xorg-xkbevd-1.1.2-2'
error: corrupted database entry 'hdparm-9.37-1'
error: corrupted database entry 'xorg-bdftopcf-1.0.3-1'
error: corrupted database entry 'saxon-9.3.0.4-1'
error: corrupted database entry 'ruby-1.9.2_p180-1'
error: corrupted database entry 'ppp-2.4.5-2'
error: corrupted database entry 'xorg-font-util-1.2.0-1'
error: corrupted database entry 'xorg-fonts-encodings-1.0.4-1'
error: corrupted database entry 'xorg-setxkbmap-1.2.0-2'
error: corrupted database entry 'xorg-xkbcomp-1.2.1-2'
error: corrupted database entry 'gettext-0.18.1.1-3'
error: corrupted database entry 'xorg-mkfontdir-1.0.6-2'
error: corrupted database entry 'libldap-2.4.24-1'
error: corrupted database entry 'aspell-en-7.1-1'
error: corrupted database entry 'libvdpau-0.4.1-1'
error: corrupted database entry 'wpa_supplicant-0.7.3-3'
error: corrupted database entry 'bridge-utils-1.4-4'
error: corrupted database entry 'xorg-xkbutils-1.0.3-2'
error: corrupted database entry 'sysfsutils-2.1.0-6'
error: corrupted database entry 'perl-5.12.3-1'
error: corrupted database entry 'xorg-mkfontscale-1.0.8-1'
error: corrupted database entry 'pcmciautils-017-2'
error: corrupted database entry 'm4-1.4.16-1'
error: corrupted database entry 'heirloom-mailx-12.5-1'
error: corrupted database entry 'xorg-xkb-utils-7.6-1'
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...

Targets (2): sysfsutils-2.1.0-6  v4l-utils-0.8.4-1

Total Download Size:    0.00 MB
Total Installed Size:   1.43 MB

Proceed with installation? [Y/n] y
(2/2) checking package integrity                             [#################################] 100%
(2/2) checking for file conflicts                            [#################################] 100%
error: could not create directory /var/lib/pacman/local/sysfsutils-2.1.0-6/: Input/output error
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded.
[shariebeth@arch ~]$ 

Last edited by shariebeth (2011-06-04 11:59:47)

Offline

#2 2011-06-03 19:22:41

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] sysfsutils-2.1.0-6 errors with -Syu

Errors are unrelated to sysfsutils. I'd say your disk is either full or dead. What does the output of 'df -Th' look like?

Offline

#3 2011-06-03 19:27:55

shariebeth
Member
From: South Florida
Registered: 2010-04-27
Posts: 77

Re: [SOLVED] sysfsutils-2.1.0-6 errors with -Syu

[shariebeth@arch ~]$ df -Th
df: `devpts': No such file or directory
df: `tmpfs': No such file or directory
Filesystem                                             Type      Size  Used Avail Use% Mounted on
udev                                                   devtmpfs   10M     0   10M   0% /dev
run                                                    tmpfs      10M  164K  9.9M   2% /run
/dev/disk/by-uuid/2a8b91ef-b080-4d12-a25e-70ce09e9b499 ext3       20G   19G   99M 100% /
none                                                   tmpfs     250M     0  250M   0% /dev/shm
/dev/sda1                                              ext2       99M   28M   66M  30% /boot
/dev/sda4                                              ext3       54G  2.0G   49G   4% /home
[shariebeth@arch ~]$

Offline

#4 2011-06-03 19:32:21

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: [SOLVED] sysfsutils-2.1.0-6 errors with -Syu

/dev/disk/by-uuid/2a8b91ef-b080-4d12-a25e-70ce09e9b499 ext3       20G   19G   99M 100% /

That's full. smile


ᶘ ᵒᴥᵒᶅ

Offline

#5 2011-06-03 19:32:37

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] sysfsutils-2.1.0-6 errors with -Syu

shariebeth wrote:

[shariebeth@arch ~]$ df -Th
df: `devpts': No such file or directory
df: `tmpfs': No such file or directory
Filesystem                                             Type      Size  Used Avail Use% Mounted on
udev                                                   devtmpfs   10M     0   10M   0% /dev
run                                                    tmpfs      10M  164K  9.9M   2% /run
/dev/disk/by-uuid/2a8b91ef-b080-4d12-a25e-70ce09e9b499 ext3       20G   19G   99M 100% /
none                                                   tmpfs     250M     0  250M   0% /dev/shm
/dev/sda1                                              ext2       99M   28M   66M  30% /boot
/dev/sda4                                              ext3       54G  2.0G   49G   4% /home
[shariebeth@arch ~]$

Your / is full, please remove some stuff.

Edit: litemotiv beat me to it, now I'm a sad panda :-(

Last edited by karol (2011-06-03 19:33:51)

Offline

#6 2011-06-03 19:35:32

shariebeth
Member
From: South Florida
Registered: 2010-04-27
Posts: 77

Re: [SOLVED] sysfsutils-2.1.0-6 errors with -Syu

Oh wow, never even would have thought to look at that.
Thanks a ton!  (Newbie hdd format fail wink )

Offline

#7 2011-06-04 11:57:53

shariebeth
Member
From: South Florida
Registered: 2010-04-27
Posts: 77

Re: [SOLVED] sysfsutils-2.1.0-6 errors with -Syu

Update:
Heh problem solved.
Turns out I had somehow saved 2 backups in /mnt.  Two!  Got rid of those and ran e2fsck on all /dev/sda's except swap, and my errors went away and I am back down to / being 22%.

Thank you again.  (will mark as solved in title).

Offline

Board footer

Powered by FluxBB