Re: [Lxc-users] Control panel

2011-04-17 Thread Ulli Horlacher
On Tue 2011-03-08 (07:35), Serge E. Hallyn wrote: Nice - that should be pretty simple to whip up, too. A python app wrapping the command line tools... Could probably even design it such that the same core can be used by both a curses interface and a gui interface. I do not like both, I

Re: [Lxc-users] Control panel

2011-03-23 Thread Brian K. White
On 3/16/2011 5:11 AM, Geordy Korte wrote: On Tue, Mar 8, 2011 at 12:42 PM, Stuart Johnson stu...@stu.org.uk mailto:stu...@stu.org.uk wrote: maybe just define what you want. Gathering ideas could/would inspire someone to implement it. Ideally I want a simple ncurses

Re: [Lxc-users] Control panel

2011-03-23 Thread Stuart Johnson
This is a great start. Although it's true what has been said that a real curses (or other compiled) app will ultimately be able to do a lot more by using liblxc, I really want to build on this in the mean time. I already have several things I want to do to it to use in conjunction with my

Re: [Lxc-users] Control panel

2011-03-16 Thread Geordy Korte
On Tue, Mar 8, 2011 at 12:42 PM, Stuart Johnson stu...@stu.org.uk wrote: maybe just define what you want. Gathering ideas could/would inspire someone to implement it. Ideally I want a simple ncurses application that shows you what containers are active, and allows simple functionality,

Re: [Lxc-users] Control panel

2011-03-16 Thread Daniel Lezcano
On 03/16/2011 02:16 PM, Serge E. Hallyn wrote: Had some time to spare and decided that I would pitch in. Attached a simple dialog system that will allow you to start/stop an lxc container and open the console. It's really really really early (lol took me 5 minutes) but let me know if this is

Re: [Lxc-users] Control panel

2011-03-16 Thread Geordy Korte
On Wed, Mar 16, 2011 at 3:00 PM, Daniel Lezcano daniel.lezc...@free.frwrote: On 03/16/2011 02:16 PM, Serge E. Hallyn wrote: Had some time to spare and decided that I would pitch in. Attached a simple dialog system that will allow you to start/stop an lxc container and open the console.

Re: [Lxc-users] Control panel

2011-03-16 Thread Stuart Johnson
Had some time to spare and decided that I would pitch in. Attached a simple dialog system that will allow you to start/stop an lxc container and open the console. It's really really really early (lol took me 5 minutes) but let me know if this is what you are looking for and if so what

Re: [Lxc-users] Control panel

2011-03-16 Thread Daniel Lezcano
On 03/16/2011 03:23 PM, Geordy Korte wrote: On Wed, Mar 16, 2011 at 3:00 PM, Daniel Lezcanodaniel.lezc...@free.frwrote: On 03/16/2011 02:16 PM, Serge E. Hallyn wrote: Had some time to spare and decided that I would pitch in. Attached a simple dialog system that will allow you to start/stop

Re: [Lxc-users] Control panel

2011-03-16 Thread Serge E. Hallyn
Quoting Geordy Korte (gko...@gmail.com): On Wed, Mar 16, 2011 at 3:00 PM, Daniel Lezcano daniel.lezc...@free.frwrote: On 03/16/2011 02:16 PM, Serge E. Hallyn wrote: Had some time to spare and decided that I would pitch in. Attached a simple dialog system that will allow you to

Re: [Lxc-users] Control panel

2011-03-16 Thread matthew byers
This is a great start as i have heard many folks inquire about this for lxc. I dont know if you all are familiar with something called Proxmox (debian with openvz kernel for openvz and kvm containers) but it has a great web browser based control panel that is accessed via the server ip address.

Re: [Lxc-users] Control panel

2011-03-16 Thread Stuart Johnson
On 16/03/11 15:18, matthew byers wrote: This is a great start as i have heard many folks inquire about this for lxc. I dont know if you all are familiar with something called Proxmox (debian with openvz kernel for openvz and kvm containers) but it has a great web browser based control panel

Re: [Lxc-users] Control panel

2011-03-16 Thread matthew byers
Oh i wasnt suggesting switching to proxmox, i was speaking mostly on the control panel it uses and some of the stuff that can be incorporated into this lxc panel. i used proxmox before too and i highly enjoy it but i am unable to use my extra drives in my server unless i setup lvm which i dont

Re: [Lxc-users] Control panel

2011-03-16 Thread Stuart Johnson
On 16/03/11 16:01, matthew byers wrote: Oh i wasnt suggesting switching to proxmox, i was speaking mostly on the control panel it uses and some of the stuff that can be incorporated into this lxc panel. i used proxmox before too and i highly enjoy it but i am unable to use my extra drives

Re: [Lxc-users] Control panel

2011-03-16 Thread matthew byers
yes that would be by far the best server solution i have ever come across if somehow the openvz kernel could be used in conjuction with lxc. On Wed, Mar 16, 2011 at 10:14 AM, Stuart Johnson stu...@stu.org.uk wrote: On 16/03/11 16:01, matthew byers wrote: Oh i wasnt suggesting switching to

Re: [Lxc-users] Control panel

2011-03-11 Thread Brian K. White
On 3/10/2011 9:04 PM, Stuart Johnson wrote: Meaning you think python would be too heavyweight? Certainly as one approaches the embedded end of the spectrum, there's something to be said for avoiding dependencies on large (compared to busybox ash) interpreters. It'd be neat if I could deploy

Re: [Lxc-users] Control panel

2011-03-09 Thread Matto Fransen
Hi, On Tue, Mar 08, 2011 at 07:35:38AM -0600, Serge E. Hallyn wrote: Ideally I want a simple ncurses application that shows you what containers are active, and allows simple functionality, such as create, start, stop and configure settings. Super easy to install, and runs from the

Re: [Lxc-users] Control panel

2011-03-08 Thread Serge E. Hallyn
Quoting Stuart Johnson (stu...@stu.org.uk): maybe just define what you want. Gathering ideas could/would inspire someone to implement it. Regards Erkan Ideally I want a simple ncurses application that shows you what containers are active, and allows simple functionality, such as

Re: [Lxc-users] Control panel

2011-03-08 Thread Trent W. Buck
Jon Nordby jono...@gmail.com writes: On 7 March 2011 22:35, Stuart Johnson stu...@stu.org.uk wrote: There is OpenQRM http://www.openqrm.com/?q=node/180 But there are no ncurses and a simple web control panels for lxc neither an IHM yet, unfortunately ... That could be really nice ...

Re: [Lxc-users] Control panel

2011-03-07 Thread Jon Nordby
On 7 March 2011 22:35, Stuart Johnson stu...@stu.org.uk wrote: There is OpenQRM http://www.openqrm.com/?q=node/180 But there are no ncurses and a simple web control panels for lxc neither an IHM yet, unfortunately ... That could be really nice ... Thanks. I have seen openQRM, but looks

Re: [Lxc-users] Control panel

2011-03-07 Thread Stuart Johnson
libvirt has pretty good support for LXC. Maybe virsh or the ncurses-like/based UI that recently got committed to virt-manager is something along the lines of what you're looking for? Interesting, thanks, I will check it out.