$ debootstrap --variant=minbase lucid lucid $ mount -t proc none lucid/proc $ mount -o rbind /dev lucid/dev $ chroot lucid r...@foghorn:/# echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d r...@foghorn:/# chmod a+x /usr/sbin/policy-rc.d r...@foghorn:/# echo deb http://de.archive.ubuntu.com/ubuntu lucid main universe > /etc/apt/sources.list r...@foghorn:/# echo deb http://de.archive.ubuntu.com/ubuntu lucid-security main universe >> /etc/apt/sources.list r...@foghorn:/# apt-get update && apt-get dist-upgrade ... r...@foghorn:/# apt-get install --no-install-recommends sudo ... r...@foghorn:/# apt-get install --no-install-recommends aegir-provision ... r...@foghorn:/# sudo true sudo: /etc/sudoers.d/aegir is mode 0600, should be 0440 >>> /etc/sudoers.d/README: /etc/sudoers.d/aegir near line 18 <<< sudo: parse error in /etc/sudoers.d/README near line 18 sudo: no valid sudoers sources found, quitting *** glibc detected *** sudo: double free or corruption (!prev): 0x09025010 *** ... r...@foghorn:/# echo deb http://de.archive.ubuntu.com/ubuntu lucid-proposed main universe >> /etc/apt/sources.list r...@foghorn:/# apt-get update ... r...@foghorn:/# apt-get install aegir-provision ... r...@foghorn:/# sudo true r...@foghorn:/#
-- Crashes due to wrong permissions of sudoers file. https://bugs.launchpad.net/bugs/543662 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs