Displaying 7 results from an estimated 7 matches for "venaas".
Did you mean:
vegas
2002 May 02
0
problem with X11 forwarding and use_localhost on Linux (solution) (fwd)
...0700 (PDT)), Kevin Steves <kevin at atomicgears.com> says:
> itojun,
>
> do you have any recommendations on this?
>
> http://bugzilla.mindrot.org/show_bug.cgi?id=164
>
> ---------- Forwarded message ----------
> Date: Mon, 29 Apr 2002 11:32:21 +0200
> From: Stig Venaas <Stig.Venaas at uninett.no>
> To: Kevin Steves <kevin at atomicgears.com>
> Cc: openssh-unix-dev at mindrot.org
> Subject: Re: problem with X11 forwarding and use_localhost on Linux
> (solution)
>
> On Thu, Apr 25, 2002 at 10:09:40AM -0700, Kevin Steves wrote:
>...
2002 Apr 23
1
problem with X11 forwarding and use_localhost on Linux (solution)
On Linux (and others that define DONT_TRY_OTHER_AF)
x11_create_display_inet() will only use the first entry returned by
getaddrinfo(). When binding sockets to "ANY" this is fine on Linux
since a PF_INET6 socket bound to ANY will also include IPv4. However
when x11_use_localhost (X11UseLocalhost) is set, this is a problem.
getaddrinfo() will then return an AF_INET6 entry with IPv6 address
2002 Jul 08
0
[Bug 343] New: Only try connect to first address when creating tunnel
...tunnel
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: stig at venaas.com
In connect_to() in channels.c there is a loop trying to connect to each
address returned by getaddrinfo() until connect() is successful or
EINPROGRESS is returned. The socket is non-blocking so unless something
immediately fails, EINPROGRESS is returned and we happily leave the loop.
Then whe...
2013 Nov 05
2
Zone-file out of LDAP
Hi guys,
I want to put all the data, which is needed for my zone-files into
OpenLDAP. Next I need a tool, which creates zone-files out of the
information which is stored in OpenLDAP.
Have you any idea how to do that?
Really thanks in advance!
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop
2006 Jul 28
2
DNS Server and SQL backend
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I think most people here use BIND as their DNS server of choise.
I just happen to have updated DLZ patch for the current bind version.
DLZ patch allows you to use mysql (pgsql, ldap etc) as a backend for
zone storage. I make no garantees, of course, but if anyone is interested
on the patch (with or without the specfile for rpm building), please
let
2007 Apr 18
2
refactoring io_apic.c
...c 1969-12-31 16:00:00.000000000 -0800
+++ io_apic_split/arch/i386/mach-default/io_apic.c 2005-08-08 16:23:20.275187528 -0700
@@ -0,0 +1,1106 @@
+/*
+ * Intel IO-APIC support for multi-Pentium hosts.
+ *
+ * Copyright (C) 1997, 1998, 1999, 2000 Ingo Molnar, Hajnalka Szabo
+ *
+ * Many thanks to Stig Venaas for trying out countless experimental
+ * patches and reporting/debugging problems patiently!
+ *
+ * (c) 1999, Multiple IO-APIC support, developed by
+ * Ken-ichi Yaku <yaku@css1.kbnes.nec.co.jp> and
+ * Hidemi Kishimoto <kisimoto@css1.kbnes.nec.co.jp>,
+ * further tested and clea...
2007 Apr 18
2
refactoring io_apic.c
...c 1969-12-31 16:00:00.000000000 -0800
+++ io_apic_split/arch/i386/mach-default/io_apic.c 2005-08-08 16:23:20.275187528 -0700
@@ -0,0 +1,1106 @@
+/*
+ * Intel IO-APIC support for multi-Pentium hosts.
+ *
+ * Copyright (C) 1997, 1998, 1999, 2000 Ingo Molnar, Hajnalka Szabo
+ *
+ * Many thanks to Stig Venaas for trying out countless experimental
+ * patches and reporting/debugging problems patiently!
+ *
+ * (c) 1999, Multiple IO-APIC support, developed by
+ * Ken-ichi Yaku <yaku@css1.kbnes.nec.co.jp> and
+ * Hidemi Kishimoto <kisimoto@css1.kbnes.nec.co.jp>,
+ * further tested and clea...