* 2.6.0 - Network doesn't come up.
@ 2003-10-02 19:22 reg
0 siblings, 0 replies; 5+ messages in thread
From: reg @ 2003-10-02 19:22 UTC (permalink / raw)
To: linux-kernel
OK, Im trying to run 2.6.0-test6 on top of RH9.
I have progress in some areas but not others.
NETWORKING. is a nogo.
If I compile the driver 3c59x as a module, it gets loaded, but
with the driver in the kernel or as a module, I get the messages
in the messages file (during boot) or when I do a ./network start
from /etc/rc.d/init.d
---
[root@orion init.d]# ./network* restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Setting network parameters: [ OK ]
Bringing up loopback interface: arping: socket: Address family not supported
by protocol
Error, some other host already uses address 127.0.0.1.
[FAILED]
Bringing up interface eth0: arping: socket: Address family not supported by
protocol
Error, some other host already uses address 204.134.2.19.
[FAILED]
---
Thats the right address for the ethernet card, and NOTHING else is
using it... So what do I need to do?
Ill assume that some config file or script needs to be modified,
but what/where.
At the same time I see:
---
[root@orion init.d]# /sbin/ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:01:02:6E:B2:1A
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:57 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3420 (3.3 Kb) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0xb800
lo Link encap:Local Loopback
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
---
Confused.
--
Reg.Clemens
reg@dwf.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* 2.6.0 - Network doesn't come up.
@ 2003-10-02 21:38 reg
2003-10-02 21:45 ` Zwane Mwaikambo
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: reg @ 2003-10-02 21:38 UTC (permalink / raw)
To: linux-kernel
OK, Im trying to run 2.6.0-test6 on top of RH9.
I have progress in some areas but not others.
NETWORKING. is a nogo.
If I compile the driver 3c59x as a module, it gets loaded, but
with the driver in the kernel or as a module, I get the messages
in the messages file (during boot) or when I do a ./network start
from /etc/rc.d/init.d
---
[root@orion init.d]# ./network* restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Setting network parameters: [ OK ]
Bringing up loopback interface: arping: socket: Address family not supported
by protocol
Error, some other host already uses address 127.0.0.1.
[FAILED]
Bringing up interface eth0: arping: socket: Address family not supported by
protocol
Error, some other host already uses address 204.134.2.19.
[FAILED]
---
Reg.Clemens
reg@dwf.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.0 - Network doesn't come up.
2003-10-02 21:38 2.6.0 - Network doesn't come up reg
@ 2003-10-02 21:45 ` Zwane Mwaikambo
2003-10-02 22:05 ` dacin
2003-10-02 22:25 ` James Morris
2 siblings, 0 replies; 5+ messages in thread
From: Zwane Mwaikambo @ 2003-10-02 21:45 UTC (permalink / raw)
To: reg; +Cc: linux-kernel
On Thu, 2 Oct 2003 reg@dwf.com wrote:
> OK, Im trying to run 2.6.0-test6 on top of RH9.
> I have progress in some areas but not others.
>
> NETWORKING. is a nogo.
>
> If I compile the driver 3c59x as a module, it gets loaded, but
> with the driver in the kernel or as a module, I get the messages
> in the messages file (during boot) or when I do a ./network start
> from /etc/rc.d/init.d
You may want to post your .config, i'm using 3c59x in kernel and have
working networking.
> [root@orion init.d]# ./network* restart
> Shutting down interface eth0: [ OK ]
> Shutting down loopback interface: [ OK ]
> Setting network parameters: [ OK ]
> Bringing up loopback interface: arping: socket: Address family not supported
> by protocol
> Error, some other host already uses address 127.0.0.1.
> [FAILED]
> Bringing up interface eth0: arping: socket: Address family not supported by
> protocol
> Error, some other host already uses address 204.134.2.19.
> [FAILED]
>
> ---
>
> Reg.Clemens
> reg@dwf.com
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.0 - Network doesn't come up.
2003-10-02 21:38 2.6.0 - Network doesn't come up reg
2003-10-02 21:45 ` Zwane Mwaikambo
@ 2003-10-02 22:05 ` dacin
2003-10-02 22:25 ` James Morris
2 siblings, 0 replies; 5+ messages in thread
From: dacin @ 2003-10-02 22:05 UTC (permalink / raw)
To: reg; +Cc: linux-kernel
Upgrade your initscripts from rawhide ...... it will fix it.
regards
<dacodecz>
reg@dwf.com wrote:
>OK, Im trying to run 2.6.0-test6 on top of RH9.
>I have progress in some areas but not others.
>
>NETWORKING. is a nogo.
>
>If I compile the driver 3c59x as a module, it gets loaded, but
>with the driver in the kernel or as a module, I get the messages
>in the messages file (during boot) or when I do a ./network start
>from /etc/rc.d/init.d
>
>---
>
>[root@orion init.d]# ./network* restart
>Shutting down interface eth0: [ OK ]
>Shutting down loopback interface: [ OK ]
>Setting network parameters: [ OK ]
>Bringing up loopback interface: arping: socket: Address family not supported
>by protocol
>Error, some other host already uses address 127.0.0.1.
> [FAILED]
>Bringing up interface eth0: arping: socket: Address family not supported by
>protocol
>Error, some other host already uses address 204.134.2.19.
> [FAILED]
>
>---
>
> Reg.Clemens
> reg@dwf.com
>
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.0 - Network doesn't come up.
2003-10-02 21:38 2.6.0 - Network doesn't come up reg
2003-10-02 21:45 ` Zwane Mwaikambo
2003-10-02 22:05 ` dacin
@ 2003-10-02 22:25 ` James Morris
2 siblings, 0 replies; 5+ messages in thread
From: James Morris @ 2003-10-02 22:25 UTC (permalink / raw)
To: reg; +Cc: linux-kernel
On Thu, 2 Oct 2003 reg@dwf.com wrote:
> NETWORKING. is a nogo.
Do you have CONFIG_PACKET and CONFIG_INET?
- James
--
James Morris
<jmorris@redhat.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-10-02 23:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-02 21:38 2.6.0 - Network doesn't come up reg
2003-10-02 21:45 ` Zwane Mwaikambo
2003-10-02 22:05 ` dacin
2003-10-02 22:25 ` James Morris
-- strict thread matches above, loose matches on Subject: below --
2003-10-02 19:22 reg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox