[ARVADOS] updated: 1.2.0-149-g71bfcb9bd
Git user
git at public.curoverse.com
Fri Oct 5 14:10:06 EDT 2018
Summary of changes:
tools/arvbox/lib/arvbox/docker/runsu.sh | 2 ++
1 file changed, 2 insertions(+)
via 71bfcb9bddf5f563584eca59baae163f546dde3a (commit)
from 04b9d6e93ca8bd18dca697e56689820516c8c572 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 71bfcb9bddf5f563584eca59baae163f546dde3a
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Fri Oct 5 14:09:30 2018 -0400
arvbox fix "can't write to /dev/stderr" message no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/tools/arvbox/lib/arvbox/docker/runsu.sh b/tools/arvbox/lib/arvbox/docker/runsu.sh
index 695190a23..88d832f0e 100755
--- a/tools/arvbox/lib/arvbox/docker/runsu.sh
+++ b/tools/arvbox/lib/arvbox/docker/runsu.sh
@@ -10,6 +10,8 @@ flock /var/lib/arvados/createusers.lock /usr/local/lib/arvbox/createusers.sh
export HOME=/var/lib/arvados
+chown arvbox /dev/stderr
+
if test -z "$1" ; then
exec chpst -u arvbox:arvbox:docker $0-service
else
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list