When I try to start the service from the command line I get something along the lines of:
"you need to start the service from an underprivileged account"
Since I was logged on with an account with admin privileges, I logged out and logged into the the new account I created (mentioned above).
Now when I try from command line I get: "FATAL: could not create lock file "postmaster.pid:" Permission Denied"
If I try to start the service from the services list, I get: "Could not start the postgresql8.1 service on the Local Computer. Error 5: Access is Denied."
Main Topics
Browse All Topics





by: thewildPosted on 2009-05-04 at 10:01:39ID: 24296979
Can you run it from the command line ? The command should be something like :
postgres -D "<postgresql data directory>"
You should see errors here if there are any.