Re: ls / rm etc return "no such file or directory"

2007-08-09 Thread TomL
Based on the idea that its a file locking problem, I ran "handle" from sysinternals, and it showed up as an open filehandle in an explorer.exe process. I terminated the process, and all is well. I don't understand how it got into that state yet, but I'm closer. Thanks for the hints. Warren Yo

Re: ls / rm etc return "no such file or directory"

2007-08-09 Thread TomL
Files/directories in this mode only occur on the system when created from within cygwin. In this instance, it was created by FileUtils::mkdir_p in a cygwin ruby script. It went into this mode after attempting to remove it with FileUtils::rm_rf Incidentally, that may be the trick -- there might

Re: ls / rm etc return "no such file or directory"

2007-08-09 Thread Warren Young
TomL wrote: cmd.exe: H:\some_dir>rd /s .tmp1732200708091223 .tmp1732200708091223, Are you sure (Y/N)? y Access is denied. How is this a Cygwin issue if regular Win32 commands give the same problems? This is likely yet another example of why enabling file locking by default is brain damaged,

ls / rm etc return "no such file or directory"

2007-08-09 Thread TomL
I've been googling for two hours and I can't find any relevant information on this. Can the following be explained, and how can it be resolved? bash: $ vdir -d .* vdir: cannot access .tmp1732200708091223: No such file or directory drwxr-xr-x 1 xxx Domain Users 0 Aug 9 12:37 . drwxr-xr-x 1 xxx D

Re: Rsync and the two latest snapshots

2007-08-09 Thread Thorsten Kampe
* Corinna Vinschen (Thu, 9 Aug 2007 11:50:39 +0200) > On Aug 7 14:28, Thorsten Kampe wrote: > > the two latest Cygwin snapshots generate errors with rsync (2.6.9). > > > > The good news is that enumerating/scanning the files on the source > > side goes much faster than with all the snapshots unt

[support.osuosl.org #2894] Possible trojan in mingw package on one mirror

2007-08-09 Thread Eric Searcy via RT
On Thu Aug 09 15:58:57 2007, [EMAIL PROTECTED] wrote: > Gary Thorpe wrote: [...] > > Eventually, I tried a different mirror (mirrors.kernel.org) > > and this did not recur. > > [...] > > Feedback from AVG suggests this is in fact a false positive (the next > updates of the program's database sho

Re: git: Training whitespace error during commit

2007-08-09 Thread Matt Seitz \(matseitz\)
"Eric Blake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > In other words, _somebody_ (not > me) thought that because windows permissions can't be relied on, that ALL git > hooks should be enabled by default; whereas on Linux, where permissions are > reliable, ALL git hooks are d

Re: git: Tralining whitespace error during commit

2007-08-09 Thread Eric Blake
Matt Seitz (matseitz cisco.com> writes: > "To solve the problem, you need to edit .git/hooks/pre-commit and > comment out the following lines: > > if (/\s$/) { > bad_line("trailing whitespace", $_); > }" > > Is this the best solution? It's one approach. Another is disabling the pre-commit hoo

git: Tralining whitespace error during commit

2007-08-09 Thread Matt Seitz \(matseitz\)
When I run "git commit" to check in changes to my "/cygdrive/c/windows/system32/drivers/etc/hosts" file, I receive the following error messages like the following (Note: I've changed the host name and IP addresses to protect its identity): "[EMAIL PROTECTED] /cygdrive/c/windows/system32/drivers/e

RE: PERL's Encode::Byte is being flagged by AVGfree as WIN32/PolyCrypt anyonelse

2007-08-09 Thread Dave Korn
On 09 August 2007 17:32, David Arnstein wrote: > On Wed, Aug 08, 2007 at 07:43:18PM -0700, William Deegan wrote: >> Anyone else seeing this? > > Yes. Last night, AVG (paid version) detected a massive 131 > Win32/PolyCrypt infections, mostly in Cygwin files. Yep, got that too, in a bunch of DLL

Re: cygwin and windows API

2007-08-09 Thread Larry Hall (Cygwin)
Lewis Hyatt wrote: Steven Woody wrote: hi, can i directly call Windows APIs ( such as creating a window, reading from a file ) from a cygwin program written in C ? if the answer is yes, i want to know how i should do that, thanks! Just #include and write whatever windows program you want,

Re: PERL's Encode::Byte is being flagged by AVGfree as WIN32/PolyCrypt anyonelse

2007-08-09 Thread William Deegan
David, > On Wed, Aug 08, 2007 at 07:43:18PM -0700, William Deegan wrote: > > Anyone else seeing this? > > Yes. Last night, AVG (paid version) detected a massive 131 > Win32/PolyCrypt infections, mostly in Cygwin files. I suspect false > positive here. I emailed a request for help to the vendor. I

Re: PERL's Encode::Byte is being flagged by AVGfree as WIN32/PolyCrypt anyonelse

2007-08-09 Thread David Arnstein
On Wed, Aug 08, 2007 at 07:43:18PM -0700, William Deegan wrote: > Anyone else seeing this? Yes. Last night, AVG (paid version) detected a massive 131 Win32/PolyCrypt infections, mostly in Cygwin files. I suspect false positive here. I emailed a request for help to the vendor. -- Unsubscribe info:

Re: Cygwin Bash Kernel

2007-08-09 Thread Eric Blake
Parvez Bhatti hotmail.com> writes: > When I run Cygwin setup, I am able to download the latest version 3.2.17-15 > but this version is not Oracle supported. If Oracle claims that 3.2.9-11 works, but not 3.2.17-15, then they should forward the reports of the regressions they encountered to this

RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU

2007-08-09 Thread Ernie Coskrey
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ernie Coskrey > Sent: Wednesday, August 08, 2007 2:11 PM > To: cygwin@cygwin.com > Subject: RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU > > > -Original Message- > > From: [EMAIL PROTECTED] >

Re: Creating a dll in cygwin for use with jni without -mno-cygwin

2007-08-09 Thread robbincatz
I really appreciate your detailed reply Brian. Having read your response I realised that creating a dll in cygwin is way over my head especially as I am limited on how much (more)time I can spend on this problem. I have since switched to using a linux platform and am having much more success.

Re: cygwin and windows API

2007-08-09 Thread Lewis Hyatt
Steven Woody wrote: hi, can i directly call Windows APIs ( such as creating a window, reading from a file ) from a cygwin program written in C ? if the answer is yes, i want to know how i should do that, thanks! Just #include and write whatever windows program you want, it will compile fi

Cygwin Bash Kernel

2007-08-09 Thread Parvez Bhatti
Hi All I have Bash Kernel Version 3.1.6 with my current version of Cygwin. As this is not Oracle supported, I would like to install bash shell version 3.1-9 or 3.2.9-11 which are supported. When I run Cygwin setup, I am able to download the latest version 3.2.17-15 but this version is not Oracle

cygwin and windows API

2007-08-09 Thread Steven Woody
hi, can i directly call Windows APIs ( such as creating a window, reading from a file ) from a cygwin program written in C ? if the answer is yes, i want to know how i should do that, thanks! -- woody then sun rose thinly from the sea and the old man could see the other boats, low on the wate

Re: PERL's Encode::Byte is being flagged by AVGfree as WIN32/PolyCrypt anyonelse

2007-08-09 Thread Steve Holden
Reini Urban wrote: William Deegan schrieb: Anyone else seeing this? I've done an uninstall, removed the saved downloads from setup. Then installed them again. Same issue. Which file exactly? There is /usr/lib/perl5/5.8/cygwin/Encode/Byte.pm or /usr/lib/perl5/5.8/cygwin/auto/Encode/Byte/*.dll*

Re: Rsync and the two latest snapshots

2007-08-09 Thread Corinna Vinschen
On Aug 7 14:28, Thorsten Kampe wrote: > Hi, > > the two latest Cygwin snapshots generate errors with rsync (2.6.9). > > The good news is that enumerating/scanning the files on the source > side goes much faster than with all the snapshots until 17/7. But the > actual copying fails (partially?)

Re: Request for running a test application

2007-08-09 Thread Corinna Vinschen
On Aug 3 16:25, Dave Korn wrote: > On 02 August 2007 09:58, Corinna Vinschen wrote: > > > On Aug 1 22:44, Michael Lemke wrote: > >> Here's a SD memory card via a USB card reader: > >> [...] > > > > Thanks to all of you, guys, that was already very informative! > > > > Dunno if I just missed th

RE: PERL's Encode::Byte is being flagged by AVGfree as WIN32/PolyCrypt anyonelse

2007-08-09 Thread Dave Korn
On 09 August 2007 03:43, William Deegan wrote: > Anyone else seeing this? > I've done an uninstall, removed the saved downloads from setup. > Then installed them again. > Same issue. Yes, we've had this on our network here. Restored the files from the virus vault. Jotti (http://virusscan.jo

Re: HEADS UP:Problem with svn under latest snapshot.

2007-08-09 Thread Corinna Vinschen
On Aug 8 17:14, Christopher Faylor wrote: > On Wed, Aug 08, 2007 at 03:58:37PM -0400, Joe Smith wrote: > > "Thomas Berger" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > >> > >>It could be a matter of interference with TortoiseSVN. > >> > >No. It could not. I don't have torto

Re: cron

2007-08-09 Thread shash
Hi Pierre, Thanks a ton!!! IT'S WORKING. I did the following and it started to work. $ cron-config Cron is already installed as a service under account .\test. Do you want to remove or reinstall it? (yes/no) yes OK. The cron service was removed. Do you want to install the cron daemon as a serv

[ANNOUNCEMENT] Updated: lftp-3.5.12-1

2007-08-09 Thread Andrew Schulman
A new version of lftp is available in the Cygwin distribution. lftp is a sophisticated file transfer program and ftp/http client. It supports multiple network protocols, offers tab completion, command history, job control, and bookmarks, can mirror sites and transfer multiple files in parallel, a