found 784852 1.5.0-2
thanks
Hi Ondrej S,
On 05/12/2015 04:51 PM, Debian Bug Tracking System wrote:
Processing commands for cont...@bugs.debian.org:
close 784852 1.5.0-2
Bug #784852 [bird] bird: Use debconf for router id
There is no source info for the package 'bird' at version '1.5.0-2' with
architecture ''
Unable to make a source version for version '1.5.0-2'
Marked as fixed in versions 1.5.0-2.
Bug #784852 [bird] bird: Use debconf for router id
Marked Bug as done
Would you mind sharing the rationale behind just closing this bug report
without any comment? It might help others to understand.
I just had a look at 1.5.0-2
1. Thanks for including the smaller example config file. I trust that
Ondrej Zajicek will come up with an even better one, which can replace
it later.
2. What is your opnion on the previous thoughts about *never* asking to
replace the bird.conf file? The current handling (also with ucf) shows
the same behaviour as the conffile way.
3. The package is currently broken. Simply installing the package
results in errors now, because "router id 2001:DB8::1;" is not valid
bird configuration. See attached output. Did you test the package before
uploading?
P.S. are you using git://anonscm.debian.org/users/ondrej/bird.git for
packaging? Could you push your changes?
Thanks,
--
Hans van Kranenburg - System / Network Engineer
T +31 (0)10 2760434 | hans.van.kranenb...@mendix.com | www.mendix.com
# apt-get install -t unstable bird
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
bird-doc
The following NEW packages will be installed:
bird
0 upgraded, 1 newly installed, 0 to remove and 197 not upgraded.
Need to get 508 kB of archives.
After this operation, 1,319 kB of additional disk space will be used.
Get:1 http://ftp.nl.debian.org/debian/ unstable/main bird amd64 1.5.0-2 [508 kB]
Fetched 508 kB in 0s (5,492 kB/s)
Selecting previously unselected package bird.
(Reading database ... 50313 files and directories currently installed.)
Preparing to unpack .../bird_1.5.0-2_amd64.deb ...
Unpacking bird (1.5.0-2) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (215-17) ...
Setting up bird (1.5.0-2) ...
Creating config file /etc/bird/bird.conf with new version
Creating config file /etc/bird/bird6.conf with new version
Job for bird6.service failed. See 'systemctl status bird6.service' and
'journalctl -xn' for details.
invoke-rc.d: initscript bird6, action "start" failed.
dpkg: error processing package bird (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for systemd (215-17) ...
Errors were encountered while processing:
bird
[master a22d693] committing changes in /etc after apt run
32 files changed, 365 insertions(+)
create mode 100644 bird/bird.conf
create mode 100644 bird/bird6.conf
create mode 100644 bird/envvars
create mode 100755 init.d/bird
create mode 100755 init.d/bird6
create mode 120000 rc0.d/K01bird
create mode 120000 rc0.d/K01bird6
create mode 120000 rc1.d/K01bird
create mode 120000 rc1.d/K01bird6
create mode 120000 rc2.d/S02bird
create mode 120000 rc2.d/S02bird6
create mode 120000 rc3.d/S02bird
create mode 120000 rc3.d/S02bird6
create mode 120000 rc4.d/S02bird
create mode 120000 rc4.d/S02bird6
create mode 120000 rc5.d/S02bird
create mode 120000 rc5.d/S02bird6
create mode 120000 rc6.d/K01bird
create mode 120000 rc6.d/K01bird6
E: Sub-process /usr/bin/dpkg returned an error code (1)
# systemctl status bird6.service -l
● bird6.service - BIRD Internet Routing Daemon (IPv6)
Loaded: loaded (/lib/systemd/system/bird6.service; disabled)
Active: failed (Result: exit-code) since Wed 2015-05-13 22:10:59 CEST; 39s
ago
May 13 22:10:59 mekker bird6[20727]: bird: /etc/bird/bird6.conf, line 10:
Router IDs must be entered as hexadecimal numbers or IPv4 addresses in IPv6
version
May 13 22:10:59 mekker systemd[1]: bird6.service: control process exited,
code=exited status=1
May 13 22:10:59 mekker systemd[1]: Failed to start BIRD Internet Routing Daemon
(IPv6).
May 13 22:10:59 mekker systemd[1]: Unit bird6.service entered failed state.