Could one of the Global Moderators pls move this to the Cauldron section?As pic00 shows you have the known bug which has been fixed after Beta2 was released.
2 solutions:
1. Fix the problem temporarily with the fixes described:
As root remove the following files in /var/lib/rpm/
- Code: Select all
rm -f __db*
rm -f .rpm.lock
rm -f rebuilddb
Then rebuild the rpm database with
- Code: Select all
rpm -rebuilddb
After than DO NOT TOUCH rpmdrake before you do updates, you will get the same problem again.
So you have to set your sources as root with urpmi:
- Code: Select all
# urpmi.removemedia -a
# urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'
Then do updates with urpmi:
- Code: Select all
#urpmi --auto-update
and reboot (to be sure).
After that the problem should have gone and you can use the rpmdrake gui.
2. Do a net-install, it will use the latest package versions for installation.
- boot with the same DVD or USB stick you used for this installation
- when the installer asks if you have additional media, mark the FTP option.
A basic system will be installed, then it sets up network connection and also sets the package media.
Installation will then commence as usual.