Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml,v diff -u -r1.15.2.10 -r1.15.2.11 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 4 Feb 2004 17:00:26 -0000 1.15.2.10 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 5 Feb 2004 21:56:52 -0000 1.15.2.11 @@ -98,6 +98,10 @@ since it will not run as root. Since nobody will log in directly as that user, we'll leave the password blank. + + Debian users should probably use adduser instead of + useradd. Type man adduser + [root src]# groupadd web [root src]# useradd -g web -d /usr/local/pgsql postgres @@ -146,6 +150,10 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:/root/bin:/usr/local/pgsql/bin:/usr/local/pgsql/bin [postgres pgsql]$ exit + + Don't continue unless you see correct output from + env | grep PATH +