Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: What happened to MPPE?
PostPosted: Sat Aug 13, 2011 11:12 am 
Offline
Newbie

Joined: Sat Aug 13, 2011 11:09 am
Posts: 2
Hey there...I've searched, and I've tried rolling various kernels (besides the default they won't work for me...but oh well), and different distros but still nada luck on trying to get MPPE working with any sorta kernel any sorta way.

There've been a few topics about this already...about half a decade old...=D
archive/o_t/t_1188/mppe_support.html
viewtopic.php?t=1567&view=next

Any chance we could get MPPE usable in a kernel soon?

Thanks!


Top
   
 Post subject:
PostPosted: Sat Aug 13, 2011 12:59 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Seems to be in there with recent builds, at least:

Code:
rtucker@framboise:~$ uname -a
Linux framboise 2.6.39.1-linode34 #1 SMP Tue Jun 21 10:29:24 EDT 2011 i686 GNU/Linux
rtucker@framboise:~$ zgrep MPPE /proc/config.gz
CONFIG_PPP_MPPE=y

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Sat Aug 13, 2011 5:06 pm 
Offline
Newbie

Joined: Sat Aug 13, 2011 11:09 am
Posts: 2
Hmm, yeah it seems to be in my kernel package too but does it matter if it doesn't respond from a modprobe?

[root@li180-179 ~]# zgrep MPPE /proc/config.gz
CONFIG_PPP_MPPE=y
[root@li180-179 ~]# modprobe ppp-compress-18 && echo ok
FATAL: Module ppp_mppe not found.

Well, guess I'll try to compile pptpd and see if it works... :)


Top
   
 Post subject:
PostPosted: Sat Aug 13, 2011 5:33 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:18 am
Posts: 681
modprobe is for modules (e.g, not statically compiled into the kernel). It expects to find the module in /lib/modules/`uname -r`, which should be empty for Linode kernels, which all use entirely compiled-in features. So modprobe failing in this case is expected behavior. Checking /proc/config.gz is the simplest way to check for a feature in a Linode kernel.

If you do find yourself needing features (whether static or module) not included in a Linode kernel you'll need to build your own kernel and use the pv-grub approach.

Oh, and it looks like the ppp-compress module name is normally aliased to either bsd_comp or ppp_deflate, both of which also appear to be included in Linode's kernels.

-- David


Top
   
 Post subject:
PostPosted: Sat Aug 13, 2011 6:14 pm 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
viewtopic.php?t=4950


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


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

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group