Re: how to create a syslog-ng pidfile

2006-04-03 Thread Igor Peshansky
On Mon, 3 Apr 2006, Bryan D. Thomas wrote: > > To generate a pidfile for syslog-ng, should I try the > > -p switch to syslog-ng, (i.e. using the -a argument to > > cygrunsrv) or the -x argument to cygrunsrv? > > I tried removing the service using cygrunsrv, then installing the > service with the c

Re: 20060301 snapshot and later. sh hangs with very long command line

2006-04-03 Thread Brian Dessent
Christopher Faylor wrote: > >arguments" hang in configure scripts. Peter's testcase fails too. As > >a workaround I've set cygexec on my mounts which seems to workaround > >the issue (and allows larger commandlines anyway.) > > Out of curiousity, does this go away if you mount your /bin directo

Re: how to create a syslog-ng pidfile

2006-04-03 Thread Bryan D. Thomas
> To generate a pidfile for syslog-ng, should I try the > -p switch to syslog-ng, (i.e. using the -a argument to > cygrunsrv) or the -x argument to cygrunsrv? I tried removing the service using cygrunsrv, then installing the service with the changed option. But, when starting the service again,

Re: Bug on X

2006-04-03 Thread Larry Hall (Cygwin)
Vitor Flausino wrote: Hello cygwin. I'm sending this email because I think I found a bug (I'm using version 1.5.19-4). I have an application that has tabs (similar to windows File/Edit/.../Help). When I clique on a tab, several options are shown below (similar to clique on File, and then you se

Re: Spawnvp on pwd.exe and mkdir.exe fails

2006-04-03 Thread Larry Hall (Cygwin)
Brian Kramer wrote: Larry, after deleting my cygwin directory and reinstalling, I am able to execute the sample program below correctly. Thanks for your time spent on this! For me... onward! Glad you were able to figure out that it was some local configuration issue, even if you're not sure

Re: Some contacts phones at Bangalore-India for cygwin features

2006-04-03 Thread Sanganagouda
Hi again, MK sanganagouda, if u free visit http://www.c.1asphost.com/Sanganagouda/forum http://www.c.1asphost.com/Sanganagouda/forum thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://

Re: building (porting) c++ project w/ deprecated features -- did I do this right?

2006-04-03 Thread Eric Blake
> I had to do the following to get it to compile: > 1) add a "strstream.h" in the headers directory that includes Are you adding files to /usr/include? That is asking for problems. You are better off teaching your application about modern C++, and sending those patches back upstream to the "C

Re: Problems with linking and std c++ library when using -mnocygwin

2006-04-03 Thread Eric Blake
> cygwin can compile the .cpp files but when linking everything together, > always "undefined reference" messages appear for the line with close(): > > -- > g++ -mno-cygwin -w -march=i686 -Dstricmp=strcasecmp -Dstrcmpi=strcasecmp > -I"./someDir" > -c -o x1.o x1.cpp > ... > g++ -mno-cy

building (porting) c++ project w/ deprecated features -- did I do this right?

2006-04-03 Thread Nate Thern
I'm building "The C Scripting language" on cygwin, and it uses some deprecated c++ include files and notations. The ones that caused problems are fstream.h and strstream.h I had to do the following to get it to compile: 1) add a "strstream.h" in the headers directory that includes 2) force head

Re: 20060301 snapshot and later. sh hangs with very long command line

2006-04-03 Thread Christopher Faylor
On Wed, Mar 29, 2006 at 03:14:54PM -0800, Brian Dessent wrote: >Christopher Faylor wrote: >>>I was building binutils using the cygwin 20060308 snapshot, and when it >>>did the check for "finding the maximum length of command line" a sh >>>shell goes to 99% cpu usage and doesn't return until I end t

Problems with linking and std c++ library when using -mnocygwin

2006-04-03 Thread Markus Heiden
I have an c++ application which uses ifstream.close() like this: -- #include #include using namespace std; void readMainConfig () { ifstream *config = new ifstream("x.cfg"); ... config->close(); delete config; } -- cygwin can compile the .cpp files but when linking everyth

Re: ghostscript 8.53

2006-04-03 Thread René Berber
Cary Lewis wrote: > > > The fonts are there but for some reason the AFPL 8.53 version can't use them, > perhaps it was a configure issue before I compiled? Does your "gs --help" show a search path that includes fonts? Your comment is ambiguous, "the fonts are there" means literally that the old

Re: ghostscript 8.53

2006-04-03 Thread Cary Lewis
The fonts are there but for some reason the AFPL 8.53 version can't use them, perhaps it was a configure issue before I compiled? Perhaps the souce tries to use a font server and this confuses the s/w, since Cygwin doesn't have a font server? -- Unsubscribe info: http://cygwin.com/ml/#un

Re: XP Pro on a corporate AD network and thus 'sshd'

2006-04-03 Thread Michael March
You ideas helped.. a lot.. Then I had other errors pop up.. This link: http://bmonday.com/articles/653.aspx ..helped with the rest of my issues. On 4/3/06, René Berber <[EMAIL PROTECTED]> wrote: > Michael March wrote: > > This is the first time in years I am working off a MSFT AD based > > corp

Re: ghostscript 8.53

2006-04-03 Thread René Berber
Cary Lewis wrote: > The standard ghostscript available in the cygwin setup.exe is 8.50, but I need > 8.53 to produce FAX tiff files correctly. > > I was able to build the AFPL ghostscript from source, but it can not locate > any > of fonts. [snip] $ gs --help GPL Ghostscript 8.50 (2005-12-31) .

Re: Find not working w/ Samba drive

2006-04-03 Thread Eric Blake
org/ml/cygwin/2006-01/msg00818.html > Find says the directories do not exist: > > V:\>find > . This is because of the changing inode bug in older versions of Samba. Corinna checked in a patch on March 31st that tries to tell various Samba versions apart, have you tried the 200604

Re: XP Pro on a corporate AD network and thus 'sshd'

2006-04-03 Thread René Berber
Michael March wrote: > This is the first time in years I am working off a MSFT AD based > corporate network. When I received my company issued laptop (running > XP) I immediately installed Cygwin, of course. > > The first time I logged in it wanted me to run the make passwd / > groups script.. tha

ghostscript 8.53

2006-04-03 Thread Cary Lewis
The standard ghostscript available in the cygwin setup.exe is 8.50, but I need 8.53 to produce FAX tiff files correctly. I was able to build the AFPL ghostscript from source, but it can not locate any of fonts. Can someone explain to me how to build ghostscript from source and integrate it prope

Find not working w/ Samba drive

2006-04-03 Thread rowol
I'm having a problem with FIND not working on WinXP with a Samba drive on an older FreeBSD server. V:\>find --version GNU find version 4.3.0 Features enabled: O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS The cygwin1.dll is version 1.5.19-cr-0x5ef/2006-01-20 13:28 Find says the directories do not

XP Pro on a corporate AD network and thus 'sshd'

2006-04-03 Thread Michael March
This is the first time in years I am working off a MSFT AD based corporate network. When I received my company issued laptop (running XP) I immediately installed Cygwin, of course. The first time I logged in it wanted me to run the make passwd / groups script.. that proceeded to create 11K entries

1.15.19: multithreaded scons (python) unexpectedly fails

2006-04-03 Thread Nels Freed
Hello, After searching the list, I've not found this particular setup and problem in the list. If I missed it, I apologize. When using scons-j the script unexpectedly fails with error 5. Normally this would be a scons problem, but I think it is a cygwin dll failure since it works with 1.15.

[ANNOUNCEMENT] Updated: subversion-1.3.0-1

2006-04-03 Thread Max Bowsher
The Subversion 1.3.0-1 packages, previously released with testing status, are now promoted to the current distribution. IMPORTANT COMPATIBILITY NOTE for the subversion-apache2 package: Cygwin packages of Subversion 1.2.x are compiled against Apache 2.0.x. Cygwin packages of Subversion 1.3.x are c

[ANNOUNCEMENT] Updated: apache2-2.2.0-1

2006-04-03 Thread Max Bowsher
The Apache HTTPD version 2.2.0-1 packages, previously released with testing status, are now promoted to the current distribution. IMPORTANT UPDATE NOTE Existing version 2.0 config files are MOSTLY compatible with 2.2, but WILL require at least one

Re: ls displays nothing - 3/29 snapshot

2006-04-03 Thread Tom Rodman
On Mon 4/3/06 13:19 EDT cyg wrote: > On Mon, Apr 03, 2006 at 10:52:01AM -0500, Tom Rodman wrote: > >Then, I ran: > > > > C:\>c:\aut\cyg\bin\strace -o/tmp/strace.out /bin/bash > > bash-3.00$ exec /bin/ls -l /etc/passwd > > The strace shows that /bin/ls is a shell script. I suspect that's at leas

aclocal warnings

2006-04-03 Thread Brad Bell
I recently downloaded the current version of cygwin on 2006-04-01 and got the following messages when running acloal: /usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of AM_PATH_LIBSMI /usr/share/aclocal/libmcrypt

Re: ls displays nothing - 3/29 snapshot

2006-04-03 Thread Christopher Faylor
On Mon, Apr 03, 2006 at 10:52:01AM -0500, Tom Rodman wrote: >Then, I ran: > > C:\>c:\aut\cyg\bin\strace -o/tmp/strace.out /bin/bash > bash-3.00$ exec /bin/ls -l /etc/passwd The strace shows that /bin/ls is a shell script. I suspect that's at least part of your problem. Maybe you have both a /b

Re: dlopen() bug (new testcase)

2006-04-03 Thread Gary Zablackis
--- Bernhard Loos <[EMAIL PROTECTED]> wrote: > I was able to track the problem down, inserting a > call to > _my_tls.init_exception_handler > (_cygtls::handle_exceptions); > in the function dll::init() solves it. But I'm > unsure, whether it introduce > other bugs. If somebody has checked this, I

Bug on X

2006-04-03 Thread Vitor Flausino
Hello cygwin. I'm sending this email because I think I found a bug (I'm using version 1.5.19-4). I have an application that has tabs (similar to windows File/Edit/.../Help). When I clique on a tab, several options are shown below (similar to clique on File, and then you see New/Open/.../Exit). T

Re: 1.5.19: apache-1.3.33-2 eventual hang/stuck.

2006-04-03 Thread Kent Ho
FYI.. I found a backup of cygwin install directory from my other computer dated July 2005. setup.exe is 2.457.2.2 not sure which cygwin release is that. It had apache-1.3.33-1 and it works fine. Got apache+php+Gallery & friends working :). Maybe this is not a apache problem? thx. Kent.