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

Re: [Xen-users] Xend hangs on starting time!

To: pengfei zhang <zpfalpc23@xxxxxxxxxxx>
Subject: Re: [Xen-users] Xend hangs on starting time!
From: Todd Deshane <todd.deshane@xxxxxxx>
Date: Sat, 30 Apr 2011 21:01:51 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 30 Apr 2011 18:28:23 -0700
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:cc:content-type :content-transfer-encoding; bh=38Qhu+/YvD8Wnrw7ZppXRWC9vYZjxs/VOku8XMf6Kiw=; b=fuD0Ge0t83Oy0PYSERslOiHHTGGBS+/XEuXTN1szFyBEKBqJ1+p3Bhg4zGiPYaM80e GR7aomPFoTAZGAVZ5xfTS5dfUBt2ev1ydQ5liW5S/qHUspx0HTpJRnXBZeUnnzBNyxve h+vl8ySbwaGk4LlCmI2IycE3I9xVN+Pw+SCLg=
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:cc:content-type :content-transfer-encoding; b=M84REI4AwsJmrQO/9FaIQ/vpge9/EqBMe03xaMs6FOxUlwDLkTUzAFGPxdeEgpdJBL EC2YBpF5aA2yqSxEgEdt/J4A4eLkJrvppFPkzsvF+6d30yqJ9o5kVjb66+UvaO1uUs4B 8wztmIgaE7MQaccRa1byPCqu5okqK3UnAW2iI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1303785786962-4340029.post@xxxxxxxxxxxxx>
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: <1303785786962-4340029.post@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Mon, Apr 25, 2011 at 10:43 PM, pengfei zhang <zpfalpc23@xxxxxxxxxxx> wrote:
> I come across some problem when using xen-4.1.1-rc1-pre from xen-4.1-testing
> tree and 2.6.32.36xen linux kernel from
> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git.
> when I use 'xend restart' , it hangs when kernel dmesg printing 'Bridge
> firewalling registered' and the console show below messages:
>
> localhost# xend restart
> Nothing to flush.
> Cannot get current device settings: Operation not supported
>  not setting speed
>  not setting autoneg
>
> I check the /var/log/xen/xend.log:
>
> 1655 [2011-04-26 10:17:16 4260] INFO (SrvDaemon:332) Xend Daemon started
> 1656 [2011-04-26 10:17:16 4260] INFO (SrvDaemon:336) Xend changeset: Thu Apr
> 07 15:26:58 2011 +0100 23025:dbf2ddf652dc.
> 1657 [2011-04-26 10:17:16 4260] DEBUG (tcp:96) Listening on :8002
> 1658 [2011-04-26 10:17:17 4260] DEBUG (XendNode:332) pscsi record count: 6
> 1659 [2011-04-26 10:17:17 4260] DEBUG (XendCPUPool:747)
> recreate_active_pools
>
> check the /var/log/messages:
> 9690 Apr 26 10:16:46 houyi-vm12 smbd[3981]:   Unable to connect to CUPS
> server localhost:631 - Connection refused
> 9691 Apr 26 10:17:11 houyi-vm12 kernel: Bridge firewalling registered
> 9692 Apr 26 10:17:11 houyi-vm12 kernel: bnx2: peth0: using MSIX
> 9693 Apr 26 10:17:11 houyi-vm12 syslogd: sendto: Network is unreachable
> 9694 Apr 26 10:17:11 houyi-vm12 kernel: ADDRCONF(NETDEV_UP): peth0: link is
> not ready
> 9695 Apr 26 10:17:14 houyi-vm12 kernel: bnx2: peth0 NIC Copper Link is Up,
> 1000 Mbps full duplex
> 9696 Apr 26 10:17:14 houyi-vm12 kernel: ADDRCONF(NETDEV_CHANGE): peth0: link
> becomes ready
> 9697 Apr 26 10:17:15 houyi-vm12 kernel: device peth0 entered promiscuous
> mode
> 9698 Apr 26 10:17:15 houyi-vm12 kernel: eth0: port 1(peth0) entering
> forwarding state
> 9699 Apr 26 10:17:20 houyi-vm12 sshd[4353]: Accepted password for root from
> 10.1.171.135 port
>
> after I kill the hanging xend start process using keyboard, the console show
> the messages:
> localhost# xend restart
> Nothing to flush.
> Cannot get current device settings: Operation not supported
>  not setting speed
>  not setting autoneg
> ^CTraceback (most recent call last):
>  File "/usr/sbin/xend", line 110, in ?
>    sys.exit(main())
>  File "/usr/sbin/xend", line 102, in main
>    return daemon.stop() or daemon.start()
>  File "usr/lib64/python2.4/site-packages/xen/xend/server/SrvDaemon.py",
> line 181, in start
>    s = r.read()
> KeyboardInterrupt
>
> Can some help with the xend hang problem. Thanks a lot!
>

Xen 4.1 has xl, you should use that. For details see:

http://wiki.xensource.com/xenwiki/Xen4.1
http://wiki.xensource.com/xenwiki/MigrationGuideToXen4.1%2B
http://wiki.xensource.com/xenwiki/HostConfiguration/Networking

Thanks,
Todd

>
> --
> View this message in context: 
> http://xen.1045712.n5.nabble.com/Xend-hangs-on-starting-time-tp4340029p4340029.html
> Sent from the Xen - User mailing list archive at Nabble.com.
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>



-- 
Todd Deshane
http://www.linkedin.com/in/deshantm
http://www.xen.org/products/cloudxen.html

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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