You are not logged in.

#1 2007-12-03 18:53:06

Guglie
Member
From: Lausanne - Switzerland
Registered: 2007-12-03
Posts: 3

/sbin/ldconfig: file truncated

hi folk! I hope this is not a too trivial question.. wink

after every use of pacman I get this error:

/sbin/ldconfig: file /usr/lib/libsmbclient.so.0 is truncated
/sbin/ldconfig: file /usr/lib/libsmbclient.so is truncated

reinstalling samba don't fix and querying the file don't work, too:

# pacman -Qo /usr/lib/libsmbclient.so.0
error: No package owns /usr/lib/libsmbclient.so.0

best regards
Guglie

Offline

#2 2007-12-03 20:27:01

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: /sbin/ldconfig: file truncated

These files are owned by smbclient, not samba. So try reinstalling that (with -Sf if needed).


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#3 2007-12-03 21:27:36

Guglie
Member
From: Lausanne - Switzerland
Registered: 2007-12-03
Posts: 3

Re: /sbin/ldconfig: file truncated

shining wrote:

These files are owned by smbclient, not samba. So try reinstalling that (with -Sf if needed).

thanks, you are right: it worked smile

the upper query return now the right value:

# pacman -Qo /usr/lib/libsmbclient.so.0
/usr/lib/libsmbclient.so.0 is owned by smbclient 3.0.27a-1

did someone know how could this happen?

Last edited by Guglie (2007-12-03 21:28:14)

Offline

Board footer

Powered by FluxBB