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-debianusr/src/linux-2.6.18# ls
|
Solution ? Ou meme explications ??
Message édité par the_bigboo le 29-09-2006 à 15:59:20