Your message dated Fri, 26 Nov 2010 19:37:32 +0100
with message-id <[email protected]>
and subject line Re: Bug#605026: Fix address already in use
has caused the Debian Bug report #605026,
regarding Fix address already in use
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
605026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605026
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ipsec-tools
Version: 1:0.7.3-12
Severity: normal
Tags: patch
Justification: Policy 9.3.2
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch

Hello,

In Ubuntu we have applied the following change:

- debian/patches/fix-address-already-in-use.patch: Fix address already
  in use. (LP: #332606)

And we think you might be interested in applying it too. Attaching the
patch.

Description: Fix 'address already in use'.
Origin: Fedora
Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=273261
Bug-Ubuntu: https://launchpad.net/bugs/332606
Applied-Upstream: yes, release 0.8~alpha20101022
---
 src/racoon/isakmp.c |   13 +++++++++++++
 1 file changed, 13 insertions(+)

--- ipsec-tools-0.7.3.orig/src/racoon/isakmp.c
+++ ipsec-tools-0.7.3/src/racoon/isakmp.c
@@ -1678,6 +1678,19 @@ isakmp_open()
 			return -1;
 		}
 #endif
+        if (setsockopt(p->sock, SOL_SOCKET,
+#ifdef __linux__
+                                SO_REUSEADDR,
+#else
+                                SO_REUSEPORT,
+#endif
+                                (void *)&yes, sizeof(yes)) < 0) {
+                plog(LLV_ERROR, LOCATION, NULL,
+                        "failed to set REUSE flag on %s (%s).\n",
+                        saddr2str(p->addr), strerror(errno));
+                close(p->sock);
+                goto err_and_next;
+            }
 
 		if (setsockopt(p->sock, SOL_SOCKET,
 #ifdef __linux__

--- End Message ---
--- Begin Message ---
Am 26.11.2010 15:39, schrieb Lorenzo De Liso:
> Package: ipsec-tools
> Version: 1:0.7.3-12
> Severity: normal
> Tags: patch
> Justification: Policy 9.3.2
> User: [email protected]
> Usertags: origin-ubuntu natty ubuntu-patch
> 
> Hello,
> 
> In Ubuntu we have applied the following change:
> 
> - debian/patches/fix-address-already-in-use.patch: Fix address already
>   in use. (LP: #332606)
> 
> And we think you might be interested in applying it too. Attaching the
> patch.

Already done month (since 1:0.7.3-6) ago :)

Cheers

Stefan

-- 
Stefan Bauer -----------------------------------------
PGP: 36D1 1570 DCAD B767 EABE F60D 6BCA 7AD4 79EB C4EC
-------- plzk.de - Linux - because it works ----------


--- End Message ---

Reply via email to