Re: [Freeipa-devel] [PATCH 0045] Add message for skipping NTP configuration during client install

2015-04-14 Thread Petr Vobornik

On 04/07/2015 05:46 PM, Martin Basti wrote:

On 07/04/15 17:06, Gabe Alford wrote:

Stupid me. I realized that chronyd was running which messed up my
testing and such (sorry about that). New patch attached that
implements 'else'

On Tue, Apr 7, 2015 at 2:32 AM, Martin Basti mba...@redhat.com
mailto:mba...@redhat.com wrote:

On 02/04/15 17:47, Gabe Alford wrote:

On Thu, Apr 2, 2015 at 8:59 AM, Martin Basti mba...@redhat.com
mailto:mba...@redhat.com wrote:

On 30/03/15 15:25, Gabe Alford wrote:

Hello,

With the merging of ticket 4842
https://fedorahosted.org/freeipa/ticket/4842, I believe
that half of ticket 3092
https://fedorahosted.org/freeipa/ticket/3092 has been
done. This patch just adds a message that says that NTP
configuration was skipped which I believe should finish 3092
https://fedorahosted.org/freeipa/ticket/3092.

Thanks,

Gabe



Hello, thank you for the patch.

1)
IMO there should be:
if *not* options.conf_ntp


So, if --no-ntp is not specified, print message that the client
is skipping NTP sync?

Yes, or did I miss something? I though the message should be shown
only if --no-ntp option is used.

With your current patch:

# ipa-client-install --no-ntp
no ntp related output
no INFO msg: skipping...

# ipa-client-install
output omitted /
Attempting to sync time using ntpd.  Will timeout after 15 seconds
Unable to sync time with IPA NTP server, assuming the time is in
sync. Please check that 123 UDP port is opened.
Skipping synchronizing time with IPA NTP server.
output omitted /

But in this case the client did synchronization with NTP (which
failed), IMO the message Skipping ... should not be there.
This message is shown even the synchronization with NTP is
successful.


2)
wouldnt be better to use just else?


I actually ran ipa-client-install with no options on a system
where I used 'else', and it printed the skipping NTP sync when it
should not have.
That is why the patch does not use 'else'.

Interesting, I expected the messages only on client installed on
IPA server, or with using --no-ntp option



Martin

-- Martin Basti




-- Martin Basti



Thank you!
ACK



Pushed to master: e537fd202e23a507dd0c43d2dfdf88fd6921e183
--
Petr Vobornik

--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


Re: [Freeipa-devel] [PATCH 0045] Add message for skipping NTP configuration during client install

2015-04-07 Thread Martin Basti

On 02/04/15 17:47, Gabe Alford wrote:
On Thu, Apr 2, 2015 at 8:59 AM, Martin Basti mba...@redhat.com 
mailto:mba...@redhat.com wrote:


On 30/03/15 15:25, Gabe Alford wrote:

Hello,

With the merging of ticket 4842
https://fedorahosted.org/freeipa/ticket/4842, I believe that
half of ticket 3092
https://fedorahosted.org/freeipa/ticket/3092 has been done.
This patch just adds a message that says that NTP configuration
was skipped which I believe should finish 3092
https://fedorahosted.org/freeipa/ticket/3092.

Thanks,

Gabe



Hello, thank you for the patch.

1)
IMO there should be:
if *not* options.conf_ntp


So, if --no-ntp is not specified, print message that the client is 
skipping NTP sync?
Yes, or did I miss something? I though the message should be shown only 
if --no-ntp option is used.


With your current patch:

# ipa-client-install --no-ntp
no ntp related output
no INFO msg: skipping...

# ipa-client-install
output omitted /
Attempting to sync time using ntpd.  Will timeout after 15 seconds
Unable to sync time with IPA NTP server, assuming the time is in sync. 
Please check that 123 UDP port is opened.

Skipping synchronizing time with IPA NTP server.
output omitted /

But in this case the client did synchronization with NTP (which failed), 
IMO the message Skipping ... should not be there.

This message is shown even the synchronization with NTP is successful.


2)
wouldnt be better to use just else?


I actually ran ipa-client-install with no options on a system where I 
used 'else', and it printed the skipping NTP sync when it should not have.

That is why the patch does not use 'else'.
Interesting, I expected the messages only on client installed on IPA 
server, or with using --no-ntp option



Martin

-- 
Martin Basti





--
Martin Basti

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Re: [Freeipa-devel] [PATCH 0045] Add message for skipping NTP configuration during client install

2015-04-07 Thread Gabe Alford
Stupid me. I realized that chronyd was running which messed up my testing
and such (sorry about that). New patch attached that implements 'else'

On Tue, Apr 7, 2015 at 2:32 AM, Martin Basti mba...@redhat.com wrote:

  On 02/04/15 17:47, Gabe Alford wrote:

  On Thu, Apr 2, 2015 at 8:59 AM, Martin Basti mba...@redhat.com wrote:

   On 30/03/15 15:25, Gabe Alford wrote:

   Hello,

  With the merging of ticket 4842
 https://fedorahosted.org/freeipa/ticket/4842, I believe that half of
 ticket 3092 https://fedorahosted.org/freeipa/ticket/3092 has been
 done. This patch just adds a message that says that NTP configuration was
 skipped which I believe should finish 3092
 https://fedorahosted.org/freeipa/ticket/3092.

  Thanks,

  Gabe


   Hello, thank you for the patch.

 1)
 IMO there should be:
 if *not* options.conf_ntp


  So, if --no-ntp is not specified, print message that the client is
 skipping NTP sync?

 Yes, or did I miss something? I though the message should be shown only if
 --no-ntp option is used.

 With your current patch:

 # ipa-client-install --no-ntp
 no ntp related output
 no INFO msg: skipping...

 # ipa-client-install
 output omitted /
 Attempting to sync time using ntpd.  Will timeout after 15 seconds
 Unable to sync time with IPA NTP server, assuming the time is in sync.
 Please check that 123 UDP port is opened.
 Skipping synchronizing time with IPA NTP server.
 output omitted /

 But in this case the client did synchronization with NTP (which failed),
 IMO the message Skipping ... should not be there.
 This message is shown even the synchronization with NTP is successful.



  2)
 wouldnt be better to use just else?


  I actually ran ipa-client-install with no options on a system where I
 used 'else', and it printed the skipping NTP sync when it should not have.
  That is why the patch does not use 'else'.

 Interesting, I expected the messages only on client installed on IPA
 server, or with using --no-ntp option




 Martin

 --
 Martin Basti



 --
 Martin Basti


From 4422cab165a648d8657be70d1deea1b0a834f183 Mon Sep 17 00:00:00 2001
From: Gabe redhatri...@gmail.com
Date: Tue, 7 Apr 2015 08:54:30 -0600
Subject: [PATCH] Add message for skipping NTP configuration during client
 install

https://fedorahosted.org/freeipa/ticket/3092
---
 ipa-client/ipa-install/ipa-client-install | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install
index e31d83dc98d411d281c9913af6cd45b41e2b51a1..1590a08600bbb1b2fd7f4c3338b5060156d7dc38 100755
--- a/ipa-client/ipa-install/ipa-client-install
+++ b/ipa-client/ipa-install/ipa-client-install
@@ -2343,6 +2343,8 @@ def install(options, env, fstore, statestore):
 root_logger.warning(Unable to sync time with IPA NTP  +
 server, assuming the time is in sync. Please check  +
 that 123 UDP port is opened.)
+else:
+root_logger.info('Skipping synchronizing time with IPA NTP server.')
 
 if not options.unattended:
 if (options.principal is None and options.password is None and
-- 
1.8.3.1

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Re: [Freeipa-devel] [PATCH 0045] Add message for skipping NTP configuration during client install

2015-04-07 Thread Martin Basti

On 07/04/15 17:06, Gabe Alford wrote:
Stupid me. I realized that chronyd was running which messed up my 
testing and such (sorry about that). New patch attached that 
implements 'else'


On Tue, Apr 7, 2015 at 2:32 AM, Martin Basti mba...@redhat.com 
mailto:mba...@redhat.com wrote:


On 02/04/15 17:47, Gabe Alford wrote:

On Thu, Apr 2, 2015 at 8:59 AM, Martin Basti mba...@redhat.com
mailto:mba...@redhat.com wrote:

On 30/03/15 15:25, Gabe Alford wrote:

Hello,

With the merging of ticket 4842
https://fedorahosted.org/freeipa/ticket/4842, I believe
that half of ticket 3092
https://fedorahosted.org/freeipa/ticket/3092 has been
done. This patch just adds a message that says that NTP
configuration was skipped which I believe should finish 3092
https://fedorahosted.org/freeipa/ticket/3092.

Thanks,

Gabe



Hello, thank you for the patch.

1)
IMO there should be:
if *not* options.conf_ntp


So, if --no-ntp is not specified, print message that the client
is skipping NTP sync?

Yes, or did I miss something? I though the message should be shown
only if --no-ntp option is used.

With your current patch:

# ipa-client-install --no-ntp
no ntp related output
no INFO msg: skipping...

# ipa-client-install
output omitted /
Attempting to sync time using ntpd.  Will timeout after 15 seconds
Unable to sync time with IPA NTP server, assuming the time is in
sync. Please check that 123 UDP port is opened.
Skipping synchronizing time with IPA NTP server.
output omitted /

But in this case the client did synchronization with NTP (which
failed), IMO the message Skipping ... should not be there.
This message is shown even the synchronization with NTP is successful.


2)
wouldnt be better to use just else?


I actually ran ipa-client-install with no options on a system
where I used 'else', and it printed the skipping NTP sync when it
should not have.
That is why the patch does not use 'else'.

Interesting, I expected the messages only on client installed on
IPA server, or with using --no-ntp option



Martin

-- 
Martin Basti





-- 
Martin Basti




Thank you!
ACK

--
Martin Basti

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Re: [Freeipa-devel] [PATCH 0045] Add message for skipping NTP configuration during client install

2015-04-02 Thread Gabe Alford
On Thu, Apr 2, 2015 at 8:59 AM, Martin Basti mba...@redhat.com wrote:

  On 30/03/15 15:25, Gabe Alford wrote:

   Hello,

  With the merging of ticket 4842
 https://fedorahosted.org/freeipa/ticket/4842, I believe that half of
 ticket 3092 https://fedorahosted.org/freeipa/ticket/3092 has been done.
 This patch just adds a message that says that NTP configuration was skipped
 which I believe should finish 3092
 https://fedorahosted.org/freeipa/ticket/3092.

  Thanks,

  Gabe


  Hello, thank you for the patch.

 1)
 IMO there should be:
 if *not* options.conf_ntp


So, if --no-ntp is not specified, print message that the client is skipping
NTP sync?


 2)
 wouldnt be better to use just else?


I actually ran ipa-client-install with no options on a system where I used
'else', and it printed the skipping NTP sync when it should not have.
That is why the patch does not use 'else'.



 Martin

 --
 Martin Basti


-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Re: [Freeipa-devel] [PATCH 0045] Add message for skipping NTP configuration during client install

2015-04-02 Thread Martin Basti

On 30/03/15 15:25, Gabe Alford wrote:

Hello,

With the merging of ticket 4842 
https://fedorahosted.org/freeipa/ticket/4842, I believe that half of 
ticket 3092 https://fedorahosted.org/freeipa/ticket/3092 has been 
done. This patch just adds a message that says that NTP configuration 
was skipped which I believe should finish 3092 
https://fedorahosted.org/freeipa/ticket/3092.


Thanks,

Gabe



Hello, thank you for the patch.

1)
IMO there should be:
if *not* options.conf_ntp

2)
wouldnt be better to use just else?

Martin

--
Martin Basti

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code