Hi
I'm not new to Debian but I am very new to trixie.
I built a new system with debootstrap (I've done it many times to build bookworm systems) but straight away I have two problems.
1. dhclient is gone, so I'm supposed to start the dhcpcd service?
commands I tried
enxc84d4423029f is USB to ethernet adapter and sometimes it will be there and sometimes not.
In bookworm I would have done dhclient enxc84d4423029f
what' s the correct equivalent way to do this in trixie?
2. I can't shut it downso maybe this indicates more fundamental problems?
Any help is much appreciated. Thanks
I'm not new to Debian but I am very new to trixie.
I built a new system with debootstrap (I've done it many times to build bookworm systems) but straight away I have two problems.
1. dhclient is gone, so I'm supposed to start the dhcpcd service?
commands I tried
Code:
# dpkg -l |grep dhcpii dhcpcd-base 1:10.1.0-2 arm64 DHCPv4 and DHCPv6 dual-stack client (binaries and exit hooks)# ip link1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:002: enxc84d4423029f: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether c8:4d:44:23:02:9f brd ff:ff:ff:ff:ff:ff3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether d2:8b:a6:95:f4:c9 brd ff:ff:ff:ff:ff:ff altname wlxd28ba695f4c9# systemctl start dhcpcd@enxc84d4423029fFailed to start dhcpcd@enxc84d4423029f.service: Unit dhcpcd@enxc84d4423029f.service not found.# systemctl start dhcpcd Failed to start dhcpcd.service: Unit dhcpcd.service not found.
In bookworm I would have done dhclient enxc84d4423029f
what' s the correct equivalent way to do this in trixie?
2. I can't shut it down
Code:
# shutdown nowFailed to connect to system scope bus via local transport: No such file or directory# haltFailed to connect to system scope bus via local transport: No such file or directory
Any help is much appreciated. Thanks
Statistics: Posted by dieselnutjob — 2024-11-29 10:40 — Replies 2 — Views 51