Bugzilla – Bug 4793
xenlocal arg parsing error
Last modified: 2006-12-01 00:16:20
You need to log in before you can comment on or make changes to this bug.
With xenlocal, arg parsing is not removing the extra single quotes around the value of the --networking input to workspace-control. Over SSH the command is interpreted through the shell first and correctly removes it (and if they weren't present, the semi-colon field separator will be interpreted by the shell as the end of a command). So for keypath "null" is showing up internally as "null'" and e.g. "eth0" is showing up as "'eth0".
Fixed in TP1.2.1