YANO's digital garage

Copyright ©YANO All rights reserved. https://www.bravotouring.com/~yano/

Last-modified: 2024-04-08 (月)


[一語一絵/IT系]

dhcpd / 2014-05-20 (火)

自宅サーバのUbuntu 10.04 LTS@GT110bからUbuntu 14.04 LTS@ProLiant ML110 G7への移行作業。

sensors関連ツールの再整備に続いて、dhcp3-serverを入れようとしたのだが、代わりにisc-dhcp-serverが入った。
yano@ML110G7:~$ sudo apt-get install dhcp3-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'isc-dhcp-server' instead of 'dhcp3-server'
Suggested packages:
  isc-dhcp-server-ldap
The following NEW packages will be installed:
  isc-dhcp-server
0 upgraded, 1 newly installed, 0 to remove and 42 not upgraded.
Need to get 762 kB of archives.
After this operation, 2,138 kB of additional disk space will be used.
Get:1 http://jp.archive.ubuntu.com/ubuntu/ trusty/main isc-dhcp-server amd64 4.2.4-7ubuntu12 [762 kB]
Fetched 762 kB in 0s (989 kB/s)
Preconfiguring packages ...
Selecting previously unselected package isc-dhcp-server.
(Reading database ... 73354 files and directories currently installed.)
Preparing to unpack .../isc-dhcp-server_4.2.4-7ubuntu12_amd64.deb ...
Unpacking isc-dhcp-server (4.2.4-7ubuntu12) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up isc-dhcp-server (4.2.4-7ubuntu12) ...
Generating /etc/default/isc-dhcp-server...
isc-dhcp-server start/running, process 7326
isc-dhcp-server6 stop/pre-start, process 7369
Processing triggers for ureadahead (0.100.0-16) ...
yano@ML110G7:~$

ちなみにdhcpdパッケージを選択すると[External]BusyBox由来のudhcpdが導入される模様。

yano@ML110G7:~$ sudo apt-get install dhcpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'udhcpd' instead of 'dhcpd'
The following packages were automatically installed and are no longer required:
  augeas-lenses libaugeas0 libbluetooth3 libbrlapi0.6 libfdt1 libnetcf1
  libnl-route-3-200 libseccomp2 libspice-server1 libusbredirparser1 libxen-4.4
  libxslt1.1 libyajl2 sharutils
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  udhcpd
0 upgraded, 1 newly installed, 0 to remove and 42 not upgraded.
Need to get 5,904 B of archives.
After this operation, 93.2 kB of additional disk space will be used.
Get:1 http://jp.archive.ubuntu.com/ubuntu/ trusty/universe udhcpd amd64 1:1.21.0-1ubuntu1 [5,904 B]
Fetched 5,904 B in 1s (5,209 B/s)
Selecting previously unselected package udhcpd.
(Reading database ... 73832 files and directories currently installed.)
Preparing to unpack .../udhcpd_1%3a1.21.0-1ubuntu1_amd64.deb ...
Unpacking udhcpd (1:1.21.0-1ubuntu1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Setting up udhcpd (1:1.21.0-1ubuntu1) ...
udhcpd: Disabled. Edit /etc/default/udhcpd to enable it.
Processing triggers for ureadahead (0.100.0-16) ...
yano@ML110G7:~$

【参照】
●Ubuntu Wiki https://wiki.ubuntu.com/
Releases
LucidLynx 10.04
NattyNarwhal 11.04
PrecisePangolin 12.04
RaringRingtail 13.04
TrustyTahr 14.04
●Ubuntu パッケージ検索 http://packages.ubuntu.com/
trusty のセクション一覧
trusty の dhcp3-server パッケージに関する詳細
trusty の isc-dhcp-server パッケージに関する詳細
trusty の udhcpd パッケージに関する詳細
●Wikipedia http://ja.wikipedia.org/wiki/
ubuntu
Dynamic Host Configuration Protocol