Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 437941

Summary: rhn_check hang when creating xen guest from webui
Product: Red Hat Satellite 5 Reporter: Miroslav Suchý <msuchy>
Component: VirtualizationAssignee: Devan Goodwin <dgoodwin>
Status: CLOSED DUPLICATE QA Contact: Brandon Perkins <bperkins>
Severity: low Docs Contact:
Priority: low    
Version: 520   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-18 15:02:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Output of rhn_check -vvv
none
relevant lines from /var/log/xen/xend.log none

Description Miroslav Suchý 2008-03-18 11:03:01 UTC
Description of problem:
rhn_check hang when creating xen guest from webui. For more details see Steps to
reproduce

Version-Release number of selected component (if applicable):
501

How reproducible:
always

Steps to Reproduce:
1. create PV KS profile
2. SystemDetails->Virtualization->Provisioning
3. Schedule creation of new Virtual system
4. run rhn_check on host
  
Actual results:
rhn_check hang forever

Expected results:
rhn_check will finish in finite time

Additional info:
$ps axf
...
 4655 pts/0    Ss     0:00  |   \_ -bash
12930 pts/0    Sl+    0:00  |       \_ /usr/bin/python /usr/sbin/rhn_check
13063 pts/0    Sl+    0:01  |           \_ /usr/lib/xen/bin/xenconsole 5
13064 pts/0    Sl+    0:00  |           \_ /usr/bin/python /usr/sbin/rhn_check
...

When I manualy do 
  kill 13063
rhn_check will finish.

Comment 1 Miroslav Suchý 2008-03-18 11:10:06 UTC
Created attachment 298370 [details]
Output of rhn_check -vvv


See  line 
<------ here I manually killed xenconsole
where I manualy killed xencosole and rhn_check continued and then finaly
finished.

Comment 2 Miroslav Suchý 2008-03-18 11:13:48 UTC
Created attachment 298372 [details]
relevant lines from /var/log/xen/xend.log

Comment 3 Devan Goodwin 2008-03-18 15:02:39 UTC
I think this is a dupe that's been fixed in Satellite 5.1. We had code go out in
5.0 that worked at the time but later broke with updates to libvirt in RHEL 5.1
causing this hung xenconsole process. The unpredictable code was removed in Sat
5.1 in favor of something much more consistently reliable.

*** This bug has been marked as a duplicate of 364491 ***