dhcpcd-discuss

Re: dhcpcd-7.0.0-rc1 released

JED

Wed May 10 18:49:59 2017

6:53 AM is too early for me, but now it's 2:44 PM and I have news.

dhcpcd-7.0.0-rc1 is successfully installed on my raspberry pi and FIXES the SEGV that I saw on the last two versions of this "distribution" whenever I converted the root directory to an f2fs type.

Installing was just wget to download, tar, ./configure, make, and make install. Absolutely NO problems of any kind.

I didn't want you to waste time shooting a bug that you'd already fixed, so this has worked out.

Just FYI:
pi@rasp8apr:~ $ uname -a
Linux rasp8apr 4.9.24-v7+ #993 SMP Wed Apr 26 18:01:23 BST 2017 armv7l GNU/Linux
pi@rasp8apr:~ $ dhcpcd --version
dhcpcd 7.0.0-rc1
Copyright (c) 2006-2017 Roy Marples
Compiled in features: INET ARP ARPing IPv4LL INET6 DHCPv6 AUTH
pi@rasp8apr:~ $ df -HT
Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/root      f2fs       16G  4.7G   11G  32% /
devtmpfs       devtmpfs  480M     0  480M   0% /dev
tmpfs          tmpfs     485M     0  485M   0% /dev/shm
tmpfs          tmpfs     485M  6.6M  478M   2% /run
tmpfs          tmpfs     5.3M  4.1k  5.3M   1% /run/lock
tmpfs          tmpfs     485M     0  485M   0% /sys/fs/cgroup
/dev/mmcblk0p1 vfat       66M   22M   44M  34% /boot
tmpfs          tmpfs      97M     0   97M   0% /run/user/1000
pi@rasp8apr:~ $ ifconfig
eth0      Link encap:Ethernet  HWaddr b8:27:eb:b8:83:6c
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:658 errors:0 dropped:0 overruns:0 frame:0
          TX packets:658 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:72231 (70.5 KiB)  TX bytes:72231 (70.5 KiB)

wlan0     Link encap:Ethernet  HWaddr 00:e6:20:10:3d:08
          inet addr:10.168.95.102  Bcast:10.168.95.255  Mask:255.255.255.0
          inet6 addr: fe80::2e6:20ff:fe10:3d08/64 Scope:Link
          inet6 addr: 2601:404:c003:6230:b447:bff3:571:227/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1998 errors:0 dropped:0 overruns:0 frame:0
          TX packets:586 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:300245 (293.2 KiB)  TX bytes:81217 (79.3 KiB)

On 5/10/2017 6:53 AM, Roy Marples wrote:
Hi List!

dhcpcd-7.0.0-rc1 has been released with the following changes:
  *  Default to use VLANID>0 for IAID instead of MAC address
  *  BSD: Add support for RTA_LABEL
  *  Stop sharing the DHCPv6 port in master mode with other processes
  *  Fix some prefix delegation issues when the carrier drops or
     addresses become stale
  *  Fix a crash when starting dhcpcd with -n
  *  Fix test for preferring a fake lease over a real one
  *  Show to real address lifetimes being added when adding IPv6
     addresses
  *  Install dhcpcd-definitions.conf to the correct directory
  *  Restore the -G, --nogateway option

Hopefully this should be it now.
Many thanks to the many people who have submitted patches and taken
their time to test dhcpcd-7.

Roy

References:
dhcpcd-7.0.0-rc1 releasedRoy Marples
Archive administrator: postmaster@marples.name