This is a bug in the preinst script of the Lucid package. It
specifically calls /usr/bin/db4.7_upgrade but the DB environment is 4.8.

You can work-around the problem for the upgrade by temporarily
redirecting /usr/bin/db4.7_upgrade to db4.8_upgrade:

sudo -i
cd /usr/bin
mv db4.7_upgrade db4.7_upgrade.real
ln -s db4.8_upgrade db4.7_upgrade

apt-get install postgrey

mv db4.7_upgrade.real db4.7_upgrade

exit

-- 
upgrade from hardy to lucid fails
https://bugs.launchpad.net/bugs/537472
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to