Re: Slow manipulation of network-shared files

2010-02-05 Thread Reini Urban
2010/2/5 Chap Harrison: > > This is wordy but I've tried to make it clear :-) Its completely clear, thanks. > I have a Perl app running in Cygwin 1.7.1, whose job is to monitor the log > files being written by a Java program on another Windows Server 2003 box > elsewhere on the LAN.  (I'm using t

Slow manipulation of network-shared files

2010-02-05 Thread Chap Harrison
This is wordy but I've tried to make it clear :-) I have a Perl app running in Cygwin 1.7.1, whose job is to monitor the log files being written by a Java program on another Windows Server 2003 box elsewhere on the LAN. (I'm using the CPAN File::Tail module, which provides 'tail -f' functionalit

Re: what's the problem of my cygwin installation?

2010-02-05 Thread Christopher Faylor
On Fri, Feb 05, 2010 at 07:39:25PM +, G.W. Haywood wrote: >On Fri, 5 Feb 2010 some of us wrote: > >> [snip] this is discussed regularly... > >and: > >> And, how, exactly, would changing the name of setup.exe to something >> else cause a DECREASE in traffic? > >It seems the answer to that questi

Re: what's the problem of my cygwin installation?

2010-02-05 Thread Larry Hall (Cygwin)
On 02/05/2010 02:39 PM, G.W. Haywood wrote: Hello again, On Fri, 5 Feb 2010 some of us wrote: [snip] this is discussed regularly... and: And, how, exactly, would changing the name of setup.exe to something else cause a DECREASE in traffic? It seems the answer to that question is apparent

Re: what's the problem of my cygwin installation?

2010-02-05 Thread G.W. Haywood
Hello again, On Fri, 5 Feb 2010 some of us wrote: > [snip] this is discussed regularly... and: > And, how, exactly, would changing the name of setup.exe to something > else cause a DECREASE in traffic? It seems the answer to that question is apparent. But I do get the message that the name of

Re: pthread problem

2010-02-05 Thread Christopher Faylor
On Sat, Feb 06, 2010 at 12:13:59AM +0530, Gaurav Sachdeva wrote: >Hi, > >I have written following code - > >#include > >void *thread_func(void *data) >{ > printf("In thread\n"); > pthread_exit(NULL); >} > >int main() >{ > pthread_t mythread; > int rc; > > rc = pthread_create(&mythread, NULL, t

pthread problem

2010-02-05 Thread Gaurav Sachdeva
Hi, I have written following code - #include void *thread_func(void *data) { printf("In thread\n"); pthread_exit(NULL); } int main() { pthread_t mythread; int rc; rc = pthread_create(&mythread, NULL, thread_func, NULL); if (rc){ printf("ERROR; return code from pthread_crea

Running problem

2010-02-05 Thread RDSLink Romania
Hello. I've installed ircu2.10.12.12. The comp. and install was done with no errors. I started it, and after a while it stopped. I try to run it again, but after 5-10 minutes it stops. I checked the error logs, and it tells me this: SYSTEM [CRIT]: Assertion failure at engine_select.c:406: "s_fd

Re: what's the problem of my cygwin installation?

2010-02-05 Thread Larry Hall (Cygwin)
On 02/05/2010 12:11 PM, Christopher Faylor wrote: On Fri, Feb 05, 2010 at 12:02:54PM -0500, Larry Hall (Cygwin) wrote: I have this strange feeling that I've seen this exact conversation somewhere before. Must have been from one of my trips to an alternate reality where this is discussed regular

Re: what's the problem of my cygwin installation?

2010-02-05 Thread Christopher Faylor
On Fri, Feb 05, 2010 at 12:02:54PM -0500, Larry Hall (Cygwin) wrote: >I have this strange feeling that I've seen this exact conversation >somewhere before. Must have been from one of my trips to an alternate >reality where this is discussed regularly... I was wondering what was going on with that

Re: what's the problem of my cygwin installation?

2010-02-05 Thread Larry Hall (Cygwin)
On 02/05/2010 11:03 AM, Christopher Faylor wrote: On Fri, Feb 05, 2010 at 10:53:00AM -0500, Buchbinder, Barry (NIH/NIAID) [E] wrote: Christopher Faylor sent the following at Friday, February 05, 2010 9:59 AM On Fri, Feb 05, 2010 at 03:08:59PM +, Dave Korn wrote: On 05/02/2010 11:58, G.W.

Re: Is cygwin support linux header file??

2010-02-05 Thread Larry Hall (Cygwin)
On 02/05/2010 09:36 AM, Dave Korn wrote: On 05/02/2010 04:31, Larry Hall (Cygwin) wrote: On 02/04/2010 08:36 PM, phil song wrote: Hi,cygwin, when I compile some project in cygwin,It prompts /cygdrive/g/work_platform/open-s/ftk-0.2/src/os/linux/ftk_linux.h:43:22: linux/fb.h: No suc

Re: unable to install multiple packages from the command line

2010-02-05 Thread Tom Schutter
On Fri 2010-02-05 09:46, Dave Korn wrote: > On 03/02/2010 18:12, Tom Schutter wrote: > > Installing multiple packages from the the command line used to work, but no > > longer does for me. It installs the first requested package, but none of > > the rest. > > > Note that --help doesn't say exactl

Re: what's the problem of my cygwin installation?

2010-02-05 Thread Christopher Faylor
On Fri, Feb 05, 2010 at 10:53:00AM -0500, Buchbinder, Barry (NIH/NIAID) [E] wrote: >Christopher Faylor sent the following at Friday, February 05, 2010 9:59 AM >>On Fri, Feb 05, 2010 at 03:08:59PM +, Dave Korn wrote: >>>On 05/02/2010 11:58, G.W. Haywood wrote: It's long seemed to me that t

RE: what's the problem of my cygwin installation?

2010-02-05 Thread Buchbinder, Barry (NIH/NIAID) [E]
Christopher Faylor sent the following at Friday, February 05, 2010 9:59 AM >On Fri, Feb 05, 2010 at 03:08:59PM +, Dave Korn wrote: >>On 05/02/2010 11:58, G.W. Haywood wrote: >>> It's long seemed to me that there's a case for changing the name of >>> this file. On the average Windows box it is

Re: unable to install multiple packages from the command line

2010-02-05 Thread Dave Korn
On 03/02/2010 18:12, Tom Schutter wrote: > Installing multiple packages from the the command line used to work, but no > longer does for me. It installs the first requested package, but none of > the rest. > Note that --help doesn't say exactly how to specify multiple packages. A > comma separat

Re: what's the problem of my cygwin installation?

2010-02-05 Thread Christopher Faylor
On Fri, Feb 05, 2010 at 03:08:59PM +, Dave Korn wrote: >On 05/02/2010 11:58, G.W. Haywood wrote: >> On Thu, 4 Feb 2010 Larry Hall wrote: >>> Make sure you use the 'setup.exe' from cygwin.com. > >> It's long seemed to me that there's a case for changing the name of this >> file. On the average

Re: One Problem solved other found -> dlclose not calling destructors

2010-02-05 Thread Christopher Faylor
On Fri, Feb 05, 2010 at 09:27:45AM +0100, DEWI - N. Zacharias wrote: >On Thu, Feb 04, 2010 at 11:38:41AM -0500, Christopher Faylor wrote: >I guess your guess is wrong! > >Because with a dll > without the patch based on the issue eclipse/perl works >with the patch applied don't > >So

Re: what's the problem of my cygwin installation?

2010-02-05 Thread Dave Korn
On 05/02/2010 11:58, G.W. Haywood wrote: > On Thu, 4 Feb 2010 Larry Hall wrote: >> Make sure you use the 'setup.exe' from cygwin.com. > It's long seemed to me that there's a case for changing the name of this > file. On the average Windows box it is not unusual to see several files > called 'setu

Re: dlsym: symbols in dependencies

2010-02-05 Thread Christopher Faylor
On Fri, Feb 05, 2010 at 10:14:25AM +0100, Corinna Vinschen wrote: >On Feb 4 02:29, Yaakov S wrote: >> Per POSIX: >> >> """The dlsym() function shall search for the named symbol in all >> objects loaded automatically as a result of loading the object >> referenced by handle (see dlopen ).""" >> >

Re: Is cygwin support linux header file??

2010-02-05 Thread Dave Korn
On 05/02/2010 04:31, Larry Hall (Cygwin) wrote: > On 02/04/2010 08:36 PM, phil song wrote: >> Hi,cygwin, >> when I compile some project in cygwin,It prompts >> >> /cygdrive/g/work_platform/open-s/ftk-0.2/src/os/linux/ftk_linux.h:43:22: >> linux/fb.h: No such file or >> directory >> /c

Re: AW: [bulk] - Re: One Problem solved other found -> dlclose not calling destructors

2010-02-05 Thread Dave Korn
On 05/02/2010 14:12, Dave Korn wrote: > trim all the quotes from old emails BTW, and back on the main topic: I spent ten minutes last night (don't have a lot of spare time) trying to reproduce the problem, since I happen to have an eclipse install lying around. I installed the latest version

Re: AW: [bulk] - Re: One Problem solved other found -> dlclose not calling destructors

2010-02-05 Thread Dave Korn
On 05/02/2010 08:27, DEWI - N. Zacharias wrote: > But it is beyond my influence because our mailsverver add this crop. You can, however, trim all the quotes from old emails. Like this. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docu

RE: what's the problem of my cygwin installation?

2010-02-05 Thread David Means
I've had a similar problem, on Windows 7 Ultimate 64Bit. If I try to install everything (as I have routinely and always done in the past), then the install fails. However, when I take the defaults, it succeeds. Taking the defaults is for me, annoying. I find myself going back to the setup for

Re: service terminates after logging out of the desktop

2010-02-05 Thread Alec Kloss
On 2010-02-05 13:36, j...@weedlight.ch wrote: > Hi, I wrote a small program that launches a java rmi server. And it should > run all the time. The service is running when the system is up but as soon as > I log out of the Desktop, the service terminates. I believed that there must > be a signal

service terminates after logging out of the desktop

2010-02-05 Thread joel
Hi, I wrote a small program that launches a java rmi server. And it should run all the time. The service is running when the system is up but as soon as I log out of the Desktop, the service terminates. I believed that there must be a signal emitted but no luck, it doesn't log anything except "s

Re: xls to text conversion ?

2010-02-05 Thread Ehud Karni
On Thu, 4 Feb 2010 19:55:36 Maarten Vanneste wrote: > > Dear all, > I was wondering whether there is a cygwin tool/program which converts > microsoft excel files to text. Any suggestions ? I use xlhtml, source at: http://chicago.sourceforge.net/xlhtml/ I applied the following patch: diff -c ~/x

Re: what's the problem of my cygwin installation?

2010-02-05 Thread G.W. Haywood
Hi there, On Thu, 4 Feb 2010 Larry Hall wrote: > Make sure you use the 'setup.exe' from cygwin.com. > The current version is 2.680. It's long seemed to me that there's a case for changing the name of this file. On the average Windows box it is not unusual to see several files called 'setup.exe

Re: dlsym: symbols in dependencies

2010-02-05 Thread Corinna Vinschen
On Feb 4 02:29, Yaakov S wrote: > Per POSIX: > > """The dlsym() function shall search for the named symbol in all > objects loaded automatically as a result of loading the object > referenced by handle (see dlopen ).""" > > With the relevant part of dlopen() saying: > > """Note that some implem

Re: AW: [bulk] - Re: One Problem solved other found -> dlclose not calling destructors

2010-02-05 Thread Andrew West
On 05/02/2010 08:27, DEWI - N. Zacharias wrote: Second I know it is hard to fix things if the reports are unspecific. But I'm really not able to give more precise reports. Corinna send different dlls which I testedaccording to her advice and give feedback. I suggest

AW: [bulk] - Re: xls to text conversion ?

2010-02-05 Thread DEWI - N. Zacharias
Hi Maarten, > -- Dipl. Phys. Norbert Zacharias Wind Measurements & Power Curve Measurements DEWI GmbH Ebertstrasse 96 26382 Wilhelmshaven Germany Tel.: +49 4421 4808 876 Fax:+49 4421 4808 843 Email: n.zachar...@de

AW: [bulk] - Re: One Problem solved other found -> dlclose not calling destructors

2010-02-05 Thread DEWI - N. Zacharias
> -- Dipl. Phys. Norbert Zacharias Wind Measurements & Power Curve Measurements DEWI GmbH Ebertstrasse 96 26382 Wilhelmshaven Germany Tel.: +49 4421 4808 876 Fax:+49 4421 4808 843 Email: n.zachar...@dewi.de Home: