1.7.0-49 beta testing: tftpd of inetutils1.5.6 only transfers 511 byte to tftp client

2009-06-10 Thread Xiaoqiang Zheng
1.7.0-49 beta testing: tftpd of inetutils1.5.6 only transfers 511 byte to tftp client 1. /etc/inetd.conf: tftp dgram udp waitcyg_server /usr/sbin/tftpd tftpd /cygdrive/i/data/tftp 2. for a 511 bytes file, tftp to localhost works wel ===

Re: 1.7.0-49 beta testing: tftpd of inetutils1.5.6 only transfers 511 byte to tftp client

2009-06-10 Thread Xiaoqiang Zheng
5. tftp the same file with much more bytes from tftpd32 tftp server works well $ ls -l /cygdrive/i/data/tftp/x -rwxr-xr-x 1 dfhtys None 35536 06-10 15:53 /cygdrive/i/data/tftp/x dfh...@t9300d ~ $ tftp 192.168.0.80 tftp> get x Received 35536 bytes in 0.1 seconds tftp> quit ===

Singular CAS: why not in Cygwin menu?

2009-06-10 Thread Frédéric Bron
Hi, Why the need to have Singular CAS outside the Cygwin menu? It makes 3 menus for cygwin: Cygwin, Cygwin-X and Singular CAS. In terms of folders for people who do not have administrator privileges, it makes 4 folders: - User\Start Menu\Programs\Cygwin (with only Cygwin bash shell...) - All User

Re: 1.7: Version info about Cygwin

2009-06-10 Thread Corinna Vinschen
On Jun 9 16:29, Lee D. Rothstein wrote: > Can someone explain the difference in version info between?: > > * cygcheck -c cygwin > * uname -a > > To wit: > > Cygwin Package Information > Package VersionStatus > cygwin 1.7.0-49 OK > --

Re: [1.7] cygcheck reports most packages incomplete

2009-06-10 Thread Corinna Vinschen
On Jun 9 17:42, Ken Brown wrote: > cygcheck -c reports that most of my packages are incomplete when they Confirmed. I'll have a look into that. Weird, given that there were no changes in cygcheck since the last test release. Corinna -- Corinna Vinschen Please, send mails r

Re: [1.7] cygcheck reports most packages incomplete

2009-06-10 Thread Corinna Vinschen
On Jun 10 10:49, Corinna Vinschen wrote: > On Jun 9 17:42, Ken Brown wrote: > > cygcheck -c reports that most of my packages are incomplete when they > > Confirmed. I'll have a look into that. Weird, given that there > were no changes in cygcheck since the last test release. Uh, found it. Cy

Re: Using emacs in a terminal window

2009-06-10 Thread Ken Brown
On 6/6/2009 3:43 PM, Mark Harig wrote: Here is an additional item related to terminal-mode Emacs that might be worth mentioning: A better display of colors, underlining, etc. can be obtained in the terminal mode Emacs by making use of the terminfo file that is included in the Emacs dist

RXVT Problem

2009-06-10 Thread Leonardo M. Ramé
-- Leonardo M. Ramé Griensu S.A. - Medical IT Córdoba Tel.: 0351 - 4247979 __ Información de ESET Smart Security, versión de la base de firmas de virus 4143 (20090610) __ ESET Smart Security ha comprobado este mensaje. http://www.eset.com -- Unsubscribe info: http://cygwin.co

Re: Upcoming cygport release

2009-06-10 Thread Peter Rosin
Den 2009-06-05 04:57 skrev Yaakov (Cygwin/X): I'm just about ready to make a cygport release for 1.7 (assuming I manage to get perl to fork() for autotools). Here is a summary of the changes so far: http://cygwin-ports.svn.sourceforge.net/viewvc/cygwin-ports/cygport/trunk/NEWS?r1=6016&r2=6685&

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Dave Korn
Corinna Vinschen wrote: > What's new in contrast to 1.7.0-48 > === > > - When running Cygwin applications in the Windows console window, the > Backspace key now returns ASCII DEL (^?, \177) instead of ASCII BS > (^H, \008). The Control-Backspace key now return

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Andy Koppe
2009/6/10 Dave Korn: > Corinna Vinschen wrote: > >> What's new in contrast to 1.7.0-48 >> === >> >> - When running Cygwin applications in the Windows console window, the >>   Backspace key now returns ASCII DEL (^?, \177) instead of ASCII BS >>   (^H, \008).  The Con

Re: RXVT Problem

2009-06-10 Thread Larry Hall (Cygwin)
Leonardo M. Ramé wrote: Hi, since a couple of days I'm experiencing a weird problem with RXVT. Let me detail my configuration: According to "uname -a": CYGWIN_NT-5.0 LEONARDO 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin We strongly recommend 'cygcheck' output as outlined at the link below

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Andy Koppe
Me scribbled: >>> - When running Cygwin applications in the Windows console window, the >>>   Backspace key now returns ASCII DEL (^?, \177) instead of ASCII BS >>>   (^H, \008).  The Control-Backspace key now returns ESC-DEL (^[^?, >>>   \033\177) or \377, dependent on the meta mode set by the set

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Corinna Vinschen
On Jun 10 17:07, Dave Korn wrote: > Corinna Vinschen wrote: > > > What's new in contrast to 1.7.0-48 > > === > > > > - When running Cygwin applications in the Windows console window, the > > Backspace key now returns ASCII DEL (^?, \177) instead of ASCII BS > >

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Corinna Vinschen
On Jun 10 17:31, Andy Koppe wrote: > The rtermios default setting will need to change accordingly, > either by changing the definition of CERASE in include/sys/termios.h: > > -#define CERASE CTRL('H') > +#define CERASE CDEL > > Or by changing the initialisation in fhandler_termios.c: > > -

Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49

2009-06-10 Thread Andy Koppe
>> And then there are rxvt and xterm and their termcap and terminfo >> entries as well ... > > That I don't understand.  What have xterm and rxvt terminals to > do with the "cygwin" terminal type represented by a Windows console? Nothing, sorry. Erroneous copy & pasting from a previous post. Andy

Re: backup XP on Linux using rsync over ssh: permissions problems

2009-06-10 Thread H.S.
Greg Chicares wrote: > On 2009-06-10 03:36Z, H.S. wrote: >> rsync --delete --modify-window=10 --force -Rvaue ssh >> --exclude-from=$EXCLUDESFILE --progress \ >> xp-box:"/cygdrive/c/Documents\ and\ Settings/user1 >> /cygdrive/c/Documents\ and\ Settings/user2" /mnt/backups/xp-daily-00; > >

Re: Using emacs in a terminal window

2009-06-10 Thread Mark Harig
First, note that this is not a Cygwin-specific issue. It is an Emacs-in-a-terminal issue, so perhaps it should not be mentioned at all in Cygwin-specific documents. It's similar to the "backspace" issue (or default fonts or default colors) in rxvt -- it leads to a better default user experience.

RE: backup XP on Linux using rsync over ssh: permissions problems

2009-06-10 Thread Jason Pyeron
> -Original Message- > From: H.S. > Sent: Wednesday, June 10, 2009 13:15 > > Greg Chicares wrote: > > On 2009-06-10 03:36Z, H.S. wrote: > >> rsync --delete --modify-window=10 --force -Rvaue ssh > >> --exclude-from=$EXCLUDESFILE --progress \ > >> xp-box:"/cygdrive/c/Documents\ and\

Re: RXVT Problem

2009-06-10 Thread Leonardo M. Ramé
s and Windows. As you can see, I don't have the DISPLAY environment variable defined. Any hint? Leonardo. __ Informaci�n de ESET Smart Security, versi�n de la base de firmas de virus 4144 (20090610) __ ESET Smart Security ha comprobado este mensaje. http://www.eset.co

Re: backup XP on Linux using rsync over ssh: permissions problems

2009-06-10 Thread H.S.
Jason Pyeron wrote: >> -Original Message- >> From: H.S. >> Sent: Wednesday, June 10, 2009 13:15 >> >> Greg Chicares wrote: >>> On 2009-06-10 03:36Z, H.S. wrote: rsync --delete --modify-window=10 --force -Rvaue ssh --exclude-from=$EXCLUDESFILE --progress \ xp-box:"/cy

Re: RXVT Problem

2009-06-10 Thread Andy Koppe
> I'm using Win2000-SP4, and I've created a shortcut in the quick launch bar > to start an RXVT terminal with this parameters: > > Target: C:\cygwin\bin\rxvt.exe -e bash --login > Start in: C:\cygwin\bin > > The problem is when I click this shortcut, the terminal opens and closes > immediately The

RE: backup XP on Linux using rsync over ssh: permissions problems

2009-06-10 Thread Jason Pyeron
> -Original Message- > From: H.S. > Sent: Wednesday, June 10, 2009 14:38 > > Jason Pyeron wrote: > >> -Original Message- > >> From: H.S. > >> Sent: Wednesday, June 10, 2009 13:15 > >> > >> Greg Chicares wrote: > >>> On 2009-06-10 03:36Z, H.S. wrote: > rsync --delete --modif

Re: RXVT Problem

2009-06-10 Thread Leonardo M. Ramé
http://cygwin.com/faq/ __ Informaci�n de ESET Smart Security, versi�n de la base de firmas de virus 4145 (20090610) __ ESET Smart Security ha comprobado este mensaje. http://www.eset.com __ Informaci�n de ESET Smart Security, versi�n de la base de firmas de

Re: backup XP on Linux using rsync over ssh: permissions problems

2009-06-10 Thread H.S.
Jason Pyeron wrote: > > >> -Original Message- >> From: H.S. >> Sent: Wednesday, June 10, 2009 14:38 >> >> Jason Pyeron wrote: -Original Message- From: H.S. Sent: Wednesday, June 10, 2009 13:15 Greg Chicares wrote: > On 2009-06-10 03:36Z, H.S. wrote: >

[BUG: inetutils tftpd]: tftpd of inetutils1.5.6 only transfers file with size no more than 511 byte to tftp client

2009-06-10 Thread Xiaoqiang Zheng
1.7.0-49 beta testing: tftpd of inetutils1.5.6 only transfers file with size no more than 511 byte to tftp client 1. /etc/inetd.conf: tftp dgram udp waitcyg_server /usr/sbin/tftpd tftpd -l /cygdrive/i/data/tftp 2. for a 511 bytes file, tftp works we

Re: [BUG: inetutils tftpd]: tftpd of inetutils1.5.6 only transfers file with size no more than 511 byte to tftp client

2009-06-10 Thread Xiaoqiang Zheng
6. source code information from libinetutils/tftpsubs.c /* Simple minded read-ahead/write-behind subroutines for tftp user and server. Written originally with multiple buffers in mind, but current implementation has two buffer logic wired in. Todo: add some sort of fin

Remote execution of shell script from DOS .bat file

2009-06-10 Thread Chap Harrison
I've written a Perl program that runs in Cygwin on a Windows Server 2003 box. I now need to make this program invokable from a DOS prompt on another WS2003 box. The program is not interactive. You give it the args on the command line, and off it goes. Output is a text file in some network-shar

[ANNOUNCEMENT] [1.7] Updated: libssh2-1.0-1

2009-06-10 Thread Yaakov (Cygwin/X)
I have updated libssh2 to 1.0 for Cygwin 1.7. This is a routine upstream version bump. Yaakov CYGWIN-ANNOUNCE UNSUBSCRIBE INFO If you want to unsubscribe from the cygwin-announce mailing list, please use the automated form at: http://cygwin.com/lists.html#s

[ANNOUNCEMENT] [1.7] Updated: curl-7.19.4-1 (SECURITY)

2009-06-10 Thread Yaakov (Cygwin/X)
I have updated curl to 7.19.4 for Cygwin 1.7. In addition to taking advantage of the new capabilities of 1.7 (including IPv6), this update includes a fix for CVE-2009-0037. This release requires libssh2 1.0, which has been updated simultaneously. Yaakov CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ===

Re: Remote execution of shell script from DOS .bat file

2009-06-10 Thread Thorsten Kampe
* Chap Harrison (Wed, 10 Jun 2009 21:49:17 -0700 (PDT)) > I've written a Perl program that runs in Cygwin on a Windows Server > 2003 box. I now need to make this program invokable from a DOS prompt > on another WS2003 box. > > The program is not interactive. You give it the args on the command > l