commit | df6e70bb07148a79fee476c5bdf23dda73ffd825 | [log] [download] |
---|---|---|
author | Andrey Mirkin <amirkin@openvz.org> | Tue Nov 21 12:23:49 2006 +0300 |
committer | Igor Sukhih <igor@openvz.org> | Tue Nov 21 12:23:49 2006 +0300 |
tree | 5734cfc3d1a93c09b5c5edb0bf06a435f8c841b7 | |
parent | abe89dcb55fdd44c6f63b8f6adf7e2ebe5d00a8b [diff] |
vzmigrate: fix stdout and stderr redirection On some distros we have following problem with redirections of fds when we are using ssh: bash: /dev/stdout: No such device or address The solution is simple - redirect stdout and stderr to /dev/null if we do not want verbose mode, and do no redirection at all if we want verbose mode. http://bugzilla.openvz.org/show_bug.cgi?id=343