WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] running "service --status-all" (xend status check) shuts dow

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] running "service --status-all" (xend status check) shuts down eth1
From: jesse <jesse@xxxxxxxxx>
Date: Wed, 9 Mar 2011 16:33:15 +0800
Delivery-date: Wed, 09 Mar 2011 00:35:00 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=zw9uww0Qd7jb8VLNefLbuNi26Uoz6Hv55ANDAprpOG4=; b=utwcVmo1cCOgW4IlG4UYYE+qmUfrYpUrBPDBCHR1xgI3tRHo3B1iWiNPpWg7t3scJT q3Uqu9rb6yhQYDNOSDKK7cO8+eHJsimofU1g/anwd7RqZQIL534N6RdSJZLhQEi5vykV GAQn18M0tSLwuEvSgultCBL23yWTBlYkriTvY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=mB5cW0rSapeA8ox1J9516AWTMbS3Vza/eLqVZfJ+VblC1JENPFRq6Ua/z5f+5WCE/2 mVz65gtI48j70gixUe92txSKotQy6UMs1BNg2XfTg3TYJ7R9/j0/98f9ErZYGLs/1GFm 01w7YtLYN1CNO8tM5C/69AC1AQdmgoD0qUrzY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTinofUB6Z33u0TJdeDf_qRy6UBk7haLfu0f7yFck@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTinofUB6Z33u0TJdeDf_qRy6UBk7haLfu0f7yFck@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>