Subject: Re: port-xen/34198: xenconsole: Could not read tty from store
To: None <port-xen-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Friedrich Holzapfel <ace@netlinx.de>
List: netbsd-bugs
Date: 08/22/2006 10:35:02
The following reply was made to PR port-xen/34198; it has been noted by GNATS.
From: Friedrich Holzapfel <ace@netlinx.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: port-xen/34198: xenconsole: Could not read tty from store
Date: Tue, 22 Aug 2006 12:32:49 +0200 (CEST)
On Mon, 21 Aug 2006, Manuel Bouyer wrote:
> Could you try ktrace to see what is returning the "No such file or directory"
> error ?
I guess this one is irrelevant:
xenconsoled open("/usr/share/nls/nls.alias.db", 0, 0) Err#2 ENOENT
xenconsoled open("/usr/share/nls/nls.alias", 0, 0) = 17
Anyways, fixed:
#makemap hash /usr/share/nls/nls.alias </usr/share/nls/nls.alias
This one seems to be the culprit:
xenconsoled open("/dev/ptmx", 0x2, 0xbfbfecd8) Err#2 ENOENT
So, (in /dev):
#./MAKEDEV ptm
fixed that one too.
Thanks for the assistance!