Skip to content

"manhole-cli" can NOT connect when we use "socket_path" in the server #42

@jcea

Description

@jcea

"manhole-cli" requires a PID to connect. This doesn't work when the manhole server uses a specified name. "manhole-cli" REQUIRES the parameter to be a number or "/tmp/manhole-NUMBER". Also, "NUMBER" is used to send signals.

So, in order to use "manhole-cli":

  1. We can not use arbitrary names in the unix socket name.
  2. The unix socket MUST be in "/tmp/".
  3. If we relax the regexp in "manhole-cli" to be able to use arbitrary unix socket names, we can not send signals to the process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions