Your message dated Tue, 26 Sep 2006 11:03:48 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#387416: fixed in wide-dhcpv6 20060902-1
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)

--- Begin Message ---
Subject: wide-dhcpv6-server: Parser Error while parsing config file
Package: wide-dhcpv6-server
Version: 20060322-4
Severity: important

*** Please type your report below this line ***

wide-dhcpv6-server does not like a config file which has a address-pool
defined in an interface section.
For example:

interface eth1 {
        preference 12;
        address-pool pool1;
}

fails with an yyerror0. This makes it impossible, to define an address
pool
to use it. The included sample config in this package does not work
because
of this problem. 
I also tested upstream version 20060902. Same result.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages wide-dhcpv6-server depends on:
ii  debconf [debconf-2.0]        1.5.3       Debian configuration
management sy
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared
libraries
ii  sharutils                    1:4.2.1-15  shar, unshar, uuencode,
uudecode

wide-dhcpv6-server recommends no packages.

*** /tmp/dhcp6s.conf.sample
# The followings are a sample configuration to provide a DNS server
address
# for every client as well as to delegate a permanent IPv6 prefix
# 2001:db8:1111::/48 to a client whose DUID is 00:01:00:01:aa:bb.

option domain-name-servers 2001:db8::35;

host kame {
        duid 00:01:00:01:aa:bb;
        prefix 2001:db8:1111::/48 infinity;
};

# The followings are a sample configuration to provide an IPv6 address
# from an address pool 2001:db8:1:2::1000-2000.
# Note. You have to send an RA with A-bit off to fxp0; otherwise
# a client cannot be sure about the prefix-length and the default
router.

interface fxp0 {
        address-pool pool1;
};

pool pool1 {
        range 2001:db8:1:2::1000 to 2001:db8:1:2::2000 ;
};


*** /tmp/dhcp6.error
Sep 14 11:25:41 pns-lnx dhcp6s[3999]: yyerror0: /tmp/dhcp6s.conf.sample
18: syntax error
Sep 14 11:25:41 pns-lnx dhcp6s[3999]: yyerror0: /tmp/dhcp6s.conf.sample
18: fatal parse failure: exiting (1 errors)
Sep 14 11:25:41 pns-lnx dhcp6s[3999]: main: failed to parse
configuration file




--- End Message ---
--- Begin Message ---
Source: wide-dhcpv6
Source-Version: 20060902-1

We believe that the bug you reported is fixed in the latest version of
wide-dhcpv6, which is due to be installed in the Debian FTP archive:

wide-dhcpv6-client_20060902-1_amd64.deb
  to pool/main/w/wide-dhcpv6/wide-dhcpv6-client_20060902-1_amd64.deb
wide-dhcpv6-relay_20060902-1_amd64.deb
  to pool/main/w/wide-dhcpv6/wide-dhcpv6-relay_20060902-1_amd64.deb
wide-dhcpv6-server_20060902-1_amd64.deb
  to pool/main/w/wide-dhcpv6/wide-dhcpv6-server_20060902-1_amd64.deb
wide-dhcpv6_20060902-1.diff.gz
  to pool/main/w/wide-dhcpv6/wide-dhcpv6_20060902-1.diff.gz
wide-dhcpv6_20060902-1.dsc
  to pool/main/w/wide-dhcpv6/wide-dhcpv6_20060902-1.dsc
wide-dhcpv6_20060902.orig.tar.gz
  to pool/main/w/wide-dhcpv6/wide-dhcpv6_20060902.orig.tar.gz



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.
Jeremie Corbier <[EMAIL PROTECTED]> (supplier of updated wide-dhcpv6 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: Wed, 20 Sep 2006 14:36:12 -0700
Source: wide-dhcpv6
Binary: wide-dhcpv6-client wide-dhcpv6-server wide-dhcpv6-relay
Architecture: source amd64
Version: 20060902-1
Distribution: unstable
Urgency: low
Maintainer: Jeremie Corbier <[EMAIL PROTECTED]>
Changed-By: Jeremie Corbier <[EMAIL PROTECTED]>
Description: 
 wide-dhcpv6-client - DHCPv6 client for automatic IPv6 hosts configuration
 wide-dhcpv6-relay - DHCPv6 relay for automatic IPv6 hosts configuration
 wide-dhcpv6-server - DHCPv6 server for automatic IPv6 hosts configuration
Closes: 387416
Changes: 
 wide-dhcpv6 (20060902-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/wide-dhcpv6-*.init.d:
     -> LSB compliant init scripts.
   * debian/patches:
     -> Added 02_CVS-20060920.dpatch:
       + Update to CVS 20060920.
       + Fix a memory violation in lease management.
       + Fix a bug that dhcp6s inserts SIP server addresses into DNS server
         address option.
       + Fix a bug that status-code option might include a unexpected garbage
         value.
       + Fix dhcp6s documentation: you need to provide a preferred-lifetime for
         each address-prefix (Closes: #387416).
     -> Removed 02_remove-if-USE_POOL-macros.dpatch
     -> Removed 03_pid_dump.dpatch
     -> Removed 07_cftoken.l-bison.dpatch
     -> Removed 08_support-include-statement.dpatch
        All merged upstream.
Files: 
 0abcac7bcef395cdc850733760a4e8be 700 net optional wide-dhcpv6_20060902-1.dsc
 705c0e3b072f583676c21dc0032f5674 164658 net optional 
wide-dhcpv6_20060902.orig.tar.gz
 f1392160027feffa8cd6052be650c5f2 12333 net optional 
wide-dhcpv6_20060902-1.diff.gz
 5e66f66790e4f7bf1734a79fbd171483 89004 net optional 
wide-dhcpv6-server_20060902-1_amd64.deb
 b3c87feeb5fc5ef7412d369dbba4c1e9 95792 net optional 
wide-dhcpv6-client_20060902-1_amd64.deb
 23ad4f6cebfc605c622e683b77512f20 36112 net optional 
wide-dhcpv6-relay_20060902-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFGWlwvGr7W6HudhwRAmC7AJ9N+HqPW+lwLcqMMyiaKrIfP929kwCeKBw6
3GeqITzFAEM41NWvmrOpaqk=
=stjS
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to