jesse
2011-Mar-09 08:33 UTC
[Xen-users] running "service --status-all" (xend status check) shuts down eth1
Running "service --status-all" (checking the status of all services) eventually gets to checking on xend, when it does, it shuts down eth1. I was not expecting this behavior, I thought status would just tell me if its running, not do anything else. Details below if anyone is interested. You can see me press control c in surprise as I begin to comprehend that my remote ssh is about to be dropped with eth1.>>>Checking status of xend (pid 18427) eth1 device: Intel Corporation 80003ES2LAN Gigabit Ethernet Controller (Copper) (rev 01) No configuration found for eth1 Nevertheless the interface will be shut down. ^CTraceback (most recent call last): File "/usr/sbin/xend", line 44, in <module> from xen.xend.server import SrvDaemon File "/usr/lib64/python2.6/site-packages/xen/xend/server/SrvDaemon.py", line 26, in <module> import relocate File "/usr/lib64/python2.6/site-packages/xen/xend/server/relocate.py", line 28, in <module> from xen.xend import XendDomain File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomain.py", line 35, in <module> from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo File "/usr/lib64/python2.6/site-packages/xen/xend/XendCheckpoint.py", line 23, in <module> from xen.xend.XendConfig import XendConfig File "/usr/lib64/python2.6/site-packages/xen/xend/XendConfig.py", line 28, in <module> from xen.xend.XendDPCI import XendDPCI File "/usr/lib64/python2.6/site-packages/xen/xend/XendDPCI.py", line 24, in <module> import XendDomain, XendNode File "/usr/lib64/python2.6/site-packages/xen/xend/XendNode.py", line 35, in <module> from XendPIF import * File "/usr/lib64/python2.6/site-packages/xen/xend/XendPIF.py", line 36, in <module> Vifctl.network(''start'') File "/usr/lib64/python2.6/site-packages/xen/xend/Vifctl.py", line 36, in network os.spawnv(os.P_WAIT, script[0], script) File "/usr/lib64/python2.6/os.py", line 567, in spawnv return _spawnvef(mode, file, args, None, execv) File "/usr/lib64/python2.6/os.py", line 550, in _spawnvef wpid, sts = waitpid(pid, 0) KeyboardInterrupt _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fajar A. Nugraha
2011-Mar-09 12:13 UTC
Re: [Xen-users] running "service --status-all" (xend status check) shuts down eth1
On Wed, Mar 9, 2011 at 3:33 PM, jesse <jesse@jesse.org> wrote:> Running "service --status-all" (checking the status of all services) > eventually gets to checking on xend, when it does, it shuts down eth1. > > I was not expecting this behavior, I thought status would just tell me > if its running, not do anything else. > > Details below if anyone is interested. You can see me press control c > in surprise as I begin to comprehend that my remote ssh is about to be > dropped with eth1.What distro did you use? Do you use bundled Xen? Most likely it''s init scripts bug, or possibly xen''s network-bridge script bug. I create my own bridge using OS config files (/etc/sysconfig/network-scripts/ifcfg-br* on RHEL). Running the command shows something like this xend is running Checking for xendomains: 2008ent-t oi rhel5-build rhel6-tes[ OK ][running] You might want to try downloading rpm package from Centos5.5 and just use its init script (/etc/init.d/xend*) -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
jesse
2011-Mar-09 17:57 UTC
Re: [Xen-users] running "service --status-all" (xend status check) shuts down eth1
The server is running SUSE 11.1, yes am guilty of running a bundled distribution of xen. I will examine /etc/init.d/xend and the bridge script(s). This problem is very probably related to the bridge being circumvented: on this server the bridge was taken down temporarily. If the bridge is up and configured properly getting xend''s status causes no noticeable problems. Thank you for your help and insight. jesse On Wed, Mar 9, 2011 at 8:13 PM, Fajar A. Nugraha <list@fajar.net> wrote:> On Wed, Mar 9, 2011 at 3:33 PM, jesse <jesse@jesse.org> wrote: >> Running "service --status-all" (checking the status of all services) >> eventually gets to checking on xend, when it does, it shuts down eth1. >> >> I was not expecting this behavior, I thought status would just tell me >> if its running, not do anything else. >> >> Details below if anyone is interested. You can see me press control c >> in surprise as I begin to comprehend that my remote ssh is about to be >> dropped with eth1. > > What distro did you use? Do you use bundled Xen? Most likely it''s init > scripts bug, or possibly xen''s network-bridge script bug. > > I create my own bridge using OS config files > (/etc/sysconfig/network-scripts/ifcfg-br* on RHEL). Running the > command shows something like this > > xend is running > Checking for xendomains: 2008ent-t oi rhel5-build rhel6-tes[ OK ][running] > > You might want to try downloading rpm package from Centos5.5 and just > use its init script (/etc/init.d/xend*) > > -- > Fajar >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users