Opened 3 years ago

Last modified 3 years ago

#62007 assigned defect

postgresql11-server @11.10 startupitem don't start

Reported by: yesyves Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: elcapitan startupitem Cc: cooljeanius (Eric Gallager)
Port: postgresql11-server

Description

MacOS 10.11.6

sudo port load postgresql11-server
--->  Loading startupitem 'postgresql11-server' for postgresql11-server

Seems to work as expected but no postgres process running after command or after reboot and no trace of activity in the log file

Doing the wrapper command manually works as expected :

sudo su postgres -c '/opt/local/lib/postgresql11/bin/pg_ctl -D /opt/local/var/db/postgresql11/defaultdb -l /opt/local/var/log/postgresql11/postgres.log start'
waiting for server to start.... done
server started

Change History (3)

comment:1 Changed 3 years ago by mf2k (Frank Schima)

Cc: jyrkiwahlstedt removed
Owner: set to jyrkiwahlstedt
Status: newassigned

comment:2 Changed 3 years ago by yesyves

I made a few tests with the ports installed :

  1. port load foo
  2. ps acx | grep foo

mpstats does not seems to work

rsync does not seem to work

dbus seems to work (dbus-daemon is showing in the processes)

Last edited 3 years ago by yesyves (previous) (diff)

comment:3 Changed 3 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.