PPTP sous debian sarge en kernel 2.6.18

PPTP sous debian sarge en kernel 2.6.18 - réseaux et sécurité - Linux et OS Alternatifs

Marsh Posté le 27-09-2006 à 12:41:25    

Je viens de mettre en place le server PPTP sur ma debian. Tout est ok, mais brusquement apres connexion, authentification , tout s'arrete !!
Erreur 754 je crois.. Voici ce que je trouve dans les logs du serveur apres la tentative de connexion :

Citation :


Sep 27 12:04:26 localhost pptpd[3056]: CTRL: Client 192.168.1.108 control connection finished
Sep 27 12:04:27 localhost pptpd[3076]: CTRL: Client 192.168.1.108 control connection started
Sep 27 12:04:27 localhost pptpd[3076]: CTRL: Starting call (launching pppd, opening GRE)
Sep 27 12:04:27 localhost pppd[3077]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded.
Sep 27 12:04:27 localhost pppd[3077]: pppd 2.4.3 started by root, uid 0
Sep 27 12:04:27 localhost pppd[3077]: Using interface ppp0
Sep 27 12:04:27 localhost pppd[3077]: Connect: ppp0 <--> /dev/pts/1
Sep 27 12:04:27 localhost pptpd[3076]: GRE: Bad checksum from pppd.
Sep 27 12:04:27 localhost pppd[3077]: MPPE required, but kernel has no support.
Sep 27 12:04:27 localhost pppd[3077]: Connection terminated.
Sep 27 12:04:27 localhost pppd[3077]: Connect time 0.0 minutes.
Sep 27 12:04:27 localhost pppd[3077]: Sent 0 bytes, received 44 bytes.
Sep 27 12:04:27 localhost pppd[3077]: Exit.


Je n'ai pas le module MPPE, donc j'ai voulu recompiler avc un noyau plus récent et avec ce fameux module MPPE.
Mais a la fin de la compilation voici ce qui s'affiche :

Citation :


  CLEAN   scripts/genksyms
  CLEAN   scripts/kconfig/lxdialog
  CLEAN   scripts/kconfig
  CLEAN   scripts/mod
  CLEAN   scripts
  CLEAN   include/config
  CLEAN   include/linux/autoconf.h include/linux/version.h include/linux/utsrelease.h Module.symvers
make[3]: Leaving directory `/usr/src/linux-2.6.18/debian/tmp-source/usr/src/kernel-source-2.6.18kernel2.6.18'
(cd debian/tmp-source/usr/src/kernel-source-2.6.18kernel2.6.18;         rm -f stamp-building stamp-build stamp-configure stamp-source stamp-image stamp-headers stamp-src stamp-diff stamp-doc stamp-buildpackage stamp-libc-kheaders stamp-debian stamp-patch stamp-kernel-configure)
(cd debian/tmp-source/usr/src/kernel-source-2.6.18kernel2.6.18;         \
         [ ! -d scripts/cramfs ]   || make -C scripts/cramfs distclean ; )
if test -f debian/official && test -f debian/README.Debian ; then \
           install -p    -o root -g root -m 644 debian/README.Debian debian/tmp-source/usr/src/kernel-source-2.6.18kernel2.6.18/README.Debian ; \
           install -p    -o root -g root -m 644 debian/README.Debian debian/tmp-source/usr/share/doc/kernel-source-2.6.18kernel2.6.18/README.Debian ; \
   gzip -9qf debian/tmp-source/usr/share/doc/kernel-source-2.6.18kernel2.6.18/README.Debian;\
else \
    sed -e 's/=V/2.6.18kernel2.6.18/g' -e 's/=A/i386/g'       \
             -e 's/=ST/kernel/g'                                     \
                 /usr/share/kernel-package/README.source >  debian/tmp-source/usr/src/kernel-source-2.6.18kernel2.6.18/README.Debian ; \
fi
if test -f README.Debian ; then                                   \
           install -p    -o root -g root -m 644 README.Debian debian/tmp-source/usr/share/doc/kernel-source-2.6.18kernel2.6.18/README.Debian.1st; \
   gzip -9qf                     debian/tmp-source/usr/share/doc/kernel-source-2.6.18kernel2.6.18/README.Debian.1st; \
fi
chmod -R og=rX debian/tmp-source
chown -R root:root debian/tmp-source
(cd debian/tmp-source/usr/src/ && \
           tar --bzip2 -cf kernel-source-2.6.18kernel2.6.18.tar.bz2 kernel-source-2.6.18kernel2.6.18 &&\
             rm -rf kernel-source-2.6.18kernel2.6.18;)
tar: bzip2: ne peut exec: Aucun fichier ou répertoire de ce type
tar: Erreur non récupérable: fin de l'exécution immédiate
make[2]: *** [real_stamp_source] Erreur 141
make[2]: Leaving directory `/usr/src/linux-2.6.18'
make[1]: *** [stamp-source] Erreur 2
make[1]: Leaving directory `/usr/src/linux-2.6.18'
make: *** [stamp-buildpackage] Erreur 2
srv-debian:/usr/src/linux-2.6.18# ls


Solution ? Ou meme explications ??


Message édité par the_bigboo le 29-09-2006 à 15:59:20
Reply

Marsh Posté le 27-09-2006 à 12:41:25   

Reply

Marsh Posté le 29-09-2006 à 15:52:38    

Edite ton titre, tu compiles le kernel 2.6.18
 
Ton erreur, c'est qu'il n'arrive pas à utiliser bzip2. Donc "apt-get install bzip2"

Reply

Marsh Posté le 29-09-2006 à 15:57:50    

Citation :

tar --bzip2 -cf ...


 
:gratgrat:
Marrant ça, j'avais jamais vu cette syntaxe, normalement c'est tar -jcf pour compresser en bz2.
Il l'ont fait comment leur Makefile chez Debian ?  :heink:


---------------
Wedge#2487 @HS -#- PW: +∞ -#- Khaz-Modan/Boltiz @WoW
Reply

Marsh Posté le 29-09-2006 à 16:15:47    

wedgeant a écrit :

Citation :

tar --bzip2 -cf ...


 
:gratgrat:
Marrant ça, j'avais jamais vu cette syntaxe, normalement c'est tar -jcf pour compresser en bz2.
Il l'ont fait comment leur Makefile chez Debian ?  :heink:


Ben j'avoue que j'ai l'habitude de le faire avec tar -jvcf , mais bz2 est pratique, je pensais qu'il etait nativement présent...
Je suis en train de recompiler, je vous tiens au courant ;)

Reply

Marsh Posté le 29-09-2006 à 16:20:06    

wedgeant a écrit :

Citation :

tar --bzip2 -cf ...


 
:gratgrat:
Marrant ça, j'avais jamais vu cette syntaxe, normalement c'est tar -jcf pour compresser en bz2.
Il l'ont fait comment leur Makefile chez Debian ?  :heink:


 
Normalement, c'est difficile à défénir comme cadre, mais les deux syntaxes sont valables [:spamafote]
 
Avec amour [:aztechxx]  

Reply

Marsh Posté le 29-09-2006 à 16:40:39    

C'est good ca marche !

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed