Eduardo,

Gracias por el dato, ayer estuve mirando el README, logre entender
eso, pero mi ingles no es muy bueno, estoy buscando como hacer para
compilar lo que necesito, bueno voy a continuar revisando el link que
me envias.

Muchas gracias por tu ayuda.

Slds

On 8/18/05, Eduardo <[EMAIL PROTECTED]> wrote:
> Marcelino Guerrero escribió:
> > Eduardo,
> >
> > No lo he compilado lo he instalado con apt-get install cipe-common.
> > Sabes de alguna forma para solucionar eso.
> >
> > Grcs
> >
> > On 8/17/05, Eduardo <[EMAIL PROTECTED]> wrote:
> >
> > Marcelino Guerrero escribió:
> >
> >>Amigos,
> >
> >>Estoy tratando de realizar una VPN con CIPE y Sarge, el problema que
> >>se presenta es el siguiente (adjunto el resultado de ejecutar /bin/sh
> >>-x /etc/init.d/cipe start) :
> >
> >>+ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
> >>+ DAEMON=/usr/sbin/ciped
> >>+ NAME=ciped
> >>+ DESC=encrypted tunnel
> >>+ PEERDIR=/etc/cipe/peers
> >>+ test -x /usr/sbin/ciped
> >>+ test -d /etc/cipe/peers
> >>++ find /etc/cipe/peers -type f -maxdepth 1 '!' -name '*~' -exec
> >>basename '{}' ';'
> >>+ PEERS=options.cipcb0
> >>+ '[' xoptions.cipcb0 = x ']'
> >>+ set -e
> >>+ echo -n 'Starting encrypted tunnel: '
> >>Starting encrypted tunnel: + start_all
> >>+ echo -n 'options.cipcb0 '
> >>options.cipcb0 + start-stop-daemon --start --quiet --exec
> >>/usr/sbin/ciped -- -o /etc/cipe/peers/options.cipcb0
> >>ciped-wrapper: Cannot find binary for kernel 2.6.8-2-386.
> >
> >>El contenido del archivo /usr/sbib/ciped es :
> >
> >>#!/bin/sh
> >>set -e
> >>REAL="/usr/sbin/ciped-`uname -r`"
> >
> > Pues eso es lo que pasa que el binario /usr/sbin/ciped-2.6.8-2-386 no
> > existe. ;-)
> >
> >
> >
> >>if [ -x "$REAL" ]; then
> >>    exec "$REAL" "$@"
> >>else
> >>    echo "ciped-wrapper: Cannot find binary for kernel `uname -r`." 1>&2
> >>    exit 1
> >>fi
> >
> >>No se que hacer, ni que cambiar para corregir este error, agradecere
> >>si pudieran indicarme que hacer o donde puedo buscar informacion para
> >>corregirlo, la busqueda en google no dio resultados.
> >
> >>Grcs
> >
> >
> >
> > Supongo que lo has compilado ;-)
> >
> > Suerte.
> 
> Si te fijas
> http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=cipe
>  existen sólo dos paquetes para cipe, uno es cipe-common y el otro
> cipe-source, el primero (si miras el contenido) tiene ficheros de
> configuración, documentación y el script /usr/sbin/ciped.
> Si lees /usr/share/doc/cipe-common/README.Debian.gz verás que pone:
> "...1. For building your own CIPE modules
> 
> By default, debian/rules will set the kernel-specific options from the
> kernel source tree in /usr/src/linux.
> 
> You need to have a complete linux source tree for your kernel, not
> just an up-to-date kernel image, to compile CIPE.  The CIPE module
> contains some references to kernel source files.  While you may want to
> build a new kernel to remove unnecessary drivers, installing CIPE does
> not require you to do so...."
> 
> Leelo, los README y README.Debian siempre hay que leerlos, por eso se
> llaman LEEME ;-)
> 
> Eduardo.
> 
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
>

Responder a