Re: ssh not found error

2008-09-04 Thread Larry Hall (Cygwin)

Shyam Sarkar wrote:

Hi,

I installed and re-installed Cygwin many times to correct this error.
But it never finds ssh to execute.

I installed Cygwin, and clicked on the desktop icon and got the command
window.  I then tried to execute ssh.

Please suggest why it does not find ssh at all.


We need some information first.  Please read and follow the problem
reporting guidelines found here:


Problem reports:   http://cygwin.com/problems.html


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: ssh not found error

2008-09-04 Thread Dave Korn
Shyam Sarkar wrote on 04 September 2008 18:03:

 Hi,
 
 I installed and re-installed Cygwin many times to correct this error.
 But it never finds ssh to execute.
 
 I installed Cygwin, and clicked on the desktop icon and got the command
 window.  I then tried to execute ssh.
 
 Please suggest why it does not find ssh at all.

  Because it's not part of the default installation; you need to specifically
select it in the package chooser page of setup.exe.

  The default installation is deliberately quite minimal, enough to get
running and the basic commmand-line tools, but not so much as to make it
difficult for people who are trying to install over a dial-up link.


cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: ssh not found error

2008-09-04 Thread Hugh Sasse


On Thu, 4 Sep 2008, Shyam Sarkar wrote:

 Hi,
 
 I installed and re-installed Cygwin many times to correct this error.
 But it never finds ssh to execute.
 
http://cygwin.com/faq/faq-nochunks.html#faq.setup.what-packages

explains this how this works, and the following question explains why,
as well as how to work around this not being how you expect (i.e,
ways to find the packages you thought were installed out of the box).

HTH
Hugh

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: ssh not found error

2008-09-04 Thread Shyam Sarkar
Hello,

I executed cygcheck -s -r -f  cygcheck.out (there is no -w option)
and I am attaching cygcheck.out with this e-mail.

Please suggest why it does not find ssh on my installation.

Thanks,
Shyam Sarkar



- Original Message 
From: Shyam Sarkar [EMAIL PROTECTED]
To: cygwin@cygwin.com
Sent: Thursday, September 4, 2008 10:02:54 AM
Subject: ssh not found error

Hi,

I installed and re-installed Cygwin many times to correct this error.
But it never finds ssh to execute.

I installed Cygwin, and clicked on the desktop icon and got the command
window.  I then tried to execute ssh.

Please suggest why it does not find ssh at all.

Thanks,
Shyam Sarkar
[EMAIL PROTECTED]




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:      http://cygwin.com/problems.html
Documentation:        http://cygwin.com/docs.html
FAQ:                  http://cygwin.com/faq/


  

cygcheck.out
Description: Binary data
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/

RE: ssh not found error

2008-09-04 Thread Dave Korn
Shyam Sarkar wrote on 04 September 2008 18:52:

 Hello,
 
 I executed cygcheck -s -r -f  cygcheck.out (there is no -w option)

  That's -v, not -w, but never mind.

 and I am attaching cygcheck.out with this e-mail.
 
 Please suggest why it does not find ssh on my installation.

  It's simply not there, and looking at the list of installed packages, it's
very clear that despite your belief to the contrary, all packages were *not*
chosen on the package chooser page.  It has to be the case that you've
misunderstood what setup.exe is showing; if it just says Default next to the
package categories, that means Install only the default packages from within
this category.

  You need to expand the displays and find openssh (probably easiest to click
the View button until it says full, then it will be in alphabetical
order), and make sure that in the New column there is a version number
displayed, rather than skip or anything else.

  Oh, please do me one more favour: before replying on the list, please remove
the quotes from the old post, and in particular don't quote other people's
email addresses:

http://cygwin.com/acronyms#TOFU
http://cygwin.com/acronyms#PCYMTNQREAIYR

cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: ssh not found error

2008-09-04 Thread Shyam Sarkar
Hi all,

I had 'ssh not found error' with my installation which I solved by selecting 
relevant
package to load. There are some related errors to connect to a remove linux box.
Now I have Xwin not found error. Also it is not finding startxwin.sh
file in /usr/X11R6/bin.

Can anyone help me on this ? Can someone tell me all the packages needed to run
Xwindows on a remote linux box ? If possible please tell me the steps.

Regards,
Shyam Sarkar

 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:      http://cygwin.com/problems.html
Documentation:        http://cygwin.com/docs.html
FAQ:                  http://cygwin.com/faq/




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: ssh not found error

2008-09-04 Thread Larry Hall (Cygwin)

Shyam Sarkar wrote:

Hi all,

I had 'ssh not found error' with my installation which I solved by selecting 
relevant
package to load. There are some related errors to connect to a remove linux box.
Now I have Xwin not found error. Also it is not finding startxwin.sh
file in /usr/X11R6/bin.

Can anyone help me on this ? Can someone tell me all the packages needed to run
Xwindows on a remote linux box ? If possible please tell me the steps.


You always have to install the packages for the apps you want if they aren't
in the Base set (which is only a very small subset of packages that are
available with the Cygwin distribution.)  If you don't want to look for the
packages you need, or you're not interested in installing entire categories
of packages, then you might want to consider just installing all the
packages.  This will could make it easier for you.  As for X, since that's a
category, you can just choose to install the category.   If you can't
figure out how to do this, you can always follow the direction in the
Cygwin-X User's Guide.

http://x.cygwin.com/docs/ug/setup-cygwin-x-installing.html

Reading the documentation and FAQs when you have a question can be very
informative.


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: ssh not found error

2008-09-04 Thread Shyam Sarkar
Never Mind. I solved it.



- Original Message 
From: Shyam Sarkar [EMAIL PROTECTED]
To: cygwin@cygwin.com
Sent: Thursday, September 4, 2008 2:22:08 PM
Subject: Re: ssh not found error

Hi all,

I had 'ssh not found error' with my installation which I solved by selecting 
relevant
package to load. There are some related errors to connect to a remove linux box.
Now I have Xwin not found error. Also it is not finding startxwin.sh
file in /usr/X11R6/bin.

Can anyone help me on this ? Can someone tell me all the packages needed to run
Xwindows on a remote linux box ? If possible please tell me the steps.

Regards,
Shyam Sarkar

 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:      http://cygwin.com/problems.html
Documentation:        http://cygwin.com/docs.html
FAQ:                  http://cygwin.com/faq/




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:      http://cygwin.com/problems.html
Documentation:        http://cygwin.com/docs.html
FAQ:                  http://cygwin.com/faq/




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/