From: Nicolas Boisselier Date: Thu, 16 May 2019 00:13:51 +0000 (+0100) Subject: etc/profile.d/pdsh.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=15bea133f9dbdfa4e727cf53fdf3bf3f7959b383;p=nb.git etc/profile.d/pdsh.sh --- diff --git a/etc/profile.d/pdsh.sh b/etc/profile.d/pdsh.sh index 20ca9759..e0fcd5c9 100644 --- a/etc/profile.d/pdsh.sh +++ b/etc/profile.d/pdsh.sh @@ -7,7 +7,7 @@ export PDSH_SSH_ARGS="-q" [ -r ~/.pdsh.hosts ] && export WCOLL=~/.pdsh.hosts pdsh_quiet() { - exec 3> >(grep -v '^pdsh@') + exec 3> >(grep -Ev '^(pdsh@|[^ :]+: (stdio forwarding failed|_channel [0-9]+: open failed))') pdsh $@ 2>&3 exec 3>&- }