I tried delting tdb from
Here are applicable lines from my pacman.conf. Is anything wrong here?
#[core]
#SigLevel = Optional TrustedOnly
#Server =
http://bits.linhes.org/repo/$arch/$repo/#[extra]
#SigLevel = Optional TrustedOnly
#Server =
http://bits.linhes.org/repo/$arch/$repo/[core-testing]
Server =
http://bits.linhes.org/repo/$arch/$repo/SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[extra-testing]
Server =
http://bits.linhes.org/repo/$arch/$repo/SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
Here is the results from trying to run the upgrade script again after deleting tdb package:
[root@mythbox pkg]# rm tdb-1\:1.2.9-1-x86_64.pkg.tar.xz
[root@mythbox pkg]# curl -o update81-82.sh
http://cgit.linhes.org/linhes_pkgbuild/ ... ?h=testing % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3251 100 3251 0 0 578 0 0:00:05 0:00:05 --:--:-- 15936
[root@mythbox pkg]# sudo sh ./update81-82.sh
About to update the OS to LinHES 8.2
This process will only work if currently running LinHES 8.1 or later
* Please respond with Y to ALL the yes/no questions
* Answer Y to remove sysvinit
* If prompted about libgl, select the gl that is appropiate for your system
Press Y to continue, any other key to stop
Y
Syncing pacman repos...
Downloading filesystem and glibc for later use, please wait...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8500 100 8500 0 0 1498 0 0:00:05 0:00:05 --:--:-- 41062
filesystem package downloaded
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8337k 100 8337k 0 0 269k 0 0:00:30 0:00:30 --:--:-- 181k
glibc package downloaded
Installing tdb...
warning: downgrading package tdb (1:1.2.9-1 => 1.3.0-2)
resolving dependencies...
looking for inter-conflicts...
Packages (1):
Name Old Version New Version Net Change Download Size
core-testing/tdb 1:1.2.9-1 1.3.0-2 -0.04 MiB 0.06 MiB
Total Download Size: 0.06 MiB
Total Installed Size: 0.18 MiB
Net Upgrade Size: -0.04 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages ...
tdb-1.3.0-2-x86_64 60.6 KiB 146K/s 00:00 [####################################################################################################] 100%
(1/1) checking keys in keyring [####################################################################################################] 100%
(1/1) checking package integrity [####################################################################################################] 100%
error: tdb: missing required signature
:: File /data/storage/disk0/pacman/pkg/tdb-1.3.0-2-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
FAILED: pacman -S tdb
thoughts?