Weird Errors in DA error log

txt3rob

Verified User
Joined
Jan 16, 2007
Messages
101
Code:
2007:01:31-00:13:06: Socket write error: fd is connected to a pipe or socket whose reading end is closed.  When this  happens the writing process will also receive a SIG_PIPE signal.  (Thus, the write return value is seen only if  the program catches, blocks or ignores this signal.)
2007:01:31-00:13:06: Error reading from 127.0.0.1: 
2007:01:31-00:13:06: Socket write error: fd is connected to a pipe or socket whose reading end is closed.  When this  happens the writing process will also receive a SIG_PIPE signal.  (Thus, the write return value is seen only if  the program catches, blocks or ignores this signal.)
2007:01:31-00:13:06: Error reading from 85.17.19.191: 
2007:01:31-00:13:08: Socket write error: fd is connected to a pipe or socket whose reading end is closed.  When this  happens the writing process will also receive a SIG_PIPE signal.  (Thus, the write return value is seen only if  the program catches, blocks or ignores this signal.)
2007:01:31-00:13:08: Error reading from 127.0.0.1: 
2007:01:31-00:13:08: Socket write error: fd is connected to a pipe or socket whose reading end is closed.  When this  happens the writing process will also receive a SIG_PIPE signal.  (Thus, the write return value is seen only if  the program catches, blocks or ignores this signal.)
2007:01:31-00:13:08: Error reading from 85.17.19.191:

anything to worrie about?
 
Back
Top