This simple patch has fixed my problems, at least temporarily: --- /etc/init.d/postfix.distrib 2011-05-03 15:33:19.000000000 +0000 +++ /etc/init.d/postfix 2011-05-03 15:35:27.000000000 +0000 @@ -139,8 +139,8 @@ rm -f usr/lib/zoneinfo/localtime mkdir -p usr/lib/zoneinfo ln -sf /etc/localtime usr/lib/zoneinfo/localtime - rm -f lib/libnss_*so* - tar cf - /lib/libnss_*so* 2>/dev/null |tar xf - + rm -f lib/libnss_*so* lib/*/libnss_*so* + tar cf - /lib/libnss_*so* /lib/*/libnss_*so* 2>/dev/null |tar xf - umask $oldumask fi
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/764096 Title: DNS hostname lookups fail in chroot after natty upgrade -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs