On Tue, 10 Aug 2004 23:52, John Graves wrote:
> I have installed the Debian Sarge Distro.   After some adventure, I am
> able to create a network connection.  However several oddities occur.
>
> 1.  ifup (or ifup eth0) doesn't work at all.
>
> 2.  Pump when called the first time, says it can't start and that there
> may be another instance of pump running.  But when I check with
> ifconfig, I now have eth0 up and running with an ip address.
>
Check your /etc/network/interfaces, here's a bit of mine.
auto lo eth0 eth1
iface lo inet loopback

iface eth0 inet dhcp

iface eth1 inet static
        address 192.168.1.1
        netmask 255.255.255.0
The 'auto' makes these devices start at boot time. If your eth0 is waiting on 
a dhcp server as mine does, there is likely to be a fair bit of delay before 
it is actually up.

Never heard of pump I'm afraid.

Bob Parker

> Is this normal? Also, what do I have to do have pump start at boot so I
> don't have to manually  start it.  And is the message I get normal or is
> there something I am doing or not doing that is causing this message?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to