Re: [Freeipa-users] bash completion freeze possibly related to freeipa/sssd

2015-12-17 Thread Martin Kosek
Adding freeipa-users mailing list back, so that other users can learn.

On 12/17/2015 03:36 PM, Karl Forner wrote:
>> It all depends when the bash completion freezes. Maybe some bash completion
>> plugin tries to enumerate users or groups which takes time?
> 
> 
> that's one of my hypothesis
> 
> 
>> We need to see at
>> what command and on which parameter does this happen to provide advise.
>>
> 
> it seems to happen frequently when completing make targets for instance.
> I'll try to be more precise and have actual commands.

Also, running "set -x" before the faulty bash completion may help as it would
show the bash commands involved in the completion plugin.

-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info on the project


Re: [Freeipa-users] bash completion freeze possibly related to freeipa/sssd

2015-12-17 Thread Martin Kosek
On 12/17/2015 03:25 PM, Karl Forner wrote:
> Hello,
> 
> Since we use freeIPA, every ubuntu client experiences some sporadic freezes
> with bash completion. It seems far-fetched but the other ubuntu not using
> sssd/freeipa do not experience these problems.
> 
> Could it be related ? How to troubleshoot ?
> 
> Regards,
> Karl

Hi Karl,

FreeIPA itself should only deliver bash completion in
/etc/bash_completion.d/ipa
around "ipa" command itself, you can try to remove it temporarily to see if
this is the reason.

It all depends when the bash completion freezes. Maybe some bash completion
plugin tries to enumerate users or groups which takes time? We need to see at
what command and on which parameter does this happen to provide advise.

-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info on the project