[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package freeipa - 3.3.4-0ubuntu3 --- freeipa (3.3.4-0ubuntu3) trusty; urgency=medium * Merge from unreleased debian git: Fix ipa-client-install issues (LP: #1282818) - fix auth platform module - use new pykerberos api - don't install a defau

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-10 Thread Timo Aaltonen
also, mkhomedir can't be Default like on your example config, so https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1192719 needs to be fixed before --mkhomedir option works -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https:

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-10 Thread Timo Aaltonen
bah, it was a typo in my attempt to 'patch' auth.py.. works fine now -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https://bugs.launchpad.net/bugs/1282818 Title: 14.04 freeipa ipa-client-install fails Status in “freeipa” p

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-10 Thread Timo Aaltonen
The patch doesn't work for me, it's asking again what profiles to enable.. -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https://bugs.launchpad.net/bugs/1282818 Title: 14.04 freeipa ipa-client-install fails Status in “free

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-05 Thread Timo Aaltonen
also, there are a few bugs against pam that are related https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1192719 https://bugs.launchpad.net/ubuntu/+source/pam/+bug/557013 having the mkhomedir config shipped by libpam-modules makes sense, since that's where the module is.. -- You received this

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-05 Thread Timo Aaltonen
Well I'm the original author of auth.py, but it has changed many times in search for a working solution :) I need to test your patch later to see if it works for me too.. thanks! -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu.

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-04 Thread Ubuntu Foundations Team Bug Bot
The attachment "debian-auth.py.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-m

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-04 Thread Nathan Broadbent
P.S. This doesn't work unless you create a file at "/usr/share/pam- configs/mkhomedir", containing the following: Name: Create home directory during login Default: yes Priority: 0 Session-Type: Additional Session-Final: requiredpam_mkhomedir.soskel=/etc/skel umask=0022 silent --

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-04 Thread Nathan Broadbent
Sorry, it wasn't actually working for me, it was doing nothing, because I forgot to install the mkhomedir file for pam. I've attached a patch that fixes it properly this time. Either pam-auth-update has really changed, or the original author didn't read the man page. "pam-auth- update" doesn't take

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-04 Thread Timo Aaltonen
ok that's reassuring to hear, maybe something wrong on my side then.. -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https://bugs.launchpad.net/bugs/1282818 Title: 14.04 freeipa ipa-client-install fails Status in “freeipa”

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-04 Thread Nathan Broadbent
--uninstall is working fine for me, on my patched 3.3.4 client. Not sure about the latest version. log output: root@trusty:/usr/lib/python2.7/dist-packages/ipapython/platform/debian# ipa-client-install --uninstall certmonger failed to start: Command '/usr/sbin/service certmonger start ' returne

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-04 Thread Timo Aaltonen
could you try what happens on --uninstall? It's asking what pam modules to enable, weirdness by pam-auth-update.. -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https://bugs.launchpad.net/bugs/1282818 Title: 14.04 freeipa ip

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-04 Thread Timo Aaltonen
nah that's fine, I'll fix that too! and yes I think mkhomedir was the motivation to keep it but disabled, can't remember anymore -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https://bugs.launchpad.net/bugs/1282818 Title:

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-04 Thread Nathan Broadbent
Sorry, I just saw your comment now. I believe the pam-auth-update code is necessary if we want to use the 'mkhomedir' option, right? Otherwise that line won't be added to the PAM config -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ub

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-04 Thread Nathan Broadbent
Here's the fix for the final error in "ipapython/platform/debian/auth.py". After applying this patch, the whole installation process works like a charm. Changes: * Need to import ipautil * Use continue to remove extra '--package ' args from empty strings * Need to return args at the end of the fu

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-03 Thread Timo Aaltonen
Thank you!!! Yeah I was convinced this used to work with my local branch on 13.10 but broke when I pushed it to trusty... I'll fix that in the distro soon. The other error is already fixed in git, disabled the auth-module since it doesn't really make sense to fiddle with pam-auth-update after all.

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-04-03 Thread Nathan Broadbent
Hello, I've run into this issue too, on Ubuntu 14.04. I managed to figure out that this is caused by a different version of the python-kerberos package. The authGSSClientInit method signature has changed. I checked out the "release-3-3-4" tag in git, and made the following change to fix it:

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-02-28 Thread Timo Aaltonen
ok I've reproduced this.. fixed a couple of smaller issues but the xml- rpc error remains ** Description changed: Running ipa-client-install --mkhomedir --enable-dns-updates -d --force- join ran as previous install had partially failed on install and rollback. Had to manually delete some fi

[Freeipa] [Bug 1282818] Re: 14.04 freeipa ipa-client-install fails

2014-02-21 Thread Timo Aaltonen
please attach logs next time.. ** Changed in: freeipa (Ubuntu) Assignee: (unassigned) => Timo Aaltonen (tjaalton) -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https://bugs.launchpad.net/bugs/1282818 Title: 14.04 free