Marius Tomaschewski changed bug 1188019
What Removed Added
CC   mt@suse.com

Comment # 5 on bug 1188019 from
(In reply to Software System from comment #3)
[...]
> > Jul 22 21:41:50 localhost wickedd-dhcp4[969]: eth0: Committed DHCPv4 lease with address 192.168.60.120 (lease time 4294967295 sec, renew in 2147483647 sec, rebind in 536870911 sec)
[...]
> So, somethings wrong with wicked dhcp? Or is it normal that wicked will
> cause high CPU when request DHCP?

Yes, as it it seems, there is an issue with infinite lease time (4294967295
is UINT_MAX) :-/

(In reply to Ivan Ivanov from comment #4)
> Jul 23 00:00:00 localhost wickedd-dhcp6[546]: eth0: ignoring REPLY message
> xid 0x6750c4 in state SELECTING from fe80::dea6:32ff:fe3c:1825: rapid-commit
> lease without usable address

This is a different issue, please open a new report about.

Either the router IPv6-RA��� or the local config says, wicked should use
 DHCLIENT6_MODE=managed
to acquire an IPv6 address, but the dhcp6 server isn't acting in managed
but in info-only mode and delivers a lease without any IP; wickedd-dhcp6
has to discard / ignore such responses by RFC.

Please install the "radvd" package and let "radvdump" running for a while
to see the RA that arrives on the interface(s) or capture dhcp6 and icmp6
(contains router RS/RA) packets, using tcpdump:
 tcpdump -w dhcp6.pcap -s 65535 -Uvnfi any 'icmp6 or port 546 or port 547'
while `wicked ifup all` (=rcnetwork start) is running.


In both cases, please provide logs as described at:
  https://en.opensuse.org/openSUSE:Bugreport_wicked


You are receiving this mail because: