Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: PPTP VPN kernel module
PostPosted: Thu Dec 10, 2009 6:21 pm 
Offline
Newbie
User avatar

Joined: Thu Dec 10, 2009 6:17 pm
Posts: 2
Location: Sydney
Hi,

I am trying to use the pptpsetup and connect to a VPN but it complains with this error:

Code:
FATAL: Module ppp_compress_18 not found.
/usr/sbin/pptpsetup: couldn't find MPPE support in kernel.


I've checked and there is support for MPPE in the kernel.

Code:
root@cadaques ~/ # zgrep MPPE /proc/config.gz 
CONFIG_PPP_MPPE=y


Any idea?

I'm using Archlinux.
Thanks!


Top
   
 Post subject:
PostPosted: Fri Dec 11, 2009 12:56 am 
Offline
Senior Member
User avatar

Joined: Mon Dec 10, 2007 4:30 pm
Posts: 341
Website: http://markwalling.org
Support is there, but its built in, not a module. Get your script to soft fail on that error, and you should be golden.


Top
   
PostPosted: Tue Aug 09, 2011 5:30 pm 
Offline

Joined: Tue Aug 09, 2011 5:27 pm
Posts: 1
Website: http://www.imagehawk.com
Yahoo Messenger: mark0978
Location: United States
I'm on ubuntu trying to setup vpn and running into the same problem, but the answer above just doesn't make sense to me at all.


Top
   
 Post subject:
PostPosted: Wed Aug 10, 2011 2:55 am 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
Many options in the Linux kernel can be built either as loadable modules, or directly into the kernel image. This is selected during the kernel configuration step.

In miguimon's case, the code for the CONFIG_PPP_MPPE option has been built into the kernel. (Had it been built as a module, you would have seen CONFIG_PPP_MPPE=m).

Because this capability has been built into the kernel image, it is neither desirable nor possible to load this same code as a module. A script which tries to load it as a module will receive an error. mwalling is suggesting that the script be modified so that it does not exit if an error occurs when trying to load the module.


Top
   
 Post subject:
PostPosted: Wed Aug 10, 2011 10:29 am 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
tl;dr: your pptpsetup is broken and doing the wrong thing, not the kernel. You need to fix pptpsetup to ignore the error.


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


Who is online

Users browsing this forum: No registered users and 1 guest


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