search for: csocket

Displaying 3 results from an estimated 3 matches for "csocket".

Did you mean: socket
2008 Jun 04
4
multiple smb commands (some non AndX) in one packet
Does samba server handle multiple smb commands (not necessarily andx commands) within one packet? If a client were to send commands such as 0x2f, 0x32, 0x32 in one packet instead of three separate packets, does samba server handle it i.e. respond to each of the three requests?
2015 Oct 18
0
[OT] fail2ban update (epel) breaks logrotate
...mmand(args) > File "/usr/bin/fail2ban-client", line 281, in __processCommand > return self.__processCmd([cmd]) > File "/usr/bin/fail2ban-client", line 185, in __processCmd > client.close() > File "/usr/lib/python2.6/site-packages/fail2ban/client/csocket.py", line 55, in close > self.__csock.sendall(CSPROTO.CLOSE + CSPROTO.END) > File "<string>", line 1, in sendall > socket.error: [Errno 32] Broken pipe > [root at system ~]# OK, on further investigation, I found that the fail2ban service had not been restarte...
2015 Oct 18
0
[OT] fail2ban update (epel) breaks logrotate
...return self.__processCommand(args) File "/usr/bin/fail2ban-client", line 281, in __processCommand return self.__processCmd([cmd]) File "/usr/bin/fail2ban-client", line 185, in __processCmd client.close() File "/usr/lib/python2.6/site-packages/fail2ban/client/csocket.py", line 55, in close self.__csock.sendall(CSPROTO.CLOSE + CSPROTO.END) File "<string>", line 1, in sendall socket.error: [Errno 32] Broken pipe [root at system ~]# Has anyone else found this today? And even better know how to fix it? There doesn't seem to be any c...