[Bug 1024475] [NEW] libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2012-07-13 Thread ghomem
Public bug reported: A configuration that works perfectly after setup prevents an Ubuntu 12.04 Precise client from booting. Checks before rebooting: 1. winbind authentication is working (console login, xrdp, etc) 2. libnss-ldap name resolution is working (getent passwd) (this is the intended se

[Bug 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2012-07-13 Thread ghomem
Further debug indicates that this is a group resolution problem at boot time because passwd: compat ldap group: compat shadow: compat ldap boots perfectly. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libnss-ldap in Ubuntu. https:

[Bug 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2012-07-13 Thread ghomem
Current workaround is changing the existing script /etc/init.d/libnss- ldap to include: [...] case "$1" in start) cp -f /etc/nsswitch.conf.ldap /etc/nsswitch.conf ;; stop) cp -f /etc/nsswitch.conf.local /etc/nsswitch.conf

[Bug 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2012-07-17 Thread ghomem
Hello Clint, We are using the default for networking, ie, Network Manager. Booting with --verbose noquiet results in the single 2 lines: Loading configuration from /etc/init.conf Loading configuration fomt /etc/init being printed. The system hangs right there. -- You received this bug notif

[Bug 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2012-07-19 Thread ghomem
Hi, We are using the Ubuntu's default network configuration, nothing done manually on /etc/interfaces. It does bring the network up before login and works perfectly with nss_winbind. So the problem is likely the integration of nss_ldap on Ubuntu and not the network configuration. -- You receiv

[Bug 1083407] [NEW] subtle upstart race condition with rc-sysinit scripts

2012-11-26 Thread ghomem
Public bug reported: In fast machines one can see a race condition related to the old-style sysinit scripts that upstart runs. I noticed this on a virtual machine. The symptoms are: - winbind is hung on a futex call (only one winbind proc is visible, unlike the usual situation) - xrdp is not l

[Bug 1083407] Re: subtle upstart race condition with rc-sysinit scripts

2012-12-03 Thread ghomem
They are possibly related. I will send more info as requested. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1083407 Title: subtle upstart race condition with rc-sysinit scripts To

[Bug 1083407] Re: subtle upstart race condition with rc-sysinit scripts

2012-12-03 Thread ghomem
upstart version is1.5-0ubuntu7 I think this bug can be merged with bug 1078699 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1083407 Title: subtle upstart race condition with

[Bug 1078699] Re: winbind won't start at boot

2012-12-03 Thread ghomem
A just slightly less ugly fix is introducing /etc/rc2.d/S10sleep with RCDELAY=30 sleep $RCDELAY Seems to work -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1078699 Title: winbind

[Bug 828813] [NEW] ntlm_auth fails to use cached credentials

2011-08-18 Thread ghomem
Public bug reported: When a user is authenticated against an AD server it is supposed to be able to use Windows Integrate Authentication for login on NTLM based websites. This means that the user won't be prompted for a password on such sites since the cached credentials can be used. On Linux thi