[BUGS] Initdb error without much more details PostgreSQL 7.4.19
Hello, I'm facing a trouble with the initdb execution of PostgreSQL 7.4.19 on a Redhat 4 : [uname -a] Linux 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux [cat /proc/version] Linux version 2.6.9-5.ELsmp ([EMAIL PROTECTED]) (gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)) #1 SMP Wed Jan 5 19:30:39 EST 2005 [cat /etc/redhat-release] Red Hat Enterprise Linux ES release 4 (Nahant) Then i install PostgreSQL binary in the order : rpm -ivh postgresql-libs-7.4.19-1PGDG.rhel4.i686.rpm rpm -ivh postgresql-7.4.19-1PGDG.rhel4.i686.rpm rpm -ivh postgresql-server-7.4.19-1PGDG.rhel4.i686.rpm Then I execute initdb with the user postgres : -bash-3.00$ initdb -d Running in debug mode. initdb: internal variables: PGDATA=/var/lib/pgsql/data datadir=/usr/share/pgsql PGPATH=/usr/bin ENCODING= ENCODINGID=0 POSTGRES_SUPERUSERNAME=postgres POSTGRES_BKI=/usr/share/pgsql/postgres.bki POSTGRES_DESCR=/usr/share/pgsql/postgres.description POSTGRESQL_CONF_SAMPLE=/usr/share/pgsql/postgresql.conf.sample PG_HBA_SAMPLE=/usr/share/pgsql/pg_hba.conf.sample PG_IDENT_SAMPLE=/usr/share/pgsql/pg_ident.conf.sample The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale fr_FR.UTF-8. fixing permissions on existing directory /var/lib/pgsql/data... ok creating directory /var/lib/pgsql/data/base... ok creating directory /var/lib/pgsql/data/global... ok creating directory /var/lib/pgsql/data/pg_xlog... ok creating directory /var/lib/pgsql/data/pg_clog... ok selecting default max_connections... 100 selecting default shared_buffers... 1000 creating configuration files... ok creating template1 database in /var/lib/pgsql/data/base/1... ok initializing pg_shadow... ok enabling unlimited row size for system tables... ok initializing pg_depend... ok creating system views... ok loading pg_description... ok creating conversions... ok setting privileges on built-in objects... ok creating information schema... initdb: failed And I need to install the cluster on another path, the result is even worst : -bash-3.00$ initdb -d -D Running in debug mode. initdb: internal variables: PGDATA= datadir=/usr/share/pgsql PGPATH=/usr/bin ENCODING= ENCODINGID=0 POSTGRES_SUPERUSERNAME=postgres POSTGRES_BKI=/usr/share/pgsql/postgres.bki POSTGRES_DESCR=/usr/share/pgsql/postgres.description POSTGRESQL_CONF_SAMPLE=/usr/share/pgsql/postgresql.conf.sample PG_HBA_SAMPLE=/usr/share/pgsql/pg_hba.conf.sample PG_IDENT_SAMPLE=/usr/share/pgsql/pg_ident.conf.sample The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale fr_FR.UTF-8. fixing permissions on existing directory ... ok creating directory /base... ok creating directory /global... ok creating directory /pg_xlog... ok creating directory /pg_clog... ok selecting default max_connections... 10 selecting default shared_buffers... 50 creating configuration files... ok creating template1 database in /base/1... initdb: failed I am really stuck ... even trying to execute step by step the initdb bash script ? Is there anybody able to understand this failure ? Why default max_connections and shared_buffers are not the same ? -- Laurent _ Comme 9 millions de français, créez un compte Hotmail ! http://www.windowslive.fr/hotmail/default.asp
Re: [BUGS] Initdb error without much more details PostgreSQL 7.4.19
Thanks a lot Tom, It works without the security enhanced functionality ! So, I didn't try the Red Hat's RPMs. Best regards, -- Laurent > To: [EMAIL PROTECTED] > CC: pgsql-bugs@postgresql.org > Subject: Re: [BUGS] Initdb error without much more details PostgreSQL 7.4.19 > Date: Thu, 21 Feb 2008 11:49:04 -0500 > From: [EMAIL PROTECTED] > > Laurent Barbier writes: >> I'm facing a trouble with the initdb execution of PostgreSQL 7.4.19 on a >> Redhat 4 : > > Looks like SELinux problems to me. Does it work after doing "setenforce 0"? > >> Then i install PostgreSQL binary in the order : >> rpm -ivh postgresql-libs-7.4.19-1PGDG.rhel4.i686.rpm >> rpm -ivh postgresql-7.4.19-1PGDG.rhel4.i686.rpm > > You might try Red Hat's RPMs instead --- they contain fixes for some > selinux issues, which AFAICT never got propagated into the PGDG RPMs. > Also, make sure you are up to date with the latest selinux policy > RPM. Or you could just leave selinux turned off, but that might not > be a great idea from a security standpoint. > > regards, tom lane > > ---(end of broadcast)--- > TIP 9: In versions below 8.0, the planner will ignore your desire to >choose an index scan if your joining column's datatypes do not >match _ Votre contact a choisi Hotmail, l'e-mail nouvelle génération. Créez un compte. http://www.windowslive.fr/hotmail/default.asp ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly