> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Gerard > Sent: Sunday, March 25, 2007 7:36 AM > To: FreeBSD Questions > Subject: Postgres Startup Error Message > > I occasionally receive this error message when booting up: > > Mar 25 08:28:24 scorpio postgres[756]: [1-1] FATAL: the database system > is starting up > > Since it is an intermittent error message, I am unable to track down what > is causing it or how to fix it. > > Any suggestions?
I had a similar problem before with an older version of PostgreSQL. The problem was that the rc script was waiting for input from the user. It was waiting for a password. Depending on how you set up your PostgreSQL, it might ask for a password on startup. It might help to post the versions of PostgreSQL and FreeBSD you are using. > -- > > ___ > oo // \\ || Gerard > (_,\/ \_/ \ || [EMAIL PROTECTED] > \ \_/_\_/> || > /_/ \_\ || "If today is the first day of the rest of > ___________ || your life, then what was yesterday?" > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" Best Regards, Rick Apichairuk _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
