Code: Select all
Linux rpif2 5.10.60-v8+ #1449 SMP PREEMPT Wed Aug 25 15:01:33 BST 2021 aarch64 GNU/Linux
dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Code: Select all
sudo journalctl -u dhcpcd
...
Sep 25 17:34:30 rpif2 dhcpcd[555]: eth0: no IPv6 Routers available
Sep 27 10:17:00 rpif2 dhcpcd[555]: received SIGTERM, stopping
Sep 27 10:17:00 rpif2 dhcpcd[555]: eth0: removing interface
Sep 27 10:17:00 rpif2 systemd[1]: Stopping DHCP Client Daemon...
Sep 27 10:17:00 rpif2 dhcpcd[555]: dhcpcd exited
Sep 27 10:17:00 rpif2 systemd[1]: dhcpcd.service: Succeeded.
Sep 27 10:17:00 rpif2 systemd[1]: Stopped DHCP Client Daemon.
Sep 27 10:17:00 rpif2 systemd[1]: Starting DHCP Client Daemon...
Sep 27 10:17:00 rpif2 systemd[46789]: dhcpcd.service: Failed to locate executable /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Sep 27 10:17:00 rpif2 systemd[46789]: dhcpcd.service: Failed at step EXEC spawning /usr/lib/dhcpcd5/dhcpcd: No such file or directory
Sep 27 10:17:00 rpif2 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=203/EXEC
Sep 27 10:17:00 rpif2 systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Sep 27 10:17:00 rpif2 systemd[1]: Failed to start DHCP Client Daemon.
Sep 27 10:17:01 rpif2 systemd[1]: dhcpcd.service: Scheduled restart job, restart counter is at 1.
Code: Select all
Unpacking dhcpcd5 (1:8.1.2-1+rpt2) over (1:8.1.2-1+rpt1) ...
dpkg: warning: unable to delete old directory '/var/lib/dhcpcd5': Directory not empty
...
Setting up dhcpcd5 (1:8.1.2-1+rpt2) ...
Installing new version of config file /etc/init.d/dhcpcd ...
update-alternatives: warning: alternative /sbin/dhcpcd5 (part of link group dhcpcd) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/dhcpcd is dangling; it will be updated with best choice
Code: Select all
dpkg -L dhcpcd5 | grep /sbin
/usr/sbin
/usr/sbin/dhcpcd
Code: Select all
sudo apt changelog dhcpcd5
Get:1 store: dhcpcd5 1:8.1.2-1+rpt2 Changelog
Fetched 7,196 B in 0s (484 kB/s)
dhcpcd5 (1:8.1.2-1+rpt2) bullseye; urgency=medium
* New upstream version 8.1.2
* Install dhcpcd's wpa_supplicant hook
* Add netdev group and give it write access to dhcpcd.conf
* Background dhcpcd on launch to avoid startup delays
* Remove upstreamed patches
* Use hardware address instead of duid for Client ID
- https://github.com/raspberrypi/noobs/issues/336
* Disable address senitisation
-- Serge Schneider <serge@raspberrypi.com> Wed, 22 Sep 2021 17:48:34 +0100
dhcpcd5 (7.1.0-2) unstable; urgency=high
<<snip>>
-- Scott Leggett <scott@sl.id.au> Sun, 05 May 2019 21:55:14 +0800