* Bridge not coming up
@ 2004-11-11 20:28 Phil Carinhas
2004-11-11 21:36 ` Mark A. Williamson
0 siblings, 1 reply; 4+ messages in thread
From: Phil Carinhas @ 2004-11-11 20:28 UTC (permalink / raw)
To: xen-devel
For some reason, Xend wont start the bridge on boot.
All the vif's are up for 3 domains, but no bridge.
The configuration file xend-config.sxp clearly has (vif-bridge xen-br0)
If I restart xend, the bridge comes up and all works ok.
This is an SMP machine RHEL3. I usually set cpu=-1. Thanks,
-Phil Carinhas
--
.--------------------------------------------------------.
| Dr. Philip A. Carinhas | pac(at)fortuitous.com |
| Fortuitous Technologies Inc. | http://fortuitous.com |
| Linux Networking & Security | Tel : 1-512-351-7783 |
`--------------------------------------------------------'
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Bridge not coming up
2004-11-11 20:28 Bridge not coming up Phil Carinhas
@ 2004-11-11 21:36 ` Mark A. Williamson
2004-11-11 22:52 ` Phil Carinhas
2004-11-12 1:51 ` Phil Carinhas
0 siblings, 2 replies; 4+ messages in thread
From: Mark A. Williamson @ 2004-11-11 21:36 UTC (permalink / raw)
To: xen-devel, pac
Have you checked the files /var/log/{xend,xend-debug}.log? Do they contain
evidence of any interesting explosions? If so, please post it back to us.
Does anyone else with RHEL see this?
Mark
On Thursday 11 Nov 2004 20:28, Phil Carinhas wrote:
> For some reason, Xend wont start the bridge on boot.
> All the vif's are up for 3 domains, but no bridge.
> The configuration file xend-config.sxp clearly has (vif-bridge xen-br0)
> If I restart xend, the bridge comes up and all works ok.
> This is an SMP machine RHEL3. I usually set cpu=-1. Thanks,
>
> -Phil Carinhas
> --
> .--------------------------------------------------------.
>
> | Dr. Philip A. Carinhas | pac(at)fortuitous.com |
> | Fortuitous Technologies Inc. | http://fortuitous.com |
> | Linux Networking & Security | Tel : 1-512-351-7783 |
>
> `--------------------------------------------------------'
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Bridge not coming up
2004-11-11 21:36 ` Mark A. Williamson
@ 2004-11-11 22:52 ` Phil Carinhas
2004-11-12 1:51 ` Phil Carinhas
1 sibling, 0 replies; 4+ messages in thread
From: Phil Carinhas @ 2004-11-11 22:52 UTC (permalink / raw)
To: Mark A. Williamson; +Cc: xen-devel, pac
On Thu, Nov 11, 2004 at 09:36:29PM +0000, Mark A. Williamson wrote:
> Have you checked the files /var/log/{xend,xend-debug}.log? Do they contain
> evidence of any interesting explosions? If so, please post it back to us.
>
> Does anyone else with RHEL see this?
Here is the tail end of a boot sequence where this happend..
Simply doing a 'xend restart' seems to fix the problem.
----------------- xend-debug.log ----------------
VirqClient.virqReceived> 4
vif-bridge down vif=vif43.0 domain=home mac=aa:00:00:29:e1:6b bridge=xen-br0
VIRTUAL MEMORY ARRANGEMENT:
Loaded kernel: c0100000->c0337e80
Init. ramdisk: c0338000->c0338000
Phys-Mach map: c0338000->c0358000
Page tables: c0358000->c035a000
Start info: c035a000->c035b000
Boot stack: c035b000->c035c000
TOTAL: c0000000->c0400000
ENTRY ADDRESS: c0100000
vif-bridge up vif=vif44.0 domain=vserv2 mac=aa:00:00:66:d3:54 bridge=xen-br0
recv_fe_driver_status> {'status': 1}
recv_fe_driver_status>
recv_fe_interface_connect {'tx_shmem_frame': 499742, 'rx_shmem_frame': 499741, 'handle': 0}
VirqClient.virqReceived> 4
vif-bridge down vif=vif44.0 domain=vserv2 mac=aa:00:00:66:d3:54 bridge=xen-br0
----------------- xend-debug.log ----------------
-Phil Carinhas
--
.--------------------------------------------------------.
| Dr. Philip A. Carinhas | pac(at)fortuitous.com |
| Fortuitous Technologies Inc. | http://fortuitous.com |
| Linux Networking & Security | Tel : 1-512-351-7783 |
`--------------------------------------------------------'
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Bridge not coming up
2004-11-11 21:36 ` Mark A. Williamson
2004-11-11 22:52 ` Phil Carinhas
@ 2004-11-12 1:51 ` Phil Carinhas
1 sibling, 0 replies; 4+ messages in thread
From: Phil Carinhas @ 2004-11-12 1:51 UTC (permalink / raw)
To: Mark A. Williamson; +Cc: xen-devel, pac
On Thu, Nov 11, 2004 at 09:36:29PM +0000, Mark A. Williamson wrote:
> Have you checked the files /var/log/{xend,xend-debug}.log? Do they contain
> evidence of any interesting explosions? If so, please post it back to us.
> Does anyone else with RHEL see this?
RHEL put brctl in /usr/local/sbin where none of the scripts could find
it.. Made a smylink to /sbin ...
Now the br0 comes up at boot fine: but I can't make network connection
to any domain until the domain first talks through the bridge.
This is true if you ping out to the net or to a neighboring domain.
-Phil Carinhas
--
.--------------------------------------------------------.
| Dr. Philip A. Carinhas | pac(at)fortuitous.com |
| Fortuitous Technologies Inc. | http://fortuitous.com |
| Linux Networking & Security | Tel : 1-512-351-7783 |
`--------------------------------------------------------'
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-11-12 1:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-11 20:28 Bridge not coming up Phil Carinhas
2004-11-11 21:36 ` Mark A. Williamson
2004-11-11 22:52 ` Phil Carinhas
2004-11-12 1:51 ` Phil Carinhas
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.