You are not logged in.
Since few, I have problems getting IP adress with NetworkManager, so I switch to WiCD which works well.
I found this error with journalctl :
avril 10 09:37:01 x200 NetworkManager[537]: <error> [1397115421.4269] [nm-system.c:287] sync_addresses(): (enp0s25): error -7 returned from rtnl_addr_add():
Does anybody know how to solve this issue ? I need to switch back to NM because it allows me to manage a 3G/UMTS connection.
[EDIT]
it looks quite similar to this bug :
https://bugzilla.redhat.com/show_bug.cgi?id=1063885
Last edited by dR0o7 (2014-04-15 07:55:35)
Offline
Doing a fresh re-install of the package seems to have solved the problem
Using wicd as connection manager
sudo pacman -Rnsc networkmanager
reboot then
sudo pacman -Sy networkmanager network-manager-applet
with all the systemctl enable/disable needed
networkmanager also seems to use dhcpcd to get ip now instead of dhclient
dr0o7@x200 ~% sudo journalctl -n 2000 | grep dhc
avril 15 09:49:21 x200 NetworkManager[506]: <info> dhcpcd started with pid 2135
avril 15 09:49:21 x200 dhcpcd[2135]: version 6.3.2 starting
avril 15 09:49:21 x200 dhcpcd[2135]: DUID 00:01:00:01:1a:cf:ca:8c:00:1f:16:1a:f3:70
avril 15 09:49:21 x200 dhcpcd[2135]: enp0s25: IAID 16:1a:f3:70
avril 15 09:49:21 x200 dhcpcd[2135]: enp0s25: soliciting an IPv6 router
avril 15 09:49:21 x200 dhcpcd[2135]: enp0s25: rebinding lease of 10.219.5.11
avril 15 09:49:26 x200 dhcpcd[2135]: enp0s25: leased 10.219.5.11 for 691200 seconds
avril 15 09:49:26 x200 dhcpcd[2135]: enp0s25: adding route to 10.219.5.0/24
avril 15 09:49:27 x200 dhcpcd[2135]: enp0s25: removing route to 10.219.5.0/24
avril 15 09:49:33 x200 dhcpcd[2135]: enp0s25: no IPv6 Routers available
Offline