Hi, I tell you my problem: I''ve installed a Ubuntu''s HVM guest in CentOS , then I convert my HVM to PVM based in this tutto : http://www.asplund.nu/xencluster/xen-convert-hvm-to-pvm.html After this modification everythings it runs fine but I have a problem with xconsole, I don''t see anything when I run the command "xm console ID" , I only see the boot proccess and the last line that I can see it''s : * Running local boot scripts (/etc/rc.local) [ OK ] I attached you my config file PS: Sorry for my English -- Fernando Castillo Ortiz Área de Operaciones Emergya Consultoría Tel. +34 951 210 400 +34 663 366 796 Fax. +34 954 51 64 73 http://www.emergya.es _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
You need to make sure hvc0 is set up as a login console in one of /etc/init or /etc/event.d or /etc/inittab On 24 March 2010 08:03, Fernando Castillo Ortiz <fcastillo@emergya.es>wrote:> Hi, > I tell you my problem: I''ve installed a Ubuntu''s HVM guest in CentOS , then > I convert my HVM to PVM based in this tutto : > http://www.asplund.nu/xencluster/xen-convert-hvm-to-pvm.html > After this modification everythings it runs fine but I have a problem with > xconsole, I don''t see anything when I run the command "xm console ID" , I > only see the boot proccess and the last line that I can see it''s : > * Running local boot scripts (/etc/rc.local) [ > OK ] > I attached you my config file > > PS: Sorry for my English > -- > Fernando Castillo Ortiz > Área de Operaciones > Emergya Consultoría > Tel. +34 951 210 400 > +34 663 366 796 > Fax. +34 954 51 64 73 > http://www.emergya.es > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, Mar 24, 2010 at 3:13 PM, David Markey <admin@dmarkey.com> wrote:> You need to make sure hvc0 is set up as a login console in one of /etc/init > or /etc/event.d or /etc/inittabFor Ubuntu karmic you can create /etc/init/hvc0.conf using tty1.conf as template, changing all "tty1" to "hvc0" -- Fajar> > > > On 24 March 2010 08:03, Fernando Castillo Ortiz <fcastillo@emergya.es> > wrote: >> >> Hi, >> I tell you my problem: I''ve installed a Ubuntu''s HVM guest in CentOS , >> then I convert my HVM to PVM based in this tutto : >> http://www.asplund.nu/xencluster/xen-convert-hvm-to-pvm.html >> After this modification everythings it runs fine but I have a problem with >> xconsole, I don''t see anything when I run the command "xm console ID" , I >> only see the boot proccess and the last line that I can see it''s : >> * Running local boot scripts (/etc/rc.local) [ >> OK ] >> I attached you my config file >> >> PS: Sorry for my English >> -- >> Fernando Castillo Ortiz_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, Mar 24, 2010 at 04:15:51PM +0700, Fajar A. Nugraha wrote:> On Wed, Mar 24, 2010 at 3:13 PM, David Markey <admin@dmarkey.com> wrote: > > You need to make sure hvc0 is set up as a login console in one of /etc/init > > or /etc/event.d or /etc/inittab > > For Ubuntu karmic you can create /etc/init/hvc0.conf using tty1.conf > as template, changing all "tty1" to "hvc0" >This stuff is also here: http://wiki.xensource.com/xenwiki/XenCommonProblems -- Pasi> -- > Fajar > > > > > > > > > On 24 March 2010 08:03, Fernando Castillo Ortiz <fcastillo@emergya.es> > > wrote: > >> > >> Hi, > >> I tell you my problem: I''ve installed a Ubuntu''s HVM guest in CentOS , > >> then I convert my HVM to PVM based in this tutto : > >> http://www.asplund.nu/xencluster/xen-convert-hvm-to-pvm.html > >> After this modification everythings it runs fine but I have a problem with > >> xconsole, I don''t see anything when I run the command "xm console ID" , I > >> only see the boot proccess and the last line that I can see it''s : > >> * Running local boot scripts (/etc/rc.local) [ > >> OK ] > >> I attached you my config file > >> > >> PS: Sorry for my English > >> -- > >> Fernando Castillo Ortiz > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Specifying in PV DomU profile :- . . . . . bootloader="/usr/bin/pygrub" . . . . . . vfb=[''vnc=1,vncunused=1] . . . . . allow to connect to DomU via vncviewer localhost:0 and avoid serial console hvc0 description in DomU for 8.10,9.04.9.10 PV DomUs been loaded via pygrub. Boris --- On Wed, 3/24/10, Pasi Kärkkäinen <pasik@iki.fi> wrote: From: Pasi Kärkkäinen <pasik@iki.fi> Subject: Re: [Xen-users] PVM Ubuntu and xconsole error To: "Fajar A. Nugraha" <fajar@fajar.net> Cc: "Xen User-List" <xen-users@lists.xensource.com> Date: Wednesday, March 24, 2010, 6:59 AM On Wed, Mar 24, 2010 at 04:15:51PM +0700, Fajar A. Nugraha wrote:> On Wed, Mar 24, 2010 at 3:13 PM, David Markey <admin@dmarkey.com> wrote: > > You need to make sure hvc0 is set up as a login console in one of /etc/init > > or /etc/event.d or /etc/inittab > > For Ubuntu karmic you can create /etc/init/hvc0.conf using tty1.conf > as template, changing all "tty1" to "hvc0" >This stuff is also here: http://wiki.xensource.com/xenwiki/XenCommonProblems -- Pasi> -- > Fajar > > > > > > > > > On 24 March 2010 08:03, Fernando Castillo Ortiz <fcastillo@emergya.es> > > wrote: > >> > >> Hi, > >> I tell you my problem: I''ve installed a Ubuntu''s HVM guest in CentOS , > >> then I convert my HVM to PVM based in this tutto : > >> http://www.asplund.nu/xencluster/xen-convert-hvm-to-pvm.html > >> After this modification everythings it runs fine but I have a problem with > >> xconsole, I don''t see anything when I run the command "xm console ID" , I > >> only see the boot proccess and the last line that I can see it''s : > >> * Running local boot scripts (/etc/rc.local) [ > >> OK ] > >> I attached you my config file > >> > >> PS: Sorry for my English > >> -- > >> Fernando Castillo Ortiz > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users