Re: Cygwin 1.5.9: Where is mod_php?

2004-05-24 Thread Andrew DeFaria
Gerry Reno wrote: I downloaded the new version of Cygwin but I can't find mod_php. That's cause it ain't there. Well there was one but the maintainer has not been able to update it and get all the bugs out so for now it's MIA. :-( -- If you drink, don't park. Accidents cause people. -- Unsubscrib

Cygwin 1.5.9: Where is mod_php?

2004-05-24 Thread Gerry Reno
I downloaded the new version of Cygwin but I can't find mod_php. = Gerry Reno mailto: grenoml at@ yahoo dot. com (if mail bounces please retry later - spam rapidly fills up mailbox) __ Do you Yahoo!? Friends. Fun. Try the all-new Y

Re: exim issue

2004-05-24 Thread Eduardo Chappa
On Mon, 24 May 2004, Igor Pechtchanski wrote: :) > In the exim 4.32 source (spool_in.c) the following line causes an :) > error condition if the user who instantiated the exim process has a :) > space in their name. :) > :) > if (sscanf(CS big_buffer, "%s %ld %ld", originator, &uid, &gid) != 3) :)

Re: [OT] Re: ftruncate64() question?

2004-05-24 Thread Larry Hall
At 09:58 PM 5/24/2004, you wrote: >On Mon, May 24, 2004 at 09:48:55PM -0400, Igor Pechtchanski wrote: >>On Fri, 21 May 2004, Larry Hall wrote: >> >>> At 05:06 PM 5/21/2004, you wrote: >>> >On Fri, 21 May 2004, Bill C. Riemers wrote: >>> >[snip] >>> >How was the quoted text relevant? >>> >>> AFAICS,

Re: Strange problem with make (or bash?) under cygwin

2004-05-24 Thread Igor Pechtchanski
On Mon, 24 May 2004, Kate Ebneter wrote: > Folks, > > I have a frankly bizarre problem using make under cygwin. The short and > sweet description of the problem is that sometimes, the compiler or > other tool being called by make is passed an empty command line. I > don't know if the problem is in

Re: _atoll undefined ?!?

2004-05-24 Thread Christopher Faylor
On Mon, May 24, 2004 at 12:51:52PM -0400, Christopher Faylor wrote: >On Mon, May 24, 2004 at 12:20:31PM -0400, Yaakov Selkowitz wrote: >>If I'm not mistaken, _atoll should be in libcygwin.a, but I grepped it >>and it's not there (but atol, strtoll, and the other functions defined >>in stdlib.h ARE

Re: exim issue

2004-05-24 Thread Igor Pechtchanski
On Sat, 22 May 2004, Ken Dibble wrote: > I know this isn't a cygwin only problem, but my research has failed to > produce an instance of this ever happening. > > Common sense says it is just more likely to happen in a NT/XP > environment with cygwin. > > For reference, this is exim 4.32, downloade

Re: [OT] Re: ftruncate64() question?

2004-05-24 Thread Christopher Faylor
On Mon, May 24, 2004 at 09:48:55PM -0400, Igor Pechtchanski wrote: >On Fri, 21 May 2004, Larry Hall wrote: > >> At 05:06 PM 5/21/2004, you wrote: >> >On Fri, 21 May 2004, Bill C. Riemers wrote: >> >[snip] >> >How was the quoted text relevant? >> >> AFAICS, it isn't. Looks like Bill decided to do t

OpenGL problem?

2004-05-24 Thread Jeremy Winston
Hi Folks, I am a humble end-user, so this may be a trivial problem. I use Cygwin on W2K primarily for the Xfree stuff, so I can echo back X Windows (through an ssh tunnel) from a remote Solaris box. I had been running a previous version of the X stuff (sorry, I did not note the version #s). M

[OT] Re: ftruncate64() question?

2004-05-24 Thread Igor Pechtchanski
On Fri, 21 May 2004, Larry Hall wrote: > At 05:06 PM 5/21/2004, you wrote: > >On Fri, 21 May 2004, Bill C. Riemers wrote: > >[snip] > >How was the quoted text relevant? > > AFAICS, it isn't. Looks like Bill decided to do the ol' "reply and > edit to your liking" trick that associates two, dispara

Re: CYGWIN & MUTT

2004-05-24 Thread Joshua Daniel Franklin
On Fri, 21 May 2004 15:21:18 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I need to send a mail with a single command line, I tried to use mutt but I don't > understand where configure the smtp or pop3/imap parametrers. > What can I do? > Is there any other method to send an email? > Ca

[OT] Re: where is at at?

2004-05-24 Thread Igor Pechtchanski
On Fri, 21 May 2004, Joshua Daniel Franklin wrote: > On Fri, 21 May 2004 16:04:36 -0400 (EDT), Igor Pechtchanski wrote: > > > > On Fri, 21 May 2004, Christopher Faylor wrote: > > > > > On Fri, May 21, 2004 at 03:10:41PM -0400, Larry Hall wrote: > > > >True. Please submit a patch with your intende

Re: CYGWIN 1.5.9-1 - Is vprintf() not thread safe?

2004-05-24 Thread Thomas Pfaff
Brian Ford wrote: On Fri, 21 May 2004, John William wrote: I tried the cygwin.dll snapshot dated 2004-05-20 and it still outputs interleaved text with multiple threads and vprintf()/vsprintf() crash when called from multiple threads and not protected with mutex_lock() and mutex_unlock() calls aroun

Re: where is at at?

2004-05-24 Thread Joshua Daniel Franklin
On Fri, 21 May 2004 16:04:36 -0400 (EDT), Igor Pechtchanski wrote: > > On Fri, 21 May 2004, Christopher Faylor wrote: > > > On Fri, May 21, 2004 at 03:10:41PM -0400, Larry Hall wrote: > > >True. Please submit a patch with your intended changes. ;-) > > > > If this keeps going, I foresee that som

Re: where is at at?

2004-05-24 Thread Igor Pechtchanski
On Fri, 21 May 2004, Christopher Faylor wrote: > On Fri, May 21, 2004 at 03:10:41PM -0400, Larry Hall wrote: > >True. Please submit a patch with your intended changes. ;-) > > If this keeps going, I foresee that someone will be wearing any > eye patch from the ensuing violence. > > cgf Hmm, I wo

Re: ftruncate64() question?

2004-05-24 Thread Larry Hall
At 05:06 PM 5/21/2004, you wrote: >On Fri, 21 May 2004, Bill C. Riemers wrote: > >> I am trying to write a program using cygwin that truncates files larger >> than 4GB to a specific size as part of its functionality. However, I >> cannot find a ftruncate64() in the cygwin libraries. Are there othe

Re: where is at at?

2004-05-24 Thread Christopher Faylor
On Fri, May 21, 2004 at 03:10:41PM -0400, Larry Hall wrote: >True. Please submit a patch with your intended changes. ;-) If this keeps going, I foresee that someone will be wearing any eye patch from the ensuing violence. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pr

Re: 1.5.9-1: socket() appears NOT to be thread-safe

2004-05-24 Thread Christopher Faylor
On Fri, May 21, 2004 at 05:21:19PM -0500, Brian Ford wrote: >On Thu, 15 Apr 2004, Christopher Faylor wrote: >>Corinna showed me that this was a problem in my autoload code rather >>than a problem with winsock. That's comforting. I guess I've grown >>too quick to judge Windows. >> >>I've checked i

RE: Cygwin and GSM Modem support

2004-05-24 Thread Hannu E K Nevalainen
> From: Archiee > Sent: Friday, May 21, 2004 6:39 PM > No it dosen't matter if it is /dev/com1 or /dev/ttyS0 > > Artur I. FYI: This might be as simple as a matter of CR+LF or just LF line endings wrt modem settings. Issuing an "AT" from any serial com app under cygwin should IMO give some indica

Re: remote install of cygwin?

2004-05-24 Thread Larry Hall
At 04:30 PM 5/24/2004, you wrote: >I'm trying to convince an NT admin at work about cygwin. >I'd like to ftp or smbclient install a gold version of >cygwin with the stuff I want onto his/the target servers. >Can this be done? Sure. If you know what you're doing you can figure a way to do this wi

Re: ftruncate64() question?

2004-05-24 Thread Bill C. Riemers
> What's wrong with ftruncate? ftruncate fails with files larger >= 2GB because off_t gets interpreted as 32 bit signed integer... I can find some archived cygwin messages referencing bug fixes to ftruncate64 in the cygwin.dll. However, using ftruncate64 results in an unresolved symbol. In fact

Re: exim issue

2004-05-24 Thread Joshua Daniel Franklin
On Sat, 22 May 2004 14:07:27 -0500, Ken Dibble wrote: > In the exim 4.32 source (spool_in.c) > the following line causes an error condition if the user who > instantiated the exim process has a space in their name. > > if (sscanf(CS big_buffer, "%s %ld %ld", originator, &uid, &gid) != 3) > goto

RE: shortcut to start xemacs in bash cygwin window

2004-05-24 Thread Hannu E K Nevalainen
> From: Edwin Goei > Sent: Sunday, May 23, 2004 8:58 AM > BTW, is there a better way to handle abbreviations like this? There are > other disadvantages when adding a new path because it then needs to be > added to process-environment and to all my shell-mode buffers. > > -Edwin $ man mount T

Re: CYGWIN 1.5.9-1 - Is vprintf() not thread safe?

2004-05-24 Thread John William
How about posting a simple test case. If you do so, I'll try and take a look. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... #include #include pthread_mutex_t printf_m

Strange problem with make (or bash?) under cygwin

2004-05-24 Thread Kate Ebneter
Folks, I have a frankly bizarre problem using make under cygwin. The short and sweet description of the problem is that sometimes, the compiler or other tool being called by make is passed an empty command line. I don't know if the problem is in make, the shell, or the compiler(s) (although I c

RE: ftruncate64() question?

2004-05-24 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Sunday, May 23, 2004 4:54 AM > On Sat, May 22, 2004 at 04:24:22PM -0400, Bill C. Riemers wrote: > >> What's wrong with ftruncate? > > > >ftruncate fails with files larger >= 2GB because off_t gets > >interpreted as 32 bit signed integer... > > bash-2.05b$ cat o

remote install of cygwin?

2004-05-24 Thread Mike Eggleston
I'm trying to convince an NT admin at work about cygwin. I'd like to ftp or smbclient install a gold version of cygwin with the stuff I want onto his/the target servers. Can this be done? Mike -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.

RE: echo vs. ls race condition?

2004-05-24 Thread Hannu E K Nevalainen
> From: Henry S. Thompson > Sent: Monday, May 24, 2004 6:32 PM > Fred Kulack <[EMAIL PROTECTED]> writes: > > >> Short summary: a loop with echo and ls does not produce well-ordered > >> output > > > > For what it's worth, it works fine on my system. > > XP Professional > > bash

exim issue

2004-05-24 Thread Ken Dibble
I know this isn't a cygwin only problem, but my research has failed to produce an instance of this ever happening. Common sense says it is just more likely to happen in a NT/XP environment with cygwin. For reference, this is exim 4.32, downloaded last week. In the exim 4.32 source (spool_in.c)

Re: How to install only the man of ImageMagic?

2004-05-24 Thread Larry Hall
At 12:59 PM 5/22/2004, you wrote: >Hi, > >I want only install the man of ImageMagic, which using windows version >ImageMagic executable? Do you know how to do that? > Cygwin packages are designed to be easily installed by Cygwin's 'setup' program. Packages installed by 'setup' are installed

RE: Problem running runmqsc from cron

2004-05-24 Thread Mike Kenny - BCX - Mngd Services
> > I have written a number of scripts to monitor queue depth and > > channel status on my MQ server. These work fine from the > > command line, but when I try to execute them from cron the > > sciripts are executed, but the runmqsc command reports that > > it can't connect to the queue manager

Re: ftruncate64() question?

2004-05-24 Thread Christopher Faylor
On Sun, May 23, 2004 at 09:29:23AM -0400, Bill C. Riemers wrote: >> On Sat, May 22, 2004 at 04:24:22PM -0400, Bill C. Riemers wrote: >> bash-2.05b$ ./off_t >> sizeof(off_t) = 8 > >>You don't use ftruncate64. You use ftruncate. Cygwin is 64 bit by >>default. > >I stand correct. The bug was el

Re: 1.5.9-1: socket() appears NOT to be thread-safe

2004-05-24 Thread Brian Ford
I assume this email is hopeless, but I'm desperately searching for a lead... On Thu, 15 Apr 2004, Christopher Faylor wrote: > Corinna showed me that this was a problem in my autoload code rather than > a problem with winsock. That's comforting. I guess I've grown too quick > to judge Windows. >

Re: Problem with home installation

2004-05-24 Thread fergus
If you are getting a "bash-2.05b$" prompt you could look at /etc/group and /etc/passwd. I find I need to hand-edit these two files both at home and at work because in both locations I call myself "fergus" with all my stuff under /home/fergus/: however, at home on installation of Cygwin the computer

Re: New Cygwin Package: rebase-2.2-2

2004-05-24 Thread Jason Tishler
Please post instead of sending private email. On Fri, May 21, 2004 at 11:08:12PM -0400, skn0 wrote: > So where is rebase-x-y-z? The rebase package is available on any of the Cygwin mirrors. > A bunch of jibberish from you but not too useful! AFAICT, others have found rebase to be useful. Jason

ftruncate64() question?

2004-05-24 Thread Bill C. Riemers
Greetings. I am trying to write a program using cygwin that truncates files larger than 4GB to a specific size as part of its functionality. However, I cannot find a ftruncate64() in the cygwin libraries. Are there other alternatives available? BTW. Normally I would search the cygwin archives f

Re: mutt and ssmtp on Cygwin on Windows Server 2003 'child exited 127'

2004-05-24 Thread gert_de_boer
The trick worked for CRON. I let the cron service run under the local administration account with the additional rights as explained in the openssh.README. But mutt still does not work. I do not get any clear message in the event viewer. Regards, Gert de Boer PS How do I get my mails under

Re: ftruncate64() question?

2004-05-24 Thread Christopher Faylor
On Sat, May 22, 2004 at 04:24:22PM -0400, Bill C. Riemers wrote: >> What's wrong with ftruncate? > >ftruncate fails with files larger >= 2GB because off_t gets interpreted as >32 bit signed integer... bash-2.05b$ cat off_t.c #include #include int main (int argc, char **argv) { pr

Re: echo vs. ls race condition?

2004-05-24 Thread Fred Kulack
> Short summary: a loop with echo and ls does not produce well-ordered > output For what it's worth, it works fine on my system. XP Professional bash2.05b-16 I always try an update and see if its still happens when I find something not quite right. "The st

Re: Setting up Cygwin to install ecos

2004-05-24 Thread Eugene Kotlyarov
Ajit Bhanot, Gurgaon wrote: I am trying to use the wget function on Cygwin. The internet access is through a proxy server. Can I configure cygwin to access the internet through the proxy to download the ecos installation files? You can configure wget by setting following parameters in your ~/.wgetr

Re: Identifying pthread threading bug

2004-05-24 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roger Leigh wrote: | I am building glib on cygwin, using this release: | | http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.1/sources/glib-2.4.1.tar.bz2 | | When I build with | | ./configure -C --prefix=/usr --enable-threads --with-libiconv \ |

Re: _atoll undefined ?!?

2004-05-24 Thread Christopher Faylor
On Mon, May 24, 2004 at 12:20:31PM -0400, Yaakov Selkowitz wrote: >If I'm not mistaken, _atoll should be in libcygwin.a, but I grepped it >and it's not there (but atol, strtoll, and the other functions defined >in stdlib.h ARE in libcygwin.a). You are mistaken. If atoll is not in libcygwin.a then

Re: echo vs. ls race condition?

2004-05-24 Thread Christopher Faylor
On Mon, May 24, 2004 at 05:31:35PM +0100, Henry S. Thompson wrote: >Can't figure out why I can't get my mail with cygcheck output attached >through to the mailing list. If I had to guess why you couldn't get any cygcheck output through the list, it would be... Hmm. Come to think of it, why would

Identifying pthread threading bug

2004-05-24 Thread Roger Leigh
I am building glib on cygwin, using this release: http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.1/sources/glib-2.4.1.tar.bz2 When I build with ./configure -C --prefix=/usr --enable-threads --with-libiconv \ --enable-shared --disable-static the build succeeds, but the unit te

bash: slow command execution after permission denied error

2004-05-24 Thread Reinhard Nissl
Hi, I've discovered a strange behaviour of bash on Windows NT and 2000, but not on XP. Please have a look on the following simple test script named x.sh: -- #!./bash export PATH=`pwd`:$PATH export CYGWIN=nontsec while t

Setting up Cygwin to install ecos

2004-05-24 Thread Ajit Bhanot, Gurgaon
Hello I am trying to use the wget function on Cygwin. The internet access is through a proxy server. Can I configure cygwin to access the internet through the proxy to download the ecos installation files? Thanks Ajit Thanks & Regards, Ajit Bhanot [EMAIL PROTECTED] +91-9810818778 (M) _

Re: spambot?

2004-05-24 Thread Larry Hall
At 11:36 AM 5/24/2004, you wrote: >How do I make sure my google search only covers the mailing list archive? I >have proxy script I wrote which allows me to browse a website completely >through the google cache. It rewrites any URL's to point directly back to >the cache. I find this mostly usefu

Re: ftruncate64() question?

2004-05-24 Thread Brian Ford
On Fri, 21 May 2004, Bill C. Riemers wrote: > I am trying to write a program using cygwin that truncates files larger > than 4GB to a specific size as part of its functionality. However, I > cannot find a ftruncate64() in the cygwin libraries. Are there other > alternatives available? What's wro

Problem with inline assembly in winbase.h

2004-05-24 Thread Wu Yongwei
Please have a look at http://article.gmane.org/gmane.comp.gnu.mingw.devel/976 for the discussions. The inline versions lack "memory" clobber and could cause problems as Danny showed. Best regards Wu Yongwei -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: exim issue

2004-05-24 Thread Ken Dibble
Joshua Daniel Franklin wrote: On Sat, 22 May 2004 14:07:27 -0500, Ken Dibble wrote: In the exim 4.32 source (spool_in.c) the following line causes an error condition if the user who instantiated the exim process has a space in their name. if (sscanf(CS big_buffer, "%s %ld %ld", originator, &uid

How to install only the man of ImageMagic?

2004-05-24 Thread Peng Yu
Hi, I want only install the man of ImageMagic, which using windows version ImageMagic executable? Do you know how to do that? Thanks! Peng -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http:/

Fw: SSCOP and SRGP for Cygwin

2004-05-24 Thread KevinGPO
- Original Message - From: "KevinGPO" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 18, 2004 12:43 AM Subject: SSCOP and SRGP for Cygwin > Am wondering if it's possible to get SRGP and SSCOP for Cygwin/windows? > libSSCOP.a and SRGP.a for Cygwin/windows? > > Cheers guy

Re: echo vs. ls race condition?

2004-05-24 Thread Henry S. Thompson
Fred Kulack <[EMAIL PROTECTED]> writes: >> Short summary: a loop with echo and ls does not produce well-ordered >> output > > For what it's worth, it works fine on my system. > XP Professional > bash2.05b-16 > > I always try an update and see if its still hap

Antwort: Re: mutt and ssmtp on Cygwin on Windows Server 2003 'child exited 127'

2004-05-24 Thread gert_de_boer
Hello Mr Ford, Thanks for your reaction. It seemed so close to my understanding of the problem, but alas, it still does not work. I assume you meant this part of the openssh.README: Important note for Windows 2003 Server users: - 2003 Server has a

Re: spambot?

2004-05-24 Thread Bill C. Riemers
> If you search google, you'll probably be able to fix your Internet > Explorer installation so that "RedHat" (sic) does not consider you to be > a spambot. I didn't think of using Google. It doesn't help much, because the search results are as nearly precise as the search on cygwin site under ma

Re: ftruncate64() question?

2004-05-24 Thread Bill C. Riemers
> On Sat, May 22, 2004 at 04:24:22PM -0400, Bill C. Riemers wrote: > bash-2.05b$ ./off_t > sizeof(off_t) = 8 > You don't use ftruncate64. You use ftruncate. Cygwin is 64 bit by default. I stand correct. The bug was elsewhere in my code. I have been working with java so much recently, I ha

Re: com1 access denied - win xp

2004-05-24 Thread Michael Wood
Thanks for your speedy replies (and I apologize for not getting back to you until now). I have determined simply from trying various combinations of things, that "COM1" is a name that is created within cygwin when a device is connected to the serial port and powered-on. The name "/dev/com1" alw

RE: Problem with home installation (fwd)

2004-05-24 Thread Vince Hoffman
John, Always best to keep replys on list, you get more (and usualy better) responces that way. from your cygcheck output, it looks like something went wrong with your dependancys during install Package Version _update-info-dir 00227-1 ash 20040127-1 base-pa