Re: apache2 on xp

2006-07-03 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Tue, 4 Jul 2006, Ken Perl wrote: > On 7/3/06, Max Bowsher <[EMAIL PROTECTED]> wrote: . Thanks. > > Ken Perl wrote: > > > the test says that I have a syntax error but I didn't change the > > > httpd.conf file after

setup.exe roadblocks

2006-07-03 Thread Richard Foulk
Aloha, Setup has the annoying habit of pausing a download/install to deliver information that isn't necessary until the run is complete. This often makes the install take much longer. Would be nice if you could walk away and come back later to a completed install -- this has become unlikely on s

Re: apache2 on xp

2006-07-03 Thread Ken Perl
thanks, the syntax is ok now, but still can't be started. $ /usr/sbin/httpd2.exe -v Server version: Apache/2.0.55 Server built: Jan 24 2006 23:23:08 $ /usr/sbin/apachectl2 -k start /usr/sbin/apachectl2: line 78: 6228 Bad system call $HTTPD $ARGV On 7/3/06, Max Bowsher <[EMAIL PROT

Re: Using du.exe to calculate disk usage on a Microsoft cluster server

2006-07-03 Thread Larry Hall (Cygwin)
Lev Bishop wrote: On 7/3/06, Larry Hall (Cygwin) wrote: Use POSIX paths (i.e. /cygdrive/s). Here I think you've found an application for 'find'. How about something like: find /cygdrive/s -maxdepth 1 -print0 | xargs -0 du How is that better than: du /cygdrive/s ? The OP claimed to have

Re: Using du.exe to calculate disk usage on a Microsoft cluster server

2006-07-03 Thread Lev Bishop
On 7/3/06, Larry Hall (Cygwin) wrote: Use POSIX paths (i.e. /cygdrive/s). Here I think you've found an application for 'find'. How about something like: find /cygdrive/s -maxdepth 1 -print0 | xargs -0 du How is that better than: du /cygdrive/s ? L -- Unsubscribe info: http://cygwin.co

Re: Need help in making passwordless sftp work for cygwin

2006-07-03 Thread Larry Hall (Cygwin)
On 07/03/2006, Tzung-Cheng Yang wrote: Thanks for your help. The cygcheck.out is attached. So your problem is exactly as I guessed on Saturday in response to your first plea for help here. /cygdrive/h is a network drive. I suggest you go back and read my original response:

Re Re : proftpd command not appearing

2006-07-03 Thread David Taylor
Thanks chris, that located it. it came out in /usr/sbin so I added that to the path. Christopher Faylor On Tue, Jul 04, 2006 at 12:01:00AM +0100, David Taylor wrote: I ran setup.exe, chose to install proftpd , but it seems like the proftpd command isn't installing. it

Re: Using du.exe to calculate disk usage on a Microsoft cluster server

2006-07-03 Thread Larry Hall (Cygwin)
Will Beldman wrote: > In reply to: >> On 03 July 2006 14:50, Will Beldman wrote: >> >> I need to determine disk usage for each directory on a Microsoft cluster >> server. As a linux junkie, du is *the* tool for automating this kind of >> stuff so I installed cygwin, mapped some drives an

Re: proftpd command not appearing

2006-07-03 Thread Christopher Faylor
On Tue, Jul 04, 2006 at 12:01:00AM +0100, David Taylor wrote: >I ran setup.exe, chose to install proftpd , but it seems like the proftpd >command isn't installing. it's not in /usr/bin . When I try it, it doesn't >work. I'd suggest using the "cygcheck -l proftpd" to find the location of the proftp

proftpd command not appearing

2006-07-03 Thread David Taylor
I ran setup.exe, chose to install proftpd , but it seems like the proftpd command isn't installing. it's not in /usr/bin . When I try it, it doesn't work. I'd like to install wu-ftpd and vsftpd, but I don't see them listed. I read that there is a cygwin port of vsftpd though. so 2 issues there.

cygwin-developers mailing list opened up a little

2006-07-03 Thread Christopher Faylor
Corinna and I have decided to open up the cygwin-developers list a tad. So, it is now a pure subscriber-only mailing list similar to the cygwin-apps or cygwin-patches mailing lists. No approval is required to join but you must be a subscriber to send email. The mailing list archives are also now

Ctrl-C issues with 1.5.20-1

2006-07-03 Thread Auteria Wally Winzer Jr.
I noticed some very strange behavior with Ctrl-C. If I ping a device on the local network I can Ctrl-C with no problems, yet when I ping an outside device that's not reachable Ctrl-C doesn't function whatsoever. This wasn't an issue with 1.5.19-4: $ ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1):

Re: Updated: cygwin-1.5.20-1

2006-07-03 Thread Luis P Caamano
Nice, many thanks! Just FYI, the gnome-terminal now doesn't complain about updwtmpx on first start but every now and then the gnome-pty-helper seems to hang gnome-terminal.exe when creating a new tab. It's not that bad though as it only seems to happen when opening several terminals at the same

Re: Need help in making passwordless sftp work for cygwin

2006-07-03 Thread Tzung-Cheng Yang
Hi, Thanks for your help. The cygcheck.out is attached. Here is the result of "sftp -vvv ..." $ sftp -vvv [EMAIL PROTECTED] Connecting to nhic2... OpenSSH_4.3p2, OpenSSL 0.9.8b 04 May 2006 debug2: ssh_connect: needpriv 0 debug1: Connecting to nhic2 [140.90.22.252] port 22. debug1: Connectio

Re: Need help in making passwordless sftp work for cygwin

2006-07-03 Thread Igor Peshansky
On Mon, 3 Jul 2006, Tzung-Cheng Yang wrote: > I tried to make passwordless sftp work between a Windows 2000 system > running cygwin and a Redhat Linux Enterprise 4 box. > > After I putting the id_rsa.pub in ~/.ssh/authorized_keys on remote > host(linux box), the sftp still keeps asking password. >

RE: mv: permission denied - bug

2006-07-03 Thread Hofmann Kai
Hi, > I failed to reproduce your problem. However, maybe you can test out a > couple of things: > > You are doing the move accross volumes (from /tmp which you have > mounted from d:\programme\cygwin\ to /cygdrive/x/test , which is > x:\test\ ). Do you still see the problem if you do the move wi

Re: apache2 on xp

2006-07-03 Thread Max Bowsher
Ken Perl wrote: > the test says that I have a syntax error but I didn't change the > httpd.conf file after the install, > $ /usr/sbin/apachectl2 -t > httpd2: Syntax error on line 233 of /etc/apache2/httpd.conf: Cannot > load /usr/lib/apache2/mod_access.so into server: No such file or > directory >

Re: mv: permission denied - bug

2006-07-03 Thread Lev Bishop
I failed to reproduce your problem. However, maybe you can test out a couple of things: You are doing the move accross volumes (from /tmp which you have mounted from d:\programme\cygwin\ to /cygdrive/x/test , which is x:\test\ ). Do you still see the problem if you do the move within the same vo

RE: Using du.exe to calculate disk usage on a Microsoft cluster server

2006-07-03 Thread Will Beldman
> In reply to: >> On 03 July 2006 14:50, Will Beldman wrote: >> >> I need to determine disk usage for each directory on a Microsoft cluster >> server. As a linux junkie, du is *the* tool for automating this kind of >> stuff so I installed cygwin, mapped some drives and tried to schedule >> the ut

RE: Using du.exe to calculate disk usage on a Microsoft cluster server

2006-07-03 Thread Dave Korn
On 03 July 2006 14:50, Will Beldman wrote: > I need to determine disk usage for each directory on a Microsoft cluster > server. As a linux junkie, du is *the* tool for automating this kind of > stuff so I installed cygwin, mapped some drives and tried to schedule > the utility to run at night. How

Using du.exe to calculate disk usage on a Microsoft cluster server

2006-07-03 Thread Will Beldman
I need to determine disk usage for each directory on a Microsoft cluster server. As a linux junkie, du is *the* tool for automating this kind of stuff so I installed cygwin, mapped some drives and tried to schedule the utility to run at night. However, I get a lot of errors thrown back such as:

Re: mkdir inside unwritable dir

2006-07-03 Thread Corinna Vinschen
On Jul 3 06:14, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Corinna Vinschen on 7/3/2006 2:28 AM: > >> $ mkdir unreadable > >> $ chmod a-w unreadable > >> $ mkdir unreadable/oops > >> > > Any chance you're running with administrator privileges? > > How'd

Re: mkdir inside unwritable dir

2006-07-03 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 7/3/2006 2:28 AM: >> $ mkdir unreadable >> $ chmod a-w unreadable >> $ mkdir unreadable/oops >> > Any chance you're running with administrator privileges? How'd you guess? Yes, this was on an XP machine where I have a

Need help in making passwordless sftp work for cygwin

2006-07-03 Thread Tzung-Cheng Yang
Hi, I tried to make passwordless sftp work between a Windows 2000 system running cygwin and a Redhat Linux Enterprise 4 box. After I putting the id_rsa.pub in ~/.ssh/authorized_keys on remote host(linux box), the sftp still keeps asking password. I also changed the following on the /etc/s

Re: FW: xemacs freezes when latexing a file

2006-07-03 Thread Stephen J. Turnbull
Replies directed to xemacs-beta, cygwin/x, and cygwin mailing lists. I'm not sure that cygwin/x is relevant, but that's what charli suggested so I'm leaving it in for now. > "Charli" == Charli Li <[EMAIL PROTECTED]> writes: >>> From: Yuval Grossman >>> I am running xemacs (21.4.19) u

apache2 on xp

2006-07-03 Thread Ken Perl
the test says that I have a syntax error but I didn't change the httpd.conf file after the install, $ /usr/sbin/apachectl2 -t httpd2: Syntax error on line 233 of /etc/apache2/httpd.conf: Cannot load /usr/lib/apache2/mod_access.so into server: No such file or directory and the .so file is in the /

Re: mkdir inside unwritable dir

2006-07-03 Thread Corinna Vinschen
On Jul 2 16:06, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Any reason why this works on cygwin, even though it fails under Linux (as > required by POSIX)? > > $ mkdir unreadable > $ chmod a-w unreadable > $ mkdir unreadable/oops > > This happened on NTFS, regardless

RE: mv: permission denied - bug

2006-07-03 Thread Hofmann Kai
I changed the code from te convkey.sh script that will be called by the find command to: grep -q -I "\\$" "$1" err=$? if [ $err -eq 0 ] ; then type="CR" cat "$1" | sed -f /cygdrive/x/test/bin/convkeyw.sed > /tmp/1.tmp mv -f -u /tmp/1.tmp "$1" errcode=$? if [ $errcode -ne 0 ]; then ec