[EMAIL PROTECTED] dixit: > Yes, that's probably what's going on - but aren't I supposed to be > presented with a password prompt, where I enter my sudo password (without > the password being echoed)?
Just a workaround to see clearly that it's a password-related problem: avoid sudo to ask your password. If you have root access, edit the '/etc/sudoers' file (maybe with 'visudo') and add a line like this: odonian ALL= NOPASSWD: /usr/bin/tail The 'NOPASSWD:' modifier should do it. -- ############################## ### Jordi Funollet ### http://www.terraquis.net _______________________________________________ Fab-user mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/fab-user
