[pptp-server] problem of patching ppp-2.3.8

Toktar, Emir EMIR.TOKTAR at bra.xerox.com
Fri Nov 19 01:28:12 CST 1999


Chavant, do the download of the ppp-2.3.8 and patchs newly (integrity?)
You should rebuild the kernel with this package.

This version of PPP has been tested on various Linux kernel versions
(most recently 2.0.36 and 2.2.8). It will not work on kernels before
2.0.0. If you have an earlier kernel, please upgrade to the latest 2.0
or 2.2 kernel.

Follow the PoPToP HowTo...

##-----(if kernel < 2.2.8)---------###
# e.g. Build the kernel when < Kernel 2.2.8
# kernel 
    [cd /usr/src/linux/]
    [make menuconfig .....if necessary ...]

#e.g. Look for the rmp installed [RedHat 6.0 - default]
#kernel-headers-2.2.5-15   ==> [your situation kernel-headers-2.0.36]...
#kernel-2.2.5-15           ==> [your situation kernel....]
#kernel-doc-2.2.5-15
#kernel-pcmcia-cs-2.2.5-15 # if necessary...
#kernel-source-2.2.5-15
#kernelcfg-0.5-5
#ppp-2.3.7-2
#
## Follow this steps...
    [make dep]
    [make clean]
    [make bzImage]
    [make modules]		## don´t forget it
    [make modules_install]  	## don´t forget it
###-----(endif  kernel < 2.2.8)---------###


## after recomplied the kernel, follow the steps in HowTo PoPToP....

    [pwd]
    [usr/local/src/ppp-2.3.8]  # be sure into ppp-2.3.8 dir
    [make]
    [cp pppd/pppd /usr/sbin/]
    (+) [make install] --> reference ppp-2.3.8
    [cd /usr/src/linux]
    [make modules SUBDIRS=drivers/net]
    [make modules_install]


Good look!


Emir Toktar

+55 (**41) 340-7157
emir.toktar at bra.xerox.com 
toktar at per.com.br
toktar at ppgia.pucpr.br

-----Original Message-----
From: jean-Paul Chavant [mailto:chavant at geosys.fr]
Sent: Thursday, November 18, 1999 1:53 PM
To: Pptp-Server at Lists. Schulte. Org
Subject: [pptp-server] problem of patching ppp-2.3.8


Hello,

i am trying to install pptp-1.0.0 on my linux box (Mandrake 5.3 kernel
2.0.36)
I have all the necessary files. But when i patch ppp-2.3.8 for mppe

patch -p0 < ppp-2_3_8-mppe-others-norc4_TH7_diff (from /usr/local/src)

i ve got a lot of error messages :

patching file `ppp-2.3.8/README.MPPE'
patching file `ppp-2.3.8/include/linux/ppp-comp.h'
Hunk #1 FAILED at 28.
Hunk #2 FAILED at 120.
Hunk #3 FAILED at 139.
Hunk #4 FAILED at 186.
4 out of 4 hunks FAILED -- saving rejects to
ppp-2.3.8/include/linux/ppp-comp.h.rej
patching file `ppp-2.3.8/include/net/ppp-comp.h'
Hunk #1 FAILED at 109.
Hunk #2 FAILED at 153.
2 out of 2 hunks FAILED -- saving rejects to
ppp-2.3.8/include/net/ppp-comp.h.rej
patching file `ppp-2.3.8/linux/kinstall.sh'
Hunk #1 FAILED at 115.
Hunk #2 FAILED at 189.
Hunk #3 FAILED at 244.
3 out of 3 hunks FAILED -- saving rejects to ppp-2.3.8/linux/kinstall.sh.rej
The next patch would create the file `ppp-2.3.8/linux/mppe.h',
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to ppp-2.3.8/linux/mppe.h.rej
patching file `ppp-2.3.8/linux/ppp.c'
Hunk #1 FAILED at 4.
Hunk #2 FAILED at 77.
Hunk #3 FAILED at 2351.
3 out of 3 hunks FAILED -- saving rejects to ppp-2.3.8/linux/ppp.c.rej
The next patch would create the file `ppp-2.3.8/linux/ppp_lzscomp.c',
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to
ppp-2.3.8/linux/ppp_lzscomp.c.rej
The next patch would create the file `ppp-2.3.8/linux/ppp_lzscomp.h',
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to
ppp-2.3.8/linux/ppp_lzscomp.h.rej
The next patch would create the file `ppp-2.3.8/linux/ppp_mppe.c',
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to ppp-2.3.8/linux/ppp_mppe.c.rej
patching file `ppp-2.3.8/pppd/Makefile.linux'
Hunk #1 FAILED at 9.
Hunk #2 FAILED at 29.
Hunk #3 FAILED at 43.
Hunk #4 FAILED at 62.
Hunk #5 FAILED at 78.
Hunk #6 FAILED at 98.
6 out of 6 hunks FAILED -- saving rejects to
ppp-2.3.8/pppd/Makefile.linux.rej
patching file `ppp-2.3.8/pppd/auth.c'
Hunk #1 FAILED at 76.
Hunk #2 FAILED at 119.
Hunk #3 FAILED at 160.
Hunk #4 FAILED at 193.
Hunk #5 FAILED at 437.
Hunk #6 FAILED at 462.
Hunk #7 FAILED at 532.
Hunk #8 FAILED at 1303.
8 out of 8 hunks FAILED -- saving rejects to ppp-2.3.8/pppd/auth.c.rej
patching file `ppp-2.3.8/pppd/cbcp.c'
Hunk #1 FAILED at 18.
Hunk #2 FAILED at 55.
Hunk #3 FAILED at 82.
Hunk #4 FAILED at 97.
Hunk #5 FAILED at 116.
Hunk #6 FAILED at 169.
Hunk #7 FAILED at 180.
Hunk #8 FAILED at 276.
Hunk #9 FAILED at 402.
Hunk #10 FAILED at 415.
Hunk #11 FAILED at 452.
Hunk #12 FAILED at 488.
Hunk #13 FAILED at 709.
Hunk #14 FAILED at 727.
14 out of 14 hunks FAILED -- saving rejects to ppp-2.3.8/pppd/cbcp.c.rej
patching file `ppp-2.3.8/pppd/ccp.c'
Hunk #1 FAILED at 35.
Hunk #2 FAILED at 78.
Hunk #3 FAILED at 187.
Hunk #4 FAILED at 312.
Hunk #5 FAILED at 460.
Hunk #6 FAILED at 476.
Hunk #7 FAILED at 534.
Hunk #8 FAILED at 582.
Hunk #9 FAILED at 700.
Hunk #10 FAILED at 794.
Hunk #11 FAILED at 884.
Hunk #12 FAILED at 1005.
Hunk #13 FAILED at 1199.
Hunk #14 FAILED at 1361.
Hunk #15 FAILED at 1432.
15 out of 15 hunks FAILED -- saving rejects to ppp-2.3.8/pppd/ccp.c.rej
patching file `ppp-2.3.8/pppd/ccp.h'
Hunk #1 FAILED at 34.
Hunk #2 FAILED at 50.
2 out of 2 hunks FAILED -- saving rejects to ppp-2.3.8/pppd/ccp.h.rej
patching file `ppp-2.3.8/pppd/chap.c'
Hunk #1 FAILED at 49.
Hunk #2 FAILED at 115.
Hunk #3 FAILED at 462.
Hunk #4 FAILED at 474.
Hunk #5 FAILED at 579.
Hunk #6 FAILED at 594.
Hunk #7 FAILED at 623.
Hunk #8 FAILED at 631.
Hunk #9 FAILED at 786.
Hunk #10 FAILED at 797.
Hunk #11 FAILED at 811.
Hunk #12 FAILED at 819.
Hunk #13 FAILED at 941.
13 out of 13 hunks FAILED -- saving rejects to ppp-2.3.8/pppd/chap.c.rej
patching file `ppp-2.3.8/pppd/chap.h'
Hunk #1 FAILED at 46.
Hunk #2 FAILED at 119.
2 out of 2 hunks FAILED -- saving rejects to ppp-2.3.8/pppd/chap.h.rej
patching file `ppp-2.3.8/pppd/chap_ms.c'
Hunk #1 FAILED at 31.
Hunk #2 FAILED at 59.
Hunk #3 FAILED at 75.
Hunk #4 FAILED at 118.
Hunk #5 FAILED at 126.
Hunk #6 FAILED at 141.
Hunk #7 FAILED at 175.
7 out of 7 hunks FAILED -- saving rejects to ppp-2.3.8/pppd/chap_ms.c.rej
patching file `ppp-2.3.8/pppd/chap_ms.h'
Hunk #1 FAILED at 24.
1 out of 1 hunk FAILED -- saving rejects to ppp-2.3.8/pppd/chap_ms.h.rej
The next patch would create the file `ppp-2.3.8/pppd/extra_crypto.c',
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to
ppp-2.3.8/pppd/extra_crypto.c.rej
The next patch would create the file `ppp-2.3.8/pppd/extra_crypto.h',
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to
ppp-2.3.8/pppd/extra_crypto.h.rej
patching file `ppp-2.3.8/pppd/ipcp.c'
Hunk #1 FAILED at 121.
Hunk #2 FAILED at 1056.
Hunk #3 FAILED at 1121.
3 out of 3 hunks FAILED -- saving rejects to ppp-2.3.8/pppd/ipcp.c.rej
patching file `ppp-2.3.8/pppd/lcp.c'
Hunk #1 FAILED at 35.
Hunk #2 FAILED at 279.
Hunk #3 FAILED at 587.
Hunk #4 FAILED at 964.
Hunk #5 FAILED at 1202.
Hunk #6 FAILED at 1453.
Hunk #7 FAILED at 1533.
Hunk #8 FAILED at 1822.
8 out of 8 hunks FAILED -- saving rejects to ppp-2.3.8/pppd/lcp.c.rej
patching file `ppp-2.3.8/pppd/lcp.h'
Hunk #1 FAILED at 56.
1 out of 1 hunk FAILED -- saving rejects to ppp-2.3.8/pppd/lcp.h.rej
The next patch would create the file `ppp-2.3.8/pppd/mppe.c',
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to ppp-2.3.8/pppd/mppe.c.rej
The next patch would create the file `ppp-2.3.8/pppd/mppe.h',
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to ppp-2.3.8/pppd/mppe.h.rej
patching file `ppp-2.3.8/pppd/pppd.8'
Hunk #1 FAILED at 27.
Hunk #2 FAILED at 77.
Hunk #3 FAILED at 298.
Hunk #4 FAILED at 462.
Hunk #5 FAILED at 689.
Hunk #6 FAILED at 742.
Hunk #7 FAILED at 1094.
7 out of 7 hunks FAILED -- saving rejects to ppp-2.3.8/pppd/pppd.8.rej
patching file `ppp-2.3.8/pppd/pppd.h'
Hunk #1 FAILED at 320.
1 out of 1 hunk FAILED -- saving rejects to ppp-2.3.8/pppd/pppd.h.rej
The next patch would create the file `ppp-2.3.8/pppd/sha.h',
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to ppp-2.3.8/pppd/sha.h.rej
The next patch would create the file `ppp-2.3.8/pppd/sha1dgst.c',
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to ppp-2.3.8/pppd/sha1dgst.c.rej
The next patch would create the file `ppp-2.3.8/pppd/sha_locl.h',
which already exists!  Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to ppp-2.3.8/pppd/sha_locl.h.rej
patching file `ppp-2.3.8/pppdump/ppp-comp.h'
Hunk #1 FAILED at 94.
1 out of 1 hunk FAILED -- saving rejects to ppp-2.3.8/pppdump/ppp-comp.h.rej


what does it means ?
someone can help me ... ?

Thans.


Jean-Paul Chavant


 _-----_	      GEOSYS SA - Service Informatique
(_/   \_)	      Tél.: (0) 5 62 47 80 75
 (_____) \/\/\___ http://www.geosys.fr/


_______________________________________________
pptp-server maillist  -  pptp-server at lists.schulte.org
http://lists.schulte.org/mailman/listinfo/pptp-server
List services provided by www.schulte.org!




More information about the pptp-server mailing list