Displaying 4 results from an estimated 4 matches for "i400".
Did you mean:
0400
2002 Oct 16
3
ssh-3.5p1 core dumps on Solaris 2.6
...th krb4 and afs enabled.
However, only the second crash seems to be related to krb4.
Any thoughts?
I had to add one line to includes.h:
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
+#include <sys/ioccom.h>
#include <sys/wait.h>
$ ./ssh -v pf-i400
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x00906080
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Applying options for *
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to pf-i400 [195.113.5...
2001 Feb 05
0
Problem compiling openssh on Solaris 2.6 with AFS-krb4
...h krb.h (which #includes
ktypes.h) - removing temporarily the u_int code from ktypes.h helped
2. send_afs_tokens() - in the sshconnect1.c show both problems, although
the redefinition problems occured at the early beginning of compilation.
Are there any patches available?
TIA
$ uname -a
SunOS pf-i400 5.6 Generic_105181-23 sun4u sparc
$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1/specs
gcc version 2.8.1
$
/usr/local/bin/gcc -I/usr/athena/include -L/usr/athena/lib
-I/usr/local/include -L/usr/local/lib -I/software/@sys/usr/local/include
-L/software/@sys/usr/local/l...
2001 Mar 06
0
Problem compiling openssh on Solaris 2.6 with AFS-krb4 (fwd)
...u_int code from ktypes.h helped
MM> 2. send_afs_tokens() - in the sshconnect1.c show both problems, although
MM> the redefinition problems occured at the early beginning of compilation.
MM> Are there any patches available?
MM> TIA
See below.
MM> $ uname -a
MM> SunOS pf-i400 5.6 Generic_105181-23 sun4u sparc
MM> $ gcc -v
MM> Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1/specs
MM> gcc version 2.8.1
MM> $
MM> /usr/local/bin/gcc -I/usr/athena/include -L/usr/athena/lib
MM> -I/usr/local/include -L/usr/local/lib -I/software/@sy...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...icmp eq i16 %73, 0
br i1 %cmp5.5.i.i397, label %for.inc.5.i.i401, label %eisneg.exit
for.inc.5.i.i401: ; preds = %for.inc.4.i.i398
%incdec.ptr.5.i.i399 = getelementptr inbounds i16* %a, i32 6
%74 = load i16* %incdec.ptr.5.i.i399, align 2, !tbaa !5
%cmp5.6.i.i400 = icmp eq i16 %74, 0
br i1 %cmp5.6.i.i400, label %for.inc.6.i.i404, label %eisneg.exit
for.inc.6.i.i404: ; preds = %for.inc.5.i.i401
%incdec.ptr.6.i.i402 = getelementptr inbounds i16* %a, i32 7
%75 = load i16* %incdec.ptr.6.i.i402, align 2, !tbaa !5
%cmp5.7....