Fw: Booting genode/nova

Christian Helmuth christian.helmuth at ...1...
Mon Jun 16 09:10:15 CEST 2014


Hello Wolfgang,

On Sun, Jun 15, 2014 at 08:07:59PM +0200, w_schmidt at ...181... wrote:
> export AMT_TEST_MACHINE_IP=10.1.1.2
> export AMT_TEST_MACHINE_PWD=Test$$44$$ (yep i know, but the machine cannot

Could you please try a more simple password like "Test!4" without the
quotes. It may be, that the $$44$$ is interpreted by your shell. My
shell behaves like follows

  me at ...246...:~> export FOO=Test$$44$$; echo $FOO
  Test198734419873

It seems the shell properly expands $$ (from bash.info)

  `$'
       Expands to the process ID of the shell.  In a `()' subshell, it
       expands to the process ID of the invoking shell, not the
       subshell.

To prevent variable expansion in bash you may also wrap your string
with single quotes '

Greets
-- 
Christian Helmuth
Genode Labs

http://www.genode-labs.com/ · http://genode.org/
https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth




More information about the users mailing list