| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-API] Postgresql Installation Issue on Ubuntu under XCP
 Hi Denis
 
 Thanks for the feedback. I will take a look into it this evening. 
 What wonders me is that the "nacked" Ubuntu server VM is not showing any error. The error shows up only after installing the Postgresql package... 
 P.S: Yes, it is paravirt! 
 Thx & cheers, Peter 
 2012/12/10 Denis Cardon <denis.cardon@xxxxxxxxxxxxxxxxxxxxxx> Hi Peter,
 
 
P.S: This is a cross-posting:http://archives.postgresql.org/pgsql-general/2012-12/msg00189.php
 I have a VM running under XEN XCP. The VM is Ubuntu server 12.04.1/64
 headless.
 
 The VM is completely fresh & clean and works fine. Then I install
 Postgresql...
 
 sudo apt-get install python-software-properties
 sudo add-apt-repository ppa:pitti/postgresql
 sudo apt-get update
 sudo apt-get install postgresql-9.2
 
 ...what works well. But when I reboot I see/get the following error:
 
 * Starting load fallback graphics devices  [fail]
 
 Postgresql seems to work fine but anyone knows what is this error all
 about? I never saw such a thing under my old Ubuntu 10.04 VM!?
 
 if you are using paravirt installation, there is no graphic card emulated in the VM, so it is normal that graphic loading should fail.
 
 Perhaps you have a lightdm of a gdm that is setup for autostart. If you disable the dm, the fail message should disapear.
 
 You can check if your vm is paravirt using vm-param-get. If it returns pygrub, then it should be paravirt :
 
 # xe vm-param-get param-name=PV-bootloader uuid=95d3fca1-7d8e-7cc6-ddeb-0c21666430d9
 pygrub
 
 
 Hope this helps,
 
 Denis
 
 
 
 
Thanks & cheers,
 Peter
 
 
 
 
 This body part will be downloaded on demand.
 
 
 
 --
 Denis Cardon
 Tranquil IT Systems
 Les Espaces Jules Verne, bâtiment A
 12 avenue Jules Verne
 44230 Saint Sébastien sur Loire
 tel : +33 (0) 2.40.97.57.55
 http://www.tranquil-it-systems.fr
 
 
_______________________________________________
Xen-api mailing list
Xen-api@xxxxxxxxxxxxx
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
 
 |