Hello, Could someone clarify me what this messages are about? They are not clear enough for me and I couldn''t find information in the web. I just would like to know what they mean. #xm create -c myVM Using config file "/etc/xen/myVM". Started domain myVM PCI: Fatal: No PCI config space access function found rtc: IRQ 8 is not free. i8042.c: No controller found. Thanks in advance. Regards, Alba _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com [mailto:xen-users- > bounces@lists.xensource.com] On Behalf Of Alba > Sent: Monday, March 30, 2009 11:02 AM > To: xen-users@lists.xensource.com > Subject: [Xen-users] What this messages mean? > > Hello, > > Could someone clarify me what this messages are about? They are not > clear enough for me and I couldn''t find information in the web. I just > would like to know what they mean. > > #xm create -c myVM > Using config file "/etc/xen/myVM". > Started domain myVM > PCI: Fatal: No PCI config space access function found > rtc: IRQ 8 is not free. > i8042.c: No controller found. > > Thanks in advance. > > Regards, > > Alba > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-usersHello, Could you post your config file? Thanks, Tait _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Yes, of course: # cat myVM name = "myVM" uuid = "5a36eb2f-724a-e3b6-ac97-dacbd2ca90e1" maxmem = 512 memory = 512 vcpus = 1 bootloader = "/usr/bin/pygrub" on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart" vfb = [ "type=vnc,vncunused=1" ] disk = [ "tap:aio:/myVM.img,xvda,w" ] vif = [ "mac=00:16:3e:55:39:90,bridge=xenbr0" ] Thanks. On Mon, Mar 30, 2009 at 12:43 PM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote:>> -----Original Message----- >> From: xen-users-bounces@lists.xensource.com [mailto:xen-users- >> bounces@lists.xensource.com] On Behalf Of Alba >> Sent: Monday, March 30, 2009 11:02 AM >> To: xen-users@lists.xensource.com >> Subject: [Xen-users] What this messages mean? >> >> Hello, >> >> Could someone clarify me what this messages are about? They are not >> clear enough for me and I couldn''t find information in the web. I just >> would like to know what they mean. >> >> #xm create -c myVM >> Using config file "/etc/xen/myVM". >> Started domain myVM >> PCI: Fatal: No PCI config space access function found >> rtc: IRQ 8 is not free. >> i8042.c: No controller found. >> >> Thanks in advance. >> >> Regards, >> >> Alba >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users > > Hello, > > Could you post your config file? > > Thanks, > Tait > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
That looks about right. What is your host running (OS version/Xen version)?> -----Original Message----- > From: Alba [mailto:florfoto@gmail.com] > Sent: Monday, March 30, 2009 12:20 PM > To: Tait Clarridge > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] What this messages mean? > > Yes, of course: > > # cat myVM > name = "myVM" > uuid = "5a36eb2f-724a-e3b6-ac97-dacbd2ca90e1" > maxmem = 512 > memory = 512 > vcpus = 1 > bootloader = "/usr/bin/pygrub" > on_poweroff = "destroy" > on_reboot = "restart" > on_crash = "restart" > vfb = [ "type=vnc,vncunused=1" ] > disk = [ "tap:aio:/myVM.img,xvda,w" ] > vif = [ "mac=00:16:3e:55:39:90,bridge=xenbr0" ] > > > Thanks. > > > > On Mon, Mar 30, 2009 at 12:43 PM, Tait Clarridge > <Tait.Clarridge@lavalife.com> wrote: > >> -----Original Message----- > >> From: xen-users-bounces@lists.xensource.com [mailto:xen-users- > >> bounces@lists.xensource.com] On Behalf Of Alba > >> Sent: Monday, March 30, 2009 11:02 AM > >> To: xen-users@lists.xensource.com > >> Subject: [Xen-users] What this messages mean? > >> > >> Hello, > >> > >> Could someone clarify me what this messages are about? They are not > >> clear enough for me and I couldn''t find information in the web. I > just > >> would like to know what they mean. > >> > >> #xm create -c myVM > >> Using config file "/etc/xen/myVM". > >> Started domain myVM > >> PCI: Fatal: No PCI config space access function found > >> rtc: IRQ 8 is not free. > >> i8042.c: No controller found. > >> > >> Thanks in advance. > >> > >> Regards, > >> > >> Alba > >> > >> _______________________________________________ > >> Xen-users mailing list > >> Xen-users@lists.xensource.com > >> http://lists.xensource.com/xen-users > > > > Hello, > > > > Could you post your config file? > > > > Thanks, > > Tait > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Here is the info: # cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.3 (Tikanga) xen-3.0.3-80.el5 kernel-xen-2.6.18-128.1.1.el5 Just FYI, the DomU starts up and is working ok, I just need information regarding this messages. Thanks again for your time. On Mon, Mar 30, 2009 at 1:25 PM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote:> That looks about right. What is your host running (OS version/Xen version)? > >> -----Original Message----- >> From: Alba [mailto:florfoto@gmail.com] >> Sent: Monday, March 30, 2009 12:20 PM >> To: Tait Clarridge >> Cc: xen-users@lists.xensource.com >> Subject: Re: [Xen-users] What this messages mean? >> >> Yes, of course: >> >> # cat myVM >> name = "myVM" >> uuid = "5a36eb2f-724a-e3b6-ac97-dacbd2ca90e1" >> maxmem = 512 >> memory = 512 >> vcpus = 1 >> bootloader = "/usr/bin/pygrub" >> on_poweroff = "destroy" >> on_reboot = "restart" >> on_crash = "restart" >> vfb = [ "type=vnc,vncunused=1" ] >> disk = [ "tap:aio:/myVM.img,xvda,w" ] >> vif = [ "mac=00:16:3e:55:39:90,bridge=xenbr0" ] >> >> >> Thanks. >> >> >> >> On Mon, Mar 30, 2009 at 12:43 PM, Tait Clarridge >> <Tait.Clarridge@lavalife.com> wrote: >> >> -----Original Message----- >> >> From: xen-users-bounces@lists.xensource.com [mailto:xen-users- >> >> bounces@lists.xensource.com] On Behalf Of Alba >> >> Sent: Monday, March 30, 2009 11:02 AM >> >> To: xen-users@lists.xensource.com >> >> Subject: [Xen-users] What this messages mean? >> >> >> >> Hello, >> >> >> >> Could someone clarify me what this messages are about? They are not >> >> clear enough for me and I couldn''t find information in the web. I >> just >> >> would like to know what they mean. >> >> >> >> #xm create -c myVM >> >> Using config file "/etc/xen/myVM". >> >> Started domain myVM >> >> PCI: Fatal: No PCI config space access function found >> >> rtc: IRQ 8 is not free. >> >> i8042.c: No controller found. >> >> >> >> Thanks in advance. >> >> >> >> Regards, >> >> >> >> Alba >> >> >> >> _______________________________________________ >> >> Xen-users mailing list >> >> Xen-users@lists.xensource.com >> >> http://lists.xensource.com/xen-users >> > >> > Hello, >> > >> > Could you post your config file? >> > >> > Thanks, >> > Tait >> > >> > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
So the domU starts up no problem? Is there any lost functionality? Can you connect with a VNC viewer to the domU?> -----Original Message----- > From: Alba [mailto:florfoto@gmail.com] > Sent: Monday, March 30, 2009 12:31 PM > To: Tait Clarridge > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] What this messages mean? > > Here is the info: > > # cat /etc/redhat-release > Red Hat Enterprise Linux Server release 5.3 (Tikanga) > > xen-3.0.3-80.el5 > kernel-xen-2.6.18-128.1.1.el5 > > Just FYI, the DomU starts up and is working ok, I just need > information regarding this messages. > > Thanks again for your time. > > > On Mon, Mar 30, 2009 at 1:25 PM, Tait Clarridge > <Tait.Clarridge@lavalife.com> wrote: > > That looks about right. What is your host running (OS version/Xen > version)? > > > >> -----Original Message----- > >> From: Alba [mailto:florfoto@gmail.com] > >> Sent: Monday, March 30, 2009 12:20 PM > >> To: Tait Clarridge > >> Cc: xen-users@lists.xensource.com > >> Subject: Re: [Xen-users] What this messages mean? > >> > >> Yes, of course: > >> > >> # cat myVM > >> name = "myVM" > >> uuid = "5a36eb2f-724a-e3b6-ac97-dacbd2ca90e1" > >> maxmem = 512 > >> memory = 512 > >> vcpus = 1 > >> bootloader = "/usr/bin/pygrub" > >> on_poweroff = "destroy" > >> on_reboot = "restart" > >> on_crash = "restart" > >> vfb = [ "type=vnc,vncunused=1" ] > >> disk = [ "tap:aio:/myVM.img,xvda,w" ] > >> vif = [ "mac=00:16:3e:55:39:90,bridge=xenbr0" ] > >> > >> > >> Thanks. > >> > >> > >> > >> On Mon, Mar 30, 2009 at 12:43 PM, Tait Clarridge > >> <Tait.Clarridge@lavalife.com> wrote: > >> >> -----Original Message----- > >> >> From: xen-users-bounces@lists.xensource.com [mailto:xen-users- > >> >> bounces@lists.xensource.com] On Behalf Of Alba > >> >> Sent: Monday, March 30, 2009 11:02 AM > >> >> To: xen-users@lists.xensource.com > >> >> Subject: [Xen-users] What this messages mean? > >> >> > >> >> Hello, > >> >> > >> >> Could someone clarify me what this messages are about? They are > not > >> >> clear enough for me and I couldn''t find information in the web. I > >> just > >> >> would like to know what they mean. > >> >> > >> >> #xm create -c myVM > >> >> Using config file "/etc/xen/myVM". > >> >> Started domain myVM > >> >> PCI: Fatal: No PCI config space access function found > >> >> rtc: IRQ 8 is not free. > >> >> i8042.c: No controller found. > >> >> > >> >> Thanks in advance. > >> >> > >> >> Regards, > >> >> > >> >> Alba > >> >> > >> >> _______________________________________________ > >> >> Xen-users mailing list > >> >> Xen-users@lists.xensource.com > >> >> http://lists.xensource.com/xen-users > >> > > >> > Hello, > >> > > >> > Could you post your config file? > >> > > >> > Thanks, > >> > Tait > >> > > >> > > > > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
yes, everything is fine. I don''t use VNC so I''m not sure about it.... Thanks for your time. On Tue, Mar 31, 2009 at 10:28 AM, Tait Clarridge <Tait.Clarridge@lavalife.com> wrote:> So the domU starts up no problem? Is there any lost functionality? Can you connect with a VNC viewer to the domU? > >> -----Original Message----- >> From: Alba [mailto:florfoto@gmail.com] >> Sent: Monday, March 30, 2009 12:31 PM >> To: Tait Clarridge >> Cc: xen-users@lists.xensource.com >> Subject: Re: [Xen-users] What this messages mean? >> >> Here is the info: >> >> # cat /etc/redhat-release >> Red Hat Enterprise Linux Server release 5.3 (Tikanga) >> >> xen-3.0.3-80.el5 >> kernel-xen-2.6.18-128.1.1.el5 >> >> Just FYI, the DomU starts up and is working ok, I just need >> information regarding this messages. >> >> Thanks again for your time. >> >> >> On Mon, Mar 30, 2009 at 1:25 PM, Tait Clarridge >> <Tait.Clarridge@lavalife.com> wrote: >> > That looks about right. What is your host running (OS version/Xen >> version)? >> > >> >> -----Original Message----- >> >> From: Alba [mailto:florfoto@gmail.com] >> >> Sent: Monday, March 30, 2009 12:20 PM >> >> To: Tait Clarridge >> >> Cc: xen-users@lists.xensource.com >> >> Subject: Re: [Xen-users] What this messages mean? >> >> >> >> Yes, of course: >> >> >> >> # cat myVM >> >> name = "myVM" >> >> uuid = "5a36eb2f-724a-e3b6-ac97-dacbd2ca90e1" >> >> maxmem = 512 >> >> memory = 512 >> >> vcpus = 1 >> >> bootloader = "/usr/bin/pygrub" >> >> on_poweroff = "destroy" >> >> on_reboot = "restart" >> >> on_crash = "restart" >> >> vfb = [ "type=vnc,vncunused=1" ] >> >> disk = [ "tap:aio:/myVM.img,xvda,w" ] >> >> vif = [ "mac=00:16:3e:55:39:90,bridge=xenbr0" ] >> >> >> >> >> >> Thanks. >> >> >> >> >> >> >> >> On Mon, Mar 30, 2009 at 12:43 PM, Tait Clarridge >> >> <Tait.Clarridge@lavalife.com> wrote: >> >> >> -----Original Message----- >> >> >> From: xen-users-bounces@lists.xensource.com [mailto:xen-users- >> >> >> bounces@lists.xensource.com] On Behalf Of Alba >> >> >> Sent: Monday, March 30, 2009 11:02 AM >> >> >> To: xen-users@lists.xensource.com >> >> >> Subject: [Xen-users] What this messages mean? >> >> >> >> >> >> Hello, >> >> >> >> >> >> Could someone clarify me what this messages are about? They are >> not >> >> >> clear enough for me and I couldn''t find information in the web. I >> >> just >> >> >> would like to know what they mean. >> >> >> >> >> >> #xm create -c myVM >> >> >> Using config file "/etc/xen/myVM". >> >> >> Started domain myVM >> >> >> PCI: Fatal: No PCI config space access function found >> >> >> rtc: IRQ 8 is not free. >> >> >> i8042.c: No controller found. >> >> >> >> >> >> Thanks in advance. >> >> >> >> >> >> Regards, >> >> >> >> >> >> Alba >> >> >> >> >> >> _______________________________________________ >> >> >> Xen-users mailing list >> >> >> Xen-users@lists.xensource.com >> >> >> http://lists.xensource.com/xen-users >> >> > >> >> > Hello, >> >> > >> >> > Could you post your config file? >> >> > >> >> > Thanks, >> >> > Tait >> >> > >> >> > >> > >> > >> > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users