Re: [Lxc-users] lxc-ls --fancy is lying

2013-08-04 Thread Tamas Papp
On 08/02/2013 11:51 PM, Serge Hallyn wrote:
 Quoting Tamas Papp (tom...@martos.bme.hu):
 hi All,

 I've seen a couple of times in the past like this:

 # lxc-ls --fancy --stopped --fancy-format name,state
 NAME STATE
 
 finance  STOPPED
 hammer   STOPPED
 ijc-cipool   STOPPED
 jay  STOPPED
 marvin4jsci  STOPPED
 marvinci STOPPED
 svntest  STOPPED


 In fact VMs are running fine, but I updated lxc (from daily ppa) this 
 morning.

 Is this some kind of bug? Do others meet this issue?
 I don't get this, using the daily ppa on precise.  It only shows

I figured out, it was something else.
I use /var/lib/lxc as a symlink for /tank/lxc. I started containers and later I 
set lxcpath for 
/data/lxc and I got this error.

connect(4, {sa_family=AF_FILE, path=@/tank/lxc/finance/command}, 110) = -1 
ECONNREFUSED 
(Connection refused)
close(4)= 0
exit_group(0)


Sorry for the noise.
Cheers,
tamas

--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk
___
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users


Re: [Lxc-users] lxc-ls --fancy is lying

2013-08-02 Thread Serge Hallyn
Quoting Tamas Papp (tom...@martos.bme.hu):
 hi All,
 
 I've seen a couple of times in the past like this:
 
 # lxc-ls --fancy --stopped --fancy-format name,state
 NAME STATE
 
 finance  STOPPED
 hammer   STOPPED
 ijc-cipool   STOPPED
 jay  STOPPED
 marvin4jsci  STOPPED
 marvinci STOPPED
 svntest  STOPPED
 
 
 In fact VMs are running fine, but I updated lxc (from daily ppa) this morning.
 
 Is this some kind of bug? Do others meet this issue?

I don't get this, using the daily ppa on precise.  It only shows
actually stopped containers for me.  My guess is it is related to my
fix for using cgroup:/lxc.  Could you show the value of
p=`sudo lxc-info -p -n finance | awk '{ print $2}'`
sudo cat /proc/$p/cgroup


--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk
___
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users


Re: [Lxc-users] lxc-ls --fancy is lying

2013-07-31 Thread Jay Taylor
Out of curiosity, did you see it in the past before you you updated from
the PPA today?


On Wed, Jul 31, 2013 at 4:16 AM, Tamas Papp tom...@martos.bme.hu wrote:

 hi All,

 I've seen a couple of times in the past like this:

 # lxc-ls --fancy --stopped --fancy-format name,state
 NAME STATE
 
 finance  STOPPED
 hammer   STOPPED
 ijc-cipool   STOPPED
 jay  STOPPED
 marvin4jsci  STOPPED
 marvinci STOPPED
 svntest  STOPPED


 In fact VMs are running fine, but I updated lxc (from daily ppa) this
 morning.

 Is this some kind of bug? Do others meet this issue?


 10x
 tamas


 --
 Get your SQL database under version control now!
 Version control is standard for application code, but databases havent
 caught up. So what steps can you take to put your SQL databases under
 version control? Why should you start doing it? Read more to find out.
 http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk
 ___
 Lxc-users mailing list
 Lxc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/lxc-users

--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk___
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users


Re: [Lxc-users] lxc-ls --fancy is lying

2013-07-31 Thread Tamas Papp
On 07/31/2013 07:37 PM, Jay Taylor wrote:
 Out of curiosity, did you see it in the past before you you updated from the 
 PPA today?

No, I didn't.

tamas

--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk
___
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users


Re: [Lxc-users] lxc-ls --fancy is lying

2013-07-31 Thread zoolook
On Wed, Jul 31, 2013 at 3:47 PM, Tamas Papp tom...@martos.bme.hu wrote:
 On 07/31/2013 07:37 PM, Jay Taylor wrote:
 Out of curiosity, did you see it in the past before you you updated from the 
 PPA today?

 No, I didn't.


I did but a simple reboot fixed it.

--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk
___
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users


Re: [Lxc-users] lxc-ls --fancy is lying

2013-07-31 Thread Tamas Papp
On 07/31/2013 09:44 PM, zoolook wrote:
 On Wed, Jul 31, 2013 at 3:47 PM, Tamas Papp tom...@martos.bme.hu wrote:
 On 07/31/2013 07:37 PM, Jay Taylor wrote:
 Out of curiosity, did you see it in the past before you you updated from 
 the PPA today?
 No, I didn't.

 I did but a simple reboot fixed it.


Ohh, I'm afraid, I misunderstood the question.

Yes, I did as well, a couple of time.
As for that a couple of time I experienced really stopped guests after package 
update.

tamas

--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk
___
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users