Search Postgresql Archives

Re: PostgresSQL Halting System Boot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Matias Silva <matiassilva@xxxxxxxxx> writes:

> How do I fix this?
> 
> I check the PostgreSQL logs and the only thing that stands out is
> "Do you want to choose a different one? [n]Your default context is
> user_u:system_r:unconfined_t.". However when I search Google, I find
> nothing.

Dunno the actual cause.  Someone else will.

Ok, so if you start the server again after booting you're going to get
prompted the same way.  Try starting it with logging NOT directed to a
file.

$ su - postgres
$ pg_ctl start

Should prompt you.  Now see if redirecting the null file to stdin lets
the server start without waiting.

$ pg_ctl start </dev/null

Or...

$ echo n | pg_ctl start

If any of these workarounds suffice, edit them into your
/etc/init.d/postgresql script.

HTH

-- 
-------------------------------------------------------------------------------
Jerry Sievers   305 854-3001 (home)     WWW ECommerce Consultant
                305 321-1144 (mobile	http://www.JerrySievers.com/


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux