RE: path and .exe issue after initial installation

2008-01-23 Thread Dave Korn
On 23 January 2008 13:06, Shai wrote:

 when trying
 to run any command I get a command not found type result. 

 Now, if I cd /bin and type the command ./ls.exe I get the list of the
 directory, but if I try something like ./cvs.exe .. I get the bash
 again. Meaning, no output.

 $ /bin/cvs.exe --help also shows no output and just jumps to the next
 line in bash.

 Any ideas why this fresh install isn't working as expected?

  Could be an error during install left you with one or more missing files,
these symptoms are very typical of a missing DLL.  Run cygcheck /bin/cvs.exe
to find out, it'll tell you if anything's missing.  If so, you should be able
to fix it by just running setup.exe again and clicking 'next' all the way
through without changing the settings; it'll verify your installation and
repair/replace anything that's missing.

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: path and .exe issue after initial installation

2008-01-23 Thread Shai
Could it be that the package/s have been downloaded badly?
I've asked Cygwin to first download without installing the packages to
my local server and only then ran the cygwin installation and asked it
to install from the local downloaded directory.
If a package was broken, would I know about this?

Shai

On Jan 23, 2008 3:12 PM, Dave Korn [EMAIL PROTECTED] wrote:
 On 23 January 2008 13:06, Shai wrote:

  when trying
  to run any command I get a command not found type result.

  Now, if I cd /bin and type the command ./ls.exe I get the list of the
  directory, but if I try something like ./cvs.exe .. I get the bash
  again. Meaning, no output.

  $ /bin/cvs.exe --help also shows no output and just jumps to the next
  line in bash.

  Any ideas why this fresh install isn't working as expected?

   Could be an error during install left you with one or more missing files,
 these symptoms are very typical of a missing DLL.  Run cygcheck /bin/cvs.exe
 to find out, it'll tell you if anything's missing.  If so, you should be able
 to fix it by just running setup.exe again and clicking 'next' all the way
 through without changing the settings; it'll verify your installation and
 repair/replace anything that's missing.

 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/



--
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: path and .exe issue after initial installation

2008-01-23 Thread Dave Korn
On 23 January 2008 13:59, Shai wrote:

 Could it be that the package/s have been downloaded badly?
 I've asked Cygwin to first download without installing the packages to
 my local server and only then ran the cygwin installation and asked it
 to install from the local downloaded directory.
 If a package was broken, would I know about this?

  Yes, setup verifies the file was downloaded ok by checking the md5 checksum
of the tarball, which is listed in setup.ini.


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: path and .exe issue after initial installation

2008-01-23 Thread Shai
bash-3.2$ cygcheck /bin/cvs.exe
bash: cygcheck: command not found
bash-3.2$

:(

Shai

On Jan 23, 2008 4:38 PM, Dave Korn [EMAIL PROTECTED] wrote:
 On 23 January 2008 13:59, Shai wrote:

  Could it be that the package/s have been downloaded badly?
  I've asked Cygwin to first download without installing the packages to
  my local server and only then ran the cygwin installation and asked it
  to install from the local downloaded directory.
  If a package was broken, would I know about this?

   Yes, setup verifies the file was downloaded ok by checking the md5 checksum
 of the tarball, which is listed in setup.ini.



 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/



--
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: path and .exe issue after initial installation

2008-01-23 Thread Shai
Oops... my bad, here is an updated one:

bash-3.2$ cygcheck /bin/cvs.exe
C:\cygwin\bin/cvs.exe
Error: could not find cygcrypt-0.dll
  C:\cygwin\bin\cygwin1.dll
C:\WINDOWS\system32\ADVAPI32.DLL
  C:\WINDOWS\system32\ntdll.dll
  C:\WINDOWS\system32\KERNEL32.dll
  C:\WINDOWS\system32\RPCRT4.dll
bash-3.2$

Shai

On Jan 23, 2008 5:06 PM, Shai [EMAIL PROTECTED] wrote:
 bash-3.2$ cygcheck /bin/cvs.exe
 bash: cygcheck: command not found
 bash-3.2$

 :(

 Shai


 On Jan 23, 2008 4:38 PM, Dave Korn [EMAIL PROTECTED] wrote:
  On 23 January 2008 13:59, Shai wrote:
 
   Could it be that the package/s have been downloaded badly?
   I've asked Cygwin to first download without installing the packages to
   my local server and only then ran the cygwin installation and asked it
   to install from the local downloaded directory.
   If a package was broken, would I know about this?
 
Yes, setup verifies the file was downloaded ok by checking the md5 
  checksum
  of the tarball, which is listed in setup.ini.
 
 
 
  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/
 
 


--
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: path and .exe issue after initial installation

2008-01-23 Thread Dave Korn
On 23 January 2008 15:08, Shai wrote:

 Oops... my bad, here is an updated one:
 
 bash-3.2$ cygcheck /bin/cvs.exe
 C:\cygwin\bin/cvs.exe
 Error: could not find cygcrypt-0.dll

  Like I guesed, a missing DLL.  So re-run setup.exe; it should pick up the
dependency.

  If for any reason you don't have the package downloaded, you can always find
out which package contains a given file: go to http://cygwin.com/packages,
enter the name of the file, and you'll see (at
http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cygcrypt-0.dll in this case)
that you need to (re?)install the crypt-1.1-1 package.

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: path and .exe issue after initial installation

2008-01-23 Thread Shai
I don't see this package as even been downloaded.
I thought I had set it to download everything... why am I missing it
in the first place? I don't even see it in the local package folder I
had cygwin install download to.

Shai

On Jan 23, 2008 5:29 PM, Dave Korn [EMAIL PROTECTED] wrote:
 On 23 January 2008 15:08, Shai wrote:

  Oops... my bad, here is an updated one:
 
  bash-3.2$ cygcheck /bin/cvs.exe
  C:\cygwin\bin/cvs.exe
  Error: could not find cygcrypt-0.dll

   Like I guesed, a missing DLL.  So re-run setup.exe; it should pick up the
 dependency.

   If for any reason you don't have the package downloaded, you can always find
 out which package contains a given file: go to http://cygwin.com/packages,
 enter the name of the file, and you'll see (at
 http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cygcrypt-0.dll in this case)
 that you need to (re?)install the crypt-1.1-1 package.


 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/



--
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/