Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#40178 closed defect (invalid)

Query: how do I kill daemondo run mysql5

Reported by: clemson472 (Dr. D. E. Stevenson) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: mysql5-server

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I have tried all the usual things, but it keeps coming back. Here's the ps entry

root           12891   0.0  0.0  2501144    592   ??  Ss    3:07PM   0:00.02 /opt/local/bin/daemondo --label=mysql5 --start-cmd /opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper start ; --stop-cmd /opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper stop ; --restart-cmd /opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper restart ; --pid=none

/opt/local/etc/LaunchDaemons/ only contains directories for apache2 and rsync

Change History (2)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Description: modified (diff)
Port: mysql5-server added
Resolution: invalid
Status: newclosed

Assuming you started it by running

sudo port load mysql5-server

(or using the more verbose but equivalent launchctl command), you stop it by running

sudo port unload mysql5-server

comment:2 in reply to:  description Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to steve@…:

/opt/local/etc/LaunchDaemons/ only contains directories for apache2 and rsync

That should only occur if you installed mysql5-server, then loaded it, then uninstalled it without first unloading it. If that's what happened, then reinstall it, unload it, then (assuming you don't want it) uninstall it again.

Note: See TracTickets for help on using tickets.