lxc 0.8.0~rc1-4ubuntu38~ubuntu12.04.1 source package in Ubuntu
Changelog
lxc (0.8.0~rc1-4ubuntu38~ubuntu12.04.1) precise-backports; urgency=low * No-change backport to precise (LP: #1082426) lxc (0.8.0~rc1-4ubuntu38) quantal-proposed; urgency=low [ Scott Moser ] * 0225-ubuntu-cloud-numeric-owner: use --numeric-owner when extracting root filesystems with tar (LP: #1066084) [ Serge Hallyn ] * Remove 0224-ubuntu-templates-devtmpfs (LP: #1070914) lxc (0.8.0~rc1-4ubuntu37) quantal; urgency=low * update 0222-debian-dhcp3-package: use dhcp3-client, not server! * 0224-ubuntu-templates-devtmpfs: mount devtmpfs in ubuntu containers. (LP: #1060404) lxc (0.8.0~rc1-4ubuntu36) quantal; urgency=low * 0222-debian-dhcp3-package: fix install of debian testing containers. (LP: #1052972) * 0223-ubuntu-template-user-msg: don't say default user is ubuntu when it isn't. (LP: #1052315) lxc (0.8.0~rc1-4ubuntu35) quantal; urgency=low * 0220-getitem-per-hook-type: support clear_item for specific hooks. (LP: #1050719) * 0221-make-nonflush-upgrades-robust: be more robust about out of date container caches. (LP: #942862) lxc (0.8.0~rc1-4ubuntu34) quantal; urgency=low [ Serge Hallyn ] * 0214-give-pclose-errno: help debug pclose failures when lxc runs scripts. * 0215-lxc-clone-name-arg: fix incorrect checking for --name argument. (LP: #1049914) * 0216-hook-kmsg-to-console: link /dev/kmsg to /dev/console so init log messages can be seen. (LP: #1049926) * 0217-lxc-clone-fix-fstab: fix check for lxc.mount in lxc-clone (LP: #1049987) * 0218-api-shutdown-fix-doublestop: don't call c->stop() when already stopped (LP: #1050001) * Update lxc-start-container apparmor abstraction to allow ecryptfs mounts from the pre-mount script. Remove the instruction to add that line from the example hook. * Update lxc-start-container apparmor abstraction to allow mounts to paths under /var/lib/lxc/$container/, so that pre-mount hooks can stage mounts there. Also update the mountecryptfs example premount hook to use that. (LP: #1050469) * debian/rules: remove parsing of apparmor.in files. [ Stéphane Graber ] * Update lxc-start-container apparmor abstraction to allow aufs and overlayfs mounts from the pre-mount scripts. This is required by some hooks and will be needed by the new lxc-start-ephemeral. * Remove multi-arch path in lxc-start-container apparmor abstraction and instead just allow /usr/lib/*/lxc/ so nested containers running on a different architecture don't get blocked by apparmor. * Cherry-pick python-lxc fixes from upstream: - Minor PEP-8 syntax fix - Return an exception when getting Container instance as non-root - Automatically convert any state string passed to wait() to its uppercase equivalent. - Replace test.py by a full example of the API. - Remove zombie handler function from C module as it's no longer required and causes weird bugs when used with the hooks. [ William Grant ] * lxc-start-ephemeral: exit with the command's status, not always 0. (LP: #1050351) lxc (0.8.0~rc1-4ubuntu33) quantal; urgency=low [ Serge Hallyn ] * 0206-lxc-wait-initialize-timeout: initialize timeout to -1 so lxc-wait will, by default, wait for the container to enter the requested state. * debian/patches/compilecleanups/* - fix compile time warnings. * lxc.lxc-net.upstart: tell iptables not to masquerate packets between containers. (LP: #1045947) * 0208-fix-getitem-utsname-segv: fix seg fault when doing get_item(utsname) on newly created container. * 0209-reload-conf-after-create: add ability to free a lxc_conf. Use that after calling Container->Create() to completely reload the newly created config. * 0211-add-hooks-to-manpage: document lxc.hook in the lxc.conf manpage. * 0212-lxc-destroy-rm-symlink: If rootfs is a symbolic link to a directory, remove it. (LP: #1046117) * 0213-add-premount-hook.patch: add a premount hook to support encrypted filesystems. (LP: #1043052) [ Scott Moser ] * 0207-ubuntu-cloud-fixes.patch: cleanups to lxc-ubuntu-cloud.in fix for quantal images that do not have user 'ubuntu' present (LP: #1045955) [ Rex Tsai ] * 0210-fix-debian-templates: Fix lxc-shutdown/lxc-restart in Debian containers and fix lxc.utsname for lenny containers. (LP: #1046684, LP: #1046696) [ Stéphane Graber ] * lxc.lxc-net.upstart: Make the iptables call more consistent (LP: #1045947) lxc (0.8.0~rc1-4ubuntu32) quantal; urgency=low * 0204-ubuntu-cloud-userdata-path: Fix broken behavior when a relative path is passed into '--userdata' argument. (LP: #1043582) * 0205-lxc-ls-manpage-document-two-lines: Document the default two-line output format of lxc-ls. (LP: #1043018) * lxc-start-ephemeral: support fedora and centos (LP: #1042431) lxc (0.8.0~rc1-4ubuntu31) quantal; urgency=low * Previous upload had documentation turned off, making it FTBFS on i386, this was a leftover change from a test build, revert that bit. lxc (0.8.0~rc1-4ubuntu30) quantal; urgency=low * Fix long description's spelling of Python. * Make python-lxc a patch against the upstream tree and integrate with autotools instead of maintaining in debian/python-lxc. Resulting binary package has been checked to be identical, this is to done to make it easier to push upstream. lxc (0.8.0~rc1-4ubuntu29) quantal; urgency=low [ Serge Hallyn ] * fix lxcapi_start to not return true when it container failed to start. * 0201-fix-mkdir-race: don't raise error if mkdir fails with EEXIST. * 0202-make-api-start-reliable: have daemonized start through the api wait until the container is RUNNING before returning true. If a 5 second timeout is hit before the container is RUNNING, return false. [ Stéphane Graber ] * python-lxc: in get_ips() if timeout is 1 don't wait one second before returning. * python-lxc: Add import time warning that the API isn't yet stable and so may change at any point in the future. lxc (0.8.0~rc1-4ubuntu28) quantal; urgency=low [ Stéphane Graber ] * Merge liblxc changes: - Build-depend on automake as autogen.sh is now run at build time. - Introduce new liblxc0 binary package - Make lxc to depend on liblxc0 - Move library to the new binary package - Change libdir to be the public multi-arch path - Build with --disable-rpath - Move all the test binaries to a lxc-test-* namespace * Merge python3-lxc changes: - Introduce new python3-lxc binary package - Update debian/rules to build the python3 code * Update lxc-start-ephemeral: - Replace tabs by 4 spaces, fix indentation - Fix code to work properly as non-root (calling sudo where needed) [ Serge Hallyn ] * confile.c: support hooks in save_config(). * conf.h: Add array of hook names lxc (0.8.0~rc1-4ubuntu27) quantal; urgency=low * Add patches from mailing list to support per-namespace attach with lxc-attach. - 0104-add-option-to-lxc-attach-to-select-ns - 0105-lxc-attach-add-R-option lxc (0.8.0~rc1-4ubuntu26) quantal; urgency=low * 0100-template-cleanup-cache: clean up template cache if interrupted during build. (LP: #1037331) * 0101-template-empty-apt-cache: do an apt-cache clean after creating a new cache. (LP: #1037626) * 0102-lxc-start-d-check-privs: exit early (with failure) if starting a daemonized container with insufficient privilege. (LP: #918327) * 0103-make-rootfs-location-optional: allow custom location for a container rootfs to be specified. (LP: #1019398) lxc (0.8.0~rc1-4ubuntu25) quantal; urgency=low * debian/control: only depend on libseccomp-dev on i386 and amd64, and switch to upstream-submitted seccomp patch (LP: #1037701) * debian/rules: add '--with autoreconf' to force recreation of configure from configure.ac * 0099-cleanup-after-template-help: don't leave a partially created container when -h is passed after '--'. (LP: #1031043) lxc (0.8.0~rc1-4ubuntu24) quantal; urgency=low * lxc-start-ephemeral: use unionfs only for the rootfs itself (LP: #959352) * allow config files to include other config files. lxc (0.8.0~rc1-4ubuntu23) quantal; urgency=low * fix FTBFS - add libseccomp to build-deps - add autoreconf to build-deps to regenerate Makefile.in at build time. lxc (0.8.0~rc1-4ubuntu22) quantal; urgency=low [ Stéphane Graber ] * Fix call to echo in lxc-start-ephemeral that was literally showing '$LXC_BASE' instead of the variable's value. [ Serge Hallyn ] * Introduce support for seccomp. lxc (0.8.0~rc1-4ubuntu21) quantal; urgency=low [ Stéphane Graber ] * Fix lxc-ubuntu and lxc-ubuntu-cloud to fix the /dev/shm workaround to only trigger when /dev/shm is not a symlink. (LP: #974584) [ Serge Hallyn ] * lxc.lxc-net.upstart: replace the check for USE_LXC_BRIDGE (which could be changed from true to false after starting lxc-net) with one for the existence /var/run/lxc. (LP: #1019290) * 0095-lxc-clone-change-uuid-on-xfs.patch: give each cloned xfs-backed lvm partition a unique uuid so they can be mounted simultaneously. (LP: #1013549) * 0096-lxc-wait-add-timeout.patch: patch submitted upstream to add a timeout option to lxc-wait. (LP: #1020179) lxc (0.8.0~rc1-4ubuntu20) quantal; urgency=low [ Stéphane Graber ] * debian/apparmor/lxc-default-with-nesting: allow mounting /proc and /sys so containers can be created. [ Serge Hallyn ] * 0093-lxc-clone-copy-fstab: fix updating of lxc.mount entries in lxc-clone lxc (0.8.0~rc1-4ubuntu19) quantal; urgency=low * Move /etc/apparmor.d/abstractions/lxc-* to /etc/apparmor.d/abstractions/lxc/ - Rename lxc-container-default to container-base - Rename lxc-start-container to start-container - Update references * Allow write access to /proc/sys/kernel/shm* as these are namespaced (IPC). lxc (0.8.0~rc1-4ubuntu18) quantal; urgency=low * Patch lxc-clone to stop messing with dhclient.conf when it contains a placeholder (<hostname> or gethostname()). Fixes cases where dpkg will prompt for modified config file on upgrade. lxc (0.8.0~rc1-4ubuntu17) quantal-proposed; urgency=low [ Stéphane Graber ] * 0090-lxc-ubuntu-use-dpkg-add-architecture: Update lxc-ubuntu template to use "dpkg --add-architecture" in containers running dpkg >= 1.16.2. (LP: #1017862) [ Serge Hallyn ] * 0091-introduce-container-hooks.patch: introduce container hooks at several points in the container life-cycle. * Add copyright statement to lxc-aa-custom-profile * Add debian/hooks/mountcgroups as an example (installed under /usr/share/lxc/hooks) lxc (0.8.0~rc1-4ubuntu16) quantal; urgency=low * Update debian/local/lxc-list to only list every container once and to support both the Debian and Ubuntu way of marking a container as auto-started. * Depend on adduser as it's being used in postinst. * Fix lintian-overrides syntax and silence no-debconf-templates. * Only run dh_apparmor against the lxc package. * Don't override /var/log/lxc as 700, there's no good reason for that. lxc (0.8.0~rc1-4ubuntu15) quantal; urgency=low [ Serge Hallyn ] * Add 'lxc-aa-custom-profile' command to make it easier to start using a cusom profile for a container. [ Stéphane Graber ] * Update apparmor profiles to fix nesting: - Allow fstype=cgroup mounts for lxc-default-with-nesting - Only prevent mounting devpts for lxc-default and not in lxc-default-with-nesting as it's required to spawn containers. lxc (0.8.0~rc1-4ubuntu14) quantal; urgency=low * Apparmor profile update: - Move lxc-start profile content to abstractions/lxc-start-container - Move lxc-default profile content to abstractions/lxc/container-default - Include the abstractions - Update lxc-default-with-nesting to include both abstractions - Allow fstype=fuse.*, for all containers lxc (0.8.0~rc1-4ubuntu13) quantal; urgency=low * 0086-lxc-unshare-zero-args: fix lxc-unshare segfaulting when no command is given (LP: #1011603) * 0087-lxc-ls-dash: fix lxc-ls for containers whose names start with a dash (LP: #1006332) * 0088-ubuntu-template-flock: don't fail when flock is busy, just wait, so concurrent lxc-creates don't break. (LP: #1007483) * 0089-lxc-netstat-exec: fix lxc-netstat errors (LP: #1011739) lxc (0.8.0~rc1-4ubuntu12) quantal; urgency=low * Fix broken logic in lxc-ubuntu template where lxc.devttydir would be set to 'lxc' only for releases that don't support it. (LP: #1007493) lxc (0.8.0~rc1-4ubuntu11) quantal; urgency=low * add apport hook lxc (0.8.0~rc1-4ubuntu10) quantal; urgency=low [ Serge Hallyn ] * 0084-lxc-ubuntu-drop-duplicate-code.patch: drop some duplicate code from the ubuntu template. (LP: #1004118) * 0085-pivot-dir: use a directory other than /mnt to put the pivot_root old dir into (LP: #986385) [ Stéphane Graber ] * Ship /etc/dnsmasq.d/lxc to configure an eventual system wide dnsmasq daemon not to listen on the LXC bridge interface. (LP: #928524) * Drop rm calls from postrm for apparmor rules, these were in the purge target so didn't really serve any purpose. lxc (0.8.0~rc1-4ubuntu9) quantal; urgency=low * debian/lxc-net.upstart: don't put '()' after call to cleanup. (LP: #1000174) lxc (0.8.0~rc1-4ubuntu8) quantal; urgency=low * Update lxc-ubuntu: - Update list of extra packages for debootstrap to only include vim and ssh. The others were only relevant when we were still using the minbase variant. (LP: #996839) - Drop any hardcoded Ubuntu version check and replace by feature checks instead. - Format lxc-ubuntu to consistently use 4-spaces indent instead of mixed spaces/tabs. - Update default /etc/network/interfaces to include the header. - Update default /etc/hosts to match that of a regular Ubuntu system. - Drop support for end-of-life releases (gutsy on sparc). - Make sure /etc/resolv.conf is valid before running any apt command. - Update template help message for release and arch parameters. - Switch default Ubuntu version from lucid to precise. * Update lxc-start-ephemeral: - Remove lxc-ip and replace it by a call to "ip netns" until we have an extended lxc-attach we can use for that. - Fix a race in lxc-start-ephemeral where the container isn't yet running when trying to get its IPs. - Update a few calls so that lxc-start-ephemeral can be called as a user (ensure consistent usage of sudo across the script). * Add new lxc-default-with-nesting apparmor profile, allowing nested containers. lxc (0.8.0~rc1-4ubuntu7) quantal; urgency=low [ Francesco Banconi ] * Introduced lxc-ip: retrieve the ip addresses of a container. * lxc-start-ephemeral: use lxc-ip to ssh to the container (LP: #994752). lxc (0.8.0~rc1-4ubuntu6) quantal; urgency=low * debian/control: add apparmor to lxc Depends (LP: #997681) * debian/local/lxc-start-ephemeral: quote $line so its contents don't get expanded (LP: #997687) lxc (0.8.0~rc1-4ubuntu5) quantal; urgency=low * 0082-umount-old-proc: fix proc auto-mount. If /proc is already mounted, make sure that /proc/self points to 1, since we are container init. Otherwise, assume proc is an old one, and umount it and remount our own. If we keep the old proc mounted, apparmor transitions will by tried for wrong task and fail. Also move check for whether apparmor is enabled so that it is called by lxc-execute. (LP: #993706) * update 0074-lxc-execute-find-init to look for lxc-init in LXCINITDIR/lxc/lxc-init * debian/control: add cloud-utils to lxc Recommends, as lxc-ubuntu-cloud needs it. (LP: 995361) * debian/lxc.upstart: load apparmor profiles before auto-starting containers. (LP: #989853) * pop 06-bash.patch and 0075-lxc-ls-bash. lxc-clone also has bashims, just stick to using bash until upstream is also converted (so we are safe against patches). lxc (0.8.0~rc1-4ubuntu4) quantal; urgency=low * Fix Ubuntu template to install the host architecture of the required mutli-arch packages (when using qemu-user-static) instead of hardcoded "amd64" version. lxc (0.8.0~rc1-4ubuntu3) quantal; urgency=low * Add support for quantal in lxc-ubuntu and lxc-ubuntucloud * Drop support for maverick in lxc-ubuntu and lxc-ubuntucloud lxc (0.8.0~rc1-4ubuntu2) quantal; urgency=low * lxc-clone: put quotes around $line to avoid expansion (LP: #993515) lxc (0.8.0~rc1-4ubuntu1) quantal; urgency=low * Merge from unstable. Remaining changes: - control: - update maintainer - Build-Depends: add dh-apparmor and libapparmor-dev - lxc Depends: add bridge-utils, dnsmasq-base, iptables, rsync - lxc Recommends: add cgroup-lite | cgroup-bin, openssl - lxc Suggests: add btrfs-tools, lvm2, qemu-user-static - lxc Conflicts: remove (cgroup-bin) - Add lxc-start-ephemeral and lxc-wait to debian/local - apparmor: - add lxc.apparmor, lxc-containers.apparmor, lxc-default.apparmor, and new lxc.apparmor.in - add debian/lxc.conf (default container creation config file) - debian/lxc.install.in: * add lxc-start-ephemeral * add debian/lxc.conf * skip lxc-debconf* * skip lxc-ls (Use upstream's) - debian/lxc*.install.in: use '*', not @DEB_HOST_MULTIARCH@ - Use our own completely different lxc.postinst and lxc.postrm - remove lxc.templates - debian/rules: * add DEB_DH_INSTALLINIT_ARGS = --upstart-only * don't do debconf stuff * add debian/*.apparmor.in to files processed under override_dh_auto_clean * don't comment out ubuntu or busybox templates * do apparmor stuff and install our own lxc-wait under override_dh_install * install our upstart scripts in override_dh_installinit - add lxc.default, lxc.lxc-net.upstart, lxc.upstart under debian/ * patches kept: - 0013-lxc-create-use-default-config.patch (needed manual rebase) - 0030-ubuntu-template-fail.patch - 0031-ubuntu-template-resolvconf.patch - 0044-lxc-destroy-rm-autos - debian/patches/0045-fix-other-templates - debian/patches/0046-lxc-clone-change-hwaddr - debian/patches/0047-bindhome-check-shell - debian/patches/0049-ubuntu-template-sudo-and-cleanup - debian/patches/0050-clone-lvm-sizes - debian/patches/0052-ubuntu-bind-user-conflict - debian/patches/0053-lxc-start-pin-rootfs - debian/patches/0054-ubuntu-debug - debian/patches/0055-ubuntu-handle-badgrp - debian/patches/0056-dont-watch-utmp - debian/patches/0057-update-manpages - debian/patches/0058-fixup-ubuntu-cloud - debian/patches/0059-reenable-daily-cloudimg - debian/patches/0060-lxc-shutdown - debian/patches/0061-lxc-start-apparmor - debian/patches/0062-templates-relative-paths - debian/patches/0063-check-apparmor-enabled - debian/patches/0064-apparmor-mount-proc - debian/patches/0065-fix-bindhome-relpath - debian/patches/0066-confile-typo - debian/patches/0067-templates-lxc-profile - debian/patches/0068-fix-lxc-config-layout - debian/patches/0069-ubuntu-cloud-fix - debian/patches/0070-templates-rmdir-dev-shm - debian/patches/0071-ubuntu-cloud-fix-image-extraction - debian/patches/0072-lxc-shutdown-help - debian/patches/0073-lxc-destroy-waits-before-destroy - mark all patches which have been forwarded as such, refresh all * 0074-lxc-execute-find-init: lxc-init had moved. Introduce a function in lxc-execute to go find it. Otherwise lxc-execute for any older releases will fail. * 0075-lxc-ls-bash: lxc-ls needs bash, not sh * add debian/lxc.apparmor.in so DEB_HOST_MULTIARCH can be expanded * 0076-fix-sprintfs: - check return values for all sprintfs and snprintfs which could overflow (LP: #988918) * 0077-execute-without-rootfs: let lxc-execute succeed with no rootfs (LP: #981955) lxc (0.8.0~rc1-4) unstable; urgency=low * Correcting spelling typo in debconf templates (Closes: #663547). * Adding updated French debconf translations from Christian Perrier <email address hidden> (Closes: #663546). * Moving architecture independent files from /usr/lib/*/lxc to /usr/share/lxc (Closes: #664160). * Correcting multiarch conditional typo in rules. * Creating lxc directories in a dangling symlink proof way in order to respect sysadmins decisions for temporary incomplete deployments. * Adding patch to avoid messing with rootfs directory creation in lxc- create where its not required (Closes: #664159). * Adding updated Spanish debconf translations from Camaleón <email address hidden> (Closes: #665366). * Adding updated Russian debconf translations from Yuri Kozlov <email address hidden> (Closes: #665370). * Also setting libexedir via configure argument which in turn will set lxcinitdir properly on multiarch (Closes: #664764). lxc (0.8.0~rc1-3) unstable; urgency=low * Adding pre-depends to multiarch-support (Closes: #663274). * Updating lintian overrides. lxc (0.8.0~rc1-2) unstable; urgency=low * Helping to migrate lxc-shutdown debconf setting for alternative on upgrades from 0.7.5 to 0.8.0. lxc (0.8.0~rc1-1) unstable; urgency=low * Adding updated Spanish debconf translations from Camaleón <email address hidden> (Closes: #658362). * Adding patch from Ivan Vilata i Balaguer <email address hidden> to allow the escape prefix to escape itself in lxc-console (Closes: #659011). * Adding late host command in addition to late command in lxc-debconf. * Setting default action for lxc shutdown to halt as it's almost always safe and better for data integrity (e.g. some database servers need a regular sysvinit shutdown). * Replacing configuration variable in /etc/default/lxc for default shutdown method with a alternative /usr/bin/lxc-shutdown, pointing to either /usr/bin/lxc-halt or /usr/bin/lxc-stop. * Updating todo file. * Disabling numbered backups for the time being in lxc-backup and lxc- restore, they are for simple prototyping only anyway. * Adding Dutch debconf translations from Jeroen Schot <schot@a- eskwadraat.nl> (Closes: #659694). * Merging upstream version 0.8.0~rc1. * Rediffing lxc-libdir.patch. * Rediffing lxc-configuration-path.patch. * Rediffing bash.patch. * Rediffing lxc-debconf.patch. * Rediffing lxc-create-trap-name.patch. * Rediffing lxc-clone-trap-name.patch. * Removing currently unsupported lxc-ubuntu until lxc-debconf also supports ubuntu (Closes: #660764). * Updating packaging for multiarch. * Updating to standards version 3.9.3. * Updating copyright file machine-readable format version 1.0. lxc (0.7.5-24) unstable; urgency=low * Switching to cdn.archive.progress-linux.org in lxc-debconf as default mirror for progress. lxc (0.7.5-23) unstable; urgency=low * Also listing frozen containers in lxc-list. * Adding example entry about translations in apt.conf of progress mode in lxc-debconf. * Not upgrading users /etc/default/lxc file and leave any unused cruft in there to rot (Closes: #657654). lxc (0.7.5-22) unstable; urgency=low * Handling dangling symlinks to config files in init script. * Correcting wrong preseed file reference when checking for tzdata in lxc-debconf. * Using noninteractive frontend and critical priority for tzdata reconfiguration in lxc-debconf. lxc (0.7.5-21) unstable; urgency=low * Disabling console log by default in lxc-debconf again, might confuse users too much. * Automatically creating directories specified in mount entries in lxc-debconf. lxc (0.7.5-20) unstable; urgency=low * Correcting and simplyfing creation of lxc directories in /etc. * Enabling console log file in default config of lxc-debconf. * Allowing to use a global cache from /usr/lib/lxc/cache rather than local ones only in /var/lib/cache. * Updating bash.patch to cover lxc-checkconfig more extensively in getting rid of bashisms, thanks to Philipp Matthias Hahn <email address hidden> (Closes: #655902). * Allowing system cache to be an unpacked directory too, not just tarballs only. * Updating to debhelper version 9. * Updating todo file. lxc (0.7.5-19) unstable; urgency=low * Updating lintian overrides. * Calling apt-get clean after upgrading caches in lxc-debconf. * Using systems apt cache in lxc-debconf. * Correcting s/parent-archives-areas/parent-archive-areas/ typo in lxc-debconf (Closes: #655176). * Renaming lxc-create.patch to lxc-create-template-name.patch. * Adding patch to correct signal names in lxc-create trap (Closes: #655173). * Adding patch to correct signal names in lxc-clone trap. lxc (0.7.5-18) unstable; urgency=low * Updating lxc-debconf example preseed files. * Updating lxc bash completion. * Avoid using debconf frontend names with capital letter in lxc- debconf. * Adding 'automatic' mount entries for shared directories in lxc- debconf only if no manual one has being preseeded. * Correct wrong debconf handling for mount entries in lxc-debconf. * Reconfigure tzdata when using preseeding in lxc-debconf. * Updating year in copyright file. lxc (0.7.5-17) unstable; urgency=low * Adding updated French debconf templates from Christian Perrier <email address hidden> (Closes: #653340). * Replacing incomplete patch for fixing lxc-ls and ship an own and simple lxc-ls instead. * Removing sorting from lxc-list since lxc-ls now already provides output sorted. * Using stderr for error messages in local lxc commands. * Adding support for preseedable mount entries in config for lxc- debconf. * Correcting incorrect defaults choices when asking for archive areas in lxc-debconf. * Adding support for fine graned archive control wrt/ security, volatile, and backports in lxc-debconf. * Shuffling stuff around to keep cache minimal and allow archive selection to be effective for postconfig in lxc-debconf. * Correcting some defaults in lxc-debconf. * Removing /etc/hostname prior postconfig in order to actually set the hostname in postconfig in lxc-debconf. * Also setting architecture in config of lxc-debconf even if container is i386 and host is i386 too, to ensures that i386 containers on i386 hosts can be moved to amd64 without needing to touch the config file. * Creating empty /etc/lxc/debconf directory. * Correcting handling of debconf defaults for internal options in lxc- debconf. * Updating preseed example files. * Updating todo file. lxc (0.7.5-16) unstable; urgency=low * Only looking in lxc-debconf for files in /etc/lxc/debconf if the directory exists. * Adding patch to avoid using bash in lxc commands. * Adding patch to lxc-netstat to use -- as seperator, otherwise -n from lxc-netstat collides with netstats -n option (Closes: #641251). * Adding patch for lxc-create to not give vendor specific template advice. * Removing openssh-server from progress default package list in lxc- debconf. * Removing lenny support from lxc-debconf as lenny is going to be unsupported really soon now. * Avoid asking for security mirror and backports mirror for progress and use normal mirror for it in lxc-debconf. * Correcting wrong fallback defaults if user removes suggested value in debconf question when asking parent mirrors in lxc-debconf. * Simplyfing automatic fallback defaults for child security and child backports mirror in lxc-debconf. * Not including tap in lxc-debconf default config. * Adding support for archive area selection in lxc-debconf. * Adding updated Russian debconf templates from Yuri Kozlov <email address hidden> (Closes: #652430). * Adding patch to only list directories in lxc-ls (Closes: #629409). * Regenerating debconf files. * Adding preseed only option for capabilties dropping in lxc config files of lxc-debconf. lxc (0.7.5-15) unstable; urgency=low * Adding updated bash completion for lxc from Gaé Lucas <email address hidden> which now includes completion for the lxc convenience wrapper. * Replacing tabs with one whitespace in preseed examples for lxc- debconf as there seems to be some problems with it otherwise. * Avoid compressing preseed example files. * Stopping to support both container configs with and without .conf suffix in /etc/lxc/auto, in order to have unique configs they should be named exactely like the container with no artificial suffix. * Letting user choose from existing preseed files from /etc/lxc/decbonf in lxc-debconf. * Updating todo file. lxc (0.7.5-14) unstable; urgency=low * Adding quotes in some eval calls in lxc-debconf to make sure values with whitespaces are treated correctly. * Using LC_ALL=C when executing calls in chroot of lxc-debconf. * Also including ftp_proxy and http_proxy in lxc-debconfs chroot environment (Closes: #651477). * Correcting copy/paste error in lxc-debconf when setting empty default mac address. * Updating preseed examples for lxc-debconf. * Adding bash completion for lxc from Gaé Lucas <email address hidden>. * Streamlining bash-completion file a bit. * Correcting wrong auto variable in lxc-debconf. * Simplyfing architecture detection in lxc-debconf which is always running on debian based systems anyway. * Adding support for creating i386 containers on amd64 in lxc-debconf (Closes: #651616). * Reorder entries to drop capabilities in default config of lxc- debconf. * Updating guessing for shared directories in default config of lxc- debconf. * Reorder entry for console log in default config of lxc-debconf. * Updating preseeding examples for lxc-debconf. lxc (0.7.5-13) unstable; urgency=low [ Nik Lutz ] * Correcting wrong variable for debconf preseed file in lxc-debconf. * Reordering debconf handling to respect preseed files in lxc-debconf. * Inserting preseeded bridge and mac in lxc config file for lxc- debconf. * Limiting network interface name to 12 characters in lxc-debconf. [ Daniel Baumann ] * Streamlining lxc-debconf a bit. * Enabling access to /dev/tty, this is required for e.g. ssh-ing out from the container in lxc-debconf. * Prefering user specified preseed file from commandline option over debconf question in lxc-debconf. * Correcting typo in debconf field for the preseeding file in lxc- debconf. * Removing distribution switch from lxc-debconf, this can be either preseeded or choosen through the debconf frontend. * Adding preseed handling for internal options in lxc-debconf. * Correcting option handling for internal options in lxc-debconf. * Asking user for root password (with a random password as suggestion) in lxc-debconf rather than unconditionally set the random one. * Correct order for entirely non-interactive preseeding in lxc- debconf. * Adding debconf handling for mac and bridge when using multiple interfaces in lxc-debconf. * Adding preseed handling for veth name in lxc-debconf. * Updating lxc-debconf example preseeding files. * Using single hash for sources.list.d comments in lxc-debconf. * Enabling comments for network devices in config for lxc-debconf. * Adding support for mtu in in lxc-debconf. * Adding updated Swedish debconf translations from Martin Bagge <email address hidden> (Closes: #651346). * Adding support for automatically adding symlinks to /etc/lxc/auto in lxc-debconf. * Adding stub manpage for lxc-debconf. * Adding late command to supported preseeding options in lxc-debconf. * Updating todo file. lxc (0.7.5-12) unstable; urgency=low * Updating preseeding examples for lxc-debconf. * Using volatile only for lenny and squeeze in lxc-debconf. * Avoid asking parent mirrors in debian mode of lxc-debconf. * Allowing access to /dev/pts/* in lxc-debconf default config. * Correcting yet another occurence of a wrong volatile default mirror in lxc-debconf. * If /dev/pts is granted, apparently, access to the tty devices nodes is not longer necessary (Closes: #650399). * Adding -n and --name option to lxc-halt to better integrate with the rest of the lxc tools. lxc (0.7.5-11) unstable; urgency=low * Adding /dev/tun in default lxc config in lxc-debconf in ubuntu mode. * Adding updated Czech debconf translations from Michal Simunek <email address hidden> (Closes: #649121). * Updating /dev/console in default config of lxc-debconf. * Adjust intending in default config for lxc-debconf. * Correcting default tty number in default config of lxc-debconf. * Correct late preseeding in lxc-debconf. * Correcting backports handling for debian in lxc-debconf. * Upgrading priority for lxc directory question from low to high to give it visibility by default (Closes: #650147). * Adding missing symlink for debian of lxc-debconf. * Removing double preseed file variable writing in lxc-debconf. * Avoid wrapping of db_substs calls in lxc-debconf, apparently it fails on some shell configurations. * Correcting wrong volatile default url for lenny in lxc-debconf. * Correcting typo when upgrading system in lxc-debconf. lxc (0.7.5-10) unstable; urgency=low * Removing not really working busybox template (Closes: #649193). * Adding preseed examples for lxc-debconf. * Adding support for customizable volatile mirrors in lxc-debconf. * Adding debconf handling for pre-chroot stuff in lxc-debconf by using private temporary debconf db. * Adding support for preseeding local repositories in lxc-debconf. * Use distribution and mode specific list of extra packages in lxc- debconf. * Refactor system upgrade mechanism in lxc-debconf. * Upgrading cache before copying it in lxc-debconf. * Updating todo file. lxc (0.7.5-9) unstable; urgency=low * Splitting out linux-container package into own source package. lxc (0.7.5-8) unstable; urgency=low * Adding default comments in fstab when using lxc-debconf. * Adding temporary dirty worarkound to avoid wrong matches as long as preseed-files are manually parsed. * Adding apt config for progress in lxc-debconf. * Correcting check for daemontools in linux-container postinst. * Adding upgrade and user-changes proof handling for /etc/inittab. * Updating todo files. * Adding config option to disable automatic installation of recommended packages in lxc-debconf. lxc (0.7.5-7) unstable; urgency=low * Touching empty fstab in lxc-debconf. * Correcting rm calls in lxc-debconf to actually match what is intended to be removed. * Shuffling dist-upgrade arround in lxc-debconf to be active in all modes. lxc (0.7.5-6) unstable; urgency=low * Updating debian-config.patch to allow mknod calls in containers by default. * Updating debian-config.patch to allow accessing /dev/fuse by default. * Updating debian-config.patch to have devices by default better commented and sorted. * Updating debian-config.patch to also drop sys_module, mac_admin, and mac_override capabilities by default. * Listing local additions in lxc install file explicitly. * Correcting syntax for db_input calls in linux-container config script. * Updating comments for debconf queries with strings that cannot be empty. * Setting debconf questions to unseen when the answer is read from conffile. * Applying some of the suggestions from the "reviewed" control file from debian-l10n-english (Closes: #645850). * Applying some of the suggestions from the "reviewed" templates file from debian-l10n-english. * Updating German debconf translations. * Adding Czech debconf translations from Michal Simunek <email address hidden> (Closes: #647208). * Adding Danish debconf translations from Joe Hansen <email address hidden> (Closes: #646322). * Improving wording on two strings in the German debconf translations, thanks to Erik Pfannenstein <email address hidden> (Closes: #648059). * Adding Spanish debconf translations from Camaleón <email address hidden> (Closes: #647612). * Adding French debconf translations from Julien Patriarca <email address hidden> (Closes: #646696). * Adding Portuguese debconf translations from Miguel Figueiredo <email address hidden> (Closes: #647957). * Adding Russian debconf translations from Yuri Kozlov <email address hidden> (Closes: #646419). * Adding Swedish debconf translations from Martin Bagge <email address hidden> (Closes: #647256). * Adding Chinese (Simplified) debconf translations from syq <email address hidden>. * Adding support for static network configuration in linux-container. * Adding scripts to workaround broken squeeze release. * Improving shell code in linux-container config and postinst files. * Updating lxc-create patch to trim warning message when creating new containers without previously existing configuration. * Adding lxc-debconf template. * Replacing upstreams debian template by using newly added debconf template. * Renumbering patches. * Adding debconf handling in linux-container for number of consoles to be run. * Removing openssh-server host keys in cached chroot and recreate them with linux-container. * Reverting title suggestion by debian-l10n-english in debconf templates and use a consistent version for both lxc and linux- container. * Updating todo files. -- Iain Lane <email address hidden> Wed, 28 Nov 2012 10:06:56 +0000
Upload details
- Uploaded by:
- Iain Lane
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- admin
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lxc_0.8.0~rc1.orig.tar.gz | 294.0 KiB | 32bf83902c07387646c55de440d6d12cf61bd54c97417109c2d1ac47d17cb911 |
lxc_0.8.0~rc1-4ubuntu38~ubuntu12.04.1.debian.tar.gz | 179.2 KiB | c9e48a4130848f2206c17287298fb79f4668cc55b29cdaee34a4c30da271dc08 |
lxc_0.8.0~rc1-4ubuntu38~ubuntu12.04.1.dsc | 2.2 KiB | 4574d44a6e5811e4c73c0a32d0231a86e2833298b9d688a80d57114fb1cb0d02 |
Available diffs
Binary packages built by this source
- liblxc0: Linux Containers userspace tools (library)
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package contains the libraries.
- lxc: Linux Containers userspace tools
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package provides the lxc-* tools, which can be used to start a single
daemon in a container, or to boot an entire "containerized" system, and to
manage and debug your containers.
- lxc-dbg: Linux Containers userspace tools (debug)
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package contains the debugging symbols.
- lxc-dev: Linux Containers userspace tools (development)
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package contains the development files.
- python3-lxc: Linux Containers userspace tools (Python 3.x bindings)
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package contains the Python 3.x bindings.