After installing kde from the beta1 pre-release iso, journalctl shows dhclient[940]: can't create /var/lib/dhclient/dhclient--eth0.lease: No such file or directory
Whiteboard: (none) => 3beta1
CC: (none) => oeAssignee: bugsquad => guillomovitch
Strange issue, as both the client and the server were supposed to use /var/lib/dhcp as state directory, shipped in dhcp-common package. Anyway, I just submited 4.2.4P2-2.mga3, with the client using /var/lib/dhclient as state directory, as on fedora. This should fix this issue.
With Mageia 3 beta 2 3rd build of the pre-release iso images, the message is Jan 21 21:02:46 localhost dhclient[1857]: can't create /var/lib/dhcp/dhclient-5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03-eth0.lease: No such file or directory This is with the gnome live cd. dhcp-common-4.2.4P2-4.mga3 is installed, but only has the doc and man files.
Whiteboard: 3beta1 => 3beta2
Reproduced here. Something external to dhcp-client package configuration seems to enforce usage of a non-default lease directory, and I can't find what exactly...
According to get_dhclient_leasefile function in nm-dhcp-dhclient.c code, NetworkManager should uses its own NMSTATEDIRstate directory to store dhclient leases files. However, this is clearly not the case, as the filename pattern is clearly the one used in this function...
Status: NEW => ASSIGNED
Fixed with the switch to network manager 0.9.8.
Status: ASSIGNED => RESOLVEDResolution: (none) => FIXED