Page 3 of 7
Re: package installation problem
Posted: 17. Nov 2009, 13:03
by sachin
# rm -rf /var/slapt-get
# mkdir /var/slapt-get
# df -h
Dosyasistemi Boy Dolu Boş Kull%Bağlanılan yer
/dev/root 35G 2,5G 32G 8% /
tmpfs 1,5G 0 1,5G 0% /dev/shm
/dev/sda2 264G 15G 250G 6% /mnt/sda2
Re: package installation problem
Posted: 17. Nov 2009, 13:07
by gapan
Reboot your system and try again. I have no more ideas.
Re: package installation problem
Posted: 17. Nov 2009, 13:23
by sachin
I have installed SalixOS 13.0.1 today. The Package-Installation-Problem is a big problem.
Thank You very much for your kind Helps !
sachin / from TURKEY
Re: package installation problem
Posted: 17. Nov 2009, 13:35
by gapan
Try
Code: Select all
slapt-get -u
slapt-get --upgrade --no-md5
and also post the output of
Re: package installation problem
Posted: 17. Nov 2009, 13:57
by JRD
Weird bug !
I think of something, maybe spkg is not used, if the original Slackware pkgtools have been installed and it causes problem ??? (I just say what I got in mind, but it could be stupid)
Re: package installation problem
Posted: 17. Nov 2009, 14:00
by gapan
I remember something similar happened when trying to install txz packages with an old pkgtools package from a previous slackware version that would only support tgz packages. Which brings me to...
sachin, have you by any chance removed the xz package from your system?
Re: package installation problem
Posted: 17. Nov 2009, 15:32
by thenktor
By the way: For bug hunting in the forum it is always a good idea to run the commands with
LANG=C
Or change the language of the terminal with:

Re: package installation problem
Posted: 17. Nov 2009, 16:05
by sachin
Sorry, I have SalixOS deleted. Next-Time if again installed, of course contact with you.
Many Thanks
Re: package installation problem
Posted: 2. Oct 2010, 20:06
by MikeCindi
This "bug" seems to be alive an well still. I'm using a fresh install of 13.1.1-64bit. Here's the output of the above listed commands:
Code: Select all
root[mscott]# slapt-get -u
Retrieving package data [http://salix.enialis.net/x86_64/slackware-13.1/]...Cached
Retrieving patch list [http://salix.enialis.net/x86_64/slackware-13.1/]...Cached
Retrieving checksum list [http://salix.enialis.net/x86_64/slackware-13.1/]...Cached
Retrieving checksum signature [http://salix.enialis.net/x86_64/slackware-13.1/]...Cached
Verifying checksum signature [http://salix.enialis.net/x86_64/slackware-13.1/]...No key for verification
Retrieving ChangeLog.txt [http://salix.enialis.net/x86_64/slackware-13.1/]...Cached
Reading Package Lists...Done
Retrieving package data [http://salix.enialis.net/x86_64/slackware-13.1/extra/]...Cached
Retrieving patch list [http://salix.enialis.net/x86_64/slackware-13.1/extra/]...Done
Retrieving checksum list [http://salix.enialis.net/x86_64/slackware-13.1/extra/]...Cached
Retrieving checksum signature [http://salix.enialis.net/x86_64/slackware-13.1/extra/]...Cached
Verifying checksum signature [http://salix.enialis.net/x86_64/slackware-13.1/extra/]...No key for verification
Retrieving ChangeLog.txt [http://salix.enialis.net/x86_64/slackware-13.1/extra/]...Done
Reading Package Lists...Done
Retrieving package data [http://salix.enialis.net/x86_64/13.1/]...Cached
Retrieving patch list [http://salix.enialis.net/x86_64/13.1/]...Done
Retrieving checksum list [http://salix.enialis.net/x86_64/13.1/]...Cached
Retrieving checksum signature [http://salix.enialis.net/x86_64/13.1/]...Cached
Verifying checksum signature [http://salix.enialis.net/x86_64/13.1/]...No key for verification
Retrieving ChangeLog.txt [http://salix.enialis.net/x86_64/13.1/]...Cached
Reading Package Lists...Done
root[mscott]# slapt-get --upgrade
Reading Package Lists... Done
The following packages have been EXCLUDED:
xorg-server xorg-server-xephyr xorg-server-xnest xorg-server-xvfb
The following packages will be upgraded:
kernel-firmware kernel-headers kernel-huge kernel-modules sudo
5 upgraded, 0 reinstalled, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 24.7MB/24.7MB of archives.
After unpacking 2.6MB of additional disk space will be used.
Do you want to continue? [y/N] y
1/5 Get http://ftp.gwdg.de/pub/linux/slackware/slackware64-13.1/ kernel-firmware 2.6.33.4-noarch-2 [816.0kB]...Done
Failed to download: MD5 checksum mismatch, override with --no-md5
root[mscott]# slapt-get --upgrade --no-md5
Reading Package Lists... Done
The following packages have been EXCLUDED:
xorg-server xorg-server-xephyr xorg-server-xnest xorg-server-xvfb
The following packages will be upgraded:
kernel-firmware kernel-headers kernel-huge kernel-modules sudo
5 upgraded, 0 reinstalled, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 24.6MB/24.7MB of archives.
After unpacking 2.6MB of additional disk space will be used.
Do you want to continue? [y/N] y
Preparing to replace kernel-firmware-2.6.33.4-noarch-1 with kernel-firmware-2.6.33.4-noarch-2
Upgrading package kernel-firmware-2.6.33.4-noarch-1 -> kernel-firmware-2.6.33.4-noarch-2...
xzdec: /var/slapt-get/./patches/packages/linux-2.6.33.4-2/kernel-firmware-2.6.33.4-noarch-2.txz: File format not recognized
ERROR: [block:-1] corrupted tgz archive (early EOF)
ERROR: error thrown
ERROR: Package file is corrupted. (/var/slapt-get/./patches/packages/linux-2.6.33.4-2/kernel-firmware-2.6.33.4-noarch-2.txz)
ERROR: Package upgrade failed!
Failed to execute command: [/sbin/upgradepkg --reinstall /var/slapt-get/./patches/packages/linux-2.6.33.4-2/kernel-firmware-2.6.33.4-noarch-2.txz]
root[mscott]#
The excluded xorg-server* files also have the MD5 mismatch (as does multiple other packages like gkrellm, libwdm, phonon, ...). I am behind a proxy but I'm not sure that is the problem as most other packages don't have this problem.
Re: package installation problem
Posted: 2. Oct 2010, 20:30
by Shador
Can you please run this:
Code: Select all
grep -E '/kernel-firmware-.*\.txz$' /var/slapt-get/.http\:##salix.enialis.net#x86_64#slackware-13.1#CHECKSUMS.md5
And this one:
Code: Select all
md5sum /var/slapt-get/./patches/packages/linux-2.6.33.4-2/kernel-firmware-2.6.33.4-noarch-2.txz
Please post the output of both afterwards.