I configured a service to run through daemontools, but while stopping svscan, I am getting messages like this:
[root@tcp-handler ssc_ios]# /etc/init.d/svscan stop
Stopping djb services: svscan services logging .
[root@tcp-handler ssc_ios]# Traceback (most recent call last):
File "/usr/lib64/python2.6/logging/__init__.py", line 800, in emit
self.flush()
File "/usr/lib64/python2.6/logging/__init__.py", line 762, in flush
self.stream.flush()
IOError: [Errno 32] Broken pipe
Can someone tell me how to solve it.