[lxc-devel] [patch 1/1] fix container find the previously created configuration

Andrian Nord nightnord at gmail.com
Thu Nov 19 20:46:12 UTC 2009


On Thu, Nov 19, 2009 at 04:03:37PM +0300, Michael Tokarev wrote:
> But with fd#0 redirected we're losing console input completely.

If you are using scripting, probably you are not very interested in
console input, as you will use daemon mode, isn't it? =)

Also, if you still want to have console output:

hellgate bin # mkfifo aaa 
hellgate bin # lxc-start -n template -f aaa&           
[1] 20946
hellgate bin # echo asdasd > aaa 
hellgate bin # aaa: syntax error in line: asdasd

lxc-start: failed to process 'asdasd
<...>

;)




More information about the lxc-devel mailing list