Re: Keycodes and rxvt-unicode

2006-07-03 Thread Thomas Dickey
On Sun, 2 Jul 2006, Chris Sutcliffe wrote: I'm having a bit of a problem with urxvt and key-codes with vim. I have key-map setup such that Control-PageUp / PageDown switch between buffers (bp / bn). This key-mapping works fine under and xterm, but just rings the system bell under urxvt. The

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) under cygwin/X

Re: Keycodes and rxvt-unicode

2006-07-03 Thread Chris Sutcliffe
rxvt (and derived things such as Eterm, aterm, wterm, urxvt) use a different escape sequence for modifiers with function-keys. Is it possible to determine what these escape sequences are? I assume once they are determined I should add them to my .inputrc? Chris -- Chris Sutcliffe

Re: Keycodes and rxvt-unicode

2006-07-03 Thread Thomas Dickey
On Mon, 3 Jul 2006, Chris Sutcliffe wrote: rxvt (and derived things such as Eterm, aterm, wterm, urxvt) use a different escape sequence for modifiers with function-keys. Is it possible to determine what these escape sequences are? I assume once they are determined I should add them to my

Re: Keycodes and rxvt-unicode

2006-07-03 Thread Chris Sutcliffe
yes - they're documented (in rxvt's source, there's a doc or docs directory containing the file). I added some comments to terminfo.src in ncurses which covers much of that: Thanx for providing that. I did some Googling and came up with this link:

Re: howto stop the beep in cygwin ??

2006-07-03 Thread Ed Bech
Thomas Dickey dickey at his.com writes: xterm's visibleBell resource (which is toggleable via the control/left/mouse menu) does that. thanks a lot Thomas, I am now secured from beeing banned of my desk :) It is contol/middle click mouse/ with my cygwin and it works indeed ! Will I ask too

Re: gnome desktop

2006-07-03 Thread Raf
Hi Robert, Robert Wolf rwolf at sears.ca writes: I noticed there is a 'gnome' package in cygwin. Is this a complete gnome desktop that I can run locally? If so how to start it up? Unfortunately not. I've given up on getting gnome to work out of the box. If you search on sourceforge.net for

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: howto stop the beep in cygwin ??

2006-07-03 Thread Thomas Dickey
On Mon, 3 Jul 2006, Ed Bech wrote: Thomas Dickey dickey at his.com writes: xterm's visibleBell resource (which is toggleable via the control/left/mouse menu) does that. thanks a lot Thomas, I am now secured from beeing banned of my desk :) It is contol/middle click mouse/ with my cygwin and

src/winsup/mingw ChangeLog crt1.c Makefile.in ...

2006-07-03 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-03 10:32:58 Modified files: winsup/mingw : ChangeLog crt1.c Makefile.in winsup/mingw/include: fenv.h winsup/mingw/mingwex: feclearexcept.c fegetenv.c feholdexcept.c

src/winsup/mingw ChangeLog

2006-07-03 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-03 10:49:42 Modified files: winsup/mingw : ChangeLog Log message: Add a real Changelog entry. Patches:

src/winsup/cygwin ChangeLog net.cc include/cyg ...

2006-07-03 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-03 11:31:57 Modified files: winsup/cygwin : ChangeLog net.cc winsup/cygwin/include/cygwin: socket.h winsup/cygwin/include/sys: socket.h Log message: * net.cc

src/winsup/cygwin ChangeLog include/stdint.h

2006-07-03 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-03 12:30:04 Modified files: winsup/cygwin : ChangeLog winsup/cygwin/include: stdint.h Log message: * include/stdint.h (UINT8_C, UINT16_C): Unsigned types smaller than

src/winsup/cygwin ChangeLog fhandler.h fhandle ...

2006-07-03 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-03 15:29:10 Modified files: winsup/cygwin : ChangeLog fhandler.h fhandler_console.cc fhandler_tty.cc Added files: winsup/cygwin/include/cygwin: kd.h

src/winsup/utils ChangeLog Makefile.in setmeta ...

2006-07-03 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-03 16:00:59 Modified files: winsup/utils : ChangeLog Makefile.in Added files: winsup/utils : setmetamode.c Log message: * Makefile.in: Build setmetamode.exe. *

src/winsup/cygwin ChangeLog autoload.cc fhandl ...

2006-07-03 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-03 18:30:08 Modified files: winsup/cygwin : ChangeLog autoload.cc fhandler.cc ntdll.h ntea.cc path.cc security.cc security.h Log message: * autoload.cc

src/winsup/mingw ChangeLog mingwex/Makefile.in

2006-07-03 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-07-03 20:51:58 Modified files: winsup/mingw : ChangeLog winsup/mingw/mingwex: Makefile.in Log message: * mingwex/Makefile.in: Add -I$(srcdir)/.. to INCLUDES. Patches:

Re: Fix UINT{8,16}_C

2006-07-03 Thread Corinna Vinschen
On Jul 2 15:02, Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to POSIX, UINT{8,16}_C should result in an integer constant with the same type as would an expression that is an object of the corresponding type converted according to the integer promotions. And

Re: Fix UINT{8,16}_C

2006-07-03 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 7/3/2006 3:41 AM: I have checked the stdint.h headers on glibc 2.3.4 and 2.4, as well as on Solaris 10, NetBSD, FreeBSD and OpenBSD. Only FreeBSD and OpenBSD define them as just x, all others as x##U, one way

Re: Fix UINT{8,16}_C

2006-07-03 Thread Corinna Vinschen
On Jul 3 06:10, Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 7/3/2006 3:41 AM: I have checked the stdint.h headers on glibc 2.3.4 and 2.4, as well as on Solaris 10, NetBSD, FreeBSD and OpenBSD. Only FreeBSD and OpenBSD define

Re: setmetamode

2006-07-03 Thread Corinna Vinschen
On Jul 3 22:26, Kazuhiro Fujieda wrote: On Mon, 03 Jul 2006 13:45:22 +0200 Corinna Vinschen [EMAIL PROTECTED] said: You didn't add an include/sys/kd.h file. On Linux this file in turn includes linux/kd.h. Is there a reason that you didn't create it? No. I just forgot it. No

Re: MEX interface + DAE solvers in Fortran + gnumex/cygwin/mingw

2006-07-03 Thread Reini Urban
James R. Phillips schrieb: Reini Urban wrote: But no simulink :( Hm, have you looked at scilab (http://www.scilab.org). It is a matlab clone _with_ a simulink clone (scicos). Unfortunately, while it is open source, it is non-free, so can't be linked with cygwin1.dll. _But_, they

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 echo ERROR

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 of

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

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

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) under cygwin/X

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 admin

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

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.

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 utility to run

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

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 and

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 within

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. I

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: Connection

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

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

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

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.

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 proftpd

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 and tried to

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.

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: 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:

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: 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

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

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: http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Ken Perl wrote: the test says that I have a syntax error but I didn't change the httpd.conf file after the install,