While updating port databases/postgresql91-server, the PostgreSQL server won't start afterwards. Neither reboot nor manual restart via /usr/local/etc/rc.d/postgres restart|start will work. Fix: Somehow, the verbose, nonnumerical UID of user pgsql gets lost while the package is beeing built and installed. As a dirty hack, one can fix the problem in the installed startup script residing in /usr/local/etc/rc.d as shown below. How-To-Repeat: Update port databases/postgresql91-server or install fresh.
Responsible Changed From-To: freebsd-ports-bugs->girgen Over to maintainer (via the GNATS Auto Assign Tool)
Should be fixed now (Thanks, Palle). Would you update your ports, then try again? -- Regards, Ruslan Tinderboxing kills... the drives.
I can confirm that a portsnap upgrade and rebuild of postgresql does -not- = fix this issue.=
On 10/19/11 16:27, Harding, Michael wrote: > I can confirm that a portsnap upgrade and rebuild of postgresql does -not- fix this issue. the same here. Oliver
crees 2011-10-19 18:21:25 UTC FreeBSD ports repository Modified files: databases/postgresql82-server Makefile databases/postgresql83-server Makefile databases/postgresql84-server Makefile databases/postgresql90-server Makefile databases/postgresql91-server Makefile Log: Fix SUB_LIST issue by deconditionalising it. Temporary fix, but will stop the flurry of incoming PRs related. PR: ports/161779 ports/161774 ports/161791 ports/161771 ports/161769 Submitted by: Many people, original fix suggested by Jason Helfman (jhelfman@e-e.com) Approved by: portmgr (pav) Revision Changes Path 1.202 +4 -3 ports/databases/postgresql82-server/Makefile 1.215 +4 -3 ports/databases/postgresql83-server/Makefile 1.233 +4 -3 ports/databases/postgresql84-server/Makefile 1.228 +4 -3 ports/databases/postgresql90-server/Makefile 1.229 +4 -3 ports/databases/postgresql91-server/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Should be better after the referenced commit. Let me know if it's still broken. Chris
State Changed From-To: open->closed Take and close-- fixed.
Responsible Changed From-To: girgen->crees Take and close-- fixed.