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
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'
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
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
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
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
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
7 matches
Mail list logo