Masaki Kanno
2006-Sep-04 08:12 UTC
[Xen-devel] [PATCH] Improve error message of xm console command
Hi, When I tested xm console command, I saw the following error message. # xm console Domain-0 xenconsole: Could not read tty from store: No such file or directory This error message made me think that an internal error occurred in xenconsole. After examining the source code, I found that it should be a message telling that Domain-0 was a wrong argument for xm console. This patch improves error message of xm console command. # xm console Domain-0 Can''t specify Domain-0 Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Sep-05 16:00 UTC
Re: [Xen-devel] [PATCH] Improve error message of xm console command
On Mon, Sep 04, 2006 at 05:12:05PM +0900, Masaki Kanno wrote: Content-Description: Mail message body> Hi, > > When I tested xm console command, I saw the following error > message. > > # xm console Domain-0 > xenconsole: Could not read tty from store: No such file or directory > > This error message made me think that an internal error > occurred in xenconsole. After examining the source code, > I found that it should be a message telling that Domain-0 > was a wrong argument for xm console. > > This patch improves error message of xm console command. > > # xm console Domain-0 > Can''t specify Domain-0 > > Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>Applied, thank you. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel