Displaying 2 results from an estimated 2 matches for "hpux1100".
Did you mean:
hpux11.00
2001 Mar 14
3
OpenSSH 2.3.0p1: HP-UX 11.00 64-bit
...built with HPs ANSI C compiler with OpenSSL 0.9.6 and zlib
1.1.3.
The problem is with the call to vhangup(2) in sshd when interactive
sessions are started. The problem does not occur for non-interactive
sessions. When vhangup(2) is called, the following error is sent to
syslog:
Mar 13 21:14:37 hpux1100 vmunix: System call 76 (vhangup) was called in
a kernel where the
Mar 13 21:14:37 hpux1100 vmunix: type of at least one of its arguments
is currently
Mar 13 21:14:37 hpux1100 vmunix: unspecified. This is a problem that
must be fixed by
Mar 13 21:14:37 hpux1100 vmunix: the owner of the system call...
2007 Nov 02
0
build/test problems with rsync-3.0.0pre4
..._FILE_OFFSET_BITS=64 -I/usr/local/include -c /soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/acls.c -o acls.o
cpp: "/soft/os/rsync/rsync-3.0.0pre4/rsync-3.0.0pre4/lib/sysacls.h", line 142: error 4036: Can't open include file 'sys/aclv.h'.
these acl header files are available:
hpux1100> find /usr/include/ -name \*acl\* -print
/usr/include/sys/acl.h
/usr/include/acl.h
/usr/include/acllib.h
vs. HP-UX 11.11:
hpux1111> find /usr/include/ -name \*acl\* -print
/usr/include/sys/acl.h
/usr/include/sys/aclv.h
/usr/include/acl.h
/usr/include/acllib.h
/usr/include/aclv.h
----------...