Daouda LO wrote:
> 
> Christian Zoffoli <[EMAIL PROTECTED]> writes:
> 
> > Daouda LO wrote:
> >
> [...]
> 
> 
> > I understand... but you also have to correct backup directory creation
> > if you want to copy files in it.
> 
> BTW, i kept the dir /usr/lib/pgsql/backup. Apologies.
> 
> >
> > - ...you provide only *.sample configuration files ...I think it's not a
> > bad idea have some basically configured ones
> 
> Hmm, if you want to do it :P

I'm already working on it ;P

> 
> > - init script doesn't initialize well the envinronment
> 
> Test with 3mdk.

I have the same problem...
The parameter --pglib doesn't exist any more in initdb ....

-------------------
--- postgresql.init.old Sat May 19 05:19:27 2001
+++ postgresql.init     Sat May 19 20:29:03 2001
@@ -102,7 +102,7 @@
                        mkdir -p $PGDATA
                        chown postgres.postgres $PGDATA
                fi
-               su -l postgres -c '/usr/bin/initdb --pglib=/usr/lib/pgsql
--pgdata=/var/lib/pgsql/data' </dev/null > /dev/null 2>& 1
+               su -l postgres -c '/usr/bin/initdb  -L /usr/share/pgsql
--pgdata=$PGDATA' --pglib=/usr/lib/pgsql </dev/null > /dev/null 2>& 1
                echo_success
                echo
        fi
-------------------

> 
> > - webmin search PostgreSQL files in the old directory
> > - is it possible to have a flag to enable tcp connections ?
> 
> TCP connections are enabled by default in postgresql init file: use of -o "-i"
> for postmaster.

I have just seen it (the package in Madrake 8.0 didn't have it) ...but I
prefer a flag in /etc/sysconfig/postgresql .

Christian

P.S. The JDBC driver doesn't work with Apache Turbine ...I have found
another driver that seems to be better with it
(http://tambora.zenplex.org/cgi-bin/cvsweb.cgi/~checkout~/tambora/sandbox/webapps/tambora/WEB-INF/lib/postgresql.jar)


-- 
[EMAIL PROTECTED], OpenPGP key available on www.keyserver.net
1024D/2D3C2E70   6241 A35C DD72 242E 5430  2D01 F732 1EEF 2D3C 2E7

 - Littlepenguin Team      www.littlepenguin.org
 - jPackage Team           jpackage.sourceforge.net
 - Genetix Team            genetix.sourceforge.net

Reply via email to