ralphlange / procServ

Wrapper to start arbitrary interactive commands in the background, with telnet or Unix domain socket access to stdin/stdout
GNU General Public License v3.0
23 stars 23 forks source link

procServ prints "@@@ Got a sigPipe signal: Did the child close its tty?" all the time #43

Open dirk-zimoch opened 3 years ago

dirk-zimoch commented 3 years ago

ProcServ fills our log files with @@@ Got a sigPipe signal: Did the child close its tty? messages for no obvious reasons. Sometimes multiple times per second. The IOCs are still healthy and communicate with procServ without problems. The code in ProcServ does nothing upon sigPipe but sending the message. I wonder why it is there and why procServ does not simply ignore sigPipe.

ralphlange commented 3 years ago

Good question.