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

2011-05-03 Thread Kevin Sumner
I probably shouldn't post patches in my comments.  :)  Here's the actual
file.

** Patch added: "Patch to fix postfix's chroot environment for multiarch"
   
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/764096/+attachment/2109580/+files/postfix-init-multiarch.patch

-- 
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2011-05-03 Thread Kevin Sumner
This simple patch has fixed my problems, at least temporarily:

--- /etc/init.d/postfix.distrib 2011-05-03 15:33:19.0 +
+++ /etc/init.d/postfix 2011-05-03 15:35:27.0 +
@@ -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
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 514274] Re: NTLMv2 Authentication Not Enabled By Default

2010-02-21 Thread Kevin Sumner
This should probably be marked higher than "wishlist".  By default,
Windows Vista (probably also 7) requires NTLMv2 and I think (not
confirmed) Windows 2008 domain controllers require this for their shares
as well.

Unless enabling v2 prevents v1 authentication, I can't think of any good
reason not to enable this by default on Ubuntu (or even in upstream).

-- 
NTLMv2 Authentication Not Enabled By Default
https://bugs.launchpad.net/bugs/514274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs