Cygiwn's sshd, 2 tunnels and file transfer fails

2012-01-06 Thread Michael Wiedmann
Given the following test scenario: +---+ +-+ +---+ | Client #1 | | Server (XP/7) | | Client #2 | | - ssh | 1)| Cygwin/sshd | 2), 3) | - ssh | | - httpd ++ +--+

Log to Windows Eevent Log

2008-12-04 Thread Michael Wiedmann
My Cygwin application already logs to a remote syslogd but I also want to log (optionally) to the Windows Event Log. How do I accomplish this? Regards Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

RE: Log to Windows Eevent Log

2008-12-04 Thread Michael Wiedmann
Adam Thompson wrote: Can you use the native eventcreate.exe ? I'd rather prefer to do it programmatically from inside my program. Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Kill cygwin process form task manager

2008-11-14 Thread Michael Wiedmann
Hi, I need hints how to act if someone kills my Cygwin (parent) process using Windows task manager and I want to kill all forked child processes. I already keep a list of all childs pids and can kill them successfully in an SIGINT handler (if the programm is started in foreground and is

RE: Kill cygwin process form task manager

2008-11-14 Thread Michael Wiedmann
need to setup a signal handler for SIGPIPE. Thanks Michael -- Michael Wiedmann Software Engineer Aastra DeTeWe GmbH 10997 Berlin Germany -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

pipe(2) in Cygwin

2008-10-27 Thread Michael Wiedmann
Hi, can more than one child process write into the same pipe created by a parent process using 'pipe(pipefds)' (only the parent process will read from this pipe)? Cheers Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: