Re: read(): varblk tape records...(& Fix for : read())

2004-03-03 Thread Jason Winter
Hi Corinna, The error for read() was 28, No space left on device, if that helps. Jason. _ Get Extra Storage in 10MB, 25MB, 50MB and 100MB options now! Go to http://join.msn.com/?pgmarket=en-au&page=hotmail/es2 -- Unsubscribe info:

Re: WinMain in an own static lib -> _WinMain@16 undefined reference ?! ;.(

2004-03-03 Thread G.-B. Hauck
> g++ -mwindows -mno-cygwin -o test.exe test.o -lmingw32 -L./ -lmaintest :-) Thank You ! - And now i know something about "ld" - yeah Georg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://

Re: read(): varblk tape records...(& Fix for : read())

2004-03-03 Thread Jason Winter
Hi Corinna, If read() turns out to need a change, could you also check why I need to set varblk mode before each write to remind the API what's going on - from what I remember a second write returns an error unless I reset varblk mode each time. (I call a routine to set it [was:'to'] before ea

Thank you Cygwin

2004-03-03 Thread George Hester
I been trying for years using various cvs managers and have never liked any I have tried. But I decided to see what Cygwin had to offer. I saw it in there and so installed cvs. This CVS was the most pleasant experience I have ever had with CVS. Thank you all for putting the time and effort i

Re: stdout/stderr handling by cygrunsrv/bash/tcl

2004-03-03 Thread AJ Reins
--- I wrote: > > --- Igor Pechtchanski <.> wrote: ARRGGGH! I am VERY sorry, Igor. I just plain did not think to check for email addresses before I sent that. Please do not make me go back to using B20! Please! __ Do you Yahoo!? Yahoo! Search - Find what you’

Re: stdout/stderr handling by cygrunsrv/bash/tcl

2004-03-03 Thread AJ Reins
--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Wed, 3 Mar 2004, Patrick Samson wrote: > > > --- Igor Pechtchanski wrote: > > > On Tue, 2 Mar 2004, Patrick Samson wrote: > > > > > > > I run a service installed as: > > > > > > > > cygrunsrv --install pgr-daemon > > > > --path /usr/bin/bash.

Re: Following on old threads

2004-03-03 Thread Gregory Borota
You wrote on 3/3/2004 5:43 PM: On Wed, 3 Mar 2004, Gregory Borota wrote: A bit OT but I don't know where else to quickly go. How can one follow on an old thread which one doesn't have in his/her mailbox? Thanks, Greg Hmm, didn't you just ask about that? You locate the thread in the archives,

Re: Following on old threads

2004-03-03 Thread Igor Pechtchanski
On Wed, 3 Mar 2004, Gregory Borota wrote: > A bit OT but I don't know where else to quickly go. > > How can one follow on an old thread which one doesn't have in his/her > mailbox? > > Thanks, > Greg Hmm, didn't you just ask about that? You locate the thread in the archives, look at the "Raw tex

Re: Following on old threads

2004-03-03 Thread Larry Hall
At 05:54 PM 3/3/2004, you wrote: >A bit OT but I don't know where else to quickly go. > >How can one follow on an old thread which one doesn't have in his/her mailbox? Check out the mailing list archives: -- Larry Hall http://www.rfk.c

Re: Any fix/work-around for post-install hang problem, yet?

2004-03-03 Thread Igor Pechtchanski
On Wed, 3 Mar 2004, Glenn Murray wrote: > On Wed, 3 Mar 2004, Igor Pechtchanski wrote: > > On Wed, 3 Mar 2004, Glenn Murray wrote: > > > > > Hi, > > > > > > I'm suffering the same problem as in this thread: > > > http://www.cygwin.com/ml/cygwin/2003-12/msg00215.html > > > and as described in this

Re: Snapshot 20040225: make hangs/errors out

2004-03-03 Thread Rolf Campbell
Christopher Faylor wrote: No, but I'll try to catch one. (I removed the strace from my script.) Ok, caught two already. (Produced with attached script + Makefile) Not much to there, unfortunately. Out of curiousity, can you duplicate this problem with the snapshot? I see that this is your own

Following on old threads

2004-03-03 Thread Gregory Borota
A bit OT but I don't know where else to quickly go. How can one follow on an old thread which one doesn't have in his/her mailbox? Thanks, Greg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://

Re: [ANNOUNCEMENT] New package: setsid-0.0-3

2004-03-03 Thread Gregory Borota
Under my 'CYGWIN_NT-5.1 1.5.7(0.109/3/2) i686' doing for example: setsid ls -R / would still block the console window (mostly for as long as ls runs). IMO by redirecting only stdin to /dev/null one gets a setsid functionality closer to how setsid works under Linux and there is no difference con

Re: Any fix/work-around for post-install hang problem, yet?

2004-03-03 Thread Glenn Murray
On Wed, 3 Mar 2004, Igor Pechtchanski wrote: > On Wed, 3 Mar 2004, Glenn Murray wrote: > > > Hi, > > > > I'm suffering the same problem as in this thread: > > http://www.cygwin.com/ml/cygwin/2003-12/msg00215.html > > and as described in this thread, too: > > http://www.cygwin.com/ml/cygwin/2003-10/

Re: How to retrieve old messages, index, etc.

2004-03-03 Thread Gregory Borota
It works! You are a nice guy. Thanks a lot, Grigori You wrote on 3/3/2004 2:59 PM: On Wed, 3 Mar 2004, Igor Pechtchanski wrote: On Wed, 3 Mar 2004, Gregory Borota wrote: From the mail one gets when subscribing to this list: To get messages 123 through 145 (a maximum of 100 per request), mail

Re: How to retrieve old messages, index, etc.

2004-03-03 Thread Igor Pechtchanski
On Wed, 3 Mar 2004, Igor Pechtchanski wrote: > On Wed, 3 Mar 2004, Gregory Borota wrote: > > > From the mail one gets when subscribing to this list: > > > > To get messages 123 through 145 (a maximum of 100 per request), mail: > > <[EMAIL PROTECTED]> > > > > To get an index with subject and a

Re: How to retrieve old messages, index, etc.

2004-03-03 Thread Igor Pechtchanski
On Wed, 3 Mar 2004, Gregory Borota wrote: > From the mail one gets when subscribing to this list: > > To get messages 123 through 145 (a maximum of 100 per request), mail: > <[EMAIL PROTECTED]> > > To get an index with subject and author for messages 123-456 , mail: > <[EMAIL PROTECTED]>

Re: WinMain in an own static lib -> _WinMain@16 undefined reference ?! ;.(

2004-03-03 Thread Igor Pechtchanski
On Wed, 3 Mar 2004, G.-B. Hauck wrote: > Hi Gurus ! > > I have a problem with cygwin gcc (gcc version 3.3.1 cygwin-special) - i > think that i just don't understand "ld" - so maybe someone can help me > > > For my "Application-Framework" i need to put WinMain(...) in a lib - but > it doesnt w

How to retrieve old messages, index, etc.

2004-03-03 Thread Gregory Borota
From the mail one gets when subscribing to this list: To get messages 123 through 145 (a maximum of 100 per request), mail: <[EMAIL PROTECTED]> To get an index with subject and author for messages 123-456 , mail: <[EMAIL PROTECTED]> They are always returned as sets of 100, max 2000 per reque

RE: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-03 Thread Brian Ford
On Wed, 3 Mar 2004 Andrew J Halls wrote: > Second is that I first noticed this problem after upgrading >Cygwin-1.5 dll at around 1.5.3 or 1.5.4 back in September last year. > >As I only run one ssh-agent for all by rxvt/bash sessions that I run I use >to run a script, out of /etc/profile.d,

Undefined References

2004-03-03 Thread pavan mandalkar
Hi, I am trying to build myown.dll on Cygwin 1.5.5 and gcc 3.2. I get the following error, ***

RE : Problem with mod_jk (Apache and tomcat)

2004-03-03 Thread Flo
I tried the mod_jk_1_2_5_2_0_47.dll I got errors launching httpd : Win32 error 126 (The specified module could not be found) I needed to add ApacheCore.dll Win9xConHook.dll to the PATH Then i got another error message : Win32 error 127 (The specified procedure could not be found). Then I tried mod_

Re: how to get an older version of cygwin

2004-03-03 Thread Igor Pechtchanski
1.3.2 is ancient history. It's dead. I doubt there's a mirror out there that carries it, and even if there was, most of the current packages won't work with it. What you want is to set your PS1 in bash properly. Something like export PS1='\h: `cygpath -w "$PWD"`> ' should do it. If you want

Re: how to get an older version of cygwin

2004-03-03 Thread Larry Hall
There's really no "fix" for the behavior you see because it's not broken. 'cygpath' is your best bet to convert paths if you need it for some reason. 1.3.2 is an old, unsupported release so you won't be able to download it from any official site, though you may find it somewhere by searching the we

Re: how to get an older version of cygwin

2004-03-03 Thread Arindam Bhattacharya
Hi, thanks for the response. I am currently running 1.5.7(0.109/3/2 on XP. I also have 1.3.2(0.39/3/2) running on win 2000. in 1.3.2 if I do cd c:/ the bash shows c:/ but if id cd c:/ in 1.5.2 it shows me /cygdrive/c. ANy idea how to fix this or where I can download 1.3.2(0.39/3/2) thanks

Re: how to get an older version of cygwin

2004-03-03 Thread Larry Hall
At 01:54 PM 3/3/2004, you wrote: >hi christopher, > I was wondering how I can get an older version of >cygwin. I neet the one which is CYGWIN_NT-5.0. the current release is >CYGWIN_NT-5.1. Actually, you're reporting what 'uname -s' provides, which just tells you which version of

WinMain in an own static lib -> _WinMain@16 undefined reference ?! ;.(

2004-03-03 Thread G.-B. Hauck
Hi Gurus ! I have a problem with cygwin gcc (gcc version 3.3.1 cygwin-special) - i think that i just don't understand "ld" - so maybe someone can help me For my "Application-Framework" i need to put WinMain(...) in a lib - but it doesnt work - please take a look on a minimalistic example:

how to get an older version of cygwin

2004-03-03 Thread Arindam Bhattacharya
hi christopher, I was wondering how I can get an older version of cygwin. I neet the one which is CYGWIN_NT-5.0. the current release is CYGWIN_NT-5.1. If I do a cd c:/ in that it doesn't show c:/ but /cygdrive/c which is causing a problem with perforce as perforce thinks that it i

Re: Snapshot 20040225: make hangs/errors out

2004-03-03 Thread Volker Quetschke
I just stopped the scrip and replaced my selfbuild cygwin1.dll ( with debugging ) with the 20040225 snapshot. OK, I already got four make errors with the 20040225 snapshot. Shall I post the strace files? Volker -- PGP/GPG key (ID: 0x9F8A785D) available from wwwkeys.de.pgp.net key-fingerprint 5

Re: Any fix/work-around for post-install hang problem, yet?

2004-03-03 Thread Larry Hall
At 12:55 PM 3/3/2004, you wrote: >Hi, > >I'm suffering the same problem as in this thread: >http://www.cygwin.com/ml/cygwin/2003-12/msg00215.html >and as described in this thread, too: >http://www.cygwin.com/ml/cygwin/2003-10/msg00868.html > >This problem always occurs on my XP boxes. Updating Cyg

Re: Any fix/work-around for post-install hang problem, yet?

2004-03-03 Thread Igor Pechtchanski
On Wed, 3 Mar 2004, Glenn Murray wrote: > Hi, > > I'm suffering the same problem as in this thread: > http://www.cygwin.com/ml/cygwin/2003-12/msg00215.html > and as described in this thread, too: > http://www.cygwin.com/ml/cygwin/2003-10/msg00868.html > > This problem always occurs on my XP boxes.

Any fix/work-around for post-install hang problem, yet?

2004-03-03 Thread Glenn Murray
Hi, I'm suffering the same problem as in this thread: http://www.cygwin.com/ml/cygwin/2003-12/msg00215.html and as described in this thread, too: http://www.cygwin.com/ml/cygwin/2003-10/msg00868.html This problem always occurs on my XP boxes. Updating Cygwin, reinstalling Cygwin, and rebooting d

RE: Is the command "top" in cygwin?

2004-03-03 Thread Chris January
> I got two packages. Which one shall I use? What does 010801-1 mean? > procps/procps-010801-1 Utilities for monitoring your system and > processes on your system. > procps/procps-010801-2 Utilities for monitoring your system and > processes on your system. > year month day 01 0801

Re: Is the command "top" in cygwin?

2004-03-03 Thread Peng Yu
I got two packages. Which one shall I use? What does 010801-1 mean? procps/procps-010801-1 Utilities for monitoring your system and processes on your system. procps/procps-010801-2 Utilities for monitoring your system and processes on your system. - Original Message - From: "Igo

Re: weird compile command issues

2004-03-03 Thread Andrew Sasak
From: Igor Pechtchanski <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Andrew Sasak <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: weird compile command issues Date: Wed, 3 Mar 2004 11:53:41 -0500 (EST) On Wed, 3 Mar 2004, Andrew Sasak wrote: > I'm using a library I found on sourcefor

Re: weird compile command issues

2004-03-03 Thread Igor Pechtchanski
On Wed, 3 Mar 2004, Andrew Sasak wrote: > I'm using a library I found on sourceforge called tclap. I installed the > library correctly as far as I know. I have no problems compiling using the > following command line: g++ -Wno-deprecated -o massflow.exe massflow.cpp > cycle.cpp datapoint.cpp -L F:

weird compile command issues

2004-03-03 Thread Andrew Sasak
I'm using a library I found on sourceforge called tclap. I installed the library correctly as far as I know. I have no problems compiling using the following command line: g++ -Wno-deprecated -o massflow.exe massflow.cpp cycle.cpp datapoint.cpp -L F:\cygwin\usr\local\lib -ltclap The following c

Re: Is the command "top" in cygwin?

2004-03-03 Thread Igor Pechtchanski
On Wed, 3 Mar 2004, Peng Yu wrote: > Hi, > Is the command "top" in cygwin? Which package I have to download, if > I want to monitor the CPU resources? Peng, If you're looking for a specific program, first try searching the Cygwin packages at . For programs with

Re: Is the command "top" in cygwin?

2004-03-03 Thread Larry Hall
At 11:10 AM 3/3/2004, you wrote: >Hi, > >Is the command "top" in cygwin? Which package I have to download, if I >want to monitor the CPU resources? See . I think the answer to your question will be obvious from the results. As alway

Is the command "top" in cygwin?

2004-03-03 Thread Peng Yu
Hi, Is the command "top" in cygwin? Which package I have to download, if I want to monitor the CPU resources? BTW, how to run a program with a lower priority from command line? Thanks. Best wishes, Peng -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Snapshot 20040225: make hangs/errors out

2004-03-03 Thread Volker Quetschke
Do you actually have an strace which demonstrates the problem? I don't any indication that you've duplicated this problem running strace with a "modern" snapshot. No, but I'll try to catch one. (I removed the strace from my script.) Ok, caught two already. (Produced with attached script + Makefile

Re: stdout/stderr handling by cygrunsrv/bash/tcl

2004-03-03 Thread Patrick Samson
--- Igor Pechtchanski wrote: > On Wed, 3 Mar 2004, Patrick Samson wrote: > > > Your demo works as expected. But TCL introduces > > the mess. > > > > I changed the script to: > > > > $ cat service.sh > > #!/bin/bash > > # the next line restart using tclsh \ > > exec tclsh "$0" "$@" > > > > puts "S

Re: crontab: no changes made to crontab

2004-03-03 Thread Jeff Mincy
> On Tue, 2 Mar 2004, Thorsten Kampe wrote: >> * Michael Chen (2004-03-02 06:57 +0100) >> > Dear all, since the first time using "crontab -", I can never change the >> > crontab file anymore. "crontab -e" calls emacs, but cron just discarded any >> > new modifications. The emacs saved the "crontab

Re: SIGSEGV in cygwin1.dll

2004-03-03 Thread Marco Canini
Hello Egor, On Wed, 2004-03-03 at 14:46, Egor Duda wrote: > Marco Canini wrote: > > Hi list, this is my first post here. > > I'm writing an application that uses SDL, lib3ds and glib > > I've installed SDL and lib3ds from sources, both compiled with > > -mno-cygwin, while glib (2.2) comes from he

RE: A problem with OpenSSH 3.8.p1-1 - ssh-agent

2004-03-03 Thread Karl M
Hi Andrew... Please keep this on the list so that it gets archived for others to search. I'm not seeing this problem. I use win-2k and xp machines. You mentioned that you use a script to launch ssh-agent. I use keychain (also a script to launch ssh-agent) for that. I launch it from a service, s

Re: Snapshot 20040225: make hangs/errors out

2004-03-03 Thread Christopher Faylor
On Tue, Mar 02, 2004 at 11:37:25AM -0500, Volker Quetschke wrote: Are you still using this script: export C=1 while strace -o strace.$C.txt make -j ; do C=$(($C+1)) ; done echo Failed after $C runs If yes: The strace catches the errors. I use a script without strace a

Re: Gv on cywgin

2004-03-03 Thread Igor Pechtchanski
On Wed, 3 Mar 2004 koorapati_koundinyaemccom wrote: > Cywin Users, > I have installed the complete distribution of cygwin and don't seem > to have missed out anything and when I tried to view PS documents with gv, I > get "interpreter failed error". I did see so many threads on this all ov

Re: stdout/stderr handling by cygrunsrv/bash/tcl

2004-03-03 Thread Igor Pechtchanski
On Wed, 3 Mar 2004, Patrick Samson wrote: > --- Igor Pechtchanski wrote: > > On Tue, 2 Mar 2004, Patrick Samson wrote: > > > > > I run a service installed as: > > > > > > cygrunsrv --install pgr-daemon > > > --path /usr/bin/bash.exe > > > --args "--login /opt/pgreplica/bin/pgrd host1 host2" > >

Re: SIGSEGV in cygwin1.dll

2004-03-03 Thread Egor Duda
Marco Canini wrote: Hi list, this is my first post here. I'm writing an application that uses SDL, lib3ds and glib I've installed SDL and lib3ds from sources, both compiled with -mno-cygwin, while glib (2.2) comes from here http://web.sfc.keio.ac.jp/~s01397ms/cygwin/ I wasn't able to compile it f

Gv on cywgin

2004-03-03 Thread koorapati_koundinya
Cywin Users, I have installed the complete distribution of cygwin and don't seem to have missed out anything and when I tried to view PS documents with gv, I get "interpreter failed error". I did see so many threads on this all over internet, but I was not able to get my gv to open up a .ps

Non-exim SMTP server for Cygwin

2004-03-03 Thread Jonathan E. Brickman
Exim is not acceptable for my needs. Anyone have a better SMTP server running under Cygwin? Perhaps the old Linux 'smail'? I thought I remembered from a long time ago that there used to be quite a few different items in the smail/sendmail/etc. category in sunsite.unc.edu, but I haven't been

Re: problem linking SHM functions

2004-03-03 Thread Claude . Barrouil
Thank you Brian for your answer. I ended up finding this last version and succeeding in making work the shared memory. Cygwin is great ! Thanks, Claude Brian Ford a écrit: I'm digging out of my list backlog, and I noticed you didn't get a reply. So, this is just in case you haven't figured it o

Re: stdout/stderr handling by cygrunsrv/bash/tcl

2004-03-03 Thread Patrick Samson
--- Igor Pechtchanski wrote: > On Tue, 2 Mar 2004, Patrick Samson wrote: > > > I run a service installed as: > > > > cygrunsrv --install pgr-daemon > > --path /usr/bin/bash.exe > > --args "--login /opt/pgreplica/bin/pgrd host1 > host2" > > --user pgreplicator > > --shutdown > > > > Everything