Re: BAD SU operator at Postgresql startup (during boot)

From: "Buddy Shearer" <bshearer(at)fortegra(dot)com>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <bshearer(at)lynchburg(dot)net>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: BAD SU operator at Postgresql startup (during boot)
Date: 2005-05-17 16:45:16
Message-ID: 200505171645.j4HGjNDd021128@mailrtr04.ntelos.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Tom - thanks for responding!

I have been trying to get this posted for two days now so I'm glad my
message finally showed up.

After umpteen million attempts at getting this installed I think I found
the missing clue.

It is not cron (that's what I thought initially).

To start Postgresql automatically during boot up I had to do the following:

1. After the install was complete I issued the following command:
su -l pgsql -c "/usr/local/bin/initdb"

2. edited postgresql.conf:
vi /usr/local/pgsql/data/postgresql.conf

where I uncommented tcpip_socket and changed it to true
and I uncommented the line port = 5432

3. I then issued this command:
/usr/local/etc.rc.d/010.pgsql.sh start

4. Issued this command to ensure it was up and running:
netstat -an | grep 5432

5. It was up and now all is well with the universe. AND no more "BAD SU"

For me the issue was getting this installed so after a boot it was up and
running. I never found steps 2 or 3 in the documentation. I actually found
it accidentally during the install. My paused right at the page where these
two steps were being described. Shame on the Postgresql folks for putting
something as important as his in a screen that would roll off quickly and it
should be in their FAQs somewhere. That was a friendly rant & suggestion.
;)

-----Original Message-----
From: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org] On Behalf Of Tom Lane
Sent: Tuesday, May 17, 2005 11:47 AM
To: bshearer(at)lynchburg(dot)net
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] BAD SU operator at Postgresql startup (during boot)

"Hal Shearer" <bshearer(at)lynchburg(dot)net> writes:
> I am new to Postgresql and I am having a problem with starting it in
FreeBSD at boot time.

It sounds to me like you started it just fine. The mail message suggests
that the error is coming from some cron script that's fired every few
minutes. Look in your cron jobs ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2005-05-17 16:46:44 Re: concepts?
Previous Message David Orme 2005-05-17 16:43:55 Re: Median/Quantile Aggregate