please CC me I am running multiple commands on remote servers. I have configured ~/.parallel/servers with
---------->8----------- ssh -o "PreferredAuthentications publickey" -nqT manager@abc ssh -o "PreferredAuthentications publickey" -nqT manager@allc ssh -o "PreferredAuthentications publickey" -nqT manager@arn [..snip...] ----------8<------------ When I use --gnu WITHOUT --nonall or WITHOUT --onall, that I don't get the trollef warning. > $B/parallel --gnu -j1 --sshloginfile ~/.parallel/servers ::: hostname allc.local However, if I do use --nonall or --onall, then I get the trollef warning. Latest version > [felipe(tip.)@fred ~]$ $B/parallel --nonall --gnu -j1 --sshloginfile ~/.parallel/servers ::: hostname > parallel: Warning: YOU ARE USING --tollef. IF THINGS ARE ACTING WEIRD USE --gnu. > parallel: Warning: --tollef is obsolete and will be retired 20140222. > parallel: Warning: See: http://lists.gnu.org/archive/html/parallel/2013-02/msg00018.html > parallel: Warning: YOU ARE USING --tollef. IF THINGS ARE ACTING WEIRD USE --gnu. > parallel: Warning: --tollef is obsolete and will be retired 20140222. > parallel: Warning: See: http://lists.gnu.org/archive/html/parallel/2013-02/msg00018.html > ^C > [felipe(tip.)@fred ~]$ $B/parallel --onall --gnu -j1 --sshloginfile ~/.parallel/servers ::: hostname > parallel: Warning: YOU ARE USING --tollef. IF THINGS ARE ACTING WEIRD USE --gnu. > parallel: Warning: --tollef is obsolete and will be retired 20140222. > parallel: Warning: See: http://lists.gnu.org/archive/html/parallel/2013-02/msg00018.html > parallel: Warning: YOU ARE USING --tollef. IF THINGS ARE ACTING WEIRD USE --gnu. > parallel: Warning: --tollef is obsolete and will be retired 20140222. > parallel: Warning: See: http://lists.gnu.org/archive/html/parallel/2013-02/msg00018.html > ^C parallel -V --gnu GNU parallel 20131222 Copyright (C) 2007,2008,2009,2010,2011,2012,2013 Ole Tange and Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html > This is free software: you are free to change and redistribute it. GNU parallel comes with no warranty. Web site: http://www.gnu.org/software/parallel When using GNU Parallel for a publication please cite: O. Tange (2011): GNU Parallel - The Command-Line Power Tool, ;login: The USENIX Magazine, February 2011:42-47. please CC me Cheers, Felipe
