[ADMIN] ext3 with data=ordered

2006-01-27 Thread Jeff Frost
Is it reasonable to mount the PGDATA filesystem with data=writeback on ext3 as long as the PGXLOG filesystem is mounted data=ordered and fsync=on? Or is this only acceptable if you have battery backed controllers? -- Jeff Frost, Owner <[EMAIL PROTECTED]> Frost Consulting, LLC http://ww

[ADMIN] Problema con postgresql 8.1.2

2006-01-27 Thread Luzmar Caicedo Useche
Buenas tardes, Estoy iniciandome en postgresql queria consultar con uds. si les ha pasado algo similar a esto: Instalé postgresql version 8.1.2 sobre RHL 4, y al intentar generar un respaldo de cualquier bd usando: pg_dump mibd -U postgres > midb.out No genera mensaje de error, pero el arc

Re: [ADMIN] Kerberos 5 build error

2006-01-27 Thread mcelroy, tim
Title: RE: [ADMIN] Kerberos 5 build error Ok, thank you.  -Original Message- From:   Tom Lane [mailto:[EMAIL PROTECTED]] Sent:   Friday, January 27, 2006 3:39 PM To: mcelroy, tim Cc: 'pgsql-admin@postgresql.org' Subject:    Re: [ADMIN] Kerberos 5 build error "mcelroy

Re: [ADMIN] Kerberos 5 build error

2006-01-27 Thread Tom Lane
"mcelroy, tim" <[EMAIL PROTECTED]> writes: > The libcrypto.so and libk5crypto.so files are in: > /usr/kerberos/lib and /usr/kerberos/lib64 I added them into the config > script with the '-with-libs..' > no luck. You'll need to look into the config.log file to see exactly why it's failing, the

Re: [ADMIN] Kerberos 5 build error

2006-01-27 Thread mcelroy, tim
Title: RE: [ADMIN] Kerberos 5 build error The libcrypto.so and libk5crypto.so files are in: /usr/kerberos/lib and /usr/kerberos/lib64  I added them into the config script with the '-with-libs..' no luck.  -Original Message- From:   Tom Lane [mailto:[EMAIL PROTECTED]] Sent

Re: [ADMIN] Kerberos 5 build error

2006-01-27 Thread Tom Lane
"mcelroy, tim" <[EMAIL PROTECTED]> writes: >> What platform is this, and where does it actually keep its Kerberos >> libraries? It sounds like you are missing libcrypto or libk5crypto ... > This is a Linux platform, I downloaded Kerberos into /usr/include/heimdal > and do find the krb5_encrypt fu

Re: [ADMIN] Kerberos 5 build error

2006-01-27 Thread mcelroy, tim
Title: RE: [ADMIN] Kerberos 5 build error Thank you for the prompt reply. What platform is this, and where does it actually keep its Kerberos libraries?  It sounds like you are missing libcrypto or libk5crypto ... This is a Linux platform, I downloaded Kerberos into /usr/include

Re: [ADMIN] Kerberos 5 build error

2006-01-27 Thread Tom Lane
"mcelroy, tim" <[EMAIL PROTECTED]> writes: > Has anyone run into this issue? I'm trying to configure PostgreSQL 8.01 in > order to retrofit the pgAdmin3 admin module. In my configure script I use > --with-krb5 and have also added the following upon reading other > suggestions: --with-libs=/usr/kerb

[ADMIN] Kerberos 5 build error

2006-01-27 Thread mcelroy, tim
Title: Kerberos 5 build error Greetings, Has anyone run into this issue? I'm trying to configure PostgreSQL 8.01 in order to retrofit the pgAdmin3 admin module. In my configure script I use --with-krb5 and have also added the following upon reading other suggestions: --with-libs=/usr/kerberos