Closed pitluga closed 6 years ago
Sending HUPs doesn't work.
From the post below, the work around is to send a CONT first, ie
kill -CONT cat /path/to.pid kill -HUP cat /path/to.pid
cat /path/to.pid
nThe issue is with the kernel, so nothing to be address here.
http://www.ruby-forum.com/topic/1782469
The bug indicates this was fixed in 2.6.39. Given how old that is, I'm comfortable closing this.
2.6.39
http://web.archive.org/web/20110811222713/https://www.ruby-forum.com/topic/1782469
Sending HUPs doesn't work.
From the post below, the work around is to send a CONT first, ie
kill -CONT
cat /path/to.pid
kill -HUPcat /path/to.pid
nThe issue is with the kernel, so nothing to be address here.
http://www.ruby-forum.com/topic/1782469