[Openswan Users] Start new connection

Herbert Xu herbert at gondor.apana.org.au
Sun Nov 13 17:19:18 CET 2005


On Fri, Nov 04, 2005 at 11:24:29PM +0100, Paul Wouters wrote:
> On Fri, 4 Nov 2005, Frederico Madeira wrote:
> 
> > Lsmod from 64 bits machine side:
> 
> Then I do not know what is wrong. Perhaps Herbert can give you more
> information?

What's the architecture, kernel version and openswan version?

Please apply this patch to openswan to produce more information.

Paul, could you also apply this to openswan so future reports
will contain this information?

Thanks,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-------------- next part --------------
Index: programs/pluto/kernel_netlink.c
===================================================================
RCS file: /public/cvs/openswan-2/programs/pluto/kernel_netlink.c,v
retrieving revision 1.27
diff -u -r1.27 kernel_netlink.c
--- programs/pluto/kernel_netlink.c	13 May 2005 22:55:22 -0000	1.27
+++ programs/pluto/kernel_netlink.c	13 Nov 2005 06:17:47 -0000
@@ -1060,8 +1060,9 @@
 	}
 
 	loglog(RC_LOG_SERIOUS
-	    , "ERROR: netlink_get_spi for %s failed with errno %d: %s"
+	    , "ERROR: netlink_get_spi for %s/%u/%u failed with errno %d: %s"
 	    , text_said
+	    , req.spi.min, req.spi.max
 	    , -rsp.u.e.error
 	    , strerror(-rsp.u.e.error));
 	return 0;


More information about the Users mailing list