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

Re: [cobalt-users] raq550 and postgresql



On Thu, 19 Dec 2002, lists wrote:

> Is it normal for a new raq550 to have postgresql installed but not running?
> I thought that raqs used postgresql to store data for the UI.
>
> I have run initdb and can now start postgresql using
> /etc/init.d/postgresql start
>
> But how do I make it start by itself in case of reboot?
>
run;
chkconfig --list | grep post
You shold see  (RaQ4 but should be similar)
postgresql      0:off   1:off   2:off   3:on    4:on    5:on    6:off

If it is not on run;
chkconfig --level 345 postgresql on

This will set it up to init on boot-up

Gerald
--
http://frontstreetnetworks.com | http://raqware.com
Front Street Networks LLC  | Phone: +1 203-785-0699
229 Front Street, Ste. C, New Haven, CT. 06513-3203