install old package

2006-06-30 Thread hulge hulge
hi how to install old package, which is not provided by cygwin's setup.exe I want to use gcc-2.95.3 but cygwin currently supports gcc-3.4.4.1 so please help regards Hulge -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: install old package

2006-06-30 Thread Brian Dessent
hulge hulge wrote: > how to install old package, > which is not provided by cygwin's setup.exe > > I want to use gcc-2.95.3 > but cygwin currently supports gcc-3.4.4.1 You can find old mirrors, or use the Cygwin time machine (google for it.) But none of these are supported here on this mailing

Change to Dwarf-2 debug info.

2006-06-30 Thread Danny Smith
Hello I thought it was about time to change the default debug info for cygwin and mingw from stabs to dwarf2. Currently the default of stabs can be overriden by '-ggdb' (==use the best format for gdb) Apple has done just such a change in gcc 4.2. GCC 4.3 stage 1 seems like a good time to change

find missing parameter

2006-06-30 Thread prz
I have a small problem with find command whenever I specify the -exec option this error is displayed /cygdrive/c/workdir: find . -name "db*" -mtime +2 -type f -exec /bin/rm {} find: missing argument to `-exec' tried quotes - single double ... with/without path to rm or any other command (ls) re

[ANNOUNCEMENT] Updated: bzr 0.8.2 -- Next-generation distributed version control (like GNU arch)

2006-06-30 Thread Jari Aalto
PACKAGE DESCRIPTION === Home page: http://bazaar-vcs.org/ License : GPL Next-generation distributed version control similar to GNU Arch. Distributed version control system that is powerful, friendly, and scalable implemented in Python. - Just one .bzr directory at the top of t

Re: "changed dev/ino" error with NetApp shared drive

2006-06-30 Thread Harald Dunkel
Hi folks, I would need this fix asap in the official dll. Of course we tried the suggested snapshot. rm worked as expected, but it broke a lot of other things, so the snapshot is not an option. Is there a patch for the existing "official" cygwin package 1.5.19-4, fixing just this problem without

Re: Access to Network Drive under ssh

2006-06-30 Thread Richard Foulk
> David Greene wrote: > > mwoehlke wrote: > >> You need to first do: > >> net use /delete h: > >> > >> ...so that you don't get prompted > > > > Now I get this, which is what happened before I started > > sshd as dag. Except I can still cd to //samba-drive/dag: > > > > $ net use H: \\samba-drive

Re: rsync over ssh hang issue understood

2006-06-30 Thread Corinna Vinschen
On Jun 29 22:01, Lev Bishop wrote: > On 6/29/06, Darryl Miles wrote: > > >I also think from reading through the WIN32 API that I either get > >blocking IO or overlapped IO, where overlapped is non-blocking with > >async I/O completion signaling. This mode isn't directly compatible > >with non-blo

uninstall cygwin

2006-06-30 Thread f g
Hello, I would like to uninstall a Cygwin installation under Windows XP: to do this I follow the instruction in http://cygwin.com/faq/faq.setup.html#faq.setup.uninstall-all but I have several problems. Point 1) I type cygrunsrv -L at Cygwin prompt, but I get the message "bash: cygrunsrv:

Re: Access to Network Drive under ssh

2006-06-30 Thread Corinna Vinschen
On Jun 29 22:46, Richard Foulk wrote: > I've written my own mount command for Cygwin in Perl. One thing to > be aware of is that drive letters aren't necessary with Cygwin. > > You can't say: `cd \\xyz\c$' with Windows cmd.exe. > > You *can* say things like: `cd //xyz/c\$' in Cygwin. This clean

Problems building gnuchess

2006-06-30 Thread fabien . hinault
Hello, I tried building gnuchess on my cygwin box. ./configure gave me the following warning. /cygdrive/c/Documents: line 1: fg: no job control /cygdrive/c/Documents: line 2: fg: no job control /cygdrive/c/Documents: line 3: 5: command not found /cygdrive/c/Documents: line 48: syn

Re: find missing parameter

2006-06-30 Thread Brian Dessent
prz wrote: > I have a small problem with find command > whenever I specify the -exec option this error is displayed > > /cygdrive/c/workdir: find . -name "db*" -mtime +2 -type f -exec /bin/rm {} > find: missing argument to `-exec' > > tried quotes - single double ... with/without path to rm or

Re: Change to Dwarf-2 debug info.

2006-06-30 Thread Corinna Vinschen
On Jun 30 19:45, Danny Smith wrote: > Hello > I thought it was about time to change the default debug info for cygwin > and mingw from stabs to dwarf2. > Currently the default of stabs can be overriden by '-ggdb' (==use the > best format for gdb) > > Apple has done just such a change in gcc 4.2.

Re: "changed dev/ino" error with NetApp shared drive

2006-06-30 Thread Corinna Vinschen
On Jun 30 10:33, Harald Dunkel wrote: > Hi folks, > > I would need this fix asap in the official dll. I can't speak for others, but I have no idea what you're talking about. Let's start here: http://cygwin.com/problems.html Corinna -- Corinna Vinschen Please, send mails rega

Re: Access to Network Drive under ssh

2006-06-30 Thread Corinna Vinschen
On Jun 30 11:38, Corinna Vinschen wrote: > On Jun 29 22:46, Richard Foulk wrote: > > I've written my own mount command for Cygwin in Perl. One thing to > > be aware of is that drive letters aren't necessary with Cygwin. > > > > You can't say: `cd \\xyz\c$' with Windows cmd.exe. > > > > You *can*

Re: Problems building gnuchess

2006-06-30 Thread Brian Dessent
[EMAIL PROTECTED] wrote: > ./configure gave me the following warning. > > /cygdrive/c/Documents: line 1: fg: no job control > /cygdrive/c/Documents: line 2: fg: no job control > /cygdrive/c/Documents: line 3: 5: command not found > /cygdrive/c/Documents: line 48: syntax error near

sending an empty UDP packet.

2006-06-30 Thread Tanaka Akira
Hi. I have a trouble to send an empty UDP packet. $ uname -a CYGWIN_NT-5.1 D2RP7F1X 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin I run a UDP server (written in Ruby) on port as follows on a terminal: $ ~/ruby/bin/ruby -rsocket -ve 's = UDPSocket.new; s.bind("0.0.0.0", ); loop { p s.

Re: find missing parameter

2006-06-30 Thread Owen Rees
--On 30 June 2006 02:42 -0700 Brian Dessent wrote: First, -exec is a bad way to do this. It will have to fork/exec a copy of rm once for each file to be deleted, which is extraordinarily slow under Cygwin. Use xargs instead: find . -name db\* -mtime +2 -type f -print0 | xargs -0 rm This will

Re: sending an empty UDP packet.

2006-06-30 Thread Corinna Vinschen
On Jun 30 19:18, Tanaka Akira wrote: > Hi. I have a trouble to send an empty UDP packet. Thanks for the bug report and especially the testcase. It's incredible but the check for a zero length packet has been introduced in 2002, 4 years ago, and nobody has ever complained that it's wrong. Wow.

Re: rsync over ssh hang issue understood

2006-06-30 Thread Darryl Miles
Lev Bishop wrote: On 6/28/06, Darryl Miles wrote: See how-to-debug-cygwin.txt http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/how-to-debug-cygwin.txt?rev=1.12&content-type=text/x-cvsweb-markup&cvsroot=src Thanks for your pointers. Everything I'm wanting to get started is already cover

RE: Change to Dwarf-2 debug info.

2006-06-30 Thread Dave Korn
On 30 June 2006 08:45, Danny Smith wrote: > Hello AUGH! Ow, you startled me! > I thought it was about time to change the default debug info for cygwin > and mingw from stabs to dwarf2. > Currently the default of stabs can be overriden by '-ggdb' (==use the > best format for gdb) > > Apple ha

Re: Access to Network Drive under ssh

2006-06-30 Thread David Greene
Richard Foulk wrote: Those drive letters just get in the way. Don't use them. But the whole point of my initial message is that I need the drive letters because djgpp doesn't understand network path names. -Dave -- Unsubscribe info: http://cygwin.com/ml/#unsubs

RE: uninstall cygwin

2006-06-30 Thread Dave Korn
On 30 June 2006 10:23, f g wrote: > I would like to uninstall a Cygwin installation under > Windows XP: to do this I follow the instruction in > http://cygwin.com/faq/faq.setup.html#faq.setup.uninstall-all > but I have several problems. > > Point 1) I type cygrunsrv -L at Cygwin prompt, but I >

gdb: Segfault in pthread_mutex_init

2006-06-30 Thread David Greene
Apparently, the saga of pthreads and buggy gdb continues. I've previously run into the famous gdb pthread_key_create segfault on IRIX. Apparently it exists on Cygwin as well. But my program also segfaults in pthread_mutex_init: Program received signal SIGSEGV, Segmentation fault. 0x610af064 in

Re: gdb: Segfault in pthread_mutex_init

2006-06-30 Thread Brian Dessent
David Greene wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x610af064 in pthread_mutex::init () from /usr/bin/cygwin1.dll Please just consult the eleventy-billion previous threads on this topic. Covered. To. Death. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

Re: gdb: Segfault in pthread_mutex_init

2006-06-30 Thread David Greene
David Greene wrote: But my program also segfaults in pthread_mutex_init: It turns out it also segfaults on pthread_mutex_lock and pthread_mutex_unlock. Continuing works just fine. But this is very annoying because the program doesn't get very far before it has to do a lock or unlock operation

Re: gdb: Segfault in pthread_mutex_init

2006-06-30 Thread David Greene
Brian Dessent wrote: David Greene wrote: Program received signal SIGSEGV, Segmentation fault. 0x610af064 in pthread_mutex::init () from /usr/bin/cygwin1.dll Please just consult the eleventy-billion previous threads on this topic. Covered. To. Death. Then please point me to them. My sear

Re: gdb: Segfault in pthread_mutex_init

2006-06-30 Thread Eric Blake
> But my program also segfaults in pthread_mutex_init: > > Program received signal SIGSEGV, Segmentation fault. > 0x610af064 in pthread_mutex::init () from /usr/bin/cygwin1.dll Read the archives, this issue has already been beaten to death. This is already fixed in CVS cygwin and CVS gdb; but unt

Re: gdb: Segfault in pthread_mutex_init

2006-06-30 Thread Brian Dessent
David Greene wrote: > Then please point me to them. My searches didn't turn up > anything. http://www.google.com/search?q=site:cygwin.com+inurl:ml+inurl:cygwin+pthread+sigsegv+inurl:2006&num=100&filter=0 (and that is only 2006) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: rsync over ssh hang issue understood

2006-06-30 Thread Darryl Miles
Darryl Miles wrote: There maybe other ways to deal with that write() but as far as I understand the NT kernel does not provide a true non-blocking mechanism to work from with pipes. This is where you can offer to the kernel the data and if the buffers are full the kernel will reject the data w

Re: gdb: Segfault in pthread_mutex_init

2006-06-30 Thread David Greene
Eric Blake wrote: Read the archives, this issue has already been beaten to death. This is already fixed in CVS cygwin and CVS gdb; but until cygwin 1.5.20 is released, so that a new gdb snapshot can be provided, you will have to use snapshots or resign yourself to hitting continue. When is a n

Re: rsync over ssh hang issue understood

2006-06-30 Thread mwoehlke
Darryl Miles wrote: [snip] * The outstanding byte count needs to be protected by a mutex. Are you familiar with the Interlocked* family of functions? Depending on what exactly you need to do with the value, a mutex may be unnecessary. Fascinating discussion, but over my head without taking

Re: gdb: Segfault in pthread_mutex_init

2006-06-30 Thread David Greene
Brian Dessent wrote: David Greene wrote: Then please point me to them. My searches didn't turn up anything. http://www.google.com/search?q=site:cygwin.com+inurl:ml+inurl:cygwin+pthread+sigsegv+inurl:2006&num=100&filter=0 Thanks for the pointer. I installed the latest cygwin-inst snapshot

Re: uninstall cygwin

2006-06-30 Thread Igor Peshansky
On Fri, 30 Jun 2006, f g wrote: > I would like to uninstall a Cygwin installation under > Windows XP: to do this I follow the instruction in > > http://cygwin.com/faq/faq.setup.html#faq.setup.uninstall-all > > but I have several problems. > > Point 1) I type cygrunsrv -L at Cygwin prompt, but I ge

Re: uninstall cygwin

2006-06-30 Thread Dave
Igor Peshansky wrote: On Fri, 30 Jun 2006, f g wrote: I would like to uninstall a Cygwin installation under Windows XP: to do this I follow the instruction in You'll also want to delete the registry key, as outlined in the above instructions. Oh, and deleting the directory won't remove any s

Need help running expect script under CYGWIN...

2006-06-30 Thread cledford
Hi, much thanks in advance for any and all help anyone can provide. I'm by no means a scripting/*NIX/Expect guru - but a while back was able to stumble through setting up Windows/CYGWIN/expect enough to put together a really functional system for basic network management of Cisco routers and s

Keeps asking password after putting the id_rsa.pub in ~/.ssh/authorized_keys on remote host

2006-06-30 Thread Tzung-Cheng Yang
Hi, I tried to make password_less sftp work. After I putting the id_rsa.pub in ~/.ssh/authorized_keys on remote host, the sftp still keeps asking password. I also changed the following on the /etc/ssh/sshd_config file on remote hosts RSAAuthentication yes PubkeyAuthentication yes Authorize

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread Brian Dessent
cledford wrote: > I'm by no means a scripting/*NIX/Expect guru - but a while back was able to > stumble through setting up Windows/CYGWIN/expect enough to put together a > really functional system for basic network management of Cisco routers and > switches. Everything ran fine on my old laptop

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread cledford
Hi Brian - thanks for the reply. I am using the windows telnet (not by choice) as I could not find a native CYGWIN telnet app in /usr/bin. Would you happen to know what "catagory" the telnet app is and I'll go back to the CYGWIN website and download? Here is the output of the cygcheck -c (not s

Re: cygwin 1-5.19-4 crashes at tty_list::terminate() when using gvim in diff mode

2006-06-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Kiyo Kelvin Lee on 6/29/2006 10:15 PM: > > I took some time to debug into the gvim process and found that actually > a crash (SIGSEGV as reported by gdb) would happen inside the function > tty_list::terminate() (in tty.cc) all the time up

ipconfig and cygwin

2006-06-30 Thread Dave
Robert wrote: Do you know if ipconfig has been ported to cygwin Please send all queries direct to the cygwin list rather than to individuals who post to the list. To find out if a particular package has been ported, use the cygwin package search page at http://cygwin.com/packages Doing http:/

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread Brian Dessent
cledford wrote: > Hi Brian - thanks for the reply. I am using the windows telnet (not by > choice) as I could not find a native CYGWIN telnet app in /usr/bin. Would > you happen to know what "catagory" the telnet app is and I'll go back to the > CYGWIN website and download? As I already said in

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread cledford
Sorry to all for skewing the index - in the future is should be made much more obvious the requirements/process to post a technical question. (I posted through the web interface and instructions would be nice) For anyone running into this issue - the problem was the default use (by CYGWIN) of the

MEX interface + DAE solvers in Fortran + gnumex/cygwin/mingw

2006-06-30 Thread Hannes Gruschinski
Hi, I try to make a DAE solver work for my problems using the mex interface between Fortran and MATLAB. That is, I installed gnumex, Cygwin, and Mingw according to http://gnumex.sourceforge.net/ and built the mex interface between fortran and MATLAB 6.5.1. It turns out that it successfully com

Re: rsync over ssh hang issue understood

2006-06-30 Thread Darryl Miles
mwoehlke wrote: Darryl Miles wrote: [snip] * The outstanding byte count needs to be protected by a mutex. Are you familiar with the Interlocked* family of functions? Depending on what exactly you need to do with the value, a mutex may be unnecessary. Do these function perform buslock prefi

cygwing list subscription

2006-06-30 Thread Abdellatif Ezzouhairi
Hi, i'm currently doing simulations with ns-2 using cygwin, and i need to subscribe to cygwin mailing list how can i subscribe to this group ! -- Ing. M.Sc.A Phd candidate LARIM (www.larim.polymtl.ca) École Polytechnique de Montréal -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

Re: uninstall cygwin

2006-06-30 Thread Igor Peshansky
On Fri, 30 Jun 2006, Dave wrote: > Igor Peshansky wrote: > > On Fri, 30 Jun 2006, f g wrote: > > > > > I would like to uninstall a Cygwin installation under > > > Windows XP: to do this I follow the instruction in > > > > You'll also want to delete the registry key, as outlined in the above > > in

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread Igor Peshansky
On Fri, 30 Jun 2006, cledford wrote: > Sorry to all for skewing the index - in the future is should be made > much more obvious the requirements/process to post a technical question. > (I posted through the web interface and instructions would be nice) The instructions are at

Re: cygwing list subscription

2006-06-30 Thread Igor Peshansky
On Fri, 30 Jun 2006, Abdellatif Ezzouhairi wrote: > Hi, > > i'm currently doing simulations with ns-2 using cygwin, > and i need to subscribe to cygwin mailing list > how can i subscribe to this group ! Try , which is one link away from > Unsubscribe info: http://

Re: ipconfig and cygwin

2006-06-30 Thread Robert Pendell
Dave wrote: > Robert wrote: >> Do you know if ipconfig has been ported to cygwin > > Please send all queries direct to the cygwin list rather than to > individuals who post to the list. > > To find out if a particular package has been ported, use the cygwin > package search page at http://cygwin.

Re: rsync over ssh hang issue understood

2006-06-30 Thread mwoehlke
Darryl Miles wrote: mwoehlke wrote: Darryl Miles wrote: [snip] * The outstanding byte count needs to be protected by a mutex. Are you familiar with the Interlocked* family of functions? Depending on what exactly you need to do with the value, a mutex may be unnecessary. Do these function

Re: cygwing list subscription

2006-06-30 Thread mwoehlke
Igor Peshansky wrote: On Fri, 30 Jun 2006, Abdellatif Ezzouhairi wrote: i'm currently doing simulations with ns-2 using cygwin, and i need to subscribe to cygwin mailing list how can i subscribe to this group ! Try , which is one link away from Unsubscribe info:

Re: cygwing list subscription

2006-06-30 Thread Igor Peshansky
On Fri, 30 Jun 2006, mwoehlke wrote: > Igor Peshansky wrote: > > On Fri, 30 Jun 2006, Abdellatif Ezzouhairi wrote: > > > i'm currently doing simulations with ns-2 using cygwin, > > > and i need to subscribe to cygwin mailing list > > > how can i subscribe to this group ! > > > > Try

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread fschmidt
Igor Peshansky-2 wrote: > > You posted > through the web interface at Nabble (which is not associated with Cygwin). > You might want to do some lobbying for them to include a link to the above > instructions. > No lobbying required. Nabble has a wiki-like system so anyone can change forum des

When is next official cygwin net release?

2006-06-30 Thread John Neil
Is there going to be an official cygwin net release soon? The current one is 6 months old, and I could really use an official fix for in order to deploy a Cygwin install I am testing. Also, it would be good if the above bug were liste

Re: Change to Dwarf-2 debug info.

2006-06-30 Thread Christopher Faylor
On Fri, Jun 30, 2006 at 11:50:39AM +0200, Corinna Vinschen wrote: >On Jun 30 19:45, Danny Smith wrote: >> Hello >> I thought it was about time to change the default debug info for cygwin >> and mingw from stabs to dwarf2. >> Currently the default of stabs can be overriden by '-ggdb' (==use the >> b

Re: rsync over ssh hang issue understood

2006-06-30 Thread Christopher Faylor
On Fri, Jun 30, 2006 at 04:12:11PM +0100, Darryl Miles wrote: >Darryl Miles wrote: >>There maybe other ways to deal with that write() but as far as I >>understand the NT kernel does not provide a true non-blocking mechanism >>to work from with pipes. This is where you can offer to the kernel the

Customizing setup.exe (How to specify "default" packages)

2006-06-30 Thread Harry Dellicker
I know this has been asked before but I have not yet found a real answer. ---> How does setup.exe "decide" which packages are to be installed by default? <--- I do not see anything in setup.ini that controls this. It is also not hard-coded in the setup program itself, as far as I can tell, no

Re: Need help running expect script under CYGWIN...

2006-06-30 Thread Christopher Faylor
On Fri, Jun 30, 2006 at 04:17:31PM -0700, fschmidt wrote: >Igor Peshansky-2 wrote: >>You posted through the web interface at Nabble (which is not associated >>with Cygwin). You might want to do some lobbying for them to include a >>link to the above instructions. > >No lobbying required. Nabble h

Re: rsync over ssh hang issue understood

2006-06-30 Thread Brian Dessent
mwoehlke wrote: > Um... probably? Did you try looking at them? There is an > InterlockedExchangeAdd (I think that's the right name... anyway, you > feed it a pointer and a constant, and you get back the previous value). > At any rate, anything Linux can do in assembly, Windows can also do, > also

Re: Customizing setup.exe (How to specify "default" packages)

2006-06-30 Thread Brian Dessent
Harry Dellicker wrote: > I have seen the suggestion that any packages placed in "Base" will be > included in the default package list, but that seems like a bit of a kluge. That is it. Setup.exe will automatically select "Curr" for any package in "Base" (and any of its dependant packages) that i

Re: Customizing setup.exe (How to specify "default" packages)

2006-06-30 Thread Igor Peshansky
On Fri, 30 Jun 2006, Harry Dellicker wrote: > I know this has been asked before but I have not yet found a real answer. > > ---> How does setup.exe "decide" which packages are to be installed by > default? <--- Simple. Everything in the "Base" and "Misc" categories is installed by default. An

Re:MEX interface + DAE solvers in Fortran + gnumex/cygwin/mingw

2006-06-30 Thread James R. Phillips
I receive the mailing list in digest form, so forgive the lack of threading on this reply. BTW, good to hear from a Rose-Hulman student (I am an alum). I think your basic problem is that you don't need cygwin _and_ mingw installed. You need one or the other, but not both. Since the web site you

error starting sshd as a service

2006-06-30 Thread Raymond Blum
Hi My Win2003 server sshd stopped working last night, from the time of day I assume that it was an MS Windows update and in hindsight perhaps windows FW had started blocking it and it was reparable but... I decided instead to upgrade my Cygwin installation to the current release (bad move

Correction to: error starting sshd as a service

2006-06-30 Thread Raymond Blum
Pasted in the wrong cygrunsrv output, sorry, The output in the current state of affairs is $cygrunsrv -Q sshd Service : sshd Display name : CYG SSHD Current State : Stopped Command : /usr/sbin/sshd -D ---Raymond On Jul 1, 2006, at 12:00 AM, Raymond Blum wrote: Hi My Win2003 server sshd stop

Re: Customizing setup.exe (How to specify "default" packages)

2006-06-30 Thread Harry Dellicker
Ah yes, it is so simple when someone who knows explains it clearly. I should have asked sooner but was afraid I would get flamed for asking something "stupid." Thanks, Harry P.S. Is there any way to get ahold of a copy of the script used for creating the setup.ini file? If not I guess I

Re: Customizing setup.exe (How to specify "default" packages)

2006-06-30 Thread Brian Dessent
Harry Dellicker wrote: > P.S. Is there any way to get ahold of a copy of the script used for > creating the setup.ini file? If not I guess I can simply tack my > additions onto the end of the official copy each time I rsync my mirror. http://cygwin.com/ml/cygwin-apps/2005-09/msg00142.html http:

Non network install of Cygwin?

2006-06-30 Thread Jessica M. Sager
My organization supports two major United State federal government networks which are not connected to the Internet. Part of our support is maintaining an archive of software in which we place a variety of products, including software for evaluation. One of our users has requested that Cy