* x86_64 - Networking disabled when starting xend
@ 2005-07-14 20:50 David F Barrera
2005-07-14 20:56 ` David F Barrera
0 siblings, 1 reply; 2+ messages in thread
From: David F Barrera @ 2005-07-14 20:50 UTC (permalink / raw)
To: xen-devel
When starting xend on an x86_64 machine (IBM HS20 Blade EMT64) with SLES
9, networking is completely disabled. I don't see any trace data or
error messages coming out, simply when I type in 'xend start' on a
remote login, the communication stops. On the serial console, I don't
see any error or Oops,either. I first saw this problem today, July
14th.
** Note: the problem is NOT happening on an identical machine that has
FC4.
changeset: 5781:98b83cc57eca28c4beff7d76cf0ddf1cc6e2c9da
tag: tip
user: kaf24@firebug.cl.cam.ac.uk
date: Thu Jul 14 09:01:21 2005
summary: Missing quirks.c file.
ifconfig before xend start:
eth1 Link encap:Ethernet HWaddr 00:11:25:9D:69:87
inet addr:9.3.192.194 Bcast:9.3.192.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2671 errors:0 dropped:0 overruns:0 frame:0
TX packets:325 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:420983 (411.1 Kb) TX bytes:108907 (106.3 Kb)
Interrupt:78
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:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2165 (2.1 Kb) TX bytes:2165 (2.1 Kb)
Ifconfig after xend start:
eth1 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
UP BROADCAST RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:635 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:106924 (104.4 Kb) TX bytes:0 (0.0 b)
Interrupt:78
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:36 errors:0 dropped:0 overruns:0 frame:0
TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3189 (3.1 Kb) TX bytes:3189 (3.1 Kb)
veth0 Link encap:Ethernet HWaddr 00:11:25:9D:69:87
inet addr:9.3.192.194 Bcast:9.3.192.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:882 (882.0 b)
vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF (garbage after
this line)
The network card is a tg3, and I believe I saw some emails exchanged
regarding some issues with veth0 and tg3
--
Regards,
David F Barrera
Linux Technology Center
Systems and Technology Group, IBM
"The wisest men follow their own direction. "
Euripides
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: x86_64 - Networking disabled when starting xend
2005-07-14 20:50 x86_64 - Networking disabled when starting xend David F Barrera
@ 2005-07-14 20:56 ` David F Barrera
0 siblings, 0 replies; 2+ messages in thread
From: David F Barrera @ 2005-07-14 20:56 UTC (permalink / raw)
To: xen-devel
On Thu, 2005-07-14 at 15:50 -0500, David F Barrera wrote:
>
> When starting xend on an x86_64 machine (IBM HS20 Blade EMT64) with SLES
> 9, networking is completely disabled. I don't see any trace data or
> error messages coming out, simply when I type in 'xend start' on a
> remote login, the communication stops. On the serial console, I don't
> see any error or Oops,either. I first saw this problem today, July
> 14th.
>
> ** Note: the problem is NOT happening on an identical machine that has
> FC4.
>
> changeset: 5781:98b83cc57eca28c4beff7d76cf0ddf1cc6e2c9da
> tag: tip
> user: kaf24@firebug.cl.cam.ac.uk
> date: Thu Jul 14 09:01:21 2005
> summary: Missing quirks.c file.
Incidentally, I did not mean to point at this changeset; rather, it is
the LAST changeset in the Xen build on my test machine.
>
>
>
> ifconfig before xend start:
>
> eth1 Link encap:Ethernet HWaddr 00:11:25:9D:69:87
> inet addr:9.3.192.194 Bcast:9.3.192.255 Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:2671 errors:0 dropped:0 overruns:0 frame:0
> TX packets:325 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:420983 (411.1 Kb) TX bytes:108907 (106.3 Kb)
> Interrupt:78
>
> 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:28 errors:0 dropped:0 overruns:0 frame:0
> TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:2165 (2.1 Kb) TX bytes:2165 (2.1 Kb)
>
>
> Ifconfig after xend start:
>
> eth1 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
> UP BROADCAST RUNNING NOARP MULTICAST MTU:1500 Metric:1
> RX packets:635 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:106924 (104.4 Kb) TX bytes:0 (0.0 b)
> Interrupt:78
>
> 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:36 errors:0 dropped:0 overruns:0 frame:0
> TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:3189 (3.1 Kb) TX bytes:3189 (3.1 Kb)
>
> veth0 Link encap:Ethernet HWaddr 00:11:25:9D:69:87
> inet addr:9.3.192.194 Bcast:9.3.192.255 Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:0 (0.0 b) TX bytes:882 (882.0 b)
>
> vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF (garbage after
> this line)
>
> The network card is a tg3, and I believe I saw some emails exchanged
> regarding some issues with veth0 and tg3
>
--
Regards,
David F Barrera
Linux Technology Center
Systems and Technology Group, IBM
"The wisest men follow their own direction. "
Euripides
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-07-14 20:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-14 20:50 x86_64 - Networking disabled when starting xend David F Barrera
2005-07-14 20:56 ` David F Barrera
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.