[Bug 764096] Re: DNS hostname lookups fail in chroot after natty upgrade

Tom 764096 at bugs.launchpad.net
Sun May 1 07:13:14 UTC 2011


I found it!

/etc/init.d/postfix:

replace these two lines:

rm -f lib/libnss_*so*
tar cf - /lib/libnss_*so* 2>/dev/null |tar xf -

with these two:

rm -f lib/x86_64-linux-gnu/libnss_*so*
tar cf - /lib/x86_64-linux-gnu/libnss_*so* 2>/dev/null |tar xf -

My fix is specific for x64 architecture, change it if you use x86.
It should be possible to create architecture independent fix, but I don't know how.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/764096

Title:
  DNS hostname lookups fail in chroot after natty upgrade



More information about the Ubuntu-server-bugs mailing list