* repeated phone calls to someone from different phone numbers
* leering
* breaking the ground rules for an event, and justifying it on the basis that he's personally exempt from any rules
* singling out a teenage girl attending one of his talks (as in "oh wow, a GIRL")
* single her out again while telling his questionable 'EMACS virgins' joke
* saying in an interview that he didn't know any women who have contributed to GCC, when there had been at least 4
It all adds up to several accounts of people saying they've left the free software movement (or avoided it entirely) because of his behaviour combined with his stature. As a community leader who supposedly leads by example, he needs to do better, and if he doesn't, the community needs to hold him accountable. That's happening now.
I found this was the case (with Telus) until I reconfigured the DHCPv6-PD client on my gateway, mainly to stop it from sending DHCPv6 Release messages and to have it explicitly request the prefix I was previously assigned.
OpenWRT in particular seemed to be built not to save any dhcp client state in non-volatile memory, resulting in a lot of unnecessary address and prefix churn when rebooting the router. I've had the same stable prefix for over a year now, using systemd-networkd with the following configuration (the important parts are SendRelease=no, RequestAddress= and PrefixDelegationHint=; the rest of the options are just insurance):
https://gist.github.com/dlitz/487d733140aa784559d73e4cd6f723...