[ITP] updated: lighttpd-1.4.8-1 [Was: lighttpd on cygwin?]

2006-01-06 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pre-amble (cygwin upload data): I produced some updated packages: URLs: http://www.lapo.it/cygwin/lighttpd-1.4.8-1.tar.bz2 http://www.lapo.it/cygwin/lighttpd-1.4.8-1-src.tar.bz2 Detached GPG signatures:

Re: Musings on PHP

2006-01-06 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max Bowsher wrote: I personally have no need for PHP, but I know it's a very widely used piece of software. After John Morrison's recent mention of PHP in passing, I decided to do a quick estimate of how difficult getting PHP working on Cygwin

Re: [ITP] updated: lighttpd-1.4.8-1 [Was: lighttpd on cygwin?]

2006-01-06 Thread Christopher Faylor
On Fri, Jan 06, 2006 at 12:48:08PM +0100, Lapo Luchini wrote: I produced some updated packages: URLs: http://www.lapo.it/cygwin/lighttpd-1.4.8-1.tar.bz2 http://www.lapo.it/cygwin/lighttpd-1.4.8-1-src.tar.bz2 Uploaded. cgf

xterm -x 'foo; bar; baz' problem

2006-01-06 Thread Sam Steingold
On linux, $ xterm -e 'foo; bar; baz' starts xterm, then runs shell, executing foo, then bar, then baz. on cygwin, I get an error in the xterm No absolute path for shell: foo; bar; baz why? -- Sam Steingold (http://www.podval.org/~sds) running w2k http://truepeace.org

Re: xterm -x 'foo; bar; baz' problem

2006-01-06 Thread Thomas Dickey
On Fri, 6 Jan 2006, Sam Steingold wrote: On linux, $ xterm -e 'foo; bar; baz' starts xterm, then runs shell, executing foo, then bar, then baz. on cygwin, I get an error in the xterm No absolute path for shell: foo; bar; baz That's a bug in xterm patch #202 which is fixed in patch #203. The

export getsubopt

2006-01-06 Thread Eric Blake
Since POSIX requires getsubopt, and newlib provides it, here goes (and let's hope this patch applies cleaner than my previous two): 2006-01-06 Eric Blake [EMAIL PROTECTED] * cygwin.din: Export getsubopt. * include/cygwin/version.h: Bump API minor version. Index: cygwin.din

Re: sigproc_init() handling CreateThread() failures

2006-01-06 Thread Max Kaehn
On Thu, 2006-01-05 at 13:52 -0800, Max Kaehn wrote: On Thu, 2006-01-05 at 16:17 -0500, Christopher Faylor wrote: But, that is the whole point of setting my_sendsig to INVALID_HANDLE_VALUE. Which I would've picked up if I had read the change log (RTFCL). :-P * sigproc.cc

Cygwin and getsubopt

2006-01-06 Thread Vijay Kiran Kamuju
Hi, I could see getsubopt declaration in the unistd.h but in unix/linux its defined in stdlib.h i have also noticed that cygwin1.dll does not have that function implemented. as strings cygwin1.dll as of the 20060105 snapshot debug version did not give any results for the string getsubopt. Its

Re: std::string across DLL boundaries

2006-01-06 Thread Pavel Tsekov
Could someone either confirm that this is a problem, or, preferably, provide instructions for getting this to compile correctly? (And if this is a problem, are there known workarounds, is there a PR open somewhere, etc) Follow this thread to learn more:

Re: Cygwin and getsubopt

2006-01-06 Thread Brian Dessent
Vijay Kiran Kamuju wrote: I could see getsubopt declaration in the unistd.h but in unix/linux its defined in stdlib.h The definition in that header file actually comes from newlib, which contains an implementation of the function. But, it's not listed in cygwin.din which means it's present

Have anyone compiled splitvt ?

2006-01-06 Thread steven woody
splitvt is tool which can split terminal screen into two part and let you run commands independently in each of parts. it is so handy when you want to do something on a program and see response of another program. i compiled splitvt with no error. but when i run it, it did not split the screen,

Don't show up at the office tomorrow, patel

2006-01-06 Thread Candice
Hey binal, Want to generate 1.5 - 3.5k easily from the comfort of your own home with minimal effort? CaII me at : 800*645*2308 Payments are made daily. Respects, [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: std::string across DLL boundaries

2006-01-06 Thread Gerrit P. Haase
Ilia wrote: Hi, I've run into a problem passing a string ref to a dll: testdll.C: (I've tried adding __declspec(dllimport/export) too) void f(std::string a) { a = asdf; } test.C: int main(void) { std::string a; f(a); std::cout a std::endl; } If I compile it with static linking, the

sshd must be restarted

2006-01-06 Thread Ken Senior
Does anyone know why after a Windows XP reboot one must restart the SSH daemon in order to allow incoming ssh? The process is automatically running after a reboot but all incoming SSH from remote clients are terminated with the following message being displayed on the remote client:

Re: sshd must be restarted

2006-01-06 Thread Chris Taylor
Ken Senior wrote: Does anyone know why after a Windows XP reboot one must restart the SSH daemon in order to allow incoming ssh? The process is automatically running after a reboot but all incoming SSH from remote clients are terminated with the following message being displayed on the remote

Re: sshd must be restarted

2006-01-06 Thread Ken Senior
Great. I have made said attachment. One interesting oddity about my installation is that I have two usernames which are identical, one for our Windows domain and one for the administrator account on my PC. I made sure to give both accounts admin privileges locally on the machine, but that seems

Re: sshd must be restarted

2006-01-06 Thread Brian Dessent
Ken Senior wrote: Does anyone know why after a Windows XP reboot one must restart the SSH daemon in order to allow incoming ssh? The process is automatically running after a reboot but all incoming SSH from remote clients are terminated with the following message being displayed on the

Re: sshd must be restarted

2006-01-06 Thread Chris Taylor
Top-posting reformatted. Ken Senior wrote: On Fri, Jan 6, 2006, Chris Taylor [EMAIL PROTECTED] said: http://cygwin.com/acronyms/#PCYMTNQREAIYR Ken Senior wrote: Does anyone know why after a Windows XP reboot one must restart the SSH daemon in order to allow incoming ssh? The process

Re: sshd must be restarted

2006-01-06 Thread Chris Taylor
Brian Dessent wrote: Ken Senior wrote: Does anyone know why after a Windows XP reboot one must restart the SSH daemon in order to allow incoming ssh? The process is automatically running after a reboot but all incoming SSH from remote clients are terminated with the following message being

Re: cygwin and getline

2006-01-06 Thread Eric Blake
I am using cygwin 1.18. I am trying to compile a simple test program using the function getline which is defined in stdio.h cygwin getline does not exist in 1.5.18, but was implemented a few days later and is available in snapshots. In the meantime, if you don't want to use and compile

Re: cygwin and getline

2006-01-06 Thread Vijay Kiran Kamuju
Hi , I am also facing the same problem for getsubopt function Thanks and Regards, Vijay On 1/6/06, Eric Blake [EMAIL PROTECTED] wrote: I am using cygwin 1.18. I am trying to compile a simple test program using the function getline which is defined in stdio.h cygwin getline does not

Re: 1.5.18: ruby warning: Insecure world writable dir /usr/local/bin, mode 040777

2006-01-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Elliott Hughes on 1/5/2006 5:53 PM: Ruby (on all Unixes, including Cygwin) warns if you try to run an external program and your $PATH contains a world-writable directory. It doesn't just check the directories on $PATH: it checks each

Re: link count wrong for pseudo-dirs (?); find gets confused

2006-01-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Linda A. Walsh on 1/5/2006 9:35 PM: You may have not had a chance to drill into the details of the cygcheck.out I attached last email, but... It's still on my todo list; free time is often a scarce commodity. You know, thinking

Re: Have anyone compiled splitvt ?

2006-01-06 Thread Reid Thompson
steven woody wrote: splitvt is tool which can split terminal screen into two part and let you run commands independently in each of parts. it is so handy when you want to do something on a program and see response of another program. i compiled splitvt with no error. but when i run it, it did

Re: Have anyone compiled splitvt ?

2006-01-06 Thread Reid Thompson
Reid Thompson wrote: steven woody wrote: splitvt is tool which can split terminal screen into two part and let you run commands independently in each of parts. it is so handy when you want to do something on a program and see response of another program. i compiled splitvt with no error. but

Re: link count wrong for pseudo-dirs (?); find gets confused

2006-01-06 Thread Linda A. Walsh
Eric Blake asked: ... I also get different numbers of subdirectories when I list / than what the link count says and a third number if I list using cygpath -w: $ ls -ldF / drwxr-x--- 31 law 0 Dec 31 1969 // ## 31 links $ cmd /c dir |grep DIR|wc -l24 ## 24

Re: Have anyone compiled splitvt ?

2006-01-06 Thread Chris Taylor
steven woody wrote: splitvt is tool which can split terminal screen into two part and let you run commands independently in each of parts. it is so handy when you want to do something on a program and see response of another program. i compiled splitvt with no error. but when i run it, it did

Re: Cygwin and getsubopt

2006-01-06 Thread Christopher Faylor
On Fri, Jan 06, 2006 at 03:04:01PM +0530, Vijay Kiran Kamuju wrote: Hi, I could see getsubopt declaration in the unistd.h but in unix/linux its defined in stdlib.h i have also noticed that cygwin1.dll does not have that function implemented. as strings cygwin1.dll as of the 20060105 snapshot

Re: cygwin and getline

2006-01-06 Thread Christopher Faylor
On Fri, Jan 06, 2006 at 06:40:12PM +0530, Vijay Kiran Kamuju wrote: Hi , I am also facing the same problem for getsubopt function Ahahahaha. cgf (starting to hyperventilate and just had a narrow lightening miss) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Cygwin and getsubopt

2006-01-06 Thread Chris Taylor
Christopher Faylor wrote: On Fri, Jan 06, 2006 at 03:04:01PM +0530, Vijay Kiran Kamuju wrote: Hi, I could see getsubopt declaration in the unistd.h but in unix/linux its defined in stdlib.h i have also noticed that cygwin1.dll does not have that function implemented. as strings cygwin1.dll as

Problem building expat-1.95.8 under cygwin

2006-01-06 Thread L. Van Warren
1) download expat via cygwin setup.exe 2) cd /usr/src 3) gunzip expat-1.95.8.tar.gz 4) tar -xf expat-1.95.8.tar 5) cd /usr/src/expat-1.95.8 6) ./configure 7) make /usr/src/expat-1.95.8 [196]:make /bin/sh ./libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes

RE: Cygwin and getsubopt

2006-01-06 Thread Dave Korn
Chris Taylor wrote: Christopher Faylor wrote: On Fri, Jan 06, 2006 at 03:04:01PM +0530, Vijay Kiran Kamuju wrote: I could see getsubopt declaration in the unistd.h but in unix/linux its defined in stdlib.h i have also noticed that cygwin1.dll does not have that function implemented. as

RE: Problem building expat-1.95.8 under cygwin

2006-01-06 Thread Dave Korn
L. Van Warren wrote: 1) download expat via cygwin setup.exe 2) cd /usr/src All correct so far. 3) gunzip expat-1.95.8.tar.gz 4) tar -xf expat-1.95.8.tar 5) cd /usr/src/expat-1.95.8 6) ./configure 7) make Wrong. Use the build script (expat-1.95.8-1.sh) that is supplied along with the

ssh problem on Server 2003

2006-01-06 Thread Mark Haney
I have the Cygwin sshd server running just fine on Server 2003, but now I'm stuck. I am trying to ssh with key authentication using this format: [EMAIL PROTECTED]:/path/to/folder and everytime I try this I get ssh:server.domain.com:/cygdrive/d/: Name or service not known I googled and

Re: ssh problem on Server 2003

2006-01-06 Thread Chris Taylor
Mark Haney wrote: I have the Cygwin sshd server running just fine on Server 2003, but now I'm stuck. I am trying to ssh with key authentication using this format: [EMAIL PROTECTED]:/path/to/folder and everytime I try this I get ssh:server.domain.com:/cygdrive/d/: Name or service not known I

Re: ssh problem on Server 2003

2006-01-06 Thread Mark Haney
Chris Taylor wrote: Mark Haney wrote: I have the Cygwin sshd server running just fine on Server 2003, but now I'm stuck. I am trying to ssh with key authentication using this format: [EMAIL PROTECTED]:/path/to/folder and everytime I try this I get ssh:server.domain.com:/cygdrive/d/: Name

Re: ssh problem on Server 2003

2006-01-06 Thread Brett Serkez
Take the :/path/to/folder off of it - that's for scp. Chris That would be fine except this is for rsync over ssh which in the app I have requires the path. If you want to run ssh to test the authentication mechanizm, then you must remove the path as that isn't part of the syntax of

Re: sshd must be restarted

2006-01-06 Thread Igor Peshansky
On Fri, 6 Jan 2006, Chris Taylor wrote: Brian Dessent wrote: Ken Senior wrote: Does anyone know why after a Windows XP reboot one must restart the SSH daemon in order to allow incoming ssh? The process is automatically running after a reboot but all incoming SSH from remote

Re: sshd must be restarted

2006-01-06 Thread Brett Serkez
I wonder if it would be worth having ssh-host-config set tcpip as a dependancy for sshd on all systems? While this doesn't seem to have cropped up much, specifically, it couldn't hurt.. This has been discussed before, see http://cygwin.com/ml/cygwin/2005-12/msg00089.html. I guess it's

Re: sshd must be restarted

2006-01-06 Thread Chris Taylor
Brett Serkez wrote: I wonder if it would be worth having ssh-host-config set tcpip as a dependancy for sshd on all systems? While this doesn't seem to have cropped up much, specifically, it couldn't hurt.. This has been discussed before, see http://cygwin.com/ml/cygwin/2005-12/msg00089.html.

RE: 1.5.18: ruby warning: Insecure world writable dir /usr/local/bin, mode 040777

2006-01-06 Thread Elliott Hughes
Have you tried chmod a+t as an alternative to chmod o-w? i hadn't, but i can confirm that it works: sh-3.00$ chmod o+w /cygdrive/c sh-3.00$ ls -ld /cygdrive/c drwxrwxrwx+ 35 Administrators root 12288 Jan 3 19:20 /cygdrive/c sh-3.00$ /usr/bin/ruby -e 'system(echo)' -e:1: warning: Insecure world

fetchmail syntax error on mda line

2006-01-06 Thread reader
Running winxp home with cygwin fetchmail release 6.2.5+NTLM+SSL+NLS Just now setting up fetchmail/procmail after a previous unsuccessfull attempt some mnths ago. I posted here on the earlier attempt and received helpfull replies that are now somewhat dated I suppose. (7/11/2005) In that

RE: sshd must be restarted

2006-01-06 Thread David Christensen
Ken Senior wrote: Does anyone know why after a Windows XP reboot one must restart the SSH daemon in order to allow incoming ssh? rebaseall was the cure for me: http://sourceware.org/ml/cygwin/2005-02/msg00465.html One interesting oddity about my installation is that I have two