| Summary: | PostgreSQL 9.2 doesn't start in Cauldron | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Frédéric "LpSolit" Buclin <LpSolit> |
| Component: | RPM Packages | Assignee: | Funda Wang <fundawang> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | High | CC: | nanardon, remco, shlomif, stormi-mageia |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | postgresql-9.2 | CVE: | |
| Status comment: | |||
I also cannot locate pg_hba.conf. Assigning to maintainer, Cc to maintainer other postgresql packages. CC:
(none) =>
nanardon, remco With postgresql9.2-server-9.2.1-2.mga3, the error is now:
# systemctl status postgresql.service
postgresql.service - PostgreSQL database server
Loaded: loaded (/usr/lib/systemd/system/postgresql.service; disabled)
Active: failed (Result: exit-code) since Thu, 11 Oct 2012 19:04:43 +0200; 2s ago
Process: 6990 ExecStart=/usr/bin/pg_ctl start -D ${PGDATA} -s -o -p ${PGPORT} -w -t 300 (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/postgresql.service
Oct 11 19:04:38 localhost pg_ctl[6990]: postgres ne peut pas accéder au fichier de configuration « /var/lib/pgsql/data/postgresql.conf » : Aucun fichier ou dossier de ce type
Oct 11 19:04:43 localhost pg_ctl[6990]: pg_ctl : n'a pas pu démarrer le serveur
Oct 11 19:04:43 localhost pg_ctl[6990]: Examinez le journal applicatif.
Oct 11 19:04:43 localhost systemd[1]: Failed to start PostgreSQL database server.
Samuel Verschelde
2012-10-15 16:29:29 CEST
CC:
(none) =>
stormi Could someone fix this bug please? I see that postgresql9.2-server-9.2.1-3.mga3 has been uploaded but due to this bug, this makes the new package totally useless. Hi, (In reply to comment #4) > Could someone fix this bug please? I see that postgresql9.2-server-9.2.1-3.mga3 > has been uploaded but due to this bug, this makes the new package totally > useless. I ran into this problem too. I cannot install php-pdo_pgsql either. This bug should really be fixed. I'll try to investigate. Regards, -- Shlomi Fish CC:
(none) =>
shlomif still valid? (In reply to comment #6) > still valid? Looks like PostgreSQL is starting correctly now. I will try to test later this week if it also works correctly. ping? PostgreSQL is working correctly again. I installed Bugzilla using PostgreSQL as DB server, and everything is working fine now. Status:
NEW =>
RESOLVED |
I installed postgresql9.2-server-9.2.1-1.mga3 in Cauldron. It cannot start due to a missing /usr/bin/postgresql-check-db-dir script: # systemctl status postgresql.service postgresql.service - PostgreSQL database server Loaded: loaded (/usr/lib/systemd/system/postgresql.service; disabled) Active: failed (Result: exit-code) since Wed, 10 Oct 2012 01:20:15 +0200; 1min 9s ago Process: 4253 ExecStartPre=/usr/bin/postgresql-check-db-dir ${PGDATA} (code=exited, status=203/EXEC) CGroup: name=systemd:/system/postgresql.service Oct 10 01:20:15 localhost systemd[1]: Starting PostgreSQL database server... Oct 10 01:20:15 localhost systemd[4253]: Failed at step EXEC spawning /usr/bin/postgresql-check-db-dir: No such file or directory Oct 10 01:20:15 localhost systemd[1]: Failed to start PostgreSQL database server.