Changes between Initial Version and Version 2 of Ticket #18488


Ignore:
Timestamp:
Feb 14, 2009, 11:52:33 AM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18488

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Cc jwa@… added
    • Property Port postgresql82 added
  • Ticket #18488 – Description

    initial v2  
     1{{{
    12decibel@platter.1[23:31]~:5%sudo launchctl stop org.macports.postgresql82-server
    23decibel@platter.1[23:31]~:6%ps auxww | grep postgresql
    34decibel  23392   0.0 -0.0    27328    424  p6  R+   11:31PM   0:00.00 grep postgresql
    45decibel@platter.1[23:31]~:7%
     6}}}
    57
    68(note that it takes serveral tries to actually get the daemondo process to stay dead)
    79
     10{{{
    811decibel@platter.1[23:32]~:10%sudo launchctl start org.macports.postgresql82-server
    912decibel@platter.1[23:34]~:11%ps auxww | grep postgresql
     
    1518        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
    1619decibel@platter.1[23:34]~:13%
     20}}}
    1721
    1822Now the daemondo process is running, but it hasn't started postgres for some reason. Sending a SIGHUP doesn't help. Killing daemondo just results in another one being re-spawned, presumably by launchctl.
     23