Fitzcarraldo wrote:Please use the Code button around console output
I've fixed your latest post to include the 'Code' BBCode (see the Code button at the top of the box where you type your post).
Looking through the output from your /var/log/messages file, you can clearly see that there is a problem. It looks like the problem starts at the following point:
- Code: Select all
Sep 25 19:03:26 localhost pppd[9843]: Plugin /usr/lib64/pppd/2.4.4/nm-pppd-plugin.so is for pppd version 2.4.4, this is 2.4.5
A little googling shows that this is a bug in net-misc/networkmanager-0.8-r1, the latest version of NetworkManager in the Entropy repository.
You need to do two things:
1. To get you going for now, install the latest version of the package (net-misc/networkmanager-0.8-r6) via the Portage package manager, as root user in a Konsole/Terminal window:
- Code: Select all
emerge --sync
layman -S
emerge -1v networkmanager
equo rescue spmsync
The first command above synchronises your PC with the Portage 'main tree' repository of ebuilds (scripts for compiling and installing source packages).
The second command above synchronises your PC with the Sabayon overlay repository of ebuilds.
The third command above merges (installs) the package.
The fourth command above is to tell Entropy what you did via Portage.
2. File a bug report (see the link 'Bugs' at the top right of this screen) requesting that the current NetworkManager package in the Entropy repository be bumped to the latest version in Portage in order to fix a bug. Refer in your bug report to Gentoo Bugzilla Bug Report No. 330665. This should hopefully trigger
joost to build networkmanager-0.8-r6 and put it in the Entropy repository.