alternative travel

2003-12-11 Thread Andre
I'm sorry if you have received this more than once. this is a one time only mailing For more information go to WWW.TRAVELROOMERS.COM Get ready to pack your backpack for the adventure of a lifetime. What ? not enough money Well, Travelroomers is offering free accommodations anywhere in the world.

Re: inetd crashed on NT4 with recent cvs

2003-12-11 Thread Christopher Faylor
On Thu, Dec 11, 2003 at 10:57:24PM -0500, Pierre A. Humblet wrote: >With a recent CVS on NT4 I noticed that inetd (the second of the >two inetd shown by ps) dies when a telnet or ftp session terminates. >It happens when the wait_sig thread calls setup_handler on SIGCHLD. Interesting problem. It s

Re: Problem with pthreads and signaling, behavior broken...

2003-12-11 Thread Christopher Faylor
On Fri, Dec 12, 2003 at 04:04:15AM +, Arash Partow wrote: >You know all you have to do is send me the exe you build using the >original ThreadTest. (with debug info if possible) and give me some >time to disassemble it, this will give you more time to continue on >with your own development wor

Re: Problem with pthreads and signaling, behavior broken...

2003-12-11 Thread Arash Partow
"cygXpm-noX4.dll" v0.0 ts=2003/8/9 17:21 54k 2003/08/09 c:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0 "cygXpm-X4.dll" v0.0 ts=2003/8/9 17:22 196k 2003/09/23 c:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0 "cygxslt-1.dl

Re: Problem with pthreads and signaling, behavior broken...

2003-12-11 Thread Arash Partow
Hi Chris, You know all you have to do is send me the exe you build using the original ThreadTest. (with debug info if possible) and give me some time to disassemble it, this will give you more time to continue on with your own development work and other previously mentioned things, and hence you w

inetd crashed on NT4 with recent cvs

2003-12-11 Thread Pierre A. Humblet
With a recent CVS on NT4 I noticed that inetd (the second of the two inetd shown by ps) dies when a telnet or ftp session terminates. It happens when the wait_sig thread calls setup_handler on SIGCHLD. CYGWIN_NT-4.0 xxx 1.5.6(0.107/3/2) 2003-12-10 08:41 i686 unknown unknown Cygwin Exception: STAT

Re: Problem with pthreads and signaling, behavior broken...

2003-12-11 Thread Christopher Faylor
On Fri, Dec 12, 2003 at 02:43:03AM +, Arash Partow wrote: >Hi Chris, > >Sorry about the late reply, now here is the best I can do with >the debug 101 skills. > >The problem/issue/possible bug that "I" see when I run ThreadTest is the >following, I run ThreadTest and let it reach about 2k thread

Re: Problem with pthreads and signaling, behavior broken...

2003-12-11 Thread Arash Partow
Hi Chris, Sorry about the late reply, now here is the best I can do with the debug 101 skills. The problem/issue/possible bug that "I" see when I run ThreadTest is the following, I run ThreadTest and let it reach about 2k threads completed. at that point i hit ctrl+c. I see that the main loop in t

Re: wget: how to only dl binaries for install?

2003-12-11 Thread Matthew Wilson
Thanks for the suggestion. I've tried the other install options, and they didn't work. On Thu, Dec 11, 2003 at 08:33:02PM -0500, Igor Pechtchanski wrote: > On Thu, 11 Dec 2003, Matthew Wilson wrote: > > > Hi - > > > > I have a very fussy firewall at work, > > Before you go to all the trouble

Re: wget: how to only dl binaries for install?

2003-12-11 Thread Igor Pechtchanski
On Thu, 11 Dec 2003, Matthew Wilson wrote: > Hi - > > I have a very fussy firewall at work, Before you go to all the trouble, can you access the web via Internet Explorer? If so, did you try the "Use IE5 settings" in setup? BTW, setup can also be told to go through an HTTP proxy, if that helps

Re: compiling woes (httping 0.0.3 make error)

2003-12-11 Thread Dirk Sondermann
Hallo Michael, > > If not, using the setup package search facility available here > > http://cygwin.com/packages/ shows ncurses.h to be part of > > ncurses/ncurses-5.2-8. Is that installed? > Hum, shouldn't it be part of the successor version as well? ncurses-5.2-8 comprises binaries, documentat

wget: how to only dl binaries for install?

2003-12-11 Thread Matthew Wilson
Hi - I have a very fussy firewall at work, and so I want to set up a package repository on our intranet. Can anyone help me write a wget command that will grab only the recent binaries. It seems like a lot of people are doing similar stuff, so all comments are welcome. This is what I've got so

Re: was: httping 0.0.3 make error

2003-12-11 Thread Dirk Sondermann
[EMAIL PROTECTED] wrote: Could it be possible that httping (or boxes) just won't compile for Cygwin? Hallo Michael, httping will compile, provided ncurses is installed. boxes requires the following modifications: * src/regexp/Makefile -traditional has to be removed from CFLAGS (as mention

Re: setup crashes on certain packages.

2003-12-11 Thread Matthew Wilson
On Thu, Dec 11, 2003 at 05:40:49PM -0500, Larry Hall wrote: > I expect it would be helpful to know what version of setup you're running. Sorry - I should have mentioned that. I am running the most recent version, whatever that is. I reran the wget script to grab everything off the mirrors before

compiling woes (httping 0.0.3 make error)

2003-12-11 Thread svartsjel
Hi Brian! > > $ make install > > gcc -ansi -O2 -c -o error.o error.c > > error.c:1:21: ncurses.h: No such file or directory > > make: *** [error.o] Error 1 > Well, does /usr/include/ncurses.h exist? No, I can't find ncurses.h anywhere, although ncurses had been installed. Entering the command:

Re: Cygwin - Locale Support

2003-12-11 Thread Baldev Soor
>On Thu, 11 Dec 2003, Baldev Soor wrote: >> I am new to Cygwin and while browsing some of the mailing lists I came >> across your name. >That's great, but please refrain from sending personal mail to Cygwin >developers and users unless specifically requested. The policy of the >Cygwin commun

Re: setup crashes on certain packages.

2003-12-11 Thread Larry Hall
At 06:09 PM 12/11/2003, Matthew Wilson you wrote: >Hi - > >I have cygwin installed OK on my windows XP machine. I installed from a local >directory after running wget to grab everything I thought I would need. I >want to add perl to my cygwin environment, so I ran setup.exe again, watched >all th

setup crashes on certain packages.

2003-12-11 Thread Matthew Wilson
Hi - I have cygwin installed OK on my windows XP machine. I installed from a local directory after running wget to grab everything I thought I would need. I want to add perl to my cygwin environment, so I ran setup.exe again, watched all the checksums go by, then selected perl in the package lis

Re: Cygwin - Locale Support

2003-12-11 Thread Igor Pechtchanski
On Thu, 11 Dec 2003, Baldev Soor wrote: > I am new to Cygwin and while browsing some of the mailing lists I came > across your name. That's great, but please refrain from sending personal mail to Cygwin developers and users unless specifically requested. The policy of the Cygwin community is tha

Re: Setup hangs in postinstall

2003-12-11 Thread Antoine Labour
Igor Pechtchanski wrote: Cygwin setup will sometimes defer replacing in-use files until the next reboot. If setup asked you to reboot after upgrading Cygwin last time, that means it had some files scheduled for replacement, while you were still running with the old versions of the DLLs. Rebootin

Re: apologies

2003-12-11 Thread Igor Pechtchanski
On Thu, 11 Dec 2003 djekelscitistreetonline.com wrote: > Igor, > > I found your email details in some of the replies to cygwin problems. I > tried sending email to the distribution list but to no avail. Donny, All cygwin-related e-mails should go to the main Cygwin list, where you'll have access

Re: Setup hangs in postinstall

2003-12-11 Thread Michael Robbert
Igor Pechtchanski wrote: On Thu, 11 Dec 2003, Michael Robbert wrote: [snip] P.S. I probably shouldn't mention this, but I had the strangest thing happen to me yesterday. One of the machines that was having this problem, my laptop, stopped having it all of a sudden. This machine is dual boot and

Re: Setup hangs in postinstall

2003-12-11 Thread Igor Pechtchanski
On Thu, 11 Dec 2003, Michael Robbert wrote: > [snip] > P.S. I probably shouldn't mention this, but I had the strangest thing > happen to me yesterday. One of the machines that was having this > problem, my laptop, stopped having it all of a sudden. This machine is > dual boot and when I booted to

Re: Setup hangs in postinstall

2003-12-11 Thread Larry Hall
At 12:36 PM 12/11/2003, Michael Robbert you wrote: >Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: > >> BTW, if you don't escape the backticks ("`"s), they will be evaluated in >> the *current* shell. You should try to run >> >> strace sh -c 'TEST=`uname -s`' >> >> (note the single quotes). You

Re: Setup hangs in postinstall

2003-12-11 Thread Michael Robbert
Quoting Igor Pechtchanski <[EMAIL PROTECTED]>: > BTW, if you don't escape the backticks ("`"s), they will be evaluated in > the *current* shell. You should try to run > > strace sh -c 'TEST=`uname -s`' > > (note the single quotes). You can see the difference by comparing the > output of "sh -c

Re: About cygwin license

2003-12-11 Thread Christopher Faylor
On Thu, Dec 11, 2003 at 08:44:51AM +, Armo Super wrote: >Hello > >What do you think about next situation? > >I have made an software, that I'm going to sell. >My software uses PostgreSql database system, witch is >distributed under BSD license. >If I want to get PostgreSql run in Windows >envir

Re: shell under sshd fail to fork child process

2003-12-11 Thread Brian Ford
Disclaimer: I am not an ssh expert by any means. But, I have read enough ssh related list traffic to know that the following is not supported. On Thu, 11 Dec 2003, Matthew McGillis wrote: > Brian Ford wrote: > >Matthew McGillis wrote: > >> I have installed the latest and greatest cygwin and sshd

Re: shell under sshd fail to fork child process

2003-12-11 Thread Larry Hall
At 11:27 AM 12/11/2003, Matthew McGillis you wrote: >> > I have installed the latest and greatest cygwin and sshd on a Small >>> Business Windows Server 2003. Everything works great on the console >>> and ssh'ing in and out works fine. However once I access the web >>> server running on the box any

Re: About Cygwin license

2003-12-11 Thread Larry Hall
At 11:00 AM 12/11/2003, Corinna Vinschen you wrote: >On Dec 11 09:59, Larry Hall wrote: >> Also, as >> points out, it doesn't matter what license the software distributed with >> Cygwin is. If it uses cygwin1.dll, which *is* GPL'd, it's GPL'd. > >*Sic*, no. Re

Re: shell under sshd fail to fork child process

2003-12-11 Thread Matthew McGillis
> I have installed the latest and greatest cygwin and sshd on a Small Business Windows Server 2003. Everything works great on the console and ssh'ing in and out works fine. However once I access the web server running on the box anyone sshd in will no longer be able to run anything that create

RE: About Cygwin license

2003-12-11 Thread Igor Pechtchanski
, , , and just plain old . You could also install the 'wtf' package and ask 'wtf is IANAL'. Igor P.S. Some of us are just humble cygwinners, you kno

Re: About Cygwin license

2003-12-11 Thread Corinna Vinschen
On Dec 11 09:59, Larry Hall wrote: > Also, as > points out, it doesn't matter what license the software distributed with > Cygwin is. If it uses cygwin1.dll, which *is* GPL'd, it's GPL'd. *Sic*, no. Read again under *** Note ***. Basically, if the applicatio

Re: Custom cygwin install mirror

2003-12-11 Thread Bill Geddes
Thanks. The information on that website is very useful. I believe I would have succeeded previously if I had used the 'upset' script. On Thu, 2003-12-11 at 07:38, Igor Pechtchanski wrote: > On Thu, 11 Dec 2003, Bill Geddes wrote: > > > I have been trying to build a customized cygwin install

RE: About Cygwin license

2003-12-11 Thread kevin.lawton
What's with all the 'ANAL' acronyms - 'IANAL' (maybe so) and 'YANALATEYHSMBSI' - and why would one need a lawyer because of them ? Okay, asking this might be just as 'off topic' in itself as using them is - but what the hell are you on about ? Some of us are just humble cygwinners, you know, a

script command for CYGWIN

2003-12-11 Thread Owen Townsend
'script command' for CYGWIN ? Does anybody have it working yet ? I see other requests for it & 1 saying RedHat version did not port. UWIN has the script command & it works very well www.kornshell.com provided a version of ksh (ast-ksh) for CYGWIN but I dont see script for CYGWIN on the kornshell si

RE: About Cygwin license

2003-12-11 Thread Igor Pechtchanski
Larry's right. Die, thread, die! Igor On Thu, 11 Dec 2003, Igor Pechtchanski wrote: > On Thu, 11 Dec 2003, Hughes, Bill wrote: > > > Sent: 11 December 2003 14:28 From: Igor Pechtchanski > > > Common sense dictates that socket connections cannot be thought of as > > > "linking" (which is

RE: About Cygwin license

2003-12-11 Thread Igor Pechtchanski
On Thu, 11 Dec 2003, Hughes, Bill wrote: > Sent: 11 December 2003 14:28 From: Igor Pechtchanski > > Common sense dictates that socket connections cannot be thought of as > > "linking" (which is what the GPL covers). After all, connecting with a > > proprietary ssh client to a GPL'd ssh daemon on

RE: About Cygwin license

2003-12-11 Thread Larry Hall
At 09:46 AM 12/11/2003, Hughes, Bill you wrote: >Sent: 11 December 2003 14:28 From: Igor Pechtchanski >> Common sense dictates that socket connections cannot be thought of as >> "linking" (which is what the GPL covers). After all, connecting with a >> proprietary ssh client to a GPL'd ssh daemon o

RE: About Cygwin license

2003-12-11 Thread Hughes, Bill
Sent: 11 December 2003 14:28 From: Igor Pechtchanski > Common sense dictates that socket connections cannot be thought of as > "linking" (which is what the GPL covers). After all, connecting with a > proprietary ssh client to a GPL'd ssh daemon on Linux doesn't make the > client GPL'd (AFAIK). No

Re: GCC G77 Sleep Intrinsic

2003-12-11 Thread Tim Prince
On Thursday 11 December 2003 02:14, Lars Steinke wrote: > Hello, > > I am using G77 (cygwin, GCC G77 on Windows 98 SE) and > I have a problem with the following function: > > Sleep Intrinsic > CALL Sleep(Seconds) > > Seconds: INTEGER(KIND=1); scalar; INTENT(IN). > > Intrinsic groups: unix. >

Re: Custom cygwin install mirror

2003-12-11 Thread Igor Pechtchanski
On Thu, 11 Dec 2003, Bill Geddes wrote: > I have been trying to build a customized cygwin install solution. The > goal is/was to put just the necessary packages on a CD and use that as > the 'Install from local directory' source. In this way I could choose > to install everything in one step, an

Re: About Cygwin license

2003-12-11 Thread Igor Pechtchanski
On Thu, 11 Dec 2003, Armo Super wrote: > Hello > > What do you think about next situation? > > I have made an software, that I'm going to sell. > My software uses PostgreSql database system, witch is > distributed under BSD license. > If I want to get PostgreSql run in Windows > environment, I nee

Re: About Cygwin license

2003-12-11 Thread Larry Hall
At 03:44 AM 12/11/2003, Armo Super you wrote: >Hello > >What do you think about next situation? > >I have made an software, that I'm going to sell. >My software uses PostgreSql database system, witch is >distributed under BSD license. >If I want to get PostgreSql run in Windows >environment, I need

RE: How to execute bash file under /usr/bin despite setting PATH= "/us r/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH"

2003-12-11 Thread Nguyen, Huu-Dung
I can say On the CD purchased from MicroCross there is no source code Nguyen -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] Sent: Freitag, 5. Dezember 2003 19:05 To: [EMAIL PROTECTED] Subject: Re: How to execute bash file under /usr/bin despite setting PATH="/us r/l

Re: Different behaviour of "test -f" under cmd and bash, when called from compiled App

2003-12-11 Thread Luis Torres
Hi Brian, Thans for the hint. I have not tested it out, but it suggested me a way to handle the problem, and was quite helpful. In fact the whole issue was because I wanted to get a Java application that relies on Cygwin compiled code, symbolic links and shell scripts, to work [number 1)- you

Re: Re: Link error using g++ 3.3.1

2003-12-11 Thread Jean-Francois bonastre
Oups... I am sorry. Thanks JFB Have you verified that whatever you're linking has a main() function? If it does, please post some more useful information about what you're doing, such as the command-line used for the link, a more exact description of what you expect it to do, etc. An undefined ref

Re: Link error using g++ 3.3.1

2003-12-11 Thread Ronald Landheer-Cieslak
On Thu, Dec 11, 2003 at 12:40:52PM +0100, Jean-Francois bonastre wrote: > I've just install (using cygwin setup) cygwin and g++ dev tool using the > latest web install on www.cygnus.com ^^-> s/nus/win/g ? > When I try to build an exec, I get a link error : > /usr/l

Link error using g++ 3.3.1

2003-12-11 Thread Jean-Francois bonastre
Hi, I've just install (using cygwin setup) cygwin and g++ dev tool using the latest web install on www.cygnus.com When I try to build an exec, I get a link error : /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libcygwin.a(libcmain.o)(.text+0x7c): undefined reference to [EMAIL PROTECTED]' colle

Custom cygwin install mirror

2003-12-11 Thread Bill Geddes
I have been trying to build a customized cygwin install solution. The goal is/was to put just the necessary packages on a CD and use that as the 'Install from local directory' source. In this way I could choose to install everything in one step, and get all the packages I want/need. To do this,

GCC G77 Sleep Intrinsic

2003-12-11 Thread Lars Steinke
Hello, I am using G77 (cygwin, GCC G77 on Windows 98 SE) and I have a problem with the following function: Sleep Intrinsic CALL Sleep(Seconds) Seconds: INTEGER(KIND=1); scalar; INTENT(IN). Intrinsic groups: unix. Description: Causes the process to pause for Seconds seconds. See sleep(2).

About Cygwin license

2003-12-11 Thread Armo Super
Hello What do you think about next situation? I have made an software, that I'm going to sell. My software uses PostgreSql database system, witch is distributed under BSD license. If I want to get PostgreSql run in Windows environment, I need Cygwin. My software -(direct use)-> JDBC -(socket)->