Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 213620

Summary: DomVTi cannot work properly and Domain0 becomes hang
Product: Red Hat Enterprise Linux 5 Reporter: Watanabe Takehiko <watanabe_takehiko>
Component: xenAssignee: Xen Maintainance List <xen-maint>
Status: CLOSED DUPLICATE QA Contact:
Severity: urgent Docs Contact:
Priority: medium    
Version: 5.0CC: mmatsuya, sakaia
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-02 11:46:27 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:

Description Watanabe Takehiko 2006-11-02 11:00:03 UTC
Description of problem:
I'm using Milestone 7 on our PRIMEQUEST 580 and 520. I attmpted repeating a
process of creating VTi domain with its console and then shutdown it in
nographic mode. 
The first process succeed but the second process and later are failed with the
following message.

 xenconsole: Could not read tty from store: No such file or directory

And Domain0 sometimes became hang in this process. 

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

xen-libs-3.0.3-2.el5
kernel-xen-2.6.18-1.2732.el5
xen-3.0.3-2.el5


How reproducible:
sometimes

Steps to Reproduce:
1.xm create -c <config>
2.xm shutdown <domain>
3.xm create -c <config>
  
Actual results:
After finished the first process, the following message was displayed and the
domian cannot create its console.

 xenconsole: Could not read tty from store: No such file or directory

Domain0 sometimes becomes hang in this process. 

Expected results:
The process is repeated with no problem.

Additional info:
Here is my config file for reference.

----------------------------------------------------
#!/usr/bin/python

kernel = "/boot/Flash.fd"
builder = "hvm"
memory = 512
vcpus = 2
name = "vm1"
disk = [ 'file:/xen/xen-test/image/rhel4_vti1.img,ioemu:hda,w' ]
device_model = "/usr/lib/xen/bin/qemu-dm"
memmap = "/usr/lib/xen/boot/mem-map.sxp"
sdl = 0
vnc = 0
vncviewer = 0
nographic = 1
serial = "pty"
----------------------------------------------------

Comment 1 Stephen Tweedie 2006-11-02 11:46:27 UTC

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