Re: Does sshd work on Vista?

2007-04-10 Thread Morgan Gangwere
check Windows "defender" to see if its blocking anything. On 4/10/07, Neil Aggarwal <[EMAIL PROTECTED]> wrote: Hello: Does sshd work on Windows Vista? I ran ssh-host-config, but it keeps giving me a pop up that says ssh-keygen.exe has stopped working. Any ideas? Thanks, Neil -- Nei

Re: Cygwin developer has Vista

2007-04-10 Thread Morgan Gangwere
seconded. thats a major undertaking to donate the CashOla for a copy (even of Vista Home... $300 at my local costco! and ~430 for "buisiness" - wte. just way to expensive.) On 4/10/07, Karl M <[EMAIL PROTECTED]> wrote: Perhaps gold stars are in order. >From: Christopher Faylor To: cygwin@cygwin

Re: gdb not working with $?=123

2007-04-10 Thread Luca Masini
Brian Dessent wrote: Try this: PATH="/usr/bin:$(cygpath -S)" gdb --help If gdb works with this minimal PATH then try selectively adding the other components back in and see when it fails. If the above still doesn't work then you may have to resort to strace to see why gdb can't initialize.

Re: gdb not working with $?=123

2007-04-10 Thread Brian Dessent
Luca Masini wrote: > > Brian Dessent wrote: > > > Please read the problem reporting guidelines at > > , specifically the part about cygcheck > > output. > > attached the output of "cygcheck -s -v -r > cygcheck.out" Thanks for the extra info. I can't find any

[ANNOUNCEMENT] Updated: gnuplot-4.2.0-1

2007-04-10 Thread Dr. Volker Zell
Hi A new version of 'gnuplot' has been uploaded to a server near you. DESCRIPTION: Gnuplot is a command-line driven interactive function plotting utility for UNIX, MSDOS, VMS, and many other platforms. The software is copyrighted but freely distributed (i.e., you don't have to pay

Re: gdb not working with $?=123

2007-04-10 Thread Brian Dessent
Luca Masini wrote: > gdb does not works. > When I run it nothing happens and $? is 123 > I just tried to re-install it and googled but with no luck until now. Please read the problem reporting guidelines at , specifically the part about cygcheck output. You haven

gdb not working with $?=123

2007-04-10 Thread Luca Masini
Hi, gdb does not works. When I run it nothing happens and $? is 123 I just tried to re-install it and googled but with no luck until now. Regards. Luca. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: redefining $HOME

2007-04-10 Thread Rob Walker
I use mount: [EMAIL PROTECTED]> mount C:\Documents and Settings on /home type system (binmode) C:\apps\cygwin\bin on /usr/bin type system (binmode) C:\apps\cygwin\lib on /usr/lib type system (binmode) C:\apps\cygwin on / type system (binmode) C:\dev on /dev type system (binmode) C:\tmp on /tmp ty

Does sshd work on Vista?

2007-04-10 Thread Neil Aggarwal
Hello: Does sshd work on Windows Vista? I ran ssh-host-config, but it keeps giving me a pop up that says ssh-keygen.exe has stopped working. Any ideas? Thanks, Neil -- Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http:/

Re: redefining $HOME

2007-04-10 Thread Jason
Eric Backus wrote: > Gustavo Seabra gmail.com> writes: > > Yes, you can do this. I've done this for years by > putting "/cygdrive/c/Documents and Settings/ericjb/My Documents" > into /etc/passwd. This works well, though every once in awhile you might > find > a shell script which doesn't

RE: redefining $HOME

2007-04-10 Thread Jeff Hawk
What I do is to always use the "short name" version of the directories in $HOME and $PATH. It's a little bit of a pain because some programs put the long name in the path when they install, so every time I update iTunes (for example) I have to fix the path. The short names are still available o

Re: redefining $HOME

2007-04-10 Thread Eric Backus
Gustavo Seabra gmail.com> writes: > Hi all, > > I was wondering if it is possible to use the windows folder "My > Documents" or even "C:\Documents and Settings\USERNAME" (or some dir > inside those) as the hoe directory in Cygwin. I though about > substituting the user directory inside /home

RE: Cygwin developer has Vista

2007-04-10 Thread Karl M
Perhaps gold stars are in order. From: Christopher Faylor To: cygwin@cygwin.com Subject: Cygwin developer has Vista Date: Tue, 10 Apr 2007 13:17:37 -0400 I wanted to thank Stephan Mueller and Lowell Anderson for providing me with 32 and 64 bit versions of Windows Vista. I appreciate their cont

Cygwin developer has Vista

2007-04-10 Thread Christopher Faylor
I wanted to thank Stephan Mueller and Lowell Anderson for providing me with 32 and 64 bit versions of Windows Vista. I appreciate their contribution very much. William Deegan also unselfishly offered to donate the money to purchase Windows Vista. That was also much appreciated. So this Cygwin d

Problem with sh and bash shells / OpenSSH

2007-04-10 Thread rodv92
I have an issue, quite sporadic, but blocking nonetheless : running opensshd 4.5 (tried 3.6 also), SSH2 with key auth. when i supply the shell to use : ssh [EMAIL PROTECTED] 'sh.exe' , I do not get access to the shell, however, sh.exe is run, seems as if the stdin/stdout handles were not attache

Re: Suggestion for run (with patch)

2007-04-10 Thread Christopher Faylor
On Tue, Apr 10, 2007 at 10:30:20AM -0400, Robert Pendell wrote: >Adye, TJ (Tim) wrote: >>Brian Dessent wrote on 09 April 2007 22:05: >>>If you really want a compromise solution, you could modify run to not >>>depend on cygwin1.dll at link-time but instead LoadLibrary() it at >>>runtime, and if that

RE: Suggestion for run (with patch)

2007-04-10 Thread Dave Korn
On 10 April 2007 15:30, Robert Pendell wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Adye, TJ (Tim) wrote: >> Brian Dessent wrote on 09 April 2007 22:05: >>> If you really want a compromise solution, you could modify >>> run to not depend on cygwin1.dll at link-time but instead >>>

Re: Suggestion for run (with patch)

2007-04-10 Thread Robert Pendell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adye, TJ (Tim) wrote: > Brian Dessent wrote on 09 April 2007 22:05: >> If you really want a compromise solution, you could modify >> run to not depend on cygwin1.dll at link-time but instead >> LoadLibrary() it at runtime, and if that fails fall back

Re: 1.5.24: rxvt or console fail to shutdown due to ssh -f still running despite setsid()

2007-04-10 Thread Michael Hoffman
Ken Shaffer wrote: I have just checked the source for the daemon() function and the setsid executable. They both call fork() and then setsid(). Do the console/rxvt process stick after calling ssh -f because file descriptors are left open? Can you suggest a strategy to deal with this? I'm not

Re: cp command fails when copying from a network drive

2007-04-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Manish Rathi on 4/6/2007 3:42 PM: > This issue was discussed on the mailing list, and the problem was identified > related to random values being returned for 'ls -I', and > FILE_PERSISTENT_ACLS being TRUE/FALSE. Corinna had talked about a

[ANNOUNCEMENT] Updated: asciidoc-8.2.1-1

2007-04-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new version of the asciidoc package, asciidoc 8.2.1-1, is now available for download, replacing 8.2.0-1 as current. NEWS: = This is a new upstream release. Upstream changes are as follows: * A number of improvements have been made to the V

Re: Status of hstrerror() and h_errno in cygwin and one more important question

2007-04-10 Thread Larry Hall (Cygwin)
On 04/10/2007, Eric Lilja wrote: Dave Korn wrote: > On 09 April 2007 22:35, Eric Lilja wrote: >> Since the program is exiting its memory is bound to be >> returned anyway, but this still annoys me to no end. I just wrote a >> console version which I thought I could use as a simpler test case

Re: Status of hstrerror() and h_errno in cygwin and one more important question

2007-04-10 Thread Eric Lilja
Brian Dessent wrote: Eric Lilja wrote: I'm developing a very simple IRC bot (written in C++) with a gui using the cygwin tools. I use Win32 for the gui and I use cygwin sockets and pthreads for communicating with the server. Anyway, I found h_errno/hstrerror() to be useful when dealing with ge

Re: Status of hstrerror() and h_errno in cygwin and one more important question

2007-04-10 Thread Eric Lilja
Dave Korn wrote: On 09 April 2007 22:35, Eric Lilja wrote: I'm developing a very simple IRC bot (written in C++) with a gui using the cygwin tools. Also, and more importantly, I'm having a weird core dump in my application. The program is very simple, when launched you can connect to an irc