Package: sudo Version: 1.8.15-1.1 Severity: normal When trying to run sudo inside a sid i386 schroot (on a Jessie amd64 host):
haegar@tokamak:~$ schroot -c sid32 -- sudo apt-get update sudo: main: unable to allocate memory But strangely the same sudo version works using an (besides the architecture) identical amd64 schroot: haegar@tokamak:~$ schroot -c sid64 -- sudo apt-get update Ign:1 http://debian.home.sdinet.de sid InRelease Hit:2 http://debian.home.sdinet.de sid Release Ign:3 http://debian.sdinet.de sid InRelease Hit:4 http://ftp.de.debian.org/debian unstable InRelease Hit:6 http://debian.sdinet.de sid Release Reading package lists... Done Note that my schroot do not have /dev/pts mounted (as the Jessie schroot is broken and not able to unmount them again, having them piling up in the thousands after a lot of schroot calls) Greetings Haegar -- System Information: Debian Release: 8.2 APT prefers squeeze-lts APT policy: (500, 'squeeze-lts'), (500, 'oldoldstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) Versions of packages sudo depends on: ii libaudit1 1:2.4-1+b1 ii libc6 2.19-18+deb8u1 ii libpam-modules 1.1.8-3.1 ii libpam0g 1.1.8-3.1 ii libselinux1 2.3-2 sudo recommends no packages. sudo suggests no packages. -- Configuration Files: /etc/sudoers changed: Defaults env_reset Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" root ALL=(ALL:ALL) ALL haegar ALL=(ALL:ALL) ALL %sudo ALL=(ALL:ALL) ALL haegar ALL=(ALL) NOPASSWD:/usr/bin/apt-get -- no debconf information