Re: Invoking GUI programs over SSH

2011-01-19 Thread Thorsten Kampe
* David Antliff (Thu, 20 Jan 2011 18:31:25 +1300) > On Thu, Jan 20, 2011 at 16:28, David Antliff wrote: > > Ok, an update - I've managed to solve this problem - the vendor > > informed me (indirectly) that the error I was seeing was due to the > > access of files in c:\lsc_env - turns out I hadn't

Re: Invoking GUI programs over SSH

2011-01-19 Thread David Antliff
On Thu, Jan 20, 2011 at 16:28, David Antliff wrote: > Ok, an update - I've managed to solve this problem - the vendor > informed me (indirectly) that the error I was seeing was due to the > access of files in c:\lsc_env - turns out I hadn't ensured that the > LSC_INI_PATH environment variable was s

Re: No manual entry for awk

2011-01-19 Thread Tim Daneliuk
On 1/19/2011 10:08 PM, Buchbinder, Barry (NIH/NIAID) [E] wrote: Chris Velevitch wrote on Jan 19, 2011 at 9:58 PM On Thu, Jan 20, 2011 at 11:29, Reid Thompson wrote: try $ man gawk Interesting. awk is linked to gawk. That means there is an issue with the man pages because, from my experience,

RE: No manual entry for awk

2011-01-19 Thread Buchbinder, Barry (NIH/NIAID) [E]
Chris Velevitch wrote on Jan 19, 2011 at 9:58 PM >On Thu, Jan 20, 2011 at 11:29, Reid Thompson wrote: >> try >> $ man gawk > >Interesting. awk is linked to gawk. That means there is an issue with >the man pages because, from my experience, any time a command has >multiple names, the man entry refe

Re: Invoking GUI programs over SSH

2011-01-19 Thread David Antliff
On Thu, Jan 20, 2011 at 13:06, David Antliff wrote: > I haven't tried Cyrille's suggestion yet (but will) Ok, an update - I've managed to solve this problem - the vendor informed me (indirectly) that the error I was seeing was due to the access of files in c:\lsc_env - turns out I hadn't ensured t

Re: No manual entry for awk

2011-01-19 Thread Chris Velevitch
On Thu, Jan 20, 2011 at 11:29, Reid Thompson wrote: > try > $ man gawk Interesting. awk is linked to gawk. That means there is an issue with the man pages because, from my experience, any time a command has multiple names, the man entry refers to all alternatives and you can get to the same man e

Re: No manual entry for awk

2011-01-19 Thread Reid Thompson
On 1/19/2011 7:08 PM, Chris Velevitch wrote: I've just downloaded and run setup.exe v 2.738 on Win 7 Ent. I've only installed 'base' and the 'vim' editor. 'base' includes awk, but the man entry for seems to be missing. How do I get it and who needs to know for future cygwin updates? Chris tr

No manual entry for awk

2011-01-19 Thread Chris Velevitch
I've just downloaded and run setup.exe v 2.738 on Win 7 Ent. I've only installed 'base' and the 'vim' editor. 'base' includes awk, but the man entry for seems to be missing. How do I get it and who needs to know for future cygwin updates? Chris -- Chris Velevitch Manager - Adobe Platform Users

Re: Invoking GUI programs over SSH

2011-01-19 Thread David Antliff
>>>On Wed, Jan 19, 2011 at 1:34 PM, Thorsten Kampe  wrote: * David Antliff (Wed, 19 Jan 2011 23:27:36 +1300) > On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: > > I don't think anyone will do that unless you provide the logs in native > > (PML) format. > > Ok, I can do

Re: Invoking GUI programs over SSH

2011-01-19 Thread David Antliff
On Thu, Jan 20, 2011 at 04:59, Christopher Faylor wrote: > On Wed, Jan 19, 2011 at 01:45:02PM +0100, marco atzeri wrote: >>On Wed, Jan 19, 2011 at 1:34 PM, Thorsten Kampe  wrote: >>> * David Antliff (Wed, 19 Jan 2011 23:27:36 +1300) On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: > I

Re: Invoking GUI programs over SSH

2011-01-19 Thread Christopher Faylor
On Wed, Jan 19, 2011 at 01:45:02PM +0100, marco atzeri wrote: >On Wed, Jan 19, 2011 at 1:34 PM, Thorsten Kampe wrote: >> * David Antliff (Wed, 19 Jan 2011 23:27:36 +1300) >>> On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: >>> > I don't think anyone will do that unless you provide the logs in

Re: Invoking GUI programs over SSH

2011-01-19 Thread marco atzeri
On Wed, Jan 19, 2011 at 1:34 PM, Thorsten Kampe wrote: > * David Antliff (Wed, 19 Jan 2011 23:27:36 +1300) >> On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: >> > I don't think anyone will do that unless you provide the logs in native >> > (PML) format. >> >> Ok, I can do that - I posted them

Re: Invoking GUI programs over SSH

2011-01-19 Thread Thorsten Kampe
* David Antliff (Wed, 19 Jan 2011 23:27:36 +1300) > On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: > > I don't think anyone will do that unless you provide the logs in native > > (PML) format. > > Ok, I can do that - I posted them as CSV as I thought they'd be easier > to read/diff and I was

Re: More Weird Perl .dll Errors

2011-01-19 Thread Rafael Kitover
So I did this: mkdir ~/.cpan/CPAN cp /usr/lib/perl5/5.10/CPAN/Config.pm ~/.cpan/CPAN/MyConfig.pm Then in MyConfig.pm I did this: 'make_install_arg' => q[UNINST=1], 'mbuild_install_arg' => q[uninst=1], 'makepl_arg' => q[INSTALLDIRS=vendor], 'mbuildpl_arg' => q[--installdirs vendor], Now everyth

Re: Invoking GUI programs over SSH

2011-01-19 Thread David Antliff
On Wed, Jan 19, 2011 at 21:30, Thorsten Kampe wrote: > I don't think anyone will do that unless you provide the logs in native > (PML) format. Ok, I can do that - I posted them as CSV as I thought they'd be easier to read/diff and I wasn't sure if I should attach a file here. So should I attach t

Re: Invoking GUI programs over SSH

2011-01-19 Thread Thorsten Kampe
* David Antliff (Wed, 19 Jan 2011 11:59:39 +1300) > Jeremy: thank you also - ProcessMonitor is very useful, and I'm using > it to compare the behaviour of the working (local) and non-working > (over SSH) instances. It's going to take me some time to sift though > them, but there are big differences