From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Installation Issue on Ubuntu under Xen |
Date: | 2012-12-09 15:54:34 |
Message-ID: | 50C4B43A.70801@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 12/09/2012 02:40 AM, P. Broennimann wrote:
> Hi there
>
> 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!?
Seems Ubuntu boot behavior changed 11.04+. Best guess is it is just
telling you what you already know, the VM does not have a video driver.
See here for more detail:
https://wiki.ubuntu.com/BootGraphicsArchitecture
>
> Thanks & cheers,
> Peter
>
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Vincent Veyron | 2012-12-09 17:37:49 | Re: When is archive_cleanup called? |
Previous Message | Thomas Kellerer | 2012-12-09 14:14:30 | Re: ERROR: unrecognized object class: 1262 with 9.2.2 but not with 9.2.1 |