Mis saludos; Uso ubuntu 14.04 y estoy tratando de sincronizar el repositorio que tengo local con el que está en download.jovenclub.cu usando debmirror con este script que tome de algún lugar y lo adapté a mi entorno:
##### #!/bin/sh : ${URLDIRE:=download.jovenclub.cu} : ${OUTBASE:=/datos/} : ${OUTPATH:=$OUTBASE/ubuntu1404/} : ${LOGFILE:=/home/rommel/Descargas/ubuntu.log} # Crear el directorio de destino si no existe. if [ ! -d "$OUTPATH" ] ; then mkdir -p "$OUTPATH"; fi # Inicio archivo de registro. cat > $LOGFILE <<EOL Iniciando Mirror (`env LANG=es_ES.UTF-8 date`) EOL # Matamos el mirror si ya está corriendo killall debmirror # Ejecutar. debmirror --progress --verbose --debug --host $URLDIRE -- root=/repos/ubuntu/trusty \ --method=rsync --proxy=http://192.168.41.12:3128 --dist=trusty \ --section=main,contrib,non-free --arch=i386 --nosource --no-check-gpg \ --ignore-missing-release --ignore-release-gpg --postcleanup \ --diff=none --ignore-small-errors --allow-dist-rename -- timeout=999999999 \ $OUTPATH >> $LOGFILE 2>&1 & # Fin. exit 0 #### End script to automate building of Ubuntu mirror #### ####### y las trazas me dicen esto: ******************************************* Iniciando Mirror (jue jul 17 11:33:40 EDT 2014) Mirroring to /datos//ubuntu1404/ from rsync://anonym...@download.jovenclub.cu/repos/ubuntu/trusty/ Arches: i386 Dists: trusty Sections: main,contrib,non-free Pdiff mode: none Not checking Release gpg signatures. Proxy: http://192.168.41.12:3128 Download at most 300 files per rsync call. Will clean up after mirroring. Attempting to get lock ... Updating remote trace files (using rsync) ... rsync: getaddrinfo: download.jovenclub.cu 873: Name or service not known rsync error: error in socket IO (code 10) at clientserver.c(128) [Receiver=3.1.0] Warning: failed to use rsync to download extra files. Getting meta files ... rsync: getaddrinfo: download.jovenclub.cu 873: Name or service not known rsync error: error in socket IO (code 10) at clientserver.c(128) [Receiver=3.1.0] Ignoring failed Release files. Ignoring missing Release file for dists/trusty/contrib/binary-i386/Packages.gz rsync: getaddrinfo: download.jovenclub.cu 873: Name or service not known rsync error: error in socket IO (code 10) at clientserver.c(128) [Receiver=3.1.0] Ignoring missing Release file for dists/trusty/non-free/binary-i386/Packages.gz rsync: getaddrinfo: download.jovenclub.cu 873: Name or service not known rsync error: error in socket IO (code 10) at clientserver.c(128) [Receiver=3.1.0] Errors: Download of dists/trusty/Release failed Ignoring failed Release files Ignoring missing Release file for dists/trusty/contrib/binary-i386/Packages.gz Download of dists/trusty/contrib/binary-i386/Packages.gz failed Ignoring missing Release file for dists/trusty/non-free/binary- i386/Packages.gz Download of dists/trusty/non-free/binary-i386/Packages.gz failed Failed to download some Package, Sources or Release files! WARNING: releasing 1 pending lock... ******************************************* que puede estar mal? que sugerencias me pueden dar? -- Rommel Rodriguez Toirac Administrador de red ONAT Guantánamo Teléfono (pizarra): 327444,326625,326376,327677,326576 Extensión: 120 -- Este mensaje ha sido analizado por MailScanner en busca de virus y otros contenidos peligrosos, y se considera que está limpio. ______________________________________________________________________ Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba. Gutl-l@jovenclub.cu https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l