From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Ian Campbell <Ian.Campbell@eu.citrix.com>,
Xen-devel <xen-devel@lists.xensource.com>,
Keir Fraser <keir.fraser@eu.citrix.com>
Subject: vfb console inhibiting Xen console?
Date: Thu, 02 Jul 2009 15:22:18 -0700 [thread overview]
Message-ID: <4A4D331A.5080105@goop.org> (raw)
If I create a domain with a vfb:
vfb=['type=vnc']
vnc=1
vncpasswd=''
vnclisten='0.0.0.0'
then I can no longer access the Xen console:
# xm create -c xenpv64
Using config file "/etc/xen/xenpv64".
Started domain xenpv64 (id=3)
xenconsole: Could not read tty from store: No such file or directory
If I comment out the vfb line, then I can start the domain with a
console as expected.
Diffing xenstore is mostly boring except for:
- console = ""
- ring-ref = "401255"
- port = "2"
- limit = "1048576"
- type = "xenconsoled"
- tty = "/dev/pts/1"
+ console = ""
+ vnc-port = "5900"
+ ring-ref = "277012"
+ port = "2"
+ limit = "1048576"
+ type = "ioemu"
Can I have both at once?
J
next reply other threads:[~2009-07-02 22:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-02 22:22 Jeremy Fitzhardinge [this message]
2009-07-03 7:36 ` vfb console inhibiting Xen console? Gerd Hoffmann
2009-07-03 8:46 ` Ian Campbell
2009-07-03 11:38 ` Stefano Stabellini
2009-07-03 17:14 ` Jeremy Fitzhardinge
2009-07-06 9:58 ` Stefano Stabellini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A4D331A.5080105@goop.org \
--to=jeremy@goop.org \
--cc=Ian.Campbell@eu.citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=keir.fraser@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.