Re: Rsync over SSH not working when ZoneAlarm installed

2005-12-14 Thread Zarko Roganovic
Larry Hall (Cygwin cygwin.com> writes: > > Zarko Roganovic wrote: > > Larry Hall (Cygwin cygwin.com> writes: > > > > > >>Zarko Roganovic wrote: > >> > >>>Hello, > >>> > >>>I'm trying to backup a directory from a Win 2K machine to a Linux server > > > > with > > > >>>cmd below. > >>> > >>>r

Re: Where is patch?

2005-12-14 Thread Eli Zaretskii
> Date: Wed, 14 Dec 2005 21:28:54 +0100 > From: Lennart Borgman <[EMAIL PROTECTED]> > Cc: cygwin@cygwin.com, Emacs Devel > > *** For patch: I would like it to discover that the line ending type of > the patch file and the file to patch differ. Patch does that already if you use the --binary opt

RE: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Gary R. Van Sickle
> > Could you do a: > > strace -ostrace.out bash > tar --help > exit > > and send the strace.out here as an attachment? > > cgf I'll give it a try tomorrow. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.c

Re: PerlTK under Windows

2005-12-14 Thread Larry Hall (Cygwin)
Andrew DeFaria wrote: Yaakov S (Cygwin Ports) wrote: Andrew DeFaria wrote: However I'd like PerlTk to fall back to using Windows widgets much like rxvt will do a Windows window if there is no X server to connect to. Just how rxvt manages to use both X11 and Win32GUI is unique, as has bee

Re: PerlTK under Windows

2005-12-14 Thread Andrew DeFaria
Yaakov S (Cygwin Ports) wrote: Andrew DeFaria wrote: However I'd like PerlTk to fall back to using Windows widgets much like rxvt will do a Windows window if there is no X server to connect to. Just how rxvt manages to use both X11 and Win32GUI is unique, as has been discussed before at len

Re: Where is patch?

2005-12-14 Thread Joe Smith
"Lennart Borgman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Corinna Vinschen wrote: On Dec 14 19:30, Lennart Borgman wrote: I am having trouble with patch. My Cygwin patch (and my GnuWin32 patch) says it is version 2.5.9. But where is the sources for this? I looked at ftp

Re: Rsync over SSH not working when ZoneAlarm installed

2005-12-14 Thread Larry Hall (Cygwin)
Zarko Roganovic wrote: Larry Hall (Cygwin cygwin.com> writes: Zarko Roganovic wrote: Hello, I'm trying to backup a directory from a Win 2K machine to a Linux server with cmd below. rsync -rvc -e "ssh -l testusr" /cygdrive/c/testdir 192.168.1.2:/home/testusr When I uninstall ZoneAlar

Re: Rsync over SSH not working when ZoneAlarm installed

2005-12-14 Thread Zarko Roganovic
Larry Hall (Cygwin cygwin.com> writes: > > Zarko Roganovic wrote: > > Hello, > > > > I'm trying to backup a directory from a Win 2K machine to a Linux server with > > cmd below. > > > > rsync -rvc -e "ssh -l testusr" /cygdrive/c/testdir 192.168.1.2:/home/testusr > > > > When I uninstall Zone

Re: Rsync over SSH not working when ZoneAlarm installed

2005-12-14 Thread Larry Hall (Cygwin)
Zarko Roganovic wrote: Hello, I'm trying to backup a directory from a Win 2K machine to a Linux server with cmd below. rsync -rvc -e "ssh -l testusr" /cygdrive/c/testdir 192.168.1.2:/home/testusr When I uninstall ZoneAlarm(6.1.737) this same command works fine. It doesn't help if I shutdown Zo

Re: Where is patch?

2005-12-14 Thread Larry Hall (Cygwin)
Christopher Faylor wrote: On Wed, Dec 14, 2005 at 01:48:57PM -0600, Ren? Berber wrote: Lennart Borgman wrote: I am having trouble with patch. My Cygwin patch (and my GnuWin32 patch) says it is version 2.5.9. But where is the sources for this? I looked at ftp://ftp.gnu.org/gnu/patch and the

Re: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Christopher Faylor
On Wed, Dec 14, 2005 at 08:07:58PM -0600, Van Sickle, Gary wrote: >> From: Corinna Vinschen >> On Dec 14 15:00, Van Sickle, Gary wrote: >> > OK, lessee what I missed: >> >> The error message content. When fixup_mmaps_after_fork fails, there's >> a message in your window which gives at least some

Re: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Van Sickle, Gary
> From: Christopher Faylor > Were you just seeing the "fixup_mmaps_after_fork" error and nothing > else? From the source, It looks like there should have been more output > than just that. If there wasn't anything other than that then I guess > that's a clue. > Pretty much just that: " $ tar -

Re: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Van Sickle, Gary
> From: Corinna Vinschen > On Dec 14 15:00, Van Sickle, Gary wrote: > > OK, lessee what I missed: > > The error message content. When fixup_mmaps_after_fork fails, there's > a message in your window which gives at least some details for a start. > " $ tar --help C:\cygwin\bin\bash.exe (3360):

Re: CygWin + gcc to build Windows application written in C.

2005-12-14 Thread Brian Dessent
Piero Silvestri wrote: > - I'm looking for some documentation about -mno-cygwin and -mwindows > options, which I can't find neither in the gcc on-line manual, nor in the > gcc man pages, nor in the CygWin manual. Where they come from? Using the > first makes the compiler complain about a missing c

Re: PerlTK under Windows

2005-12-14 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew DeFaria wrote: > However I'd like PerlTk to fall back to using Windows widgets much like > rxvt will do a Windows window if there is no X server to connect to. Just how rxvt manages to use both X11 and Win32GUI is unique, as has been discussed

Re: CygWin + gcc to build Windows application written in C.

2005-12-14 Thread René Berber
Piero Silvestri wrote: [snip] > and some other Unix-like OS, so I decided to go for Qt, a multiplatform > library that seems good for my needs. This choice forced me to change my > compiler, so I decided to use gcc. You are aware that Qt for Windows installs (optional) the MingW environment (gcc/g

gcc-java: gij broken?

2005-12-14 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerrit, Either I'm missing something, or gij just plain doesn't work: gcc-java-3.4.4-1 jikes-1.22-1 (Cygwin Ports) Sun JDK 1.5.0_06 JIKESPATH either to JDK rt.jar or to libgcj-3.4.4.jar CLASSPATH either empty or to libgcj-3.4.4.jar $ javac HelloWor

CygWin + gcc to build Windows application written in C.

2005-12-14 Thread Piero Silvestri
Hi all, I'm a software developer and I'm working on an application entirely written in C, that's been built with Watcom compiler until now, and whose only target was Windows (NT/2000/XP). I need to port it to Linux and some other Unix-like OS, so I decided to go for Qt, a multiplatform library

Rsync over SSH not working when ZoneAlarm installed

2005-12-14 Thread Zarko Roganovic
Hello, I'm trying to backup a directory from a Win 2K machine to a Linux server with cmd below. rsync -rvc -e "ssh -l testusr" /cygdrive/c/testdir 192.168.1.2:/home/testusr When I uninstall ZoneAlarm(6.1.737) this same command works fine. It doesn't help if I shutdown ZoneAlarm, I have to uninst

clamav: defective libclamav.la

2005-12-14 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reini, The libclamav.la included in clamav-0.87.1-1 is defective. libz.la and libbz2.la are listed among the dependencies, but these libraries are *not* libtooled and our packages do not provide such .la files. Since libtool resolves all .la files l

PerlTK under Windows

2005-12-14 Thread Andrew DeFaria
Earlier I had asked about the PerlTk module in Cygwin's Perl. A discussion ensued and eventually the good folks here apparently fixed that package. In updating Cygwin today I noticed it and installed it. But I came to find out that PerlTk works only with an X server running. OK this makes sense

.bat file default permissions

2005-12-14 Thread Jonathan R Folstein
Hello, when I create a .bat file, the file is not automatically executable so every time I make a batfile I have to change it with chmod. Is there any way I can fix this? I've got "." in my PATH and I call the file with the .bat extension (eg "junk.bat" instead of "junk") thanks Jonathan Fo

Re: Where is patch?

2005-12-14 Thread René Berber
Dave Korn wrote: [snip] > And I imagine both of you have testcases available to prove your respective > claims. ? Test case attached. The files are part of mailman, I just included a shortened patch file and the file to be patched. The test procedure (with the output I get): $ mkdir pat

Re: Where is patch?

2005-12-14 Thread René Berber
Lennart Borgman wrote: [snip] > That is interesting. However my problem is with line endings. It turned > out that the file to patch has CR-LF line endings (which is ok) and the > patch file had LF line endings. This surprised me, I did not notice it > first. In my opinion it should not have had th

Re: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Corinna Vinschen
On Dec 14 15:00, Van Sickle, Gary wrote: > OK, lessee what I missed: The error message content. When fixup_mmaps_after_fork fails, there's a message in your window which gives at least some details for a start. And why didn't you try strace? This would give a lot more details which might help t

Re: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Christopher Faylor
On Wed, Dec 14, 2005 at 03:00:14PM -0600, Van Sickle, Gary wrote: >If not Corinna, please tell me what details I neglected to include via >my report and/or my attached cygcheck -srv. Also helpful would be an >answer to my question as to if a cygcheck from a 12-7 or -13 snapshot >would be any more

Re: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Van Sickle, Gary
> On Dec 14 12:41, Van Sickle, Gary wrote: > > I'm getting a "recreate_mmaps_after_fork_failed" error on the 12-07 and > > 12-13 snapshots on one particular machine at work. That's pretty much > > all I get - rxvt dies immediately, and while I do get a bash prompt by > > using cmd.exe as my... ahe

Re: Where is patch?

2005-12-14 Thread Christopher Faylor
On Wed, Dec 14, 2005 at 09:28:54PM +0100, Lennart Borgman wrote: >There are two things I would like here: There's only one thing I'd like right now: pie. It's a seasonal thing... cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pro

Re: Where is patch?

2005-12-14 Thread Christopher Faylor
On Wed, Dec 14, 2005 at 08:10:52PM -, Dave Korn wrote: >Christopher Faylor wrote: >>On Wed, Dec 14, 2005 at 01:48:57PM -0600, Ren? Berber wrote: >>>Lennart Borgman wrote: I am having trouble with patch. My Cygwin patch (and my GnuWin32 patch) says it is version 2.5.9. But where is th

RE: Where is patch?

2005-12-14 Thread Richard Campbell
> *** For Emacs: I would like the default on MS Windows to be CR-LF line > endings. That would in my opinion be less surpricing for an MS Windows user. 1. My opinion is that \n line endings on Cygwin (a Unix-ish environment) are less surprising. 2. Cygwin already has a feature for determining

Re: Where is patch?

2005-12-14 Thread Lennart Borgman
René Berber wrote: Lennart Borgman wrote: I am having trouble with patch. My Cygwin patch (and my GnuWin32 patch) says it is version 2.5.9. But where is the sources for this? I looked at ftp://ftp.gnu.org/gnu/patch and they only have version 2.5.4. How can that be? The latest GNU pat

Re: Where is patch?

2005-12-14 Thread René Berber
Dave Korn wrote: > René Berber wrote: > >>The latest GNU patch version compiles out of the box > > > > *Where* is the latest GNU patch version? In any of the GNU mirrors and of course in ftp.gnu.org -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

RE: Where is patch?

2005-12-14 Thread Dave Korn
Christopher Faylor wrote: > On Wed, Dec 14, 2005 at 01:48:57PM -0600, Ren? Berber wrote: >> Lennart Borgman wrote: >>> I am having trouble with patch. My Cygwin patch (and my GnuWin32 >>> patch) says it is version 2.5.9. But where is the sources for this? I >>> looked at ftp://ftp.gnu.org/gnu/pa

Re: Where is patch?

2005-12-14 Thread Christopher Faylor
On Wed, Dec 14, 2005 at 01:48:57PM -0600, Ren? Berber wrote: >Lennart Borgman wrote: >>I am having trouble with patch. My Cygwin patch (and my GnuWin32 >>patch) says it is version 2.5.9. But where is the sources for this? I >>looked at ftp://ftp.gnu.org/gnu/patch and they only have version 2.5.4

RE: Where is patch?

2005-12-14 Thread Dave Korn
René Berber wrote: > > The latest GNU patch version compiles out of the box *Where* is the latest GNU patch version? cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

Re: Where is patch?

2005-12-14 Thread René Berber
Lennart Borgman wrote: > I am having trouble with patch. My Cygwin patch (and my GnuWin32 patch) > says it is version 2.5.9. But where is the sources for this? I looked at > ftp://ftp.gnu.org/gnu/patch and they only have version 2.5.4. How can > that be? The latest GNU patch version compiles out

Re: Where is patch?

2005-12-14 Thread Lennart Borgman
Corinna Vinschen wrote: On Dec 14 19:30, Lennart Borgman wrote: I am having trouble with patch. My Cygwin patch (and my GnuWin32 patch) says it is version 2.5.9. But where is the sources for this? I looked at ftp://ftp.gnu.org/gnu/patch and they only have version 2.5.4. How can that be?

Re: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Corinna Vinschen
On Dec 14 12:41, Van Sickle, Gary wrote: > I'm getting a "recreate_mmaps_after_fork_failed" error on the 12-07 and > 12-13 snapshots on one particular machine at work. That's pretty much > all I get - rxvt dies immediately, and while I do get a bash prompt by > using cmd.exe as my... ahem... "term

Re: Where is patch?

2005-12-14 Thread Corinna Vinschen
On Dec 14 19:30, Lennart Borgman wrote: > I am having trouble with patch. My Cygwin patch (and my GnuWin32 patch) > says it is version 2.5.9. But where is the sources for this? I looked at > ftp://ftp.gnu.org/gnu/patch and they only have version 2.5.4. How can > that be? Cygwin patch is 2.5.8.

recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Van Sickle, Gary
I'm getting a "recreate_mmaps_after_fork_failed" error on the 12-07 and 12-13 snapshots on one particular machine at work. That's pretty much all I get - rxvt dies immediately, and while I do get a bash prompt by using cmd.exe as my... ahem... "terminal"..., I can't run any programs from it, not e

Where is patch?

2005-12-14 Thread Lennart Borgman
I am having trouble with patch. My Cygwin patch (and my GnuWin32 patch) says it is version 2.5.9. But where is the sources for this? I looked at ftp://ftp.gnu.org/gnu/patch and they only have version 2.5.4. How can that be? Who maintains patch? -- Unsubscribe info: http://cygwin.com/ml/#

Re: Error reported dd'ing close of end of block device with skip

2005-12-14 Thread Corinna Vinschen
On Dec 14 16:04, Eric Blake wrote: > > > > Btw., I just applied a patch which implements O_DIRECT, which will be > > available in the next snapshot. The same restriction as on Linux > > applies, which is, the buffers used in read/write operations must be > > sector-aligned. Note that using O_DIR

Re: Error reported dd'ing close of end of block device with skip

2005-12-14 Thread Eric Blake
> > Btw., I just applied a patch which implements O_DIRECT, which will be > available in the next snapshot. The same restriction as on Linux > applies, which is, the buffers used in read/write operations must be > sector-aligned. Note that using O_DIRECT requires to rebuild the > application, so

Re: Error reported dd'ing close of end of block device with skip

2005-12-14 Thread Corinna Vinschen
On Dec 13 19:05, Loh, Joe wrote: > We downloaded cygwin-inst-20051213.tar.bz2 and implemented the solution > recommended below. So far, our cursory testing indicates that we are > able to do unbuffered read. However, we are not seeing any "bug" that > was referenced here. What is the "bug" that

RE: Error reported dd'ing close of end of block device with skip

2005-12-14 Thread Loh, Joe
We downloaded cygwin-inst-20051213.tar.bz2 and implemented the solution recommended below. So far, our cursory testing indicates that we are able to do unbuffered read. However, we are not seeing any "bug" that was referenced here. What is the "bug" that is being referenced here? Here's the rea

RE: Size difference reported by /proc/partitions and lseek(SEEK_END) on block device

2005-12-14 Thread Loh, Joe
> This should be fixed now, too, in CVS. Please try the next developers snapshot. We just downloaded cygwin-inst-20051213.tar.bz2 and tried the snapshot. Problem with lseek(SEEK_END) is resolve and the result returned corresponded with the /proc/partitions. Thank you. Joe -- Unsubscribe info:

RE: Where is my --password-file?

2005-12-14 Thread web
At 08:03 AM 12/14/2005, you wrote: You wrote on Wednesday, December 14, 2005 1:56 PM: > actually, this is the command I have used: > > rsync -avz "/cygdrive/e/Company" > password-file="/home/Administrator/rsync_passwd" --delete > --delete-excluded > --exclude "Office2003/" --exclude "Office2003S

RE: Where is my --password-file?

2005-12-14 Thread Dave Korn
web wrote: > Dave, > > actually, this is the command I have used: > > rsync -avz "/cygdrive/e/Company" > password-file="/home/Administrator/rsync_passwd" --delete > --delete-excluded --exclude "Office2003/" --exclude "Office2003SP/" > [EMAIL PROTECTED]::winbackups/ > /home/Administrator/rsync_se

RE: Where is my --password-file?

2005-12-14 Thread Jan Schormann
You wrote on Wednesday, December 14, 2005 1:56 PM: > actually, this is the command I have used: > > rsync -avz "/cygdrive/e/Company" > password-file="/home/Administrator/rsync_passwd" --delete > --delete-excluded > --exclude "Office2003/" --exclude "Office2003SP/" > [EMAIL PROTECTED]::winbackups/

RE: Where is my --password-file?

2005-12-14 Thread web
At 07:35 AM 12/14/2005, you wrote: jd wrote: > I am trying to back up a Windows box using rsync and I get this error > message: > > rsync: link_stat > "/home/Administrator/password-file=/home/Administrator/rsync_passwd" > failed: No such file or directory (2) > > But the file is there: > > $ ls -

RE: Where is my --password-file?

2005-12-14 Thread Dave Korn
jd wrote: > I am trying to back up a Windows box using rsync and I get this error > message: > > rsync: link_stat > "/home/Administrator/password-file=/home/Administrator/rsync_passwd" > failed: No such file or directory (2) > > But the file is there: > > $ ls -al /home/Administrator/rsync_passw

Where is my --password-file?

2005-12-14 Thread jd
I am trying to back up a Windows box using rsync and I get this error message: rsync: link_stat "/home/Administrator/password-file=/home/Administrator/rsync_passwd" failed: No such file or directory (2) But the file is there: $ ls -al /home/Administrator/rsync_passwd -rw-r--r-- 1 Administrator

Re: Call for testing Cygwin snapshot(was: Emacs and 'alarm clock')

2005-12-14 Thread Corinna Vinschen
On Dec 13 22:16, Angelo Graziosi wrote: > > > Dr. Volker Zell wrote: > > > > > I just checked this with 20051212 and emacs (not xemacs). > > > > emacs -q > > > > M-x flyspell-mode > > M-x compile > > M-x recompile > > > > For me everything is working fine here. > > > > > I have tried also with

RE: Cygwin logo

2005-12-14 Thread Jan Schormann
Christoher McIntosh wrote on Tuesday, December 13, 2005 7:10 PM: > It's *very* nice! I hope it gets adopted. > > Denis Washington wrote: > > I'm glad you like it :) > > > > My big question now is: who will i have to talk about the logo? I'd > > like to propose it as new Cygwin logo. I agree it