Quoting Tamas Papp (tom...@martos.bme.hu):
>
> On 10/07/2013 07:09 PM, Serge Hallyn wrote:
> > An easy way to reproduce this without zfs is:
> >
> > sudo lxc-create -t ubuntu -n r0
> > sudo cp /var/lib/lxc/r0/config /tmp
> > sudo lxc-start -n r0 -f /tmp/config -d
> > sudo lxc-info
On 10/07/2013 07:09 PM, Serge Hallyn wrote:
> An easy way to reproduce this without zfs is:
>
> sudo lxc-create -t ubuntu -n r0
> sudo cp /var/lib/lxc/r0/config /tmp
> sudo lxc-start -n r0 -f /tmp/config -d
> sudo lxc-info -n r0
> (it shows up as stopped)
>
>
Quoting Tamas Papp (tom...@martos.bme.hu):
>
> On 10/04/2013 04:11 PM, Tamas Papp wrote:
> > hi,
> >
> > Starting a container from cli by lxc-start works fine, lxc-info shows the
> > right state.
> >
> > Using upstart:
> >
> > start lxc-instance NAME=archiva-test CONFIG=/tank/lxc/archiva-test/con
On 10/04/2013 04:11 PM, Tamas Papp wrote:
> hi,
>
> Starting a container from cli by lxc-start works fine, lxc-info shows the
> right state.
>
> Using upstart:
>
> start lxc-instance NAME=archiva-test CONFIG=/tank/lxc/archiva-test/config
>
> # lxc-info -n archiva-test
> state: STOPPED
>
> Tho
On 10/04/2013 05:05 PM, zoolook wrote:
> I have also seen this problem from time to time in different boxes and
> different
> versions of lxc. It's not easily reproducible and I can't remember if I
> reported
> it (maybe not since I couldn't make a 100% reproducible test case).
>
> I also use a n
On 13/10/04 10:29, Stéphane Graber wrote:
> On Fri, Oct 04, 2013 at 04:11:58PM +0200, Tamas Papp wrote:
> > hi,
> >
> > Starting a container from cli by lxc-start works fine, lxc-info shows the
> > right state.
> >
> > Using upstart:
> >
> > start lxc-instance NAME=archiva-test CONFIG=/tank/lxc
On 10/04/2013 04:29 PM, Stéphane Graber wrote:
> Try: lxc-info -n archiva-test -P /tank/lxc
>
> LXC can't guess for you where you've put your containers, so it'll look
> for /var/lib/lxc by default, if they're somewhere else, you need to use
> -P or set the path in /etc/lxc/lxc.conf (lxcpath = /tan
On Fri, Oct 04, 2013 at 04:11:58PM +0200, Tamas Papp wrote:
> hi,
>
> Starting a container from cli by lxc-start works fine, lxc-info shows the
> right state.
>
> Using upstart:
>
> start lxc-instance NAME=archiva-test CONFIG=/tank/lxc/archiva-test/config
>
> # lxc-info -n archiva-test
> state
hi,
Starting a container from cli by lxc-start works fine, lxc-info shows the right
state.
Using upstart:
start lxc-instance NAME=archiva-test CONFIG=/tank/lxc/archiva-test/config
# lxc-info -n archiva-test
state: STOPPED
Though the container gets started.
As a result I cannot use lxc-st