Unable to install and run Apache httpd as Windows service

2005-04-30 Thread Matthew M
I know this has been asked half a dozen times recently, but I haven't found a solution that works for me. I was able to install and run sshd as a service with no problem (except I have to restart sshd after booting the computer), but I'm having no such luck with httpd. Apache 1.3.29 has worked fi

Re: [ANNOUNCEMENT] Updated: ELFIO-1.0.2-1

2005-04-30 Thread zzapper
On Fri, 29 Apr 2005 15:20:10 +0200 (CEST), wrote: >ELFIO 1.0.2-1 is now available on Cygwin mirrors. ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a C++ library. ELFIO is a C++ library for reading and generating files in the ELF binary format. This library is

*nix little commands on Cygwin

2005-04-30 Thread zzapper
Hi, *nix is full of "hidden" tools & features, that rarely get mentioned cos there's not much to go wrong (amalgamated thread from gmane.os.cygwin.talk) > ascii (display ascii table) > cal (display this months calendar) > cal 12 2007 (dec 2007) > wtf imho (acronym decoder) > od -a fil

Re: one Cygwin file

2005-04-30 Thread Warren Young
Brian Dessent wrote: And, before someone rushes to tell me that's how the "net releases" used to work (one huge file), I doubt that's what the OP had in mind...those were big zip files, as I recall, not self-installing executables. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

Re: one Cygwin file

2005-04-30 Thread Warren Young
Brian Dessent wrote: You can download them using whatever method you want, just keep the same directory structure as they are on the mirror site. ...and if you're still interested in having a single-executable installer, there are a number of free and cheap tools out there that will take an exist

Re: Unable to install and run Apache httpd as Windows service

2005-04-30 Thread Wes S
On 30 Apr 2005 at 2:50, Matthew M wrote: > I know this has been asked half a dozen times > recently, but I haven't found a solution that works > for me. > [snip] > I ran many variations on these commands: > [EMAIL PROTECTED] ~ > $ cygrunsrv -I httpd -p /usr/sbin/httpd -a "-f > /etc/apache/httpd.

Re: one Cygwin file

2005-04-30 Thread Lucas Raab
> You don't have to use setup.exe to download, though. The packages are > just regular files that are available via ftp, http, or rsync from a > number of mirror sites. You can download them using whatever method you > want, just keep the same directory structure as they are on the mirror > sit

Re: scp/ssh between two cygwin installations very slow

2005-04-30 Thread Cary Jamison
"Bernhard Ege" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Connect.c is probably not quite cygwin friendly yet (or the other way > around), but I haven't found any alternative (though I haven't looked very > hard, only mildly hard ;-). netcat/ncp? Cary -- Unsubscribe i

Re: one Cygwin file

2005-04-30 Thread Christopher Faylor
On Sat, Apr 30, 2005 at 02:23:21PM +, Lucas Raab wrote: > > >> You don't have to use setup.exe to download, though. The packages are >> just regular files that are available via ftp, http, or rsync from a >> number of mirror sites. You can download them using whatever method you >> want, just

Re: SSH Path Bug

2005-04-30 Thread Larry Hall
At 09:59 PM 4/29/2005, you wrote: >Dominic Chambers wrote: > >> Running commands via SSH causes windows executables to be given path >> priority, so that they run ahead of identically named UNIX executables. I >> found this while trying to use the find command as part of an SSH call. For >> exam

Cygwin + Apache + Perl + sockets = Operation not permitted

2005-04-30 Thread Carmik
We have old testing environment based on these: Host: WinXP sp2 Filesystem: FAT32 Cygwin: 1.5.11 Apache: 1.3.29 mySQL: 4.1.8 I tried to upgrade it to- Host: WindowsXP sp2 Filesystem: FAT32 $ uname -srv CYGWIN_NT-5.1 1.5.16(0.128/4/2) 2005-04-25 20:26 $ /usr/sbin/httpd -v Server versio

Re: Cygwin + Apache + Perl + sockets = Operation not permitted

2005-04-30 Thread Christopher Faylor
On Sat, Apr 30, 2005 at 11:18:12PM +0300, Carmik wrote: >What else can i try ? Any suggestions? Does a cygwin DLL snapshot work any better? http://cygwin.com/snapshots/ cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Cygwin + Apache + Perl + sockets = Operation not permitted

2005-04-30 Thread Carmik
Yes it does :) I guess now all i need is wait to official build 1.5.17 ? thnx C1 previous messages: http://cygwin.com/ml/cygwin/2005-04/msg01407.html http://cygwin.com/ml/cygwin/2005-04/msg01408.html - Original Message - From: "Christopher Faylor" To: Sent: Saturday, April 30, 2

Is mingw* from cygwin the same as "real" mingw.org?

2005-04-30 Thread Mariusz Gniazdowski
Hi. I am not sure: - are mingw* packages from cygwin the same as from mingw.org but just adapted to fit into cygwin environment, - or are they complete different from mingw.org? I know that FAQ says: "This is not to be confused with 'MinGW' (Minimalist GNU for Windows), which is a completely sepa

cygwin-1.5.16-1: FIFOs broken

2005-04-30 Thread Jerry D. Hedden
I have a client-server application written in Perl that reads and writes using FIFOs. It works fine under cygwin-1.5.15-1, but fails under cygwin-1.5.16-1 because it cannot read from the FIFO. To test this, open two shells. In one shell, type: cd /tmp mkfifo FIFO cat In the other shell, you c

RE: cygwin-1.5.16-1: FIFOs broken

2005-04-30 Thread Gary R. Van Sickle
> I have a client-server application written in Perl that reads > and writes using FIFOs. It works fine under cygwin-1.5.15-1, > but fails under > cygwin-1.5.16-1 because it cannot read from the FIFO. > > To test this, open two shells. In one shell, type: > cd /tmp > mkfifo FIFO > cat > In t

Re: cygwin-1.5.16-1: FIFOs broken

2005-04-30 Thread Christopher Faylor
On Sat, Apr 30, 2005 at 08:38:17PM -0400, Jerry D. Hedden wrote: >I have a client-server application written in Perl that reads and writes >using FIFOs. It works fine under cygwin-1.5.15-1, but fails under >cygwin-1.5.16-1 because it cannot read from the FIFO. > >To test this, open two shells.

fenv.h missing!?

2005-04-30 Thread Wesley W. Terpstra
Why is the ISO C99 header missing? Cygwin is the only gcc platform I've seen without it; even MinGW has it. This header provides fesetround which I have no idea how to reproduce. Am I using the wrong version of some cygwin package? The setup.exe tool seems to always change it's mind about what ve

RE: Bespoke installations: simple elegance of setup.exe when setup.ini is absent

2005-04-30 Thread Gary R. Van Sickle
Chris, why are you doing this to yourself? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Faylor > Sent: Friday, April 29, 2005 9:54 PM > To: cygwin@cygwin.com > Subject: Re: Bespoke installations: simple elegance of > setup.exe when s

Re: cygwin-1.5.16-1: FIFOs broken

2005-04-30 Thread Jerry D. Hedden
Christopher Faylor wrote: On Sat, Apr 30, 2005 at 08:38:17PM -0400, Jerry D. Hedden wrote: I have a client-server application written in Perl that reads and writes using FIFOs. It works fine under cygwin-1.5.15-1, but fails under cygwin-1.5.16-1 because it cannot read from the FIFO. To test thi

Re: cygwin-1.5.16-1: FIFOs broken

2005-04-30 Thread René Berber
Jerry D. Hedden wrote: [snip] >> However, that said, the above WJFFM. In fact, it works more like linux >> in 1.5.16 than it does on 1.5.15, i.e., the cat command exits after >> printing "YOUR TEXT HERE" whereas it continues to block in 1.5.15. > > > I tried the 4/30 snapshot of cygwin1.dll. It

Re: Bespoke installations: simple elegance of setup.exe when setup.ini is absent

2005-04-30 Thread Christopher Faylor
On Sat, Apr 30, 2005 at 09:21:08PM -0500, Gary R. Van Sickle wrote: >Chris, why are you doing this to yourself? Come on, GRVS. You know the answer to that! It's fun! I'm also doing it to help you, as I have repeatedly stated. You now have the outlet you've been craving for almost two years. I

Re: Bespoke installations: simple elegance of setup.exe when setup.ini is absent

2005-04-30 Thread Christopher Faylor
On Sun, May 01, 2005 at 12:37:38AM -0400, Christopher Faylor wrote: >On Sat, Apr 30, 2005 at 09:21:08PM -0500, Gary R. Van Sickle wrote: >>Chris, why are you doing this to yourself? > >Come on, GRVS. You know the answer to that! It's fun! > >I'm also doing it to help you, as I have repeatedly sta

Re: cygwin-1.5.16-1: FIFOs broken

2005-04-30 Thread Christopher Faylor
On Sat, Apr 30, 2005 at 09:52:28PM -0500, Ren? Berber wrote: >Jerry D. Hedden wrote: >[snip] >>> However, that said, the above WJFFM. In fact, it works more like linux >>> in 1.5.16 than it does on 1.5.15, i.e., the cat command exits after >>> printing "YOUR TEXT HERE" whereas it continues to bloc