cirros-dev / cirros

116 stars 33 forks source link

Fix stopping of dhcpcd service. (#107) #108

Closed smoser closed 11 months ago

smoser commented 1 year ago
smoser commented 1 year ago

@karelyatin are you able to test that it works?

downloadable images at https://github.com/cirros-dev/cirros/actions/runs/5669876095?pr=108

karelyatin commented 1 year ago

@karelyatin are you able to test that it works?

downloadable images at https://github.com/cirros-dev/cirros/actions/runs/5669876095?pr=108

@smoser yeap image cirros-d230726-x86_64-disk.img worked fine

$ grep PIDFILE= /etc/init.d/S41dhcpcd PIDFILE=/var/run/dhcpcd/pid $ ps -eaf|grep dhcp 279 dhcpcd dhcpcd: [manager] [ip4] [ip6] 280 root dhcpcd: [privileged proxy] 281 dhcpcd dhcpcd: [network proxy] 282 dhcpcd dhcpcd: [control proxy] 315 dhcpcd dhcpcd: [BPF ARP] eth0 192.0.2.43
522 cirros grep dhcp $ sudo /etc/init.d/S41dhcpcd stop Stopping dhcpcd... stopped /sbin/dhcpcd (pid 279) $ ps -eaf|grep dhcp 527 cirros grep dhcp

karelyatin commented 12 months ago

@smoser anything else missing on this?