On Thu, Jun 19, 2003 at 11:02:14AM -0600, Greg Kedrovsky wrote: > �Sabe alguien por qu� no "agarra" el fetchmail al iniciar cuando lo > tengo en my (/etc/rc.local)? > > Confeccion� mi .fetchmailrc y lo puse en /root.
Ya encontr� la respuesta. Para ver lo que dice el FAQ: http://catb.org/~esr/fetchmail/fetchmail-FAQ.html#C6 Fetchmail works OK started up manually, but not from an init script. Often, startup scripts have a different environment than an interactive login shell. For instance, $HOME might point to "/root" when you are logged in as root, but it might be either unset, or set to "/" when the startup scripts are running. That means fetchmail at startup can't find the .fetchmailrc. Pick a location (such as /etc/fetchmailrc) and use fetchmail's -f option to point fetchmail at it. That should solve the problem. Entonces, en mi rc.local, cambi� la linea que llama fetchmail para ser as� (/usr/bin/fetchmail -f /root/.fetchmailrc) y arranc� lo m�s bien. Gracias, Marcelo, por la idea de -v y fetchmail.log. Eso fue lo que me enter� de lo que estaba pasando. No arranc� porque no encontr� ning�n archivo de configuraci�n. -Greg -- Mutt 1.4i on Red Hat 8.0 Linux Curridabat, San Jose, Costa Rica http://www.greg-and-sue.com/screenshot.jpg Yahoo Instant Messenger ID: gregkedro -- Desuscripci�n: escriba a [EMAIL PROTECTED], tema 'unsubscribe' Problemas a: [EMAIL PROTECTED] http://www.linux.or.cr/listas
