View previous topic :: View next topic |
Author |
Message |
chrisstankevitz Guru
Joined: 14 Dec 2003 Posts: 472 Location: Santa Barbara, CA, USA
|
Posted: Thu Feb 26, 2004 2:29 am Post subject: `/etc/init.d/net.eth0 stop` doesn't stop |
|
|
Why does ifconfig still report eth0 exists after I stop it?
Code: | tux log # /etc/init.d/net.eth0 stop
* Bringing eth0 down... |
Code: | tux log # ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:9F:12:9D:DD
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1818 (1.7 Kb) TX bytes:384 (384.0 b)
Interrupt:16 Base address:0xecc0 Memory:fe100000-fe120000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:37 errors:0 dropped:0 overruns:0 frame:0
TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3180 (3.1 Kb) TX bytes:3180 (3.1 Kb) |
|
|
Back to top |
|
|
seanchiggins n00b
Joined: 30 Jul 2003 Posts: 27
|
Posted: Thu Feb 26, 2004 2:47 am Post subject: |
|
|
Check out: https://forums.gentoo.org/viewtopic.php?t=141600. I had the same problem and the issue I found was that sometime net.eth0 is started by the kernel and when running dhcp, the kernel does not create the pid file required to stop dhcp.
Sean |
|
Back to top |
|
|
|