From: Tim B. <tim...@wc...> - 2002-01-17 21:04:48
|
Ah Hah! My db server is not set up properly. In short the postmaster is not running with the -i option. I tried to edit the /var/init.d/postgres file to include it but the service fails to restart no matter where I try to put the thing. The whole line looks like this... su -l postgres -s su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster start > /dev/null 2>&1" < /dev/null I've tried it here... su -l postgres -s su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA -pi /usr/bin/postmaster start > /dev/null 2>&1" < /dev/null I've tried it here... su -l postgres -s su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA -p -i /usr/bin/postmaster start > /dev/null 2>&1" < /dev/null I've tried it here... su -l postgres -s su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA -i /usr/bin/postmaster start > /dev/null 2>&1" < /dev/null and the service fails to start. Any suggestions? > > (If possible,) log in to the machine your HTTP server is running on, then > at a shell prompt try the suggested command. (Also 'man psql' for more > info.) > > (Your original DSN in index.php looked okay, so put that back the way it > was.) > Sorry for the confusion. > > > > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |