convert a server to a desktop... what happened?
Tom H
tomh0665 at gmail.com
Wed Jun 23 15:28:32 UTC 2010
On Wed, Jun 23, 2010 at 11:05 AM, Donkey Hottie <donkey at fred.pp.fi> wrote:
> On 23.6.2010 17:41, Patrick Doyle wrote:
>> I decided I wanted a user interface on my Ubuntu 9.10 server, so I
>> naively tried the following:
>>
>> $ sudo tasksel install ubuntu-desktop
>>
>> and, because I don't like middle-of-the-night-after-a-power-failure
>> surprises, I rebooted the machine once that completed.
>>
>> Much to my surprise, the machine now has a new IP address, despite the
>> fact that /etc/network/interfaces says:
>>
>> # This file describes the network interfaces available on your system
>> # and how to activate them. For more information, see interfaces(5).
>>
>> # The loopback network interface
>> auto lo
>> iface lo inet loopback
>>
>> # The primary network interface
>> auto eth0
>> iface eth0 inet static
>> address a.b.c.d
>> netmask 255.255.0.0
>> gateway a.b.0.1
>>
>> Does anybody have any idea what just happened here?
>
> A damned package called "Network Manager" was probably installed. It is
> a pain... I have no idea how to remove it. I tried to purge it, and
> network just died, no matter what I had in /etc/network/interfaces.
A good WAG, although NM's default setting is to disable itself for a
nic if it is defined in /e/n/i (up to and including 9.10 anyway).
More information about the ubuntu-users
mailing list