Displaying 2 results from an estimated 2 matches for "411940".
2007 Nov 13
1
compile error in hp-ux 11.23PA system with OpenSSH4.7p1
Hi all,
I am compiling the OpenSSH4.7p1 on hp-ux PA11.23 system, however, it gives the following bug:
cc +DD64 -I. -I. -I../include/openssl -I../include/tcpwrap -I../include/zlib -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/local/include -I../include/gssapi -DSSHDIR=\"/opt/ssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/ssh/bin/ssh\"
2005 Aug 31
4
Oddities with Debian unstable dovecot
...IN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}], 2, 410) = 0
gettimeofday({1125460346, 410768}, {420, 0}) = 0
gettimeofday({1125460346, 410890}, NULL) = 0
poll([{fd=8, events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=0, events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}], 2, 0) = 0
gettimeofday({1125460346, 411940}, {420, 0}) = 0
gettimeofday({1125460346, 412551}, NULL) = 0
However, lsof shows that the file descriptor 8 is a pipe back to fd 9 in the same process. Why would poll() be polling it's own file descriptor? Is this normal? Is this process waiting to do a fork later on and communicate with a...