Re: [lxc-devel] Adding Crystal API for LXC

2016-01-03 Thread Ranjib Dey
ruby-lxc uses C binding to talk to liblxc underneath. You have to write crystal bindings from scratch using crystal's[1] own API. It should be lot easier than the ruby bindings, as crystal's C api is more streamlined and minimal. [1]http://crystal-lang.org/docs/syntax_and_semantics/c_bindings/inde

Re: [lxc-devel] images.linuxcontainers.org broken?

2014-09-17 Thread Ranjib Dey
Hi Stephane, these build scripts are opensource? or available anywhere? i.e. jenkins build scripts or cron jobs for creating those tarball. If they are we can setup local build servers, also that will help us understand how to build custom container images, that we can use with templates similar as

Re: [lxc-devel] lxc internals

2014-09-15 Thread Ranjib Dey
search the mailing list archive, this has been discussed couple of time in past, this is one of the presentation that talks about some internals, rami has another presentation on cgroup and namespace. LWN has a series on namespace as well. http://media.wix.com/ugd/295986_d5059f95a78e451db5de3d54f7

Re: [lxc-devel] Thrilled to announce the the launch of Flockport.com to this list

2014-09-09 Thread Ranjib Dey
this is awesome :-) On Tue, Sep 9, 2014 at 12:49 PM, Tobby Banerjee wrote: > Hi LXC users, > > I am extremely excited to announce the launch of Flockport.com to this > list, its home so to speak. > > Flockport.com was created to let users discover, download and share > portable and easy to use L

Re: [lxc-devel] A lecture about Linux Containers

2014-02-24 Thread Ranjib Dey
wheres the link for the slides? On Mon, Feb 24, 2014 at 12:21 AM, Rami Rosen wrote: > Hello, > > I am giving voluntarily a lecture about Linux Containers in a LUG (Haifux) > in three weeks from now: > > http://haifux.org/lectures/320/ > > I will appreciate if someone will be willing to review t

Re: [lxc-devel] LXC 1.0 has been released!

2014-02-20 Thread Ranjib Dey
yay.. thanks for all the hard work, really happy to have containers on mainline linux, kudos! On Thu, Feb 20, 2014 at 11:20 AM, Stéphane Graber wrote: > Hello everyone, > > It's with great pleasure that the LXC development team is announcing > the release of LXC 1.0! > > This release is a signi

Re: [lxc-devel] [lxc-users] Lxcfile :: For creating containers easily

2014-01-22 Thread Ranjib Dey
lxc-create. > > https://github.com/lxc/lxc/blob/master/templates/lxc-download.in > > Have a look at the mailing list, and check if that's what you are after. > > Other advantage is the work will allow non-root users to download and > start containers. > > Alvaro. >

[lxc-devel] Lxcfile :: For creating containers easily

2014-01-22 Thread Ranjib Dey
hello , i would like to propose a simpler way to create containers(inspired by dockerfiles), from existing templates. Currently the only way to create a containers from scratch is via templates. Though its very powerful, its a significant adoption barrier to folks who are not familiar with all the

Re: [lxc-devel] Sending discover loop

2014-01-19 Thread Ranjib Dey
how you have configured netwrok for the container? are you running dnsmasq on the host? On Sun, Jan 19, 2014 at 12:02 AM, group PICT MANY wrote: > Hi, > Trying to run lxc-start on ubuntu,getting following error: > *Sending discover is looping* > > > > > > > > > > > *yashu@yashu-pc:~$ sudo lxc-st

Re: [lxc-devel] Dropping lxc-checkpoint and lxc-restart

2014-01-16 Thread Ranjib Dey
+1. i was confused by those binaries, as they dont work on mainline. We'll better solve this with a criu plugin (and may be ship it as a separate package?) p.s there are several other file (not binary, but authors, etc) which are outdated, you think we should update them too? On Thu, Jan 16, 201

Re: [lxc-devel] [CRIU] LXC live migrate

2013-12-29 Thread Ranjib Dey
hi all, now that criu supports plugin[1], has any one tried revisiting this? we should be able to address most of the issues encountered in this thread, [1] http://criu.org/Plugins On Wed, Nov 27, 2013 at 3:51 AM, Pavel Emelyanov wrote: > On 11/27/2013 01:58 PM, Daniel Lezcano wrote: > > On 1

Re: [lxc-devel] [PATCH] add travis-ci support to LXC github repo

2013-12-23 Thread Ranjib Dey
ts for specific use cases - like a > > unprivileged container create/start - which aren't currently being > > tested, or cleanups to the existing tests cases to make them more > > robust and useful. > > > > thanks, > > -serge > > > > Quoting Ranji

Re: [lxc-devel] [PATCH] add travis-ci support to LXC github repo

2013-12-22 Thread Ranjib Dey
+1 . too bad travis run on openvz :-( . else we could have run the tests . On Sun, Dec 22, 2013 at 11:58 PM, S.Çağlar Onur wrote: > Travis is a free hosted CI platform for the open source community. It > integrates > well with github and enables continous builds/tests for both repository > itse

Re: [lxc-devel] Maybe gotta problem here...

2013-12-16 Thread Ranjib Dey
0.9.x build is available on fedorapeople [1], which works fine (i am running it on fedora 19). I tried building the rpm with 1.0.0, but the stock rpm spec (or the templates) has some mounting issues, i could not get it working properly (all the lxcs rootfs points to host system with all privileges

Re: [lxc-devel] How to run autotests for LXC?

2013-12-09 Thread Ranjib Dey
did you try running ./configure script inside the parent directory (i.e. repo root). i am able to run `make check` inside the src folder after running the ./configure script in the parent directory. On Sun, Dec 8, 2013 at 11:25 PM, Qiang Huang wrote: > Hi list, > > I was trying to play with the