RE: [cygwin] Problem with ssh(d)

2021-11-10 Thread Jason Pyeron
> -Original Message-
> From: Strasser, Dominik (DI SW ICS ICV)
> Sent: Wednesday, November 10, 2021 9:50 AM
> 
> Hi all,
> I am facing the following problem with my sshd installation.
> 
> We are in an AD environment. AD holds the needed data for ssh(d) to
> work. I can log into cygwin using ssh. But if I have a key stored
> .ssh/authorized_keys for passwordless login, the groups my user is in
> differs from the one w/o an authorized keys. Unfortunately exactly the
> group(s) for accessing the shared filesystems is missing. We were
> investigating a lot and the only workaround we found is that the sshd
> service runs under the user we want to log in. This unfortunately
> disables any other user to log into the cygwin machine. When debugging
> ssh with -vvv, there is no visible difference between the login with
> authorized_keys or without (of course there is a difference wrt. the
> login method).
> 
> This is cygwin 3.2.0 and openssh openssh-8.8p1-1.
> 
> Any clues ?

Passwordless login and network shares are incompatible by Microsoft design. You 
can see this in Microsoft task scheduler as well.

Our solution is to not rely on network file sharing, as it is disabled in our 
environment anyway due to security issues.

v/r,

Jason Pyeron

--
Jason Pyeron  | Architect
PD Inc| Certified SBA 8(a)
10 w 24th St  | Certified SBA HUBZone
Baltimore, MD | CAGE Code: 1WVR6
 
.mil: jason.j.pyeron@mail.mil
.com: jpye...@pdinc.us
tel : 202-741-9397



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


Re: cygwin problem - installation halting at 00ash.sh

2013-02-15 Thread Robert Pendell
On Thu, Feb 14, 2013 at 2:11 PM, Dave Goodall snip wrote:
 In Sep 2012 we tried installing cygwin with the then latest setup.exe
 version 2.573.2.2 on a new Windows 2008 Server (x64) and the
 installation hung at 98%.

 Yesterday Feb 12 2013 we downloaded the latest cygwin DLL setup.exe (1.7.17-1)
 Prior to running the install on a Windows Server 2008 server we
 cleaned the registry of prior cygwin entries and turned off virus
 checking.

 The install hangs executing the post-install script
 /etc/postinstall/00ash.sh.

[snipped]
 Found: C:\Program Files (x86)\MKS Toolkit\mksnt\awk.exe
[snipped]

I would start by removing MKS Toolkit from your path.  At least until
you complete install.  I suspect it may be causing issues.

Robert Pendell
A perfect world is one of chaos.

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



Re: cygwin problem - installation halting at 00ash.sh

2013-02-14 Thread marco atzeri

On 2/14/2013 8:11 PM, Dave Goodall wrote:

In Sep 2012 we tried installing cygwin with the then latest setup.exe
version 2.573.2.2 on a new Windows 2008 Server (x64) and the
installation hung at 98%.
Yesterday Feb 12 2013 we downloaded the latest cygwin DLL setup.exe (1.7.17-1)


1.7.17-1 is the cygwin dll package
setup is 2.774


Prior to running the install on a Windows Server 2008 server we
cleaned the registry of prior cygwin entries and turned off virus
checking.


The issue is still with us in Feb 2013.

The latest install is:
   Cygwin setup.exe version : 2.774 (As reported in Setup.log)
   Cygwin DLL version   : 1.7.17-1 (As stated on cywin.com home page)
   Cygwin DLL version   : 1.5.25 (As reported by cygcheck -s)


than you are installing the old legacy or mixing the two things
or you have an old copy installed

try to find all cygwin1.dll on your full harddisk

size of 1.7.17 version is 2858355



   However, cygcheck -s -v -r outputs (see below) this as the first


cygcheck -s -v -r output should be added as attachment not in line with 
the mail...




  1829k 2007/12/14 c:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
   cygwin1.dll v0.0 ts=2007/12/14 13:22
 Cygwin DLL version info:
 DLL version: 1.5.25


this is clearly the old legacy cygwin dll that does not run on WS2008

Marco





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



Re: cygwin problem

2010-06-13 Thread Yaakov (Cygwin/X)
On Sun, 2010-06-13 at 13:19 -0600, hakobyan wrote:
 Could you help me to solve the following problem, please.
 Each time I run startx, I get the following error message:
  A fatal error has occured and Cygwin/X will now exit,
  Please open /tmp/XWin.log for more information.
  Vendor: The Cygwin/X Project
  Release: 6.8.99.901-4

You are running an ancient version of Cygwin/X.  Please read these,
upgrade, and try again:

http://cygwin.com/ml/cygwin-xfree-announce/2008-11/msg0.html
http://cygwin.com/ml/cygwin-xfree-announce/2009-10/msg00010.html
http://x.cygwin.com/docs/faq/cygwin-x-faq.html


Yaakov
Cygwin/X



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



Re: Cygwin problem make Linux c++ app in windows

2010-03-24 Thread Tim Prince

On 3/23/2010 10:27 PM, crmpteltd wrote:


from the first few error log, it seems there is a problem recognizing
pthread.h
the Linux lib used are:
#includesys/socket.h
#includearpa/inet.h
#includenetdb.h
#includepthread.h
#includesys/stat.h

The make command was
g++ -c -Wall main.cpp http_client.cpp string.cpp
g++ -lpthread main.o http_client.o string.o -o main


   
You do need to specify your options in order, same as you would require 
for static libraries on linux.  It's the same gnu ld, which doesn't go 
back and repeat library searches after you add new references, unless 
you give the keywords which make that happen.  You had no unsatisfied 
references at the point where you issued -lpthread, and there is no 
dynamic libpthread.
If you were able to satisfy all those headers, you already got lucky; 
don't push your luck.


--
Tim Prince


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



RE: Cygwin problem make Linux c++ app in windows

2010-03-24 Thread Don Porges
 

-Original Message-
From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf
Of crmpteltd
Sent: Wednesday, March 24, 2010 1:28 AM
To: cygwin@cygwin.com
Subject: Cygwin problem make Linux c++ app in windows


Hi all,

I am a new user of Cygwin, seeking advice on a make problem in Cygwin. I
downloaded a Linux C++ app source file and was looking forward to
compiling in windows using the makefile. However, I got a long list of
error below. I checked with the author, and the app has no problem in
Linux. 

from the first few error log, it seems there is a problem recognizing
pthread.h the Linux lib used are:
#include sys/socket.h
#include arpa/inet.h
#include netdb.h
#include pthread.h
#include sys/stat.h

The make command was
g++ -c -Wall main.cpp http_client.cpp string.cpp -lpthread main.o 
g++ http_client.o string.o -o main

Is there some settings I need to change to compile Linux apps in
windows?


main.o: In function `main':
main.cpp:(.text+0x278): undefined reference to `pthread_create'
main.cpp:(.text+0x2b0): undefined reference to `_ZSt4cout'
main.cpp:(.text+0x2b5): undefined reference to
`_ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKSbIS4_S5_
T1_E'
main.cpp:(.text+0x2c5): undefined reference to
`_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc'
main.cpp:(.text+0x2d1): undefined reference to
`_ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKSbIS4_S5_
T1_E'
[more snipped]

---

Those are link errors.  You've added the -lpthread, which is a library
argument, to the compiler invocation, where it will have no effect.  You
need to add it to the second line, which is the link.

Presumably the author's gcc/linux installation includes the contents of
the pthread library in its default library list, but cygwin's does not.

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



Re: Cygwin problem make Linux c++ app in windows

2010-03-24 Thread Christopher Faylor
On Wed, Mar 24, 2010 at 10:31:29AM -0400, Don Porges wrote:
 

-Original Message-
From: cygwin-owner...
Of crmpteltd
Sent: Wednesday, March 24, 2010 1:28 AM
To: cygwin
Subject: Cygwin problem make Linux c++ app in windows

Please don't forward email, complete with headers, to the Cygwin list.
We already got all of this information in the header.  There is no
reason to duplicate it here.

Just *reply* to the message and try to use the same format as everyone
else here - prepend a '' to the beginning of the reply.

cgf

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



Re: Cygwin problem: lex: Command not found‏

2008-07-28 Thread Hugh Sasse



On Mon, 28 Jul 2008, Yau KL wrote:




Hi All,

I would appreciate your answer very much on this. When I do ./configure in 
cygwin, I got the two following related messages:


./configure for which package?


checking for flex... flex
checking lex output file root... lex.yy

The above shows that I have flex. However, when I run make, I got this error

make[1]: lex: Command not found


Because you have flex, not lex.


I suppose that to use lex, one has to install flex, and I have done that, 
what's the problem?


Flex is free but non-GNU lex. See:
http://www.gnu.org/software/flex/
which therefore points to sourceforge.  The problem, from the
information you have given as I see it, is that your Makefile is
looking for lex, when it should be looking for flex.  You'll need to
see how it is used in the Makefile.



Thanks for your help!

Regards,
KL


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: Cygwin problem: lex: Command not foundþ

2008-07-28 Thread Brian Dessent
Yau KL wrote:

 checking for flex... flex
 checking lex output file root... lex.yy
 
 The above shows that I have flex. However, when I run make, I got this error
 
 make[1]: lex: Command not found

You need to look at the generated makefile to see what it's trying to
invoke and why it's trying to run a nonexistant program.  It could
simply be that the person that wrote this makefile wasn't very good at
writing portable software and on their system they had the traditional
unix version of 'lex' instead of 'flex' and they never thought to refer
to it as $(LEX) (the result of the configure test) but instead just
assumed that everyone else would have 'lex' too.

Brian

--
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: cygwin problem with windows 2003

2007-11-27 Thread Larry Hall (Cygwin)

[EMAIL PROTECTED] wrote:

Hello there,

I have a problem with starting Xwin on a Windows2003Server from my Windows 2000 
Client with Cygwin.

i use following script:

startxwin.bat
t4erexec -l username -p password Servername  E:\test.bat $HOSTNAME

Now my problem is, all works fine if the user from my script is logged on the 
server-machine.
But if another user is logged on the server-machine, it doesnt work...
I see following Message:

Warning : The current transport does not permit the attempted TCPIP connection.

TRANS(SocketINETGetAddr): tnamebysocket() failed
TRANS(SocketINETConnect): TRANS(SocketINETGetAddr) () failed
TRANS(Open): transport open failed for tcp/edv003:0
Error: Can't open display: edv003:0

I have tested with %RUN% xhost + Setting in startxwin.bat too.

What can i do, to solve this problem?


Isn't this a question for the tools4ever guys, since it's their tool that's
involved when you get this error?  I don't see anything in the above that
suggests X needs to be running or that Cygwin is implicated in any way.
Does it work if you substitute Cygwin's ssh for t4erexec?

--
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: Cygwin: Problem detecting subprocess termination after _spawn_posix in distutils?

2007-09-14 Thread Steve Holden

Steve Holden wrote:

Steve Holden wrote:
[Python interpreter hanging during distutils install of Python imaging 
library 1.1.6]

Martin v. Löwis wrote:
The only environment variables that don't appear in the shell output 
from the env command are INFOPATH, MAKE_MODE and PLAT. I am still 
flummoxed.

At this point, I'd recommend to perform a cygwin update; with Cygwin,
these problems often go away with an update.


I updated Cygwin and did a rebaseall before posting.


If that doesn't help, you can ask on the Cygwin list also; to analyse
this further, ISTM one will need to debug the internals of cygwin.


I posted on Cygwin before asking here.


One thing you could try is to add -v to the list of gcc options;
you can then see whether gcc is progressing correctly.

I'll do that, though I have reason to believe the gcc *is* terminating 
and _spawn_posix isn't detecting the end of the process. At the very 
least we should get another test out of this dreadfully irritating bug.


Thanks again for looking at this.

A further data point (sorry, I've not had a lot of time to look at 
this). Building Python from the trunk at rev 57076 yielded a system that 
*would* cleanly build the same release of PIL. This is somewhat annoying 
because it appears to put the bug in the past where there's less 
incentive to investigate it. But I may find time to take a look.


Hardly worth it if I'm the only one noticing the issue, though.

regards
 Steve


Yet another piece of information. I recompiled the Python 2.5.1 
interpreter and ran the library install using the just-built interpreter 
from the location it was built in. This ran perfectly fine (and happily 
resulted in a usable 2.5 library).


The strange thing is that when I installed the same interpreter, 
replacing the standard one in /usr/bin, it too failed in the same way.


Can anyone think of anything that might have affected the interpreter's 
ability to detect subprocess termination? This is bugging the heck out 
of me.


regards
 Steve
--
Steve Holden+1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd   http://www.holdenweb.com
Skype: holdenweb  http://del.icio.us/steve.holden
--- Asciimercial --
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
--- Thank You for Reading -


--
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: Cygwin: Problem detecting subprocess termination after _spawn_posix in distutils?

2007-08-20 Thread Steve Holden

Steve Holden wrote:

Martin v. Löwis wrote:
The only environment variables that don't appear in the shell output 
from the env command are INFOPATH, MAKE_MODE and PLAT. I am still flummoxed.

At this point, I'd recommend to perform a cygwin update; with Cygwin,
these problems often go away with an update.


I updated Cygwin and did a rebaseall before posting.


If that doesn't help, you can ask on the Cygwin list also; to analyse
this further, ISTM one will need to debug the internals of cygwin.


I posted on Cygwin before asking here.


One thing you could try is to add -v to the list of gcc options;
you can then see whether gcc is progressing correctly.

I'll do that, though I have reason to believe the gcc *is* terminating 
and _spawn_posix isn't detecting the end of the process. At the very 
least we should get another test out of this dreadfully irritating bug.


Thanks again for looking at this.

A further data point (sorry, I've not had a lot of time to look at 
this). Building Python from the trunk at rev 57076 yielded a system that 
*would* cleanly build the same release of PIL. This is somewhat annoying 
because it appears to put the bug in the past where there's less 
incentive to investigate it. But I may find time to take a look.


Hardly worth it if I'm the only one noticing the issue, though.

regards
 Steve
--
Steve Holden+1 571 484 6266   +1 800 494 3119
Holden Web LLC/Ltd   http://www.holdenweb.com
Skype: holdenweb  http://del.icio.us/steve.holden
--- Asciimercial --
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
--- Thank You for Reading -

--
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: cygwin problem - installation halting at 00ash.sh

2006-08-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ask the list, not me: http://cygwin.com/acronyms/#PPIOSPE

According to Caleb Knoll on 8/20/2006 8:15 PM:
 I know this post was from about a year ago, but I'm having the exact
 same problem as you described in your post:
 
  
 
 http://www.cygwin.com/ml/cygwin/2005-09/msg00164.html
 
  
 
 Did you find a resolution to this problem?
 
  

For starters, you didn't follow the directions in that post.  Particularly
the ones about posting the output of 'cygcheck -svr' as a text attachment.

 
  
 
 I'm using the latest (v1.5.21-1) setup and the installation hangs at 98% at
 
 Running ...
 
 No package
 
 /etc/postinstall/00ash.sh
 
  
 
 The same thing as you described?
 
  
 
 Any help would be great!
 
  
 
 Thanks,
 
 Caleb
 

Also, there are newer snapshots of setup.exe available, which give better
details in the log file of the setup attempt.  Try using the latest
snapshot, and post your success or failure with it.
http://cygwin.com/setup/snapshots/

- --
Life is short - so eat dessert first!

Eric Blake [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE6nv184KuGfSFAYARAhkoAKCSQhaOBUjzT9wZxTOoPpv5amLlegCgrQIz
f3pWBcgp4MGun/Ply48Q5ZA=
=i5yY
-END PGP SIGNATURE-

--
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: Cygwin problem with cross compiler

2006-03-01 Thread Dave Korn
On 01 March 2006 14:27, Basavaraj Hiremath wrote:

 Hi,
 I am not able to compile Hello World program
 using this compiler in CygWin Environment, but I am
 able to compile in Redhat linux enviromnet.
 
 arm-wince-pe-gcc foo.c - does't
 work(/usr/local/wince/cross-tools/bin/arm-wince-pe-gcc:
 /usr/local/wince/cross-tools/
 bin/arm-wince-pe-gcc: cannot execute binary file)
 
 Even if I type
 arm-wince-pe-gcc --v, it give cannot execute binary file.
 
 am I missing any packages from cygwin?


  Cygwin doesn't actually let you run Linux executable binaries on windows
directly, you have to recompile them from source code - cygwin's job is to
make that step easy by providing all the headers and libs and function calls
that Linux executables need to have provided in order to compile.


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: Cygwin problem with cross compiler

2006-03-01 Thread Basavaraj Hiremath
Hi,
Where can I get gcc source code, I want to cross
compile it for Wince/ARM and related tools as well.

Thanks in advance.
Raj


--- Dave Korn [EMAIL PROTECTED] wrote:

 On 01 March 2006 14:27, Basavaraj Hiremath wrote:
 
  Hi,
  I am not able to compile Hello World program
  using this compiler in CygWin Environment, but I
 am
  able to compile in Redhat linux enviromnet.
  
  arm-wince-pe-gcc foo.c - does't
 

work(/usr/local/wince/cross-tools/bin/arm-wince-pe-gcc:
  /usr/local/wince/cross-tools/
  bin/arm-wince-pe-gcc: cannot execute binary file)
  
  Even if I type
  arm-wince-pe-gcc --v, it give cannot execute
 binary file.
  
  am I missing any packages from cygwin?
 
 
   Cygwin doesn't actually let you run Linux
 executable binaries on windows
 directly, you have to recompile them from source
 code - cygwin's job is to
 make that step easy by providing all the headers and
 libs and function calls
 that Linux executables need to have provided in
 order to compile.
 
 
 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/
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
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: Cygwin problem with cross compiler

2006-03-01 Thread Dave Korn
On 01 March 2006 15:47, Basavaraj Hiremath wrote:


 Hi,
 Where can I get gcc source code, I want to cross
 compile it for Wince/ARM and related tools as well.
 
 Thanks in advance.
 Raj
 
 
 --- Dave Korn [EMAIL PROTECTED] wrote:

 PLEASE  DON'T DO THIS!

  See http://cygwin.com/acronyms#PCYMTNQREAIYR for why!


  As to the source code for gcc, you can get it from whereever you got those
linux binaries from.  That's the beauty of the GPL!

  Alternatively you could download the source from one of the mirrors listed
at http://gcc.gnu.org/.  But it's possible the version you were using on your
linux machine has some arm-wince-specific patches added to it, so you'd be
better off with the source from your original compiler if you can find it.

  Building cross-compilers can be complicated, and it's way off-topic for the
cygwin list.  You probably want to use the crossgcc list if you have any
trouble building it.  

http://sourceware.org/ml/crossgcc



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: Cygwin problem

2005-06-21 Thread Andrew Schulman
 I have a problem with cygwin. I wanted to install on my PC cygwin with the 
 UNIX text mode.
 I don't know why because I tried it many times but cygwin after installing is 
 working allways
 in the DOS text mode. Furthermore, the most basic functions like ls or 
 dir aren't
 working. I need to cygwin for NS-2 (Network Simulator).  Please help me!!!

In addition to what Larry said, please consider writing a useful
subject.  Cygwin problem could describe 90% of the traffic on this
list.


--
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: Cygwin problem

2005-06-20 Thread Larry Hall
At 05:26 PM 6/20/2005, you wrote:

Hello

I have a problem with cygwin. I wanted to install on my PC cygwin with the 
UNIX text mode.
I don't know why because I tried it many times but cygwin after installing is 
working allways
in the DOS text mode. Furthermore, the most basic functions like ls or dir 
aren't
working. I need to cygwin for NS-2 (Network Simulator).  Please help me!!!


Please read and follow the problem reporting guidelines from the link below:

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




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


--
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: cygwin problem

2004-05-17 Thread Richard Campbell
Please just email the list directly, not me personally.  Redirected to the list.

 I have just read at http://www.cygwin.com/ml/cygwin/2004-02/msg01336.html
 that you had a problem with cygwin like:
 28 [main] ? 2608 init_cheap: Couldn't reserve space for cygwin's heap, Win3
2 error 487
c:\cygwin\bin\cygpath.exe (2608): *** AllocationBase 0x0, BaseAddress 0x616A
, RegionSize 0x1AE, State 0x1

So I was just wondering if you got the answer, and if you got it, could 
you please tell me what's the answer? I never had seen this message 
before, and at the web I don't find enough info about it.

If you check the archives, my original problem went away after updating my 
Windows install to all of the latest updates.  The problem was also fixed 
for others between 1.5.9 and 1.5.10 cygwin dll versions, IIRC, so I suggest
updating your cygwin install and possibly trying a snapshot.

-Richard Campbell.

--
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: cygwin problem

2003-10-07 Thread Jason Tishler
Conrad,

Please post instead of sending private email.

On Tue, Oct 07, 2003 at 07:21:47PM +0200, [EMAIL PROTECTED] wrote:
 I saw you are active on XP questions on the unoffical cygwin
 newsgroup. I hope you dont mind me emailing you direct, but I dont
 know who to ask!

Ask the Cygwin mailing list [EMAIL PROTECTED] -- it is the best way to
get help.

 I have a problem installing cygwin on XP pro .. it ALWAYS hangs at 99%
 complete on the xfree32-icons component, and when I cancel the
 install it always says installation complete in a popup.
 
 Ok I can't uninstall it or install it through the setup.exe now. Both
 hang.  So I uninstalled the whole thing (manually in the registry and
 everything= restarted, and guess what .. hangns at xfree32-icons... it
 hangs for hours.  BTW I disabled Norton.
 
 Please help?

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
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: cygwin problem

2003-10-07 Thread Hannu E K Nevalainen
 From: Jason Tishler
 Sent: Tuesday, October 07, 2003 10:45 PM

  I have a problem installing cygwin on XP pro .. it ALWAYS hangs at 99%
  complete on the xfree32-icons component, and when I cancel the
  install it always says installation complete in a popup.
 
  Ok I can't uninstall it or install it through the setup.exe now. Both
  hang.  So I uninstalled the whole thing (manually in the registry and
  everything= restarted, and guess what .. hangns at xfree32-icons... it
  hangs for hours.  BTW I disabled Norton.
 
  Please help?

 Jason

To fix the xfree-icons thing:
 Launch setup.exe from BASH, e.g.

$ /install/setup.exe --no-md5
(NOTE: I've mounted the parent of local package dir as /install)

 Select to Install from local directory
 Leave ALL other things at default, just go on clicking Next

 This will make the /etc/postinstall/Xfree86-bin-icons.sh script do its job,
without fuzz.

I will be investigating the problem as time permits. No promises though.

/Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E
-- UTC+01, DST - UTC+02  --
--END OF MESSAGE--


--
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: cygwin problem...

2002-11-20 Thread Christopher Faylor
On Wed, Nov 20, 2002 at 07:32:55PM -0500, [EMAIL PROTECTED] wrote:
If I installed Cygwin on a computer, burned it to another computer
should it work?  It doesn't for me.

http://cygwin.com/bugs.html

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Cygwin problem

2002-08-16 Thread Alexander Gottwald

On Fri, 16 Aug 2002, Manjunatha Shetty Kondalli wrote:

 Could you please tell me the solution for following problem?
 Xlib: connection to mywinhost:0.0 refused by server
  Xlib: Invalid MIT-MAGIC-COOKIE-1 key
  Error: Can't open display: mywinhost:0

_Never_ mail me directly when the question belongs to the cygwin-xfree
mailinglist.

BTW: The question was already asked. Please check the archives.

Fup to cygwin-xfree

bye
ago
-- 
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723




Re: Cygwin problem

2002-08-16 Thread Nicholas Wourms


--- Alexander Gottwald [EMAIL PROTECTED]
wrote:
 On Fri, 16 Aug 2002, Manjunatha Shetty Kondalli wrote:
 
  Could you please tell me the solution for following problem?
  Xlib: connection to mywinhost:0.0 refused by server
   Xlib: Invalid MIT-MAGIC-COOKIE-1 key
   Error: Can't open display: mywinhost:0
 
 _Never_ mail me directly when the question belongs to the
 cygwin-xfree
 mailinglist.

*ROFLMAO*, they can't help it, they're just n00bies!  Seriously
though, the mcookie application is supposed to allivate this error. 
Perhaps it should be included in the script.

Cheers,
Nicholas

__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



Re: cygwin problem

2001-12-20 Thread Pavel Tsekov

AChan wrote:
 
 Hi,
 
 I have just downloaded all files from the nasa site. A shortcut was
 created on my desktop but when I click on it, the window says Bad
 command or file. I could not open any downloaded file.
 

This indicates that you haven't downloaded all the files :) Run
setup.exe
and see if the bash package is installed. Also you can check if there is
bash.exe in you cygwin bin directory i.e. C:\cygwin\bin - replace
C:\cygwin with the actual path where you installed cygwin.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/