Do you have more than one ethernet network card on this computer? If so try disabling one. E.g., if you're using a network card, in your bios disable the onboard network card. If you're using onboard, remove the network card. See if that doesn't resolve the situation.
*
Best,
Arthur
01-18-2010, 08:58 PM
Johannes Wiedersich
Strange work of eth0.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Sthu Deus wrote:
> Good day.
>
>
> Why I have such situation:
>
> $ sudo /sbin/ifdown eth0
> SIOCDELRT: No such process
>
> $ /sbin/ifconfig
> eth0 Link encap:Ethernet HWaddr 00:19:b9:53:34:18
> inet addr:192.168.0.125 Bcast:192.168.0.255 Mask:255.255.255.0
> inet6 addr: fe80::219:b9ff:fe53:3418/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:2434 errors:0 dropped:0 overruns:0 frame:0
> TX packets:5030 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:422464 (412.5 KiB) TX bytes:3251913 (3.1 MiB)
> Interrupt:21
What's your /etc/network/interfaces ?
Is there any hotplugging happening?
- --
Johannes
Three nations have not officially adopted the International System
of Units as their primary or sole system of measurement: Burma,
Liberia, and the United States.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-20-2010, 05:18 PM
Sthu Deus
Strange work of eth0.
Thank You for Your time and answer, Arthur:
>Do you have more than one ethernet network card on this computer? If so try
>disabling one. E.g., if you're using a network card, in your bios disable
>the onboard network card. If you're using onboard, remove the network card.
>See if that doesn't resolve the situation.
I have not an NIC but modem - another net dev. The above shown case happens sometimes, not always, but often. Not easy for me to repeat. I just though may I did something wrong configuring my network.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-22-2010, 10:31 PM
"Todd A. Jacobs"
Strange work of eth0.
On Tue, Jan 19, 2010 at 12:41:08AM +0700, Sthu Deus wrote:
> $ sudo /sbin/ifdown eth0
> SIOCDELRT: No such process
This generally happens when ifupdown wasn't called to enable the
interface. So, if you configured the interface manually, you might get
that sort of error because ifdown doesn't think it's a managed
interface.
There might be other reasons, too, but that's what I see most often on
my laptop. The easy fix is:
sudo ifconfig eth0 down
which will take the interface down directly, rather than calling
ifupdown.
--
"Oh, look: rocks!"
-- Doctor Who, "Destiny of the Daleks"
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
01-23-2010, 01:08 PM
Sthu Deus
Strange work of eth0.
Thank You for Your time and answer, Todd:
>This generally happens when ifupdown wasn't called to enable the
>interface.
If not through
# /sbin/ifup eth0
then how?
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org