Displaying 2 results from an estimated 2 matches for "23dc".
Did you mean:
23c
2004 Mar 26
1
nmbd dying
...80325192]) = 1080325192
time(NULL) = 1080325192
write(8, "0o\2\1\2cj\4\34ou=Hosts,dc=borderent,d"..., 113) = 113
select(1024, [8], [], NULL, NULL) = 1 (in [8])
read(8, "0\37\2\1\2e\32\n", 8) = 8
read(8, "\1 \4\23dc=borderent,dc=com\4\0", 25) = 25
time(NULL) = 1080325192
rt_sigprocmask(SIG_SETMASK, [FPE USR2], NULL, 8) = 0
--- SIGPIPE (Broken pipe) @ 0 (0) ---
+++ killed by SIGPIPE +++
I'm in over my head on this one. Any idea where I should look next?
Chris
--
Chris...
2005 Jul 06
2
OpenSSH and non-blocking mode
Dear OpenSSH developers,
OpenSSH setting non-blocking mode on its standard files creates serious
problems.
Setting non-blocking mode violates many of the semantics of how files
are supposed to behave and most programs (and most, if not all, stdio
libraries) are not prepared to deal with it. That wouldn't be a problem
except that non-blocking mode is not a property of the file descriptor
but