unbound

_unbound のインストールスクリプトの修正_とコメントにはありましたが、一体どんな不具合なんだ、と言いつつ sid な chroot で色々確認。
元ネタは以下??

で、試してみます。chroot なソレだと unbound がスデに install 済みなのでナニ

# dpkg --get-selections|grep unbound
unbound                                         install
# apt-get remove unbound
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  unbound
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 823kB disk space will be freed.
Do you want to continue [Y/n]? 
(Reading database ... 22604 files and directories currently installed.)
Removing unbound ...
Stopping recursive DNS server: unbound.
Processing triggers for man-db ...
#

purge した方が良かったかの、と言いつつ dash を入れる。

# apt-get install -fy dash
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  dash
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 93.0kB of archives.
After this operation, 176kB of additional disk space will be used.
Get:1 http://ftp.jp.debian.org sid/main dash 0.5.4-12 [93.0kB]
Fetched 93.0kB in 0s (131kB/s)
Preconfiguring packages ...
Selecting previously deselected package dash.
(Reading database ... 22595 files and directories currently installed.)
Unpacking dash (from .../dash_0.5.4-12_i386.deb) ...
Processing triggers for man-db ...
Setting up dash (0.5.4-12) ...
# ls -l /bin/sh
lrwxrwxrwx 1 root root 4 Oct 27 12:09 /bin/sh -> bash
#

むむ、とウナりつつ、dpkg-reconfigure

# dpkg-reconfigure dash

で、Install dash as /bin/sh? との質問に Yes と返答。

# ls -l /bin/sh
lrwxrwxrwx 1 root root 4 Oct 28 12:18 /bin/sh -> dash
#

で、unbound を入れてみる。

# apt-get install -fy unbound
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  unbound
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/333kB of archives.
After this operation, 823kB of additional disk space will be used.
Selecting previously deselected package unbound.
(Reading database ... 22605 files and directories currently installed.)
Unpacking unbound (from .../unbound_1.0.2-1_i386.deb) ...
Processing triggers for man-db ...
Setting up unbound (1.0.2-1) ...
Starting recursive DNS server: unbound.
#

むむむ、と言いつつリトライ。

# apt-get remove --purge unbound
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  unbound*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 823kB disk space will be freed.
Do you want to continue [Y/n]? 
(Reading database ... 22614 files and directories currently installed.)
Removing unbound ...
Stopping recursive DNS server: unbound.
Purging configuration files for unbound ...
Processing triggers for man-db ...
# apt-get update
(ry
# apt-get install -fy unbound
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  unbound
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 0B/333kB of archives.
After this operation, 823kB of additional disk space will be used.
Selecting previously deselected package unbound.
(Reading database ... 22600 files and directories currently installed.)
Unpacking unbound (from .../unbound_1.0.2-1_i386.deb) ...
Processing triggers for man-db ...
Setting up unbound (1.0.2-1) ...
Starting recursive DNS server: unbound.
#

バージョンは同じですな。ちなみに材料にしてた #281033 な Bug は 1.0.0-3 となっております。バグは解消したのでしょうか。
でびあんの BTS 見てみると #500176 というナニがありますが、ぢつはこっちなのでしょうか。今からやりとりを追い掛けてみます。