[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
bash# cd /var/log
bash# ls -l postgresql
if it is there, you'll see something like
-rwx------ 1 postgres postgres 12032 Jan 8 17:03 postgresql
if it is NOT there
try this
// Creates an empty file
bash# touch ./postgresql
// Changes possesion of file to owner: postgres Group: postgres on the
filename: postgresql
bash# chown postgres:postgres postgresql
// Changes permission of filename: postgresql to full access for owner
// and no access to the group and the world
bash# chmod 700 postgresql
// Then try restarting postgresql again with
bash # /etc/rc.d/init.d/postgresql stop
bash # /etc/rc.d/init.d/postgresql start
>
> While studying the archives here, I found some things that were close but
> just not clear. can anyone tell me what this really means? Can I rebuild
> this?
>
> Thanks
>
> john@xxxxxxxxxxxxx
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
--
===================================
Andrew Woods
Programmer
andreww@xxxxxxxxxx
Animated Designs LLC
"From Concept to Design"
http://www.anides.com