Branches for Natty

Name Status Last Modified Last Commit
lp:ubuntu/natty/lxc bug 2 Mature 2011-04-12 06:15:40 UTC
15. * lxcguest: for libvirt containers, o...

Author: Serge Hallyn
Revision Date: 2011-04-08 09:02:48 UTC

* lxcguest: for libvirt containers, offer console on /dev/pts/0 rather
  than /dev/console.
* lxcguest: offer alternate jobs for libvirt-lxc. Libvirt-lxc doesn't watch
  guest's utmp (doesn't support clean shutdown at all) so it can safely
  mount its own /var/run and such. Hopefully this can go away after lxc
  supports clean shutdown/reboot without the utmp-watching hack.
  (LP: #757752)
* debian/fstab.lxc: comment out all entries. /sys gets mounted anyway,
  and we need to not overmount /var because otherwise the container parent
  won't see utmp, can't see the container is shutdown, and won't kill
  the init. Note that when expected kernel functionality to help clean up
  container reboot and shutdown comes, these can be uncommented.
  (LP: #754655)

lp:ubuntu/natty-proposed/lxc bug 2 Mature 2012-04-12 05:15:28 UTC
18. * lxcguest.lxcguest.upstart: emit the...

Author: Serge Hallyn
Revision Date: 2012-03-28 13:58:23 UTC

* lxcguest.lxcguest.upstart: emit the net-device-up IFACE=lo event, so
  that any upstart jobs waiting on it (esp rc-sysinit before oneiric) will
  proceed. (LP: #924337)
* debian/rules: install lxcguest.lxcguest.upstart (as it was not in the
  natty package before)

lp:ubuntu/natty-updates/lxc 2 Mature 2012-03-28 13:58:23 UTC
18. * lxcguest.lxcguest.upstart: emit the...

Author: Serge Hallyn
Revision Date: 2012-03-28 13:58:23 UTC

* lxcguest.lxcguest.upstart: emit the net-device-up IFACE=lo event, so
  that any upstart jobs waiting on it (esp rc-sysinit before oneiric) will
  proceed. (LP: #924337)
* debian/rules: install lxcguest.lxcguest.upstart (as it was not in the
  natty package before)

lp:~serge-hallyn/ubuntu/natty/lxc/fix-reboot bug 1 Development 2011-04-08 14:07:14 UTC
14. debian/fstab.lxc: comment out all ent...

Author: Serge Hallyn
Revision Date: 2011-04-08 14:04:53 UTC

debian/fstab.lxc: comment out all entries. /sys gets mounted anyway,
and we need to not overmount /var because otherwise the container parent
won't see utmp, can't see the container is shutdown, and won't kill
the init. Note that when expected kernel functionality to help clean up
container reboot and shutdown comes, these can be uncommented.
(LP: #754655)

lp:~serge-hallyn/ubuntu/natty/lxc/fix-restart bug 1 Development 2011-08-01 19:23:42 UTC
17. debian/rules: add -r (--no-restart-on...

Author: Serge Hallyn
Revision Date: 2011-08-01 19:23:42 UTC

debian/rules: add -r (--no-restart-on-upgrade) to DEB_DH_INSTALLINIT_ARGS
to prevent upgrading lxc from forcing lxc autostart containers to
stop and restart. (LP: #753308)

lp:~serge-hallyn/ubuntu/natty/lxc/fix-template-syntax bug 1 Development 2011-03-25 21:44:54 UTC
12. * Fix an error in the syntax in the u...

Author: Serge Hallyn
Revision Date: 2011-03-25 21:44:54 UTC

* Fix an error in the syntax in the ubuntu templates - they were using
  upstart job syntax which is not valid in bash for including the
  /etc/default files. (LP: #742770)
* Now that the /etc/default file is actually sourced, comment out
  the example defines.

lp:~serge-hallyn/ubuntu/natty/lxc/lxc-0.7.3.1 1 Development 2011-01-27 22:50:33 UTC
4. Fix thinko in lxcguest.lxcmount.upsta...

Author: Serge Hallyn
Revision Date: 2011-01-27 22:50:33 UTC

Fix thinko in lxcguest.lxcmount.upstart: declare env container

lp:~serge-hallyn/ubuntu/natty/lxc/lxc-clone 1 Development 2011-04-12 14:45:07 UTC
18. add 'lxc-lvmcreate' which creates a l...

Author: Serge Hallyn
Revision Date: 2011-04-12 14:45:07 UTC

add 'lxc-lvmcreate' which creates a lvm-based container from scratch
using the natty template.

lp:~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs bug 1 Development 2011-04-01 14:32:22 UTC
14. * Add lxcguest to the list of package...

Author: Serge Hallyn
Revision Date: 2011-04-01 14:16:30 UTC

* Add lxcguest to the list of packages installed by the natty template.
  (LP: #745907)
* Since lxcguest will be installed, don't install our own console.conf,
  and don't clear out /lib/init/fstab.

lp:~serge-hallyn/ubuntu/natty/lxc/lxc-natty-2 1 Development 2011-01-20 03:23:39 UTC
22. lxcguest package is required in natty...

Author: Serge Hallyn
Revision Date: 2011-01-20 03:23:39 UTC

lxcguest package is required in natty, so add it to the template

lp:~serge-hallyn/ubuntu/natty/lxc/lxcguest-libvirt bug 1 Development 2011-04-12 01:31:42 UTC
16. lxcguest: for libvirt containers, off...

Author: Serge Hallyn
Revision Date: 2011-04-12 01:31:42 UTC

lxcguest: for libvirt containers, offer console on /dev/pts/0 rather
than /dev/console.

lp:~ubuntu-branches/ubuntu/natty/lxc/natty-201104041611 (Has a merge proposal) 1 Development 2011-04-04 16:11:51 UTC
13. * Add lxcguest to the list of package...

Author: Chuck Short
Revision Date: 2011-04-04 15:07:52 UTC

* Add lxcguest to the list of packages installed by the natty template.
  (LP: #745907)
* Since lxcguest will be installed, don't install our own console.conf,
  and don't clear out /lib/init/fstab.
* Fix an error in the syntax in the ubuntu templates - they were using
  upstart job syntax which is not valid in bash for including the
  /etc/default files. (LP: #742770)
* debian/lxc.default: Comment out the example defines so as not to cause
  trouble, and fix the default MIRROR.
* lxc-natty.in: Adding package "netbase" to debootstrap (LP: #740167)

112 of 12 results