Re: [Freeipa-devel] slow response

2012-07-25 Thread Stephen Ingram
On Tue, Jul 24, 2012 at 11:09 AM, John Dennis wrote: > On 07/24/2012 12:03 PM, Stephen Ingram wrote: >> >> On Mon, Jul 23, 2012 at 11:25 AM, John Dennis wrote: >>> >>> On 07/23/2012 12:37 PM, John Dennis wrote: Note the timestamps only have 1 second resolution, something which

[Freeipa-devel] [PATCH 0040] Handle incomplete/invalid zone unload in same way as BIND's ns_server_del_zone()

2012-07-25 Thread Petr Spacek
Hello, this patch prevents potential failure during invalid zone unload. Error handling was changed to the same way as in bind/bin/named/server.c ns_server_del_zone(). Petr^2 Spacek From 02e232632a8a04fcd17f1089553961c18c0b175a Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Wed, 25 Jul 201

Re: [Freeipa-devel] [PATCH] 0064 Rework task naming in LDAP updates to avoid conflicts

2012-07-25 Thread Petr Viktorin
On 07/24/2012 08:36 PM, Alexander Bokovoy wrote: On Tue, 24 Jul 2012, Petr Viktorin wrote: On 07/24/2012 04:50 PM, Alexander Bokovoy wrote: On Tue, 24 Jul 2012, Rob Crittenden wrote: Petr Viktorin wrote: On 07/24/2012 02:49 PM, Alexander Bokovoy wrote: On Tue, 24 Jul 2012, Petr Viktorin wrot

Re: [Freeipa-devel] [PATCH] 1039 fix selinux usermap config options

2012-07-25 Thread Petr Viktorin
On 07/25/2012 05:03 AM, Rob Crittenden wrote: The configuration options for the default user and map order were a bit broken in several ways. I wasn't handling the case where one of the values was coming from LDAP so was a list vs as an option which was a string, so all sorts of bad interesting

Re: [Freeipa-devel] [PATCH] 174 Fix autoscroll to top in tables in IE

2012-07-25 Thread Petr Vobornik
On 07/24/2012 05:25 AM, Endi Sukma Dewata wrote: On 7/23/2012 9:05 AM, Petr Vobornik wrote: In IE when a window is small (horizontal scrollbar is displayed) click or keyboard input on various parts of UI makes search tables scroll to top. It prevents from selecting items in a table. This issue h

Re: [Freeipa-devel] [PATCH] 173 IDs and names for dialogs

2012-07-25 Thread Petr Vobornik
On 07/24/2012 05:24 AM, Endi Sukma Dewata wrote: On 7/19/2012 8:07 AM, Petr Vobornik wrote: It's hard to detect if or which type of dialog is displayed because not all dialogs have IDs. On dialog open, it's id or name (if id is not set) is used for containing element id. Many of dialog types we

Re: [Freeipa-devel] slow response

2012-07-25 Thread John Dennis
On 07/25/2012 02:59 AM, Stephen Ingram wrote: Seeing python2.7, I'm guessing these patches were against Fedora. Since I couldn't get them to apply against RH 6.3 I applied them by hand. I couldn't get the WebUI to load after applying the patches. I'm not sure of the code that caused the problem,

Re: [Freeipa-devel] [PATCH] 0066 Arrange stripping .po files

2012-07-25 Thread John Dennis
On 07/24/2012 06:39 AM, Petr Viktorin wrote: On 07/24/2012 01:12 AM, John Dennis wrote: On 07/23/2012 06:27 AM, Petr Viktorin wrote: As a translator (for another project), I don't like Transifex and prefer to send good old Git pull requests. I understand a "traditional" workflow is hard to coor

Re: [Freeipa-devel] [PATCH] 0066 Arrange stripping .po files

2012-07-25 Thread John Dennis
On 07/24/2012 04:17 AM, Petr Viktorin wrote: On 07/23/2012 10:46 PM, John Dennis wrote: [...] The only thing holding up the ACK is the question of why po-files now has update_pot as a dependency. If files simply depend on $(DOMAIN).pot, then they are considered up-to-date even after they're

Re: [Freeipa-devel] [PATCH 0040] Handle incomplete/invalid zone unload in same way as BIND's ns_server_del_zone()

2012-07-25 Thread Adam Tkac
On Wed, Jul 25, 2012 at 10:18:01AM +0200, Petr Spacek wrote: > Hello, > > this patch prevents potential failure during invalid zone unload. > Error handling was changed to the same way as in > bind/bin/named/server.c ns_server_del_zone(). Ack. > From 02e232632a8a04fcd17f1089553961c18c0b175a Mon

[Freeipa-devel] [PATCH 0041] Cleanup in logging code

2012-07-25 Thread Petr Spacek
Hello, this patch clears logging code a bit. Adding functions like log_info() and similar will be trivial from now. It will be necessary for ticket #71: Log successful reconnect https://fedorahosted.org/bind-dyndb-ldap/ticket/71 Petr^2 Spacek From 26136d6fe5fce5ac4f3138063bcf4774f268bd3c Mon

Re: [Freeipa-devel] [PATCH] 0064 Rework task naming in LDAP updates to avoid conflicts

2012-07-25 Thread Rob Crittenden
Petr Viktorin wrote: On 07/24/2012 08:36 PM, Alexander Bokovoy wrote: On Tue, 24 Jul 2012, Petr Viktorin wrote: On 07/24/2012 04:50 PM, Alexander Bokovoy wrote: On Tue, 24 Jul 2012, Rob Crittenden wrote: Petr Viktorin wrote: On 07/24/2012 02:49 PM, Alexander Bokovoy wrote: On Tue, 24 Jul 20

Re: [Freeipa-devel] [PATCH 0040] Handle incomplete/invalid zone unload in same way as BIND's ns_server_del_zone()

2012-07-25 Thread Petr Spacek
On 07/25/2012 03:10 PM, Adam Tkac wrote: On Wed, Jul 25, 2012 at 10:18:01AM +0200, Petr Spacek wrote: Hello, this patch prevents potential failure during invalid zone unload. Error handling was changed to the same way as in bind/bin/named/server.c ns_server_del_zone(). Ack. Pushed to the ma

Re: [Freeipa-devel] [PATCH] 1033 renew CA subsystem certificates

2012-07-25 Thread Rob Crittenden
Petr Viktorin wrote: On 07/23/2012 10:03 PM, Rob Crittenden wrote: Rob Crittenden wrote: Andrew Wnuk wrote: On 07/16/2012 01:35 PM, Rob Crittenden wrote: Nalin Dahyabhai wrote: On Mon, Jul 16, 2012 at 09:23:24AM -0400, Rob Crittenden wrote: Use the new certmonger capability to be able to re

Re: [Freeipa-devel] [PATCH] 0066 Arrange stripping .po files

2012-07-25 Thread Rob Crittenden
John Dennis wrote: On 07/24/2012 04:17 AM, Petr Viktorin wrote: On 07/23/2012 10:46 PM, John Dennis wrote: [...] The only thing holding up the ACK is the question of why po-files now has update_pot as a dependency. If files simply depend on $(DOMAIN).pot, then they are considered up-to-date

Re: [Freeipa-devel] [PATCH] 1033 renew CA subsystem certificates

2012-07-25 Thread Jan Cholasta
Dne 25.7.2012 16:01, Rob Crittenden napsal(a): Petr Viktorin wrote: On 07/23/2012 10:03 PM, Rob Crittenden wrote: Rob Crittenden wrote: Andrew Wnuk wrote: On 07/16/2012 01:35 PM, Rob Crittenden wrote: Nalin Dahyabhai wrote: On Mon, Jul 16, 2012 at 09:23:24AM -0400, Rob Crittenden wrote: Us

[Freeipa-devel] [PATCH] fix buildrequires in spec file

2012-07-25 Thread Simo Sorce
This has grown to more than a one-liner so I seek an active ack. Simo. -- Simo Sorce * Red Hat, Inc * New York >From b107bc7c41c3b6dcb714e558890b37f1e3b4bacd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 25 Jul 2012 11:23:11 -0400 Subject: [PATCH] Add all external samba libraries to Buil

Re: [Freeipa-devel] [PATCH] fix buildrequires in spec file

2012-07-25 Thread Alexander Bokovoy
On Wed, 25 Jul 2012, Simo Sorce wrote: This has grown to more than a one-liner so I seek an active ack. Simo. -- Simo Sorce * Red Hat, Inc * New York From b107bc7c41c3b6dcb714e558890b37f1e3b4bacd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 25 Jul 2012 11:23:11 -0400 Subject: [PATC

Re: [Freeipa-devel] [PATCH] fix buildrequires in spec file

2012-07-25 Thread Alexander Bokovoy
On Wed, 25 Jul 2012, Simo Sorce wrote: This has grown to more than a one-liner so I seek an active ack. Simo. -- Simo Sorce * Red Hat, Inc * New York From b107bc7c41c3b6dcb714e558890b37f1e3b4bacd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 25 Jul 2012 11:23:11 -0400 Subject: [PATC

Re: [Freeipa-devel] [PATCH] fix buildrequires in spec file

2012-07-25 Thread Simo Sorce
On Wed, 2012-07-25 at 20:32 +0300, Alexander Bokovoy wrote: > On Wed, 25 Jul 2012, Simo Sorce wrote: > >This has grown to more than a one-liner so I seek an active ack. > > > >Simo. > > > >-- > >Simo Sorce * Red Hat, Inc * New York > > >>From b107bc7c41c3b6dcb714e558890b37f1e3b4bacd Mon Sep 17 00

Re: [Freeipa-devel] [PATCH] 1033 renew CA subsystem certificates

2012-07-25 Thread Rob Crittenden
Jan Cholasta wrote: Dne 25.7.2012 16:01, Rob Crittenden napsal(a): Petr Viktorin wrote: On 07/23/2012 10:03 PM, Rob Crittenden wrote: Rob Crittenden wrote: Andrew Wnuk wrote: On 07/16/2012 01:35 PM, Rob Crittenden wrote: Nalin Dahyabhai wrote: On Mon, Jul 16, 2012 at 09:23:24AM -0400, Rob

[Freeipa-devel] Freeipa wiki editing

2012-07-25 Thread Javier Ramirez
Hi, As per the instructions found at http://freeipa.com/page/Contribute , I send this email to request for a freeipa wiki account . I have some amends to make to http://freeipa.com/page/ConfiguringAixClients . Thanks. ___ Freeipa-devel mailing list F

Re: [Freeipa-devel] slow response

2012-07-25 Thread Stephen Ingram
On Wed, Jul 25, 2012 at 4:31 AM, John Dennis wrote: > On 07/25/2012 02:59 AM, Stephen Ingram wrote: >> >> Seeing python2.7, I'm guessing these patches were against Fedora. >> Since I couldn't get them to apply against RH 6.3 I applied them by >> hand. I couldn't get the WebUI to load after applyin