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-bugs

[Xen-bugs] [Bug 35] New: dom0 e1000 network shutdown hangs until keyboar

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 35] New: dom0 e1000 network shutdown hangs until keyboard/network input
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Wed, 11 May 2005 21:04:31 +0000
Delivery-date: Wed, 11 May 2005 21:04:40 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/cgi-bin/bugzilla/show_bug.cgi?id=35

           Summary: dom0 e1000 network shutdown hangs until keyboard/network
                    input
           Product: Xen
           Version: 2.0
          Platform: Other
               URL: http://lists.xensource.com/archives/html/xen-devel/2005-
                    05/msg00312.html
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Hardware Support
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: rich@xxxxxxxxxxxxx


Original report by Peter Bier:

---
I encountered a problem with dom0 when rebooting and running an intel 
gigabit card using the pro/1000 driver. When the system tries to shut
down I get the following output of an strace command :

   .........
17:10:49.063616 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 <0.000029>
17:10:49.063689 ioctl(3, 0x8913, 0xbffffc80) = 0 <0.000018>
17:10:49.063751 ioctl(3, 0x8914, 0xbffffc80) = 0 <535.114722>
17:19:44.178567 close(3)                = 0 <0.000026>
17:19:44.178679 exit_group(0)           = ?

observe the more than 500 seconds it takes for the second ioctl to complete !!
I have found out that any input on the console keyboard or network interface 
immediately causes the system call to return.

Is there a problem with interrupt delivery ?
---

I have experienced this problem intermittently on a 4P box and once on a
uniprocessor box, where keyboard input was required for shutdown to continue. 
Problem did not happen during manual network restart (not part of a full 
shutdown).



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 35] New: dom0 e1000 network shutdown hangs until keyboard/network input, bugzilla-daemon <=