Hola. Estoy tratando de configurar INN2 version 2.2.2 en un potato 2.2. La cosa va más o menos bien, pero al iniciar el servidor mediante /etc/init.d/inn2 me dice: INND: No active file! Este error se encuentra en /usr/lib/news/bin/rc.news: if [ ! -s ${ACTIVE} ] ; then if [ -s ${NEWACTIVE} ] ; then mv ${NEWACTIVE} ${ACTIVE} else if [ -s ${OLDACTIVE} ] ; then cp ${OLDACTIVE} ${ACTIVE} else echo 'INND: No active file!' exit 1 fi fi ${OLDACTIVE} es /var/lib/news/active.old, que si existe. El fichero ${ACTIVE} (active en el mismo directorio) tiene permiso de escritura por el usuario y el grupo news y también existe. El caso es que el servidor sólo arranca directamente de esta forma: ./usr/lib/news/bin/innd
¿Cual puede ser el problema? Saludos y gracias. -- Hugo Morago Usuario de Linux 232329 Debian GNU/Linux