xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "Pasi Kärkkäinen" <pasik@iki.fi>
To: Keir Fraser <keir.fraser@eu.citrix.com>
Cc: Ian Campbell <Ian.Campbell@eu.citrix.com>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	M A Young <m.a.young@durham.ac.uk>
Subject: Re: Xen 4.0.0-rc8 problem: xenconsole: Could not read tty from store: No such file or directory
Date: Sat, 27 Mar 2010 14:14:38 +0200	[thread overview]
Message-ID: <20100327121438.GA1878@reaktio.net> (raw)
In-Reply-To: <C7D3A5DF.EA7C%keir.fraser@eu.citrix.com>

On Sat, Mar 27, 2010 at 12:09:03PM +0000, Keir Fraser wrote:
> On 27/03/2010 12:05, "Ian Campbell" <Ian.Campbell@eu.citrix.com> wrote:
> 
> >> Ok, I copied the kernel+initramfs to dom0, changed the configuration file,
> >> and now "xm create -c" works!
> >> 
> >> So it looks like a pygrub problem..
> > 
> > pygrub output should be in the xend logs, it includes the command line
> > so you can copy that and run by hand in domain 0. Also you can run the
> > individual pygrub modules (e.g. GrubConf.py) on a config file extracted
> > from a guest to see if it works as expected (see the end of the file for
> > the syntax).
> > 
> > Do you know if FC12 uses grub1 or grub2?
> > 

F12 uses grub1.

> > IIRC the recent patches were all to grub2 specific code paths.
> 
> Pygrub must be running pretty well as the domU does end up booted correctly
> and with a console (eventually). This is more likely a console-plumbing
> issue, and probably on the xend side I would think.
> 

Yeah, pygrub works in the sense that it's able to fetch the kernel+initrd+cmdlineargs 
from domU and domU boots up ok with them.

I guess that's why I haven't noticed this issue earlier..

Only now I tried to do "xm create -c" to get to pygrub menu to select the kernel 
and noticed this problem..

-- Pasi

  reply	other threads:[~2010-03-27 12:14 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-26 20:35 Xen 4.0.0-rc8 problem: xenconsole: Could not read tty from store: No such file or directory Pasi Kärkkäinen
2010-03-27  7:56 ` Keir Fraser
2010-03-27 10:02   ` Pasi Kärkkäinen
2010-03-27 10:36     ` Keir Fraser
2010-03-27 10:53       ` Pasi Kärkkäinen
2010-03-27 11:18         ` Keir Fraser
2010-03-27 11:24           ` Pasi Kärkkäinen
2010-03-27 11:29             ` Keir Fraser
2010-03-27 11:47               ` Pasi Kärkkäinen
2010-03-27 12:05                 ` Ian Campbell
2010-03-27 12:09                   ` Keir Fraser
2010-03-27 12:14                     ` Pasi Kärkkäinen [this message]
2010-03-27 12:18                       ` Keir Fraser
2010-03-27 12:32                         ` Pasi Kärkkäinen
2010-03-27 13:08                         ` Pasi Kärkkäinen
2010-03-27 13:14                           ` Keir Fraser
2010-03-27 13:20                             ` Pasi Kärkkäinen
2010-03-27 16:08                               ` [FIXED] " Keir Fraser
2010-03-27 17:07                                 ` Pasi Kärkkäinen
2010-03-27 12:06                 ` Keir Fraser
2010-03-27 12:25                   ` Pasi Kärkkäinen
2010-03-27 19:31             ` pvgrub boot problems M A Young
2010-03-27 20:36               ` M A Young
2010-03-27 22:23               ` Jeremy Fitzhardinge
2010-03-27 22:48                 ` M A Young
2010-03-27 23:08                   ` Jeremy Fitzhardinge
2010-03-27 23:34                     ` M A Young
2010-03-28  9:12                       ` Samuel Thibault
2010-04-05 23:57                     ` Samuel Thibault
2010-04-06  0:28                       ` Jeremy Fitzhardinge
2010-04-06  0:30                         ` Samuel Thibault
2010-04-06 20:28                         ` Samuel Thibault
2010-04-06 20:44                           ` Samuel Thibault
2010-03-28 22:41                 ` Samuel Thibault
2010-04-04 17:21                 ` Samuel Thibault
2010-04-05 18:05                   ` M A Young
2010-04-05 23:40                     ` Samuel Thibault
2010-04-06  9:55                       ` M A Young
2010-04-06 21:25                         ` Samuel Thibault
2010-04-06 22:19                           ` Jeremy Fitzhardinge
2010-04-06 23:19                             ` Samuel Thibault
2010-04-06 23:35                               ` Jeremy Fitzhardinge
2010-04-06 23:43                                 ` Samuel Thibault
2010-04-06 23:48                                   ` Jeremy Fitzhardinge
2010-04-06 23:47                               ` Samuel Thibault
2010-03-27 11:25         ` Xen 4.0.0-rc8 problem: xenconsole: Could not read tty from store: No such file or directory Keir Fraser
2010-03-27 11:40           ` Pasi Kärkkäinen
2010-03-27 11:48             ` Keir Fraser
2010-03-27 11:50               ` Keir Fraser
2010-03-27 11:06   ` Pasi Kärkkäinen

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=20100327121438.GA1878@reaktio.net \
    --to=pasik@iki.fi \
    --cc=Ian.Campbell@eu.citrix.com \
    --cc=keir.fraser@eu.citrix.com \
    --cc=m.a.young@durham.ac.uk \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).