Re: [Freeipa-devel] [PATCH] ipa-client-automount: Add the autofs service if it doesn't exist

2012-10-25 Thread Jan Cholasta
Hi, On 25.10.2012 20:29, Rob Crittenden wrote: Jakub Hrozek wrote: The script was only activating the service, which was failing if there was no such service. So simple. ACK, pushed to master and ipa-3-0 Note, I added the ticket number to the commit message. rob Sorry for replying too l

Re: [Freeipa-devel] [PATCH] 327 Avoid uninstalling dependencies during package lifetime

2012-10-25 Thread Rob Crittenden
Martin Kosek wrote: On 10/24/2012 08:25 PM, Rob Crittenden wrote: Martin Kosek wrote: Requires(pre) only guarantees that package will be present before package scriptlets are run. However, the package can be removed after installation is finished without removing also IPA. Add standard Requires

Re: [Freeipa-devel] [PATCH] ipa-client-automount: Add the autofs service if it doesn't exist

2012-10-25 Thread Rob Crittenden
Jakub Hrozek wrote: The script was only activating the service, which was failing if there was no such service. So simple. ACK, pushed to master and ipa-3-0 Note, I added the ticket number to the commit message. rob ___ Freeipa-devel mailing list

[Freeipa-devel] [PATCH] ipa-client-automount: Add the autofs service if it doesn't exist

2012-10-25 Thread Jakub Hrozek
The script was only activating the service, which was failing if there was no such service. >From 899a9c0bba6ed8df7a5a8d32bed999d5aa20ef40 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 25 Oct 2012 19:59:21 +0200 Subject: [PATCH] ipa-client-automount: Add the autofs service if it doesn't

Re: [Freeipa-devel] [PATCH 0017] Improve error message in ipa-replica-manage

2012-10-25 Thread Tomas Babej
On 10/25/2012 12:40 PM, Tomas Babej wrote: On 10/24/2012 04:40 AM, Rob Crittenden wrote: Tomas Babej wrote: On 10/19/2012 09:55 AM, Petr Viktorin wrote: On 10/18/2012 08:01 PM, Rob Crittenden wrote: Tomas Babej wrote: On 10/02/2012 03:55 PM, Rob Crittenden wrote: Tomas Babej wrote: Hi, Wh

Re: [Freeipa-devel] [RFE] Warnings and client capabilities (Was: [PATCH] 0062 Don't crash when server returns extra output)

2012-10-25 Thread Jan Cholasta
Hi, On 23.10.2012 17:57, Petr Viktorin wrote: Here is a draft design document for ticket 2732. Please comment on both the feature itself, and on how to write design documents. PetrĀ¹, please add how the UI should handle this. == Ticket summary ([https://fedorahosted.org/freeipa/ticket/2732 #2732

Re: [Freeipa-devel] [PATCH] 326 Improve compatibility of LDAP rename_s call

2012-10-25 Thread Martin Kosek
On 10/25/2012 04:20 PM, Jan Cholasta wrote: > Hi, > > On 25.10.2012 16:16, Martin Kosek wrote: >> On 10/25/2012 03:18 PM, Rob Crittenden wrote: >>> Petr Viktorin wrote: On 10/24/2012 08:47 PM, Rob Crittenden wrote: > Martin Kosek wrote: >> python-ldap of version 2.3.10 and lower does

Re: [Freeipa-devel] [PATCH] 326 Improve compatibility of LDAP rename_s call

2012-10-25 Thread Jan Cholasta
Hi, On 25.10.2012 16:16, Martin Kosek wrote: On 10/25/2012 03:18 PM, Rob Crittenden wrote: Petr Viktorin wrote: On 10/24/2012 08:47 PM, Rob Crittenden wrote: Martin Kosek wrote: python-ldap of version 2.3.10 and lower does not support serverctrls and clientctrls options. This makes every ren

Re: [Freeipa-devel] [PATCH] 326 Improve compatibility of LDAP rename_s call

2012-10-25 Thread Martin Kosek
On 10/25/2012 03:18 PM, Rob Crittenden wrote: > Petr Viktorin wrote: >> On 10/24/2012 08:47 PM, Rob Crittenden wrote: >>> Martin Kosek wrote: python-ldap of version 2.3.10 and lower does not support serverctrls and clientctrls options. This makes every rename operation in IPA to cras

Re: [Freeipa-devel] [PATCH] 328 Process relative nameserver DNS record correctly

2012-10-25 Thread Martin Kosek
On 10/25/2012 04:01 PM, Martin Kosek wrote: > Nameserver hostname passed to dnszone_add command was always treated > as FQDN even though it was a relative DNS name to the new zone. All > relative names were being rejected as unresolvable. > > Modify --name-server option processing in dnszone_add a

[Freeipa-devel] [PATCH] 328 Process relative nameserver DNS record correctly

2012-10-25 Thread Martin Kosek
Nameserver hostname passed to dnszone_add command was always treated as FQDN even though it was a relative DNS name to the new zone. All relative names were being rejected as unresolvable. Modify --name-server option processing in dnszone_add and dnszone_mod to respect FQDN/relative DNS name and d

Re: [Freeipa-devel] Replica files vs. upgrades

2012-10-25 Thread Rob Crittenden
Petr Viktorin wrote: Hello, Can I use old replica files to install replicas? For example, is this supported? 1) Create replica file on master 2) Upgrade master 3) Use the (old) replica file to install a replica The rule of thumb is (or should be): New replicas should be installed from a file

Re: [Freeipa-devel] [PATCH] 326 Improve compatibility of LDAP rename_s call

2012-10-25 Thread Rob Crittenden
Petr Viktorin wrote: On 10/24/2012 08:47 PM, Rob Crittenden wrote: Martin Kosek wrote: python-ldap of version 2.3.10 and lower does not support serverctrls and clientctrls options. This makes every rename operation in IPA to crash with Internal Error. Make sure that we respect the difference b

Re: [Freeipa-devel] [PATCH] 326 Improve compatibility of LDAP rename_s call

2012-10-25 Thread Martin Kosek
On 10/25/2012 09:51 AM, Petr Viktorin wrote: > On 10/24/2012 08:47 PM, Rob Crittenden wrote: >> Martin Kosek wrote: >>> python-ldap of version 2.3.10 and lower does not support serverctrls >>> and clientctrls options. This makes every rename operation in IPA >>> to crash with Internal Error. >>> >>

Re: [Freeipa-devel] [PATCH 0017] Improve error message in ipa-replica-manage

2012-10-25 Thread Tomas Babej
On 10/24/2012 04:40 AM, Rob Crittenden wrote: Tomas Babej wrote: On 10/19/2012 09:55 AM, Petr Viktorin wrote: On 10/18/2012 08:01 PM, Rob Crittenden wrote: Tomas Babej wrote: On 10/02/2012 03:55 PM, Rob Crittenden wrote: Tomas Babej wrote: Hi, When executing ipa-replica-manage connect to a

[Freeipa-devel] Replica files vs. upgrades

2012-10-25 Thread Petr Viktorin
Hello, Can I use old replica files to install replicas? For example, is this supported? 1) Create replica file on master 2) Upgrade master 3) Use the (old) replica file to install a replica Also: For ipa-ca-install, do I need to use the same replica file that was used to install the replica

Re: [Freeipa-devel] [PATCH] 326 Improve compatibility of LDAP rename_s call

2012-10-25 Thread Petr Viktorin
On 10/24/2012 08:47 PM, Rob Crittenden wrote: Martin Kosek wrote: python-ldap of version 2.3.10 and lower does not support serverctrls and clientctrls options. This makes every rename operation in IPA to crash with Internal Error. Make sure that we respect the difference between both versions i

Re: [Freeipa-devel] [PATCH] 327 Avoid uninstalling dependencies during package lifetime

2012-10-25 Thread Martin Kosek
On 10/24/2012 08:25 PM, Rob Crittenden wrote: > Martin Kosek wrote: >> Requires(pre) only guarantees that package will be present before >> package scriptlets are run. However, the package can be removed >> after installation is finished without removing also IPA. Add >> standard Requires for these