Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-26 Thread Bret Wortman
# script /tmp/out-script Script started, file is /tmp/out-script # ipa help Script done, file is /tmp/out-script # cat /tmp/out-script Script started on Wed 26 Feb 2014 07:18:07 AM EST # ipa help Script done on Wed 26 Feb 2014 07:18:14 AM EST # So then I tried it using script's -c option to

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-26 Thread Dmitri Pal
On 02/26/2014 07:25 AM, Bret Wortman wrote: # script /tmp/out-script Script started, file is /tmp/out-script # ipa help Script done, file is /tmp/out-script # cat /tmp/out-script Script started on Wed 26 Feb 2014 07:18:07 AM EST # ipa help Script done on Wed 26 Feb 2014 07:18:14 AM EST # So

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-25 Thread Bret Wortman
I don't know if this will be informative or not, but: # strace -f -o /tmp/out ipa host-find zw129.damascusgrp.com -- 1 host matched -- Host name: zw129.damascusgrp.com : : # I then found this pattern occurring a number of times within the (17564 line) output file:

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-25 Thread Petr Spacek
On 25.2.2014 19:10, Bret Wortman wrote: I don't know if this will be informative or not, but: # strace -f -o /tmp/out ipa host-find zw129.damascusgrp.com -- 1 host matched -- Host name: zw129.damascusgrp.com : : # I then found this pattern occurring a number of

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-25 Thread Rob Crittenden
Bret Wortman wrote: I don't know if this will be informative or not, but: # strace -f -o /tmp/out ipa host-find zw129.damascusgrp.com -- 1 host matched -- Host name: zw129.damascusgrp.com : : # I then found this pattern occurring a number of times within the

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-25 Thread Bret Wortman
Nope, running with strace lets us use the IPA command again with impunity. Without it, process termination. Bret Wortman http://bretwortman.com/ http://twitter.com/BretWortman On Feb 25, 2014, at 6:06 PM, Rob Crittenden rcrit...@redhat.com wrote: Bret Wortman wrote: I don't know if this

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-25 Thread Dmitri Pal
On 02/25/2014 07:31 PM, Bret Wortman wrote: Nope, running with strace lets us use the IPA command again with impunity. Without it, process termination. A theory. Your data has some output that is treated as escape sequence that crushes the shell so your connection is closed. Do you test it

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-25 Thread Rob Crittenden
Dmitri Pal wrote: On 02/25/2014 07:31 PM, Bret Wortman wrote: Nope, running with strace lets us use the IPA command again with impunity. Without it, process termination. A theory. Your data has some output that is treated as escape sequence that crushes the shell so your connection is

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-25 Thread Bret Wortman
I'll try that. And you're right--we've tried a number of sub commands. Bret Wortman http://bretwortman.com/ http://twitter.com/BretWortman On Feb 25, 2014, at 8:05 PM, Rob Crittenden rcrit...@redhat.com wrote: Dmitri Pal wrote: On 02/25/2014 07:31 PM, Bret Wortman wrote: Nope, running

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-21 Thread Jakub Hrozek
On Fri, Feb 21, 2014 at 01:15:52PM -0500, Bret Wortman wrote: I'm getting ready to leave for the weekend, and this isn't the kind of thing I want to track down on a Friday, but if anyone has any ideas for things I should look at come Monday morning, I'd be very appreciative. I've got a

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-21 Thread Rob Crittenden
Bret Wortman wrote: I'm getting ready to leave for the weekend, and this isn't the kind of thing I want to track down on a Friday, but if anyone has any ideas for things I should look at come Monday morning, I'd be very appreciative. I've got a system with 12 replicas, and no matter which IPA

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-21 Thread Mauricio Tavares
On Fri, Feb 21, 2014 at 1:36 PM, Rob Crittenden rcrit...@redhat.com wrote: Bret Wortman wrote: I'm getting ready to leave for the weekend, and this isn't the kind of thing I want to track down on a Friday, but if anyone has any ideas for things I should look at come Monday morning, I'd be

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-21 Thread Bret Wortman
Sorry, I wasn't clear at all. Running the ipa command terminates my session. I can log in just fine. All the IPA services appear to be working. But no interaction via the command line is possible; it all ends with terminated sessions after about a 5 second pause: [ipamaster]# ipa help

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-21 Thread Bret Wortman
Bizarre. # strace -f -o /tmp/out ipa help Usage: ipa [global-options] COMMAND [command-options] : : : # ipa help Connection to ipamaster closed. $ On 02/21/2014 01:36 PM, Rob Crittenden wrote: Bret Wortman wrote: I'm getting ready to leave for the weekend, and this isn't the kind of

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-21 Thread Mauricio Tavares
On Fri, Feb 21, 2014 at 2:05 PM, Bret Wortman bret.wort...@damascusgrp.com wrote: Bizarre. # strace -f -o /tmp/out ipa help Usage: ipa [global-options] COMMAND [command-options] : : : # ipa help Connection to ipamaster closed. $ When you logged back in, did /tmp/out have

Re: [Freeipa-users] Trying to use the CLI logs me out

2014-02-21 Thread Bret Wortman
D'oh! I'm blaming Friday. Didn't think to heck. Will try Monday. Bret Wortman http://bretwortman.com/ http://twitter.com/BretWortman On Feb 21, 2014, at 2:13 PM, Mauricio Tavares raubvo...@gmail.com wrote: On Fri, Feb 21, 2014 at 2:05 PM, Bret Wortman bret.wort...@damascusgrp.com wrote: