Re: Problems starting sshd as a service on cygwin 1.7.3

2010-04-19 Thread Myron Flickner
firewall off/on - no difference. #!/bin/bash set -x cygrunsrv -S sshd until [ 0 == $? ] ; do sleep 1 ; cygrunsrv -S sshd ; done cygrunsrv -V -Q sshd How can I trace this issue ? imaging away / flick - Original Message ---- From: Myron Flickner To: cygwin@cygwin.com Sent: Tue, Januar

Re: Problems starting sshd as a service on cygwin 1.7.1

2010-01-26 Thread Myron Flickner
41 PM Subject: Re: Problems starting sshd as a service on cygwin 1.7.1 On Tue, Jan 26, 2010 at 6:40 PM, Myron Flickner wrote: > Problem remains - If I repeat the cgyrunsrv -S sshd command eventually it > works. > > Disabling Symantec Client Firewall didn't fix this. > > I'

Re: Problems starting sshd as a service on cygwin 1.7.1

2010-01-26 Thread Myron Flickner
Problem remains - If I repeat the cgyrunsrv -S sshd command eventually it works. Disabling Symantec Client Firewall didn't fix this. I've attached the cygcheck.out file.Is there any other tracing I can do ? imaging away / flick cygcheck.out Description: Binary data -- Proble

Re: Problems starting sshd as a service on cygwin 1.7.1

2010-01-22 Thread Myron Flickner
Yes I looked for the logs - the /var/logs/sshd.log file is 0 length. Is there another log somewhere ? I'll explore if this is something the Symantec Client Firewall is causing. imaging away / flick -- Problem reports: http://cygwin.com/problems.html FAQ: ht

Problems starting sshd as a service on cygwin 1.7.1

2010-01-21 Thread Myron Flickner
On one of my upgraded 1.7.1 system sshd quit running as a service and would not restart. I tried a few things but never could make it work so I decided to reinstall. I uninstalled cygwin per the FAQ and a posting on removing sshd http://www.cygwin.com/faq/faq-nochunks.html#faq.setup.uninstal

Re: upgrade to 1.7 experience ; Cygwin.bat doesn't find home directory

2009-12-23 Thread Myron Flickner
It appears that bash not finding the home directory is caused by a missing /etc/profile. I copied over this file from a 1.5 system and now bash finds my profile and .bashrc. Is this a bug or by design ? imaging away / flick - Original Message Sorry for the crappy formatting

upgrade to 1.7 experience ; Cygwin.bat doesn't find home directory

2009-12-23 Thread Myron Flickner
I just upgraded my first XP Pro machine from 1.5 to 1.7 - a couple of minor issues Part of the post-install failed with many popup dialogs - "The procedure entry point __ctype_ptr__ could not be located in the dynamic link library cygwin1.dll". After a reboot bash wouldn't start - same err