[GENERAL] Service not starting on Ubuntu 15.04

2015-10-26 Thread Lasse Westh-Nielsen
Hey, I posted to stackoverflow about my problem upgrading from Ubuntu 14.04 to Ubuntu 15.04: http://stackoverflow.com/questions/33306475/ubuntu-15-04-postgresql-doesnt-start Tl;dr: postgresql service does not start properly when installed as a package using cloud-init. And I can't figure out if

Re: [GENERAL] Service not starting on Ubuntu 15.04

2015-10-26 Thread Lasse Westh-Nielsen
seconds). Thanks anyway, Lasse On Mon, Oct 26, 2015 at 12:09 PM, Bill Moran wrote: > On Mon, 26 Oct 2015 11:21:23 + > Lasse Westh-Nielsen wrote: > > > > I posted to stackoverflow about my problem upgrading from Ubuntu 14.04 to > > Ubuntu 15.04: > > > h

Re: [GENERAL] Service not starting on Ubuntu 15.04

2015-10-26 Thread Lasse Westh-Nielsen
ectory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"? On Mon, Oct 26, 2015 at 1:42 PM, Adrian Klaver wrote: > On 10/26/2015 04:21 AM, Lasse Westh-Nielsen wrote: > >> Hey, >> >> I posted to stack

Re: [GENERAL] Service not starting on Ubuntu 15.04

2015-10-26 Thread Lasse Westh-Nielsen
Adrian, The service starts once the package is installed. - It did that on Ubuntu14.04 - On Ubuntu 15.04, `sudo service postgresql status` _claims_ it has been started. On Mon, Oct 26, 2015 at 2:57 PM, Adrian Klaver wrote: > On 10/26/2015 07:08 AM, Lasse Westh-Nielsen wrote: > >

Re: [GENERAL] Service not starting on Ubuntu 15.04

2015-10-26 Thread Lasse Westh-Nielsen
Stuart, You are a life-saver! With those two commands inserted into the cloud-init script, the service actually starts and can complete my CREATE command. Thanks! - Lasse On Mon, Oct 26, 2015 at 2:31 PM, Stuart Bishop wrote: > On 26 October 2015 at 18:21, Lasse Westh-Nielsen >

Re: [GENERAL] Service not starting on Ubuntu 15.04

2015-10-26 Thread Lasse Westh-Nielsen
> On 10/26/2015 08:04 AM, Lasse Westh-Nielsen wrote: >> >>> Adrian, >>> >>> The service starts once the package is installed. >>> >>> - It did that on Ubuntu14.04 >>> - On Ubuntu 15.04, `sudo service postgresql status` _claims_