ifup fires it. Anyway, I also thrown that garbage of a pump :), and moved to dhclient, much much better.
Regards, tzahi. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Yedidyah Bar-David > Sent: Wednesday, November 30, 2005 8:40 AM > To: Eli Marmor > Cc: linux ILUG > Subject: Re: Killing pump. Forever. > > On Wed, Nov 30, 2005 at 05:40:44AM +0200, Eli Marmor wrote: > > Hi, > > > > I know that I can look for the answer in the operating system, but > > maybe one has a faster answer: > > > > Under Morphix (a Debian-based live-CD distro), I have a running DHCP > > client daemon, running as "pump -i eth0". To disable it, I use > > "pump -k", which works flawlessly. However, after many > hours (cron?), a > > new "pump -i eth0" is started. From first look, it's hard > to find who > > fired it (because it's a daemon and has no direct parent), > and how to > > avoid it. I know that I can find it myself, but a fast > answer may save > > me the time. > > I don't know about Morphix, but Debian has /etc/network/interfaces for > NIC configuration. Edit it if you want static addressing. E.g. change > auto eth0 > iface eth0 inet dhcp > to > auto eth0 > iface eth0 inet static > address 10.0.0.1 > network 10.0.0.0 > netmask 255.255.255.0 > broadcast 10.255.255.255 > gateway 10.0.0.100 > or simply comment out 'auto eth0' if you do not want it started. > I have no idea what tries to start it other than during boot. > If you do > want to continue having it dhcp and only get annoyed by the process go > on running (which is usually a good thing, unless you use static > allocation in your dhcp server), grep for ifup. > -- > Didi > > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > > > ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]