Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

dhcp-client conflicts with bubba package in apt-get upgrade

Got problems with Bubba? Then this forum is for you.
Locked
solsson
Posts: 5
Joined: 24 Feb 2007, 07:49

dhcp-client conflicts with bubba package in apt-get upgrade

Post by solsson »

Hi,

When I do apt-get upgrade I get the error:

Unpacking replacement dhcp-client ...
dpkg: error processing /var/cache/apt/archives/dhcp-client_2.0pl5-19.1sarge3_arm.deb (--unpack):
trying to overwrite `/etc/dhclient.conf', which is also in package bubba
Errors were encountered while processing:
/var/cache/apt/archives/dhcp-client_2.0pl5-19.1sarge3_arm.deb

This occurs after bubba-0.51.2 was installed.

/Staffan
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Post by Ubi »

Somebody pleasy correct me if I'm wrong, but it seems you un-commented the debian repositories in the "sources" file and then did a global upgrade. This messes up the custom Bubba additions hence your error message. This is documented behaviour. Either re-comment the debian repositories, or reinstall the bubba package after you did the upgrade (assuming that is still possible)
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Post by tor »

Ubi is completely right.

The current Bubba package is somewhat flawed in that way. It overrides some files out of other packages resulting in these conflicts.

If one do uncomment the debian sources in their apt config. They must absolutely not use the web-based update function. But rather only do it on the command line with apt-get.

If a conflict should occur the easiest way to solve it is usually to apt-get remove the bubba package. Redo the upgrade and then reinstall the bubba package ie

Code: Select all

apt-get remove bubba
apt-get upgrade
apt-get install bubba
And most importantly dont reboot without an installed bubba package In worst case you will be locked out of your unit and will have to use the rescue image to restore your unit.

/Tor
Co-founder OpenProducts and Ex Excito Developer
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

Thanks tor
That solved it.
Locked