From d6b62e3d1c0653b50443ab91062127a60c0bbfdc Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Mon, 25 Jun 2018 16:08:21 +0200 Subject: prototypes: Fix syntax for starting irati ipcm The redirection syntax was not fully portable between shells. Fixes #58 --- rumba/prototypes/irati.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index ec3e53d..3860d14 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -212,7 +212,8 @@ class Experiment(mod.Experiment): self.sudo('modprobe shim-eth-vlan'), self.sudo('modprobe normal-ipcp'), self.sudo('ipcm -a \"%(ipcmcomps)s\" ' - '-c /etc/%(name)s.ipcm.conf -l %(verb)s &> /tmp/ipcmstart.log &' + '-c /etc/%(name)s.ipcm.conf -l %(verb)s ' + '> /tmp/ipcmstart.log 2>&1 &' % format_args)] logger.info('Sending setup commands to node %s.', node.name) -- cgit v1.2.3