You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
=====> Daemon[421] ERROR!! killing stray process perl on port 9100
=====> Instance[1258] _stop_pid: sending signal 15 to 12118
=====> Util::Wait[75] Waited 0.010504 sec for unknown condition
=====> Daemon[421] ERROR!! killing stray process perl on port 9100
=====> Instance[1258] _stop_pid: sending signal 15 to 12118
=====> Instance[1259] Can't send signal 15 to pid 12118: No such process
Observe here that it's trying to kill pid 12118 twice, even though the first time succeeded. This is because the process is listening to this port on both inet and inet6, and the algorithm looks up each protocol separately then concatenates the list of found processes.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I haven't spent a lot of time in this yet but I think it may be misparsing the netstat output and then not finding stray processes to kill.
The text was updated successfully, but these errors were encountered: