The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5026 ====================================================================== Reported By: cgrzemba Assigned To: raos ====================================================================== Project: postgresql84_client Issue ID: 5026 Category: Reproducibility: have not tried Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-11-26 13:06 CET Last Modified: 2012-12-09 18:48 CET ====================================================================== Summary: FATAL: incorrect checksum in control file Description: If I start the DB with the linked command: pg_ctl-84, I got the error:
FATAL: incorrect checksum in control file if I use the command pg_ctl in /opt/csw/libexec/postgresql/84 all works fine. ====================================================================== ---------------------------------------------------------------------- (0010239) raos (manager) - 2012-12-09 18:48 https://www.opencsw.org/mantis/view.php?id=5026#c10239 ---------------------------------------------------------------------- This sounds like the database cluster has been initialized with 64bit binaries, and now it is tried to run it with 32bit binaries, i.e. 32bit server. Call /opt/csw/sbin/alternatives --config postgresql84-server and select 30 /opt/csw/bin/initdb-84 /opt/csw/libexec/postgresql/84/initdb Does this solve the issue? _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
