Quoting Roberto (prof...@gmail.com):
> Hi all,
> 
> I'm new to LXC and I've been following the following instructions on
> how to setup a container:
> 
> http://www.phenona.com/blog/using-lxc-linux-containers-in-amazon-ec2/
> 
> Unfortunately, it seems I cannot start a container. In fact, after I
> run the following:
> 
> lxc-start -n vm0
> 
> I cannot see any login prompt. I'm trying the procedure on a local VM
> running Ubuntu 10.04.
> 
> Any help would be very appreciated.

Not sure exactly what that tutorial is doing.  Didn't see anything
obviously wrong with it.  You might try verifying it by doing

  lxc-create -f /usr/share/doc/lxc/examples/lxc-macvlan.conf -t ubuntu -n u1
  lxc-start -n u1

and see if that is giving you a console.  If not, then perhaps something in
your VM isn't right, for instance no support for multiple devpts.  In fact,
what does

  sudo lxc-config

give you?

-serge

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to