Your message dated Tue, 18 Oct 2005 14:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#171614: fixed in ddclient 3.6.2-5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Dec 2002 19:26:23 +0000
>From [EMAIL PROTECTED] Tue Dec 03 13:26:22 2002
Return-path: <[EMAIL PROTECTED]>
Received: from (front2.netvisao.pt) [213.228.128.57]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 18JIgX-0000D5-00; Tue, 03 Dec 2002 13:26:21 -0600
Received: (qmail 26144 invoked from network); 3 Dec 2002 19:25:26 -0000
Received: from unknown (HELO es-217-129-129-22.netvisao.pt) (217.129.129.22)
by front2.netvisao.pt with SMTP; 3 Dec 2002 19:25:26 -0000
From: Carlos Sobrinho <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Error in /etc/ppp/ip-up.d/ddclient
Date: Tue, 3 Dec 2002 19:25:48 +0000
User-Agent: KMail/1.5
MIME-Version: 1.0
Content-Type: Multipart/Mixed;
boundary="Boundary-00=_8UQ79fDC29EIRr+"
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-1.1 required=5.0
tests=PATCH_UNIFIED_DIFF,SPAM_PHRASE_00_01,USER_AGENT
version=2.41
X-Spam-Level:
--Boundary-00=_8UQ79fDC29EIRr+
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: ddclient
Version: 3.6.2-2.1
If I activate my vpn with ifup tunnel, /etc/ppp/ip-up.d/ddclient fails to get
eth0 has the interface and executes /usr/sbin/ddclient -syslog -ip $PPP_LOCAL
meaning my hosts will all have the ip of the tunnel, something like
192.168.1.1-7 and not my eth0 dynamic ip.
One solution I found was removing the * in the expression
The patch is annexed
Also my ddclient.conf line is
$# cat /etc/ddclient.conf | grep if=
if=eth0 # via interfaces
WBR
Epilog
--Boundary-00=_8UQ79fDC29EIRr+
Content-Type: text/x-diff;
charset="us-ascii";
name="patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch"
--- ddclient.old 2002-12-03 18:50:53.000000000 +0000
+++ ddclient 2002-12-03 19:20:03.000000000 +0000
@@ -23,7 +23,8 @@
exit 0
fi
# Check, if this is the interface used for DynDNS (there could be other pppds
- eval `sed -n 's/\(if=[^ ,]*\$)/\1/p' /etc/ddclient.conf`
+# eval `cat /etc/ddclient.conf | perl -nle 'print $1 if /^(if=\S+)/'`
+ eval `sed -n 's/\(if=[^ ,]*\)/\1/p' /etc/ddclient.conf`
if [ ! $if = $PPP_IFACE ]; then
exit 0
fi
--Boundary-00=_8UQ79fDC29EIRr+--
---------------------------------------
Received: (at 171614-close) by bugs.debian.org; 18 Oct 2005 21:48:07 +0000
>From [EMAIL PROTECTED] Tue Oct 18 14:48:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ERzIX-0002uL-00; Tue, 18 Oct 2005 14:47:05 -0700
From: Torsten Landschoff <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#171614: fixed in ddclient 3.6.2-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 18 Oct 2005 14:47:05 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 7
Source: ddclient
Source-Version: 3.6.2-5
We believe that the bug you reported is fixed in the latest version of
ddclient, which is due to be installed in the Debian FTP archive:
ddclient_3.6.2-5.diff.gz
to pool/main/d/ddclient/ddclient_3.6.2-5.diff.gz
ddclient_3.6.2-5.dsc
to pool/main/d/ddclient/ddclient_3.6.2-5.dsc
ddclient_3.6.2-5_all.deb
to pool/main/d/ddclient/ddclient_3.6.2-5_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Torsten Landschoff <[EMAIL PROTECTED]> (supplier of updated ddclient package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 18 Oct 2005 22:54:26 +0200
Source: ddclient
Binary: ddclient
Architecture: source all
Version: 3.6.2-5
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff <[EMAIL PROTECTED]>
Changed-By: Torsten Landschoff <[EMAIL PROTECTED]>
Description:
ddclient - Update dynamic IP address at DynDNS.org
Closes: 127661 129370 130113 138139 139081 157717 171614 280736 292703 314109
Changes:
ddclient (3.6.2-5) unstable; urgency=low
.
* ddclient (init_config): Added support for intervals passed via
daemon option (daemon_interval.diff).
* Changed default value of max-interval to 30d (closes: #129370).
This should also fix the high CPU usage on old machines trying to
update all the time (closes: #157717, #292703).
* Fixed quoting of complicated passwords (closes: #138139, #280736).
* Allow comments in the "if=" config line (closes: #171614).
* Use $IP instead of $1 in sample ip-up script so it works from
ip-up.d (closes: #127661).
* Apply german translation fixes by Jens Seidel (closes: #314109).
* Fix ddclient path in sample files (closes: #130113).
* debian/control: Add Provides: dyndns-client (closes: #139081).
Files:
57a0f80ea3b49b1fbd852291697dd544 578 net extra ddclient_3.6.2-5.dsc
4034ab85ec48ee4ea33ce3ecf33c29e1 24984 net extra ddclient_3.6.2-5.diff.gz
9dbbee92173190845edc2048d1ae5efb 44234 net extra ddclient_3.6.2-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDVWwZdQgHtVUb5EcRAmkFAJ9ul4e7d8VNyBt1Hmnp8686Ia9AWgCeIL8w
++75yWSXbAdKL9EeluVncQo=
=JQON
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]