From: | Jon Scully <jonscully(at)gmail(dot)com> |
---|---|
To: | Rich Shepard <rshepard(at)appl-ecosys(dot)com> |
Cc: | pdxpug(at)postgresql(dot)org |
Subject: | Re: Problems With New Installation |
Date: | 2009-01-25 22:46:48 |
Message-ID: | 53107f6e0901251446r75e119fm6a45d6e4d096622b@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pdxpug |
Did you upgrade from, say, 8.3.3 to 8.3.5?
Newer rc script can be found here (look for "rc.postgresql.new"):
http://slackbuilds.org/repository/12.1/system/postgresql/
At the least, change from / to:
su postgres -c 'postgres -D /var/lib/pgsql/data &'
su - postgres -c 'postgres -D /var/lib/pgsql/data &'
Also check:
$ sudo cat /etc/passwd | grep postgres
postgres:x:88:88::/var/lib/pgsql:/bin/bash
From | Date | Subject | |
---|---|---|---|
Next Message | Rich Shepard | 2009-01-26 00:12:57 | Re: Problems With New Installation -- FIXED |
Previous Message | Rich Shepard | 2009-01-25 21:21:45 | Re: Problems With New Installation |