[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with CIFS on Lenny?



On Fri, 2009-02-13 at 14:12 +0100, Harald Krammer wrote:
[...]
> Hello Ben,
> I did my network configuration with the Debian installer,  selected DHCP
> and nothing more.
> 
> hk@hkpc:~$ ps axu | grep -i network
> root      3073  0.0  0.0  12972  2084 ?        Ssl  07:45   0:00
> /usr/sbin/NetworkManager --pid-file
> /var/run/NetworkManager/NetworkManager.pid
> root      3081  0.0  0.0   3504  1324 ?        Ss   07:45   0:00
> /usr/sbin/NetworkManagerDispatcher --pid-file
> /var/run/NetworkManager/NetworkManagerDispatcher.pid
> 
> Here is my /etc/network/interfaces :
> # The loopback network interface
> auto lo
> iface lo inet loopback
> 
> # The primary network interface
> allow-hotplug eth0
> iface eth0 inet dhcp

That means that eth0 is managed by NetworkManager and not ifupdown.  You
should change "allow-hotplug eth0" to "auto eth0".
See /usr/share/doc/network-manager/README.Debian for more details.

Ben.

-- 
Ben Hutchings
The generation of random numbers is too important to be left to chance.
                                                            - Robert Coveyou

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: