Package: radvd
Version: 1:1.0-1
Severity: normal

Setting up radvd (1.0-1) ...
Starting radvd: [Nov 14 11:48:37] radvd: no linklocal address configured for 
eth3
[Nov 14 11:48:37] radvd: error parsing or activating the config file: 
/etc/radvd.conf failed.
invoke-rc.d: initscript radvd, action "start" failed.
dpkg: error processing radvd (--configure):
 subprocess post-installation script returned error exit status 1

Maybe radvd should not fail installation when startup fails - this is one 
problem.

Another problem is what to do with interfaces that are currently not connected 
like my eth3:

eth3 does not have a link-local address since it's currently not connected 
(NO-CARRIER).
Other interfaces are connected and do have link-local address.

6: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:02:b3:2a:2c:1b brd ff:ff:ff:ff:ff:ff
    inet xxx.xxx.xxx.66/28 brd xxx.xxx.xxx.79 scope global eth3
    inet6 2001:xxxx:xxxx:3::1/64 scope global tentative
       valid_lft forever preferred_lft forever

in interfaces file, eth3 is described as a normal static ipv4 block plus

iface eth3 inet6 static
        address 2001:xxxx:xxxx:3::1
        netmask 64

radvd.conf contains only

interface eth2
{
   AdvSendAdvert on;
   prefix 2001:xxxx:xxxx:2::/64
   {
   };
};

interface eth3
{
   AdvSendAdvert on;
   prefix 2001:xxxx:xxxx:3::/64
   {
   };
};


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.27
Locale: LANG=et_EE, LC_CTYPE=et_EE (charmap=ISO-8859-15)

Versions of packages radvd depends on:
ii  adduser                      3.99        Add and remove users and groups
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries

radvd recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to