On Fri, Apr 3, 2009 at 1:20 PM, Tom Metro <tmetro+ubu...@gmail.com> wrote:
> Removing ubuntu-minimal sounds like something to be avoided, but there
> was mention of people doing that (as a side effect of removing the
> wireless package) in the bug this one was split off from, and it didn't
> sound like it caused any problems. I'll have to take a look at
> ubuntu-minimal to see what it is.

It's a meta package, like installing 'ubuntu-desktop' will install all
of the packages you need for a standard Ubuntu desktop, -minimal will
give you a basic system. Uninstalling it would mean that in the future
if another package was added to to the meta package, you wouldn't get
that additional package on upgrade. You can run 'dpkg-query -f
'${Depends}\n' -W ubuntu-minimal' to see the packages that it
installs. You could also remove the dhcp3-client package with
--force-depends, which just runs the risk that it gets reinstalled
later during an upgrade. There's probably a complex pinning solution
too, but I can't fathom it.

> Excellent. Thanks for the suggested workaround. Care to post the
> /etc/network/interfaces syntax you used for the virtual interface? (In
> my research I ran across about 3 or 4 variations.)

auto eth0
iface eth0 inet dhcp

auto eth0:0
iface eth0:0 inet dhcp

-- 
dhclient fails for virtual interfaces (IP aliases)
https://bugs.launchpad.net/bugs/351378
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