You are not logged in.

#1 2010-05-08 02:43:41

sullivanva
Member
From: Herndon, VA USA
Registered: 2005-07-21
Posts: 126

smbclient issues (solved)

Tried at least two mirrors

# pacman -Syy
:: Synchronizing package databases...
 core                      36.1K  744.6K/s 00:00:00 [#####################] 100%
 extra                    450.7K 1765.4K/s 00:00:00 [#####################] 100%
 community                372.7K 1687.3K/s 00:00:00 [#####################] 100%
#pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...

Targets (1): smbclient-3.5.2-1  

Total Download Size:    10.42 MB
Total Installed Size:   72.39 MB

Proceed with installation? [Y/n] 
:: Retrieving packages from extra...
 smbclient-3.5.2-1-x...    10.4M    2.2M/s 00:00:05 [#####################] 100%
checking package integrity...
:: File smbclient-3.5.2-1-x86_64.pkg.tar.xz is corrupted. Do you want to delete it? [Y/n] 
error: failed to commit transaction (invalid or corrupted package)
smbclient-3.5.2-1-x86_64.pkg.tar.xz is invalid or corrupted
Errors occurred, no packages were upgraded.

Last edited by sullivanva (2010-05-16 19:14:45)


--HAPS

Offline

#2 2010-05-08 22:00:40

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: smbclient issues (solved)

I can't believe that no one answered this. As root:

pacman -Rd smbclient
rm /var/cache/pacman/pkg/smbclient-3.5.2-1-x86_64.pkg.tar.xz
pacman -S smbclient

Offline

#3 2010-05-15 04:27:57

sullivanva
Member
From: Herndon, VA USA
Registered: 2005-07-21
Posts: 126

Re: smbclient issues (solved)

here's how I had solved it

# # ldd /usr/bin/mplayer | grep libkrb5
    libkrb5.so.25 => /usr/lib/libkrb5.so.25 (0x00007fe434669000)
    libkrb5.so.26
# cd /usr/lib
# ln -s libkrb5.so.26 libkrb5.so.25

Not a great solution, but it works

I tried yours:

# pacman -Rd smbclient
(1/1) removing smbclient                            [#####################] 100%
# rm /var/cache/pacman/pkg/smbclient-3.5.2-1-x86_64.pkg.tar.xz
rm: cannot remove `/var/cache/pacman/pkg/smbclient-3.5.2-1-x86_64.pkg.tar.xz': No such file or directory
# ls /var/cache/pacman/pkg/smbcl*
smbclient-3.4.3-3-x86_64.pkg.tar.gz  smbclient-3.4.5-1.1-x86_64.pkg.tar.gz
# pacman -S smbclient
resolving dependencies...
looking for inter-conflicts...

Targets (1): smbclient-3.5.2-1  

Total Download Size:    10.42 MB
Total Installed Size:   72.39 MB

Proceed with installation? [Y/n] 
:: Retrieving packages from extra...
 smbclient-3.5.2-1-x...    10.4M    2.2M/s 00:00:05 [#####################] 100%
checking package integrity...
:: File smbclient-3.5.2-1-x86_64.pkg.tar.xz is corrupted. Do you want to delete it? [Y/n] 
error: failed to commit transaction (invalid or corrupted package)
smbclient-3.5.2-1-x86_64.pkg.tar.xz is invalid or corrupted
Errors occurred, no packages were upgraded.

I must be the only one having this problem.  I havent' seen any one else complain.


--HAPS

Offline

#4 2010-05-16 12:18:41

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,097

Re: smbclient issues (solved)

try a different mirror. (Symlinking is not a real solution, at best it's a dirty bandaid with bad glue)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#5 2010-05-16 19:14:11

sullivanva
Member
From: Herndon, VA USA
Registered: 2005-07-21
Posts: 126

Re: smbclient issues (solved)


--HAPS

Offline

Board footer

Powered by FluxBB