Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#41216 - [wicd] works with dhclient and dhcpcd 6.3.2-1 but not dhcpcd 6.4.0-1
Attached to Project:
Arch Linux
Opened by Michael (hede) - Wednesday, 16 July 2014, 10:16 GMT
Last edited by Angel Velasquez (angvp) - Sunday, 04 February 2018, 18:52 GMT
Opened by Michael (hede) - Wednesday, 16 July 2014, 10:16 GMT
Last edited by Angel Velasquez (angvp) - Sunday, 04 February 2018, 18:52 GMT
|
DetailsI'm using wicd to connect to wireless networks. Some of them are always working, but for some I have to downgrade dhcpcd or use dhclient.
For some reason right after getting the IP address wicd cuts the connection. For me this happens only with some of the networks I connect to and with dhcpcd 6.4.0-1. Downgrading dhcpcd to 6.3.2-1 helps. And dhclient also works. |
This task depends upon
wicd assumes that when dhcpcd forks it has a working IPv4 address.
Starting with dhcpcd-6.4.0, slaac private is the default. A side effect of this is that on a fresh boot, IPv6 / DHCPv6 has a better chance of finishing before IPv4 / DHCPv4.
dhcpcd forks when either IPv4 or IPv6 is configured.
To change this, add:
waitip 4
to dhcpcd.conf, however this does rely on a working IPv4 connection.
http://roy.marples.name/projects/dhcpcd-ui