[pptp-server] missing modules?

Cowles, Steve Steve at SteveCowles.com
Sat Mar 2 22:20:09 CST 2002


> -----Original Message-----
> From: Lonnie Cumberland [mailto:lonnie at outstep.com]
> Sent: Saturday, March 02, 2002 5:36 PM
> To: pptp-server at lists.schulte.org
> Subject: [pptp-server] missing modules?
> 
> 
> Hello All,
> 
> I am using the redhat 7.2 linux but still cannot seem to get the PPTP
> to work. In looking at the error in /var/log/messages I can see that
> there seems to be some kind of module missing.
> 
> --------------------------------------------------------------
> Mar  2 13:41:41 tarus pptpd[29384]: CTRL: Client 192.168.1.12 control
> connection started
> Mar  2 13:41:41 tarus pptpd[29384]: CTRL: Starting call (launching
> pppd, opening GRE)
> Mar  2 13:41:41 tarus pppd[29385]: pppd 2.4.1 started by root, uid 0
> Mar  2 13:41:41 tarus modprobe: modprobe: Can't locate module tty-
> ldisc-3

Did you add the following aliases to /etc/modules.conf ??

alias char-major-108 ppp_generic
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-18 ppp_mppe
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate 

Do the following modules exist ??

[root at firewall net]# pwd
/lib/modules/2.4.<revision>/kernel/drivers/net
[root at firewall net]# ls pp* bs*
bsd_comp.o   ppp_deflate.o  ppp_mppe.o  pppox.o
ppp_async.o  ppp_generic.o  pppoe.o     ppp_synctty.o

Steve Cowles



More information about the pptp-server mailing list