Re: [Freeipa-devel] [PATCH] 0092 Remove bogus check for smbpasswd

2012-10-16 Thread Martin Kosek
On 10/15/2012 06:52 PM, Alexander Bokovoy wrote: On Mon, 15 Oct 2012, Rob Crittenden wrote: Sumit Bose wrote: On Mon, Oct 15, 2012 at 04:10:45PM +0300, Alexander Bokovoy wrote: Hi! We don't use smbpasswd in adtrustinstance anymore so the check is bogus. One-liner. -- / Alexander

Re: [Freeipa-devel] [PATCH by nkondras] Add uninstall command hints to ipa-*-install

2012-10-16 Thread Martin Kosek
On 10/11/2012 04:44 PM, Petr Viktorin wrote: The patch was submitted via Trac at https://fedorahosted.org/freeipa/ticket/3065. Thanks, Nikolai! Please use this list next time to speed things up. I took the liberty of adding one more message, re-formatting the code a bit, and mentioning the

[Freeipa-devel] broken bind-dyndb-ldap in ipa-devel repo

2012-10-16 Thread Alexander Bokovoy
Hi, It looks like bind has moved its ABI in F17 updates-testing: $ rpm -ql bind-libs /usr/lib64/libbind9.so.90 /usr/lib64/libbind9.so.90.0.5 /usr/lib64/libdns.so.95 /usr/lib64/libdns.so.95.1.1 /usr/lib64/libisc.so.92 /usr/lib64/libisc.so.92.1.0 /usr/lib64/libisccc.so.90

Re: [Freeipa-devel] broken bind-dyndb-ldap in ipa-devel repo

2012-10-16 Thread Adam Tkac
On Tue, Oct 16, 2012 at 11:46:17AM +0300, Alexander Bokovoy wrote: Hi, It looks like bind has moved its ABI in F17 updates-testing: $ rpm -ql bind-libs /usr/lib64/libbind9.so.90 /usr/lib64/libbind9.so.90.0.5 /usr/lib64/libdns.so.95 /usr/lib64/libdns.so.95.1.1 /usr/lib64/libisc.so.92

[Freeipa-devel] [PATCH] 500 Fix shutdown issues with systemd

2012-10-16 Thread Simo Sorce
Also improve shutdown reliability and restart behavior so we always kill all the processes we started even if the list of processes to handle changed in LDAP. Fixes: https://fedorahosted.org/freeipa/ticket/2302 -- Simo Sorce * Red Hat, Inc * New York From a4f2f7b8500a394d99c16692f1c586c0e906e7a4

Re: [Freeipa-devel] [PATCH] 500 Fix shutdown issues with systemd

2012-10-16 Thread Alexander Bokovoy
On Tue, 16 Oct 2012, Simo Sorce wrote: Also improve shutdown reliability and restart behavior so we always kill all the processes we started even if the list of processes to handle changed in LDAP. Fixes: https://fedorahosted.org/freeipa/ticket/2302 Works for me on freshly installed F18.

Re: [Freeipa-devel] [PATCH] 0091 ipautil.run: Log the command line before running the command

2012-10-16 Thread Jan Cholasta
On 16.10.2012 16:27, Petr Viktorin wrote: On 10/16/2012 04:02 PM, Jan Cholasta wrote: Hi, On 15.10.2012 14:45, Petr Viktorin wrote: As I was debugging code that calls long-running or failing commands, I got tired of the invocation being logged after the command is done. This patch should

[Freeipa-devel] [PATCH] 1063 Allow no reverse domain

2012-10-16 Thread Rob Crittenden
A reverse zone is always created unless --no-reverse is passed. rob From 906db786209ce1b793559ece2a0cf4fbf4fd8142 Mon Sep 17 00:00:00 2001 From: Rob Crittenden rcrit...@redhat.com Date: Tue, 16 Oct 2012 11:11:26 -0400 Subject: [PATCH] Don't configure a reverse zone if not desired in interactive

Re: [Freeipa-devel] [PATCH] 0091 ipautil.run: Log the command line before running the command

2012-10-16 Thread Jan Cholasta
On 16.10.2012 17:26, Petr Viktorin wrote: On 10/16/2012 04:53 PM, Jan Cholasta wrote: On 16.10.2012 16:27, Petr Viktorin wrote: On 10/16/2012 04:02 PM, Jan Cholasta wrote: Hi, On 15.10.2012 14:45, Petr Viktorin wrote: As I was debugging code that calls long-running or failing commands, I

Re: [Freeipa-devel] [PATCH] 0091 ipautil.run: Log the command line before running the command

2012-10-16 Thread Petr Viktorin
On 10/16/2012 04:53 PM, Jan Cholasta wrote: On 16.10.2012 16:27, Petr Viktorin wrote: On 10/16/2012 04:02 PM, Jan Cholasta wrote: Hi, On 15.10.2012 14:45, Petr Viktorin wrote: As I was debugging code that calls long-running or failing commands, I got tired of the invocation being logged

Re: [Freeipa-devel] [PATCH] 1063 Allow no reverse domain

2012-10-16 Thread Martin Kosek
On 10/16/2012 05:21 PM, Rob Crittenden wrote: A reverse zone is always created unless --no-reverse is passed. rob Yeah, this is much better. I would just unify our summary printed before installation. Now when running ipa-server-install with --no-reverse: ... BIND DNS server will be

Re: [Freeipa-devel] [PATCH] 1063 Allow no reverse domain

2012-10-16 Thread Rob Crittenden
Martin Kosek wrote: On 10/16/2012 05:21 PM, Rob Crittenden wrote: A reverse zone is always created unless --no-reverse is passed. rob Yeah, this is much better. I would just unify our summary printed before installation. Now when running ipa-server-install with --no-reverse: ... BIND DNS