RE: rsync under cygwin too slow

2009-03-23 Thread Sam Liddicott
Its because that's not how rsync should be used over the network. There should be a copy of rsync running on the remote machine that reads the remote files and sends only the checksums. The setup shown here (as guessed) has the loca rsync read the remote files over the lan in order to get the c

ssh accepting AD kerberos tickets

2008-10-09 Thread Sam Liddicott
I've read about cygwin, ssh and network access till my neck hurts. It seems to me that if someone :-) integrates ssh kerberos authentication such that sshd accepts an AD kerberos ticket, that _maybe_ this could be associated with the login and give the client session the right credentials to use t

Re: gui connecting to net shares from an ssh session

2008-10-09 Thread Sam Liddicott
* Dmitry Semyonov wrote, On 09/10/08 14:45: > On Thu, Oct 9, 2008 at 16:24, Sam Liddicott wrote: > >> Part of what is being tested is connecting to remote shares. >> >> However :-) an ssh client login (even with a password) doesn't seem to >> have the

Re: gui connecting to net shares from an ssh session

2008-10-09 Thread Sam Liddicott
g seems to run headless, perhaps I don't need it to access the desktop... Also, I can create net shares from ssh now, but somehow still don't share the same set of mapped drives as the desktop login of the same user on winXP. Is there another trick here to make that work? Sam * Sam Lidd

gui connecting to net shares from an ssh session

2008-10-09 Thread Sam Liddicott
I'm using cygwin and Win32::GuiTest to automate some windows testing of CIFS client network behaviour. Part of what is being tested is connecting to remote shares. However :-) an ssh client login (even with a password) doesn't seem to have the right domain credentials, so that a password prompt i

Re: ssh session launching gui apps

2008-10-09 Thread Sam Liddicott
I found the answer here: http://rabbit-hole.blogspot.com/2006/08/ui-testing-on-sly.html To just edit the sshd service properties (via control panel) and allow desktop access. Sam * Sam Liddicott wrote, On 09/10/08 13:10: > Under win95 I could ssh in as any user and launch apps on the desk

ssh session launching gui apps

2008-10-09 Thread Sam Liddicott
Under win95 I could ssh in as any user and launch apps on the desktop. But on XP, I login as the same user as the only (rdp'd) desktop session, many applications like notepad.exe will "run" but to not display on the desktop. As I'm scripting some automated GUI testing, it would be nice if the ssh

Re: non-persistent DllMain

2008-10-03 Thread Sam Liddicott
* Dave Korn wrote, On 03/10/08 15:58: > Sam Liddicott wrote on 03 October 2008 14:04: > > >> * Dave Korn wrote, On 03/10/08 13:34: >> >>> DllMain is special. There's a lot you cannot do in there, in >>> particular file i/o, printf etc, because

Re: non-persistent DllMain

2008-10-03 Thread Sam Liddicott
* Dave Korn wrote, On 03/10/08 14:38: > Sam Liddicott wrote on 03 October 2008 14:00: > > >>>> It crashes when I do the first sendmessage after hooking. >>>> >>>> >>> ... with presumably a null pointer dereference? >>> >

Re: non-persistent DllMain

2008-10-03 Thread Sam Liddicott
* Dave Korn wrote, On 03/10/08 13:34: > DllMain is special. There's a lot you cannot do in there, in particular > file i/o, printf etc, because you're running inside a lock and it's a sort of > critical section-y sort of situation, and indeed the MSVC CRT probably isn't > inited yet, so you defi

Re: non-persistent DllMain

2008-10-03 Thread Sam Liddicott
[sent again without optional alternative html part] * Dave Korn wrote, On 03/10/08 13:34: > Sam Liddicott wrote on 03 October 2008 13:12: > > >> [Forgot to copy this to the list, + new question] >> >> * Aurimas Černius wrote, On 03/10/08 12:12: >> >

Re: non-persistent DllMain

2008-10-03 Thread Sam Liddicott
[Forgot to copy this to the list, + new question] * Aurimas Černius wrote, On 03/10/08 12:12: > If I'm not wrong, GetModuleHandle(NULL) returns the handle of the > current module (should be DLL handle, when called from DLL). So saving > handle to a global variable is not needed. > thanks! > > > I

non-persistent DllMain

2008-10-03 Thread Sam Liddicott
I'm trying to use the Win32::GuiTest perl module on WinXP SP3. I installed it under cygwin with something like: perl -MCPAN -e 'install Win32::GuiTest' However certain use is failing on the SetWindowHookEx because it is passing a NULL hModule, which is surprising because dllmain shows that hModul

Re: mod-php4

2004-09-01 Thread Sam Liddicott
Robert Schmidt wrote: Hi! I've gleaned from the archives that mod-php4 was pulled because it was broken, and that a new maintainer has taken over apache + modules. Is there any use in hoping that mod-php4 will be added soon? I need it for a SquirrelMail setup I've been asked to provide on Windows.

Re: What happened to mod_php

2004-02-26 Thread Sam Liddicott
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Samuel Liddicott" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 3:04 AM Subject: Re: What happened to mod_php > On Fri, 27 Feb 2004, Samuel Liddicott wrote: > > > I'm installing cygwin