PostgreSQL Help??? Possible simple error?

i get the following error when I try to run postgresql:

Setting up PostgreSQL: bash: /var/log/postgresql: Permission denied

we have tried chmoding/chowning this every way possible, we tried to even have it create it on its own but it doesnt work does anyone know what is wrong?
In the file the thing that calls the log is:
su postgres -c "nohup /home/usr/bin/postmaster >> /var/log/postgresql 2>&1 &"

 

 

 

 

Top