You are not logged in.

#1 2009-05-08 11:15:16

kaouete
Member
Registered: 2008-12-22
Posts: 40

[SOLVED] Input/output error on a some libs (Qt and wx) since few days

Hello,

I got some strange errors when doing an upgrade of my system since few days :

[victor@goldmund ~]$ LANG=C ls -al /usr/lib/ >/dev/null
ls: cannot access /usr/lib/libwx_baseu_net-2.8.so.0.5.0: Input/output error
ls: cannot access /usr/lib/libQtGui.so: Input/output error
ls: cannot access /usr/lib/libQtTest.so.4.5.0: Input/output error
ls: cannot access /usr/lib/libQtAssistantClient.so: Input/output error
ls: cannot access /usr/lib/libQtNetwork.so: Input/output error
ls: cannot access /usr/lib/libQtSvg.prl: Input/output error
ls: cannot access /usr/lib/libwx_baseu_xml-2.8.so.0: Input/output error
ls: cannot access /usr/lib/libwx_gtk2u_stc-2.8.so: Input/output error
ls: cannot access /usr/lib/libQtXmlPatterns.so: Input/output error
ls: cannot access /usr/lib/libQtSql.so.4.5.0: Input/output error
ls: cannot access /usr/lib/libQtTest.so.4: Input/output error
ls: cannot access /usr/lib/libQtUiTools.a: Input/output error

I am not sure it is arch fault, but since I don't think I have a disk problem (dmesg doesn't show errors), I thought that maybe there was a problem with the packages or something else ...

I tried to remove these files and reinstall the package, but I can't (rm show me the Input/output error).

Thanks

Last edited by kaouete (2009-05-09 12:58:42)

Offline

#2 2009-05-08 13:50:49

z5rz
Member
Registered: 2009-02-21
Posts: 11

Re: [SOLVED] Input/output error on a some libs (Qt and wx) since few days

I am also having an error with the QT file..   showing "file not found".   It started yesterday with upgrading.   I will give it another day or so to see if its just a sync issue.

thanks

Offline

#3 2009-05-08 14:26:40

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: [SOLVED] Input/output error on a some libs (Qt and wx) since few days

Execute dmesg an see what are the errors that kernel reports. This is a disk or file system failure.

Offline

#4 2009-05-08 15:53:17

kaouete
Member
Registered: 2008-12-22
Posts: 40

Re: [SOLVED] Input/output error on a some libs (Qt and wx) since few days

djgera wrote:

Execute dmesg an see what are the errors that kernel reports. This is a disk or file system failure.

Here not, or this is a failure not reported by the kernel, which would be strange, no ?

Offline

#5 2009-05-08 16:38:03

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: [SOLVED] Input/output error on a some libs (Qt and wx) since few days

yes. Reboot with force fsck to check your filesystems. (I asume that you use ext2/3/4)

shutdown -F -r now

Offline

#6 2009-05-08 16:52:35

z5rz
Member
Registered: 2009-02-21
Posts: 11

Re: [SOLVED] Input/output error on a some libs (Qt and wx) since few days

Sorry, i wasn't clear on mine...   I believe its a server issue.   the qt file - "not found" on the server....

thanks & sorry for the confusion

Offline

#7 2009-05-08 19:10:36

kaouete
Member
Registered: 2008-12-22
Posts: 40

Re: [SOLVED] Input/output error on a some libs (Qt and wx) since few days

djgera wrote:

yes. Reboot with force fsck to check your filesystems. (I asume that you use ext2/3/4)

shutdown -F -r now

You were right, there was a problem with the filesystem (there was no badblock, I checked, so I guess (hope) it was only logical).

Got a bunch of errors about flag that should not be set (extend, compress) and size that should not be good, and also errors on the files I mentioned above.
I reinstalled the corresponding package and I did not got the errors I was getting before.

So I guess (hope again :) that all is alright now.

Thank you !

Offline

#8 2009-05-08 22:28:07

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: [SOLVED] Input/output error on a some libs (Qt and wx) since few days

you are welcome smile

Please put [SOLVED] in the title wink

Offline

Board footer

Powered by FluxBB