search for: noip6

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

Did you mean: noipv6
2002 May 30
0
[Bug 260] New: Expanded features in spec file.
...hen openssh is compiled against static libcrypto under redhat 6.2/7.2. Also adds some configuration capabilities. --- openssh.spec.orig Mon May 20 03:03:15 2002 +++ openssh.spec Mon May 20 03:03:51 2002 @@ -26,6 +26,12 @@ # Disable IPv6 (avoids DNS hangs on some glibc versions) %define noip6 0 +# Do we want ssh suid root? (1=yes 0=no) +%define suidssh 0 + +# Do we want kerberos5 support (1=yes 0=no) +%define kerberos5 0 + # Reserve options to override askpass settings with: # rpm -ba|--rebuild --define 'skip_xxx 1' %{?skip_x11_askpass:%define no_x11_askpass 1} @@ -184,15 +1...
2002 Jun 24
1
3.3p1 on Immunix (RH) 6.2
...the SRPM for 3.3p1 on my Immunix 6.2 box (Redhat 6.2 + Stackguard compiler), fired up the server, and tried to connect to it. No joy. In the spec file I changed the following options: # Is this build for RHL 6.x? %define build6x 1 # Disable IPv6 (avoids DNS hangs on some glibc versions) %define noip6 1 This appears in the system log: Jun 24 16:11:51 johnh sshd[27774]: fatal: mmap(65536): Invalid argument ...isn't this supposed to work on RH6.2? Where should I look to fix this? Thx. -- John Hardin <johnh at aproposretail.com> Internal Systems Adm...
2003 Jan 21
3
X11 forwarding problem -- openssh-3.5p1 -- redhat 8.0 -- linux 2.4.18
...le building of gnome-askpass? (1=yes 0=no) -%define no_gnome_askpass 1 +%define no_gnome_askpass 0 # Do we want to link against a static libcrypto? (1=yes 0=no) %define static_libcrypto 0 @@ -24,10 +24,10 @@ %define build6x 0 # Disable IPv6 (avoids DNS hangs on some glibc versions) -%define noip6 1 +%define noip6 0 # Do we want kerberos5 support (1=yes 0=no) -%define kerberos5 0 +%define kerberos5 1 # Whether or not /sbin/nologin exists. %define nologin 1 Also, I saw some stuff in the archives about IPV6 causing some problems. I'm not using IPV6: grep IPV6 /usr/src/linux/.conf...