LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-08-2006, 03:36 AM   #1
xvalentinex
LQ Newbie
 
Registered: Dec 2005
Posts: 15

Rep: Reputation: 0
ldconfig errors


I am running SuSE 10.0, I keep my system very current using apt4suse.
Recently I have noticed that I am getting some funky lstat errors.
I wish I could provide more information, but I'm not sure what ldconfig even does.

Below is the ouput from ldconfig (ran as root) and pertinent info from /var/log/messages

Any help would be greatly appreciated,
Thanks

Code:
linux:~ # ldconfig
ldconfig: Cannot lstat /usr/lib/libgetconfig.so.1.1.0: Permission denied
ldconfig: Cannot lstat /usr/lib/libsgutils.so.1: Permission denied
ldconfig: Cannot lstat /usr/lib/libgetconfig.so.1: Permission denied
ldconfig: Cannot lstat /usr/lib/libscpm.so.1.1: Permission denied
ldconfig: Cannot lstat /usr/lib/libsgutils.so: Permission denied
ldconfig: Cannot lstat /usr/lib/libgetconfig.so: Permission denied
ldconfig: Cannot lstat /usr/lib/libscpm.so: Permission denied
ldconfig: Cannot lstat /usr/lib/libscpm.so.1: Permission denied
ldconfig: Cannot lstat /usr/lib/libsgutils.so.1.0.0: Permission denied
Code:
Mar  8 01:28:06 linux kernel: ReiserFS: warning: is_tree_node: node level 47396 does not match to the expected one 1
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-5150: search_by_key: invalid format found in block 9797634. Fsck?
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [175 55809 0x0 SD]
Mar  8 01:28:06 linux kernel: ReiserFS: warning: is_tree_node: node level 47396 does not match to the expected one 1
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-5150: search_by_key: invalid format found in block 9797634. Fsck?
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [175 55182 0x0 SD]
Mar  8 01:28:06 linux kernel: ReiserFS: warning: is_tree_node: node level 47396 does not match to the expected one 1
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-5150: search_by_key: invalid format found in block 9797634. Fsck?
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [175 55808 0x0 SD]
Mar  8 01:28:06 linux kernel: ReiserFS: warning: is_tree_node: node level 47396 does not match to the expected one 1
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-5150: search_by_key: invalid format found in block 9797634. Fsck?
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [175 55010 0x0 SD]
Mar  8 01:28:06 linux kernel: ReiserFS: warning: is_tree_node: node level 47396 does not match to the expected one 1
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-5150: search_by_key: invalid format found in block 9797634. Fsck?
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [175 55181 0x0 SD]
Mar  8 01:28:06 linux kernel: ReiserFS: warning: is_tree_node: node level 47396 does not match to the expected one 1
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-5150: search_by_key: invalid format found in block 9797634. Fsck?
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [175 55807 0x0 SD]
Mar  8 01:28:06 linux kernel: ReiserFS: warning: is_tree_node: node level 47396 does not match to the expected one 1
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-5150: search_by_key: invalid format found in block 9797634. Fsck?
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [175 55008 0x0 SD]
Mar  8 01:28:06 linux kernel: ReiserFS: warning: is_tree_node: node level 47396 does not match to the expected one 1
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-5150: search_by_key: invalid format found in block 9797634. Fsck?
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [175 55009 0x0 SD]
Mar  8 01:28:06 linux kernel: ReiserFS: warning: is_tree_node: node level 47396 does not match to the expected one 1
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-5150: search_by_key: invalid format found in block 9797634. Fsck?
Mar  8 01:28:06 linux kernel: ReiserFS: hda2: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [175 55183 0x0 SD]

Last edited by xvalentinex; 03-08-2006 at 03:39 AM.
 
Old 03-08-2006, 04:43 AM   #2
rahulk
Member
 
Registered: Mar 2006
Posts: 110

Rep: Reputation: 16
Hi,

Could you run

/sbin/reiserfsck /dev/hda2

It should fix the bad block number 9797634. Let us know if you still face the isue with ldconfig.
 
Old 03-09-2006, 01:47 AM   #3
xvalentinex
LQ Newbie
 
Registered: Dec 2005
Posts: 15

Original Poster
Rep: Reputation: 0
Alrighty rahulk! It worked.

Gave me a bit of a scare at first. It wanted /dev/hda2 to be mounted read-only so I booted into knoppix and ran that, it found errors and adviced me to run --rebuild-tree. It gave me a pretty scaring warning saying that I should back everything up first, but I keep /home on a different partition, so it wouldn't have been too horrible if I had to re-install.

So far everything is OK, and ldconfig doesn't spit that error at me.

Thanks again for the help
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ldconfig stat errors on Fedora Core 3 migration trancelf Linux - Software 1 01-31-2005 10:59 PM
ldconfig errors Regulus Linux - Software 0 12-24-2004 07:42 AM
messing with /sbin/ldconfig errors. Andronik Slackware 3 12-20-2004 04:43 PM
ldconfig diefree Fedora 4 12-11-2004 03:20 AM
what does ldconfig do ? rajorshi Slackware 8 09-14-2004 05:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration