[Puppet Users] Re: facter + ssh = tput errors

2011-06-26 Thread josbal
Hi Adrien, Both client and server of the ssh connection are running RHEL5.3. Both has facter 1.5.9 installed. Is there something i may be able to modify in facter to stop error occuring? On Jun 24, 8:17 am, Adrien Thebo wrote: > I just tested this on a VM, and it ran fine. What platform is the

[Puppet Users] Re: facter + ssh = tput errors

2011-06-26 Thread josbal
Hi Adrien, Both client and server of the ssh connection are running RHEL5.3. Both has facter 1.5.9 installed. Is there something i may be able to modify in facter to stop error occuring? On Jun 24, 8:17 am, Adrien Thebo wrote: > I just tested this on a VM, and it ran fine. What platform is the

Re: [Puppet Users] Re: facter + ssh = tput errors

2011-06-24 Thread Adrien Thebo
I just tested this on a VM, and it ran fine. What platform is the server you're ssh-ing to? On Thu, Jun 23, 2011 at 2:51 PM, josbal wrote: > No one has seen this issue before? > > On Jun 23, 3:08 pm, josbal wrote: > > Hi Guys, > > > > Not sure if this issue is a facter one or not, but thought i

[Puppet Users] Re: facter + ssh = tput errors

2011-06-23 Thread josbal
Yeah thats what i was thinking Nathan, but wasn't sure if it was just me. Nan we are running facter 1.5.9 on RHEL 5.3 servers. On Jun 24, 2:34 pm, Nan Liu wrote: > What version of facter? I'm not producing the error from 1.5.0 through > 1.5.9 (did not have to pass -t). > > Thanks, > > Nan > > >

Re: [Puppet Users] Re: facter + ssh = tput errors

2011-06-23 Thread Nan Liu
What version of facter? I'm not producing the error from 1.5.0 through 1.5.9 (did not have to pass -t). Thanks, Nan On Thu, Jun 23, 2011 at 8:03 PM, Nathan Clemons wrote: > Sounds like a bug with facter handling headless running where a TTY is not > allocated (thus the error about $TERM not bei

Re: [Puppet Users] Re: facter + ssh = tput errors

2011-06-23 Thread Nathan Clemons
Sounds like a bug with facter handling headless running where a TTY is not allocated (thus the error about $TERM not being set). -- Nathan Clemons http://www.livemocha.com The worlds largest online language learning community On Thu, Jun 23, 2011 at 7:56 PM, josbal wrote: > Hi Den, > > ssh -t

[Puppet Users] Re: facter + ssh = tput errors

2011-06-23 Thread josbal
Hi Den, ssh -t seems to not produce the tput errors. But how come these tput errors are only presented when running facter command, and no others? Cheers, Josh On Jun 24, 8:17 am, Denmat wrote: > Hi, > Haven't tested but what does ssh -t server2 give you? > > Cheers > Den > > On 24/06/201

Re: [Puppet Users] Re: facter + ssh = tput errors

2011-06-23 Thread Denmat
Hi, Haven't tested but what does ssh -t server2 give you? Cheers Den On 24/06/2011, at 7:51, josbal wrote: > No one has seen this issue before? > > On Jun 23, 3:08 pm, josbal wrote: >> Hi Guys, >> >> Not sure if this issue is a facter one or not, but thought i might >> post here to see

[Puppet Users] Re: facter + ssh = tput errors

2011-06-23 Thread josbal
No one has seen this issue before? On Jun 23, 3:08 pm, josbal wrote: > Hi Guys, > > Not sure if this issue is a facter one or not, but thought i might > post here to see if anyone else has had the same issue. > > When executing facter command on remote ssh server, i am getting tput > errors. Howe