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.
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.
Created attachment 298372 [details] relevant lines from /var/log/xen/xend.log
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 ***