[lxc-devel] lxc-0.7.1 released

2010-06-24 Thread Daniel Lezcano
Hi All,

Notes:
==

Bug fixes only.


ChangeLog:
==

Ciprian Dorin, Craciun (1):
   lxc to apply mount options for bind mounts

Daniel Lezcano (6):
   fix sshd template
   fix bad free when reading the configuration file
   fix default console to /dev/tty
   fix /proc not mounted in debian container
   remove bad default console option in ubuntu template


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel


[lxc-devel] [GIT] lxc tag, lxc-0.7.1, updated. cba56779c893aac20d42d65cfa10db966c24d9b7

2010-06-24 Thread Daniel Lezcano
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The tag, lxc-0.7.1 has been updated
to  cba56779c893aac20d42d65cfa10db966c24d9b7 (commit)
  from  78bdcd081edd6cc20587fb5c531445a2fb20f6d8

- Log -
commit cba56779c893aac20d42d65cfa10db966c24d9b7
Author: Daniel Lezcano 
Date:   Thu Jun 24 21:04:09 2010 +0200

lxc-0.7.1

Signed-off-by: Daniel Lezcano 
---


hooks/post-receive
-- 
lxc

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel


[lxc-devel] [GIT] lxc tag, lxc-0.7.1, created. 78bdcd081edd6cc20587fb5c531445a2fb20f6d8

2010-06-24 Thread Daniel Lezcano
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The tag, lxc-0.7.1 has been created
at  78bdcd081edd6cc20587fb5c531445a2fb20f6d8 (commit)

- Log -
commit 78bdcd081edd6cc20587fb5c531445a2fb20f6d8
Author: Daniel Lezcano 
Date:   Thu Jun 24 09:47:14 2010 +0200

remove bad default console option in ubuntu template

Remove this options as by default container console goes to the tty
or /dev/null if not available.

Signed-off-by: Daniel Lezcano 
---


hooks/post-receive
-- 
lxc

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel


[lxc-devel] [GIT] lxc branch, master, updated. 78bdcd081edd6cc20587fb5c531445a2fb20f6d8

2010-06-24 Thread Daniel Lezcano
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
   via  78bdcd081edd6cc20587fb5c531445a2fb20f6d8 (commit)
   via  e76b8764fa0aa1873724a9e4a8a3ca93c0e5cd70 (commit)
  from  a7dff83460f259c934da8eb2aef0eac5b437b808 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 78bdcd081edd6cc20587fb5c531445a2fb20f6d8
Author: Daniel Lezcano 
Date:   Thu Jun 24 09:47:14 2010 +0200

remove bad default console option in ubuntu template

Remove this options as by default container console goes to the tty
or /dev/null if not available.

Signed-off-by: Daniel Lezcano 

commit e76b8764fa0aa1873724a9e4a8a3ca93c0e5cd70
Author: Ciprian Dorin, Craciun 
Date:   Thu Jun 24 09:47:14 2010 +0200

lxc to apply mount options for bind mounts

Hello all!

This bug stalked me for a while, but only now it bit me quite
badly... (Lost about an hour of work...)

So the culprit: inside the fstab file for the `lxc.mount` option I
can use options like `ro` together with `bind`. Unfortunately the
kernel just laughs in my face and ignores any options I've put in
there... :) But not any more: I've updated `./src/lxc/conf.c`
(`mount_file_entries` function) so that when it encounters a `bind`
option it executes it twice (one without any extra options, and a
second time with the remount flag set.)

I've marginally (as in my particular case) tested it and it works.

Signed-off-by: Daniel Lezcano 

---

Summary of changes:
 src/lxc/conf.c  |   18 +-
 templates/lxc-ubuntu.in |2 --
 2 files changed, 17 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
lxc

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel