Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
updated pppd 2.4.9 and lack of rp-pppoe.so plugin
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
devnull0000
n00b
n00b


Joined: 16 Aug 2020
Posts: 4

PostPosted: Sat Jan 16, 2021 9:28 am    Post subject: updated pppd 2.4.9 and lack of rp-pppoe.so plugin Reply with quote

I just want to share this with others because it cannot be googled right now:
if you use pppoe and after gentoo update you stay without internet and get this message at pon script:

Code:

/usr/sbin/pppd: /usr/lib64/pppd/2.4.9/rp-pppoe.so: cannot open shared object file: No such file or directory


then the reason is that in version 2.4.9 (see https://github.com/paulusmack/ppp ) they renamed rp-pppoe.so plug-in to pppoe.so
so it is the only fix, open your setup script (normally /etc/ppp/peers/provider ) and change line
Code:

plugin rp-pppoe.so

to
Code:

plugin pppoe.so


the rest will work.
Back to top
View user's profile Send private message
Tender
Apprentice
Apprentice


Joined: 05 Nov 2005
Posts: 166

PostPosted: Sun Apr 11, 2021 8:10 am    Post subject: Reply with quote

and/or:
https://bugs.gentoo.org/781932
Back to top
View user's profile Send private message
cz0
Apprentice
Apprentice


Joined: 13 Jun 2005
Posts: 280
Location: /earth/russia/moscow

PostPosted: Tue Apr 13, 2021 7:16 pm    Post subject: Reply with quote

Same here. Have to manually update to net-dialup/ppp-2.4.9-r2 and that solved the problem. But that thing stroked pretty nasty. The only way I was able to recover is I had physical access to the server and have all necessary stuff already downloaded.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum