Attached find volinfo and strace output.
-Original Message-
From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of
Corinna Vinschen
Sent: Monday, October 19, 2009 4:49 AM
To: cygwin@cygwin.com
Subject: Re: [1.7] windows 7 with networked drives - ls failure and mount -c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Mark J. Reed on 10/19/2009 6:34 PM:
> On Mon, Oct 19, 2009 at 4:50 PM, Allen Halsey wrote:
> These should print "Matched", but they don't:
>
> $ REGEX='\bcat\b'
> $ [[ "dog cat bird" =~ $REGEX ]] && echo "Matched"
> $ REGEX='\'
> $ [[ "do
On Mon, Oct 19, 2009 at 4:50 PM, Allen Halsey wrote:
These should print "Matched", but they don't:
$ REGEX='\bcat\b'
$ [[ "dog cat bird" =~ $REGEX ]] && echo "Matched"
$ REGEX='\'
$ [[ "dog cat bird" =~ $REGEX ]] && echo "Matched"
It's worth noting that this is not limited to Cygwin; I'm seeing t
These should print "Matched", but they don't:
$ REGEX='\bcat\b'
$ [[ "dog cat bird" =~ $REGEX ]] && echo "Matched"
$ REGEX='\'
$ [[ "dog cat bird" =~ $REGEX ]] && echo "Matched"
$
egrep works as expected:
$ egrep -q '\bcat\b' <(echo "dog cat bird") && echo "Matched"
Matched
$ egrep -q '\' <(echo
On Oct 19 21:18, Denis Excoffier wrote:
> On 2009-10-19 11:36, Corinna Vinschen wrote:
>> Strange. I can't reproduce this:
>>
>> $ env - PATHOS=/dqd /usr/bin/date
>> Mon Oct 19 11:26:46 WEDT 2009
>>
>> $ env - PATHOS=/nonexistent /usr/bin/env
>> PATHOS=/nonexistent
>> SYSTEMROOT=C:\Windows
>>
On 2009-10-19 21:18, Denis Excoffier wrote:
$ export LC_CTYPE=dummy
$ env - PATHOS=/nonexistent /usr/bin/date
Mon Oct 19 13:12:41 RDT 2009
$ env - PATHOS=/nonexistent /usr/bin/env
PATHOS=/nonexistent
SYSTEMROOT=C:\WINNT
WINDIR=C:\WINNT
Oops, bad redact, the first line in the last example should
On 2009-10-19 11:36, Corinna Vinschen wrote:
On Oct 17 04:33, Denis Excoffier wrote:
Hello,
I've installed all the Cygwin-1.7.0 packages uptodate, on my
Windows XP
machine.
I do experience a segmentation fault whenever i launch a program
when the
PATH is not set.
When PATH is badly set
> -Original Message-
> From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On
> Behalf Of KARR, DAVID (ATTCINW)
>
> I could use some help getting through a quoting problem.
>
> I'm using Cygwin 1.5.25, Emacs 23.0.92.1, and Eclipse 3.5.1.
>
> There's a "PathTools" plugin for Ec
I could use some help getting through a quoting problem.
I'm using Cygwin 1.5.25, Emacs 23.0.92.1, and Eclipse 3.5.1.
There's a "PathTools" plugin for Eclipse that lets me specify a command
line to open a file in an external editor, or open a shell in the
directory the file is in. I have no trou
On Oct 16 13:51, Chris Francy wrote:
> It appears something about the about rsync or the 1.7 version of
> cygwin is preventing the --link-destination function of rsync from
> working. Files that have not been changed at all should be linked
> together. On the hosts still running a cygwin 1.5 vers
On Oct 16 20:34, Paul J. Ghosh wrote:
> My mistake. I read through the documents - thanks!
>
> So, without any entries in /etc/fstab and with no modifications done via
> mount is 'ls' supposed to work on a networked drive? I am finding that it
> gives an error. What am I doing wrong? Both B: a
On Oct 17 04:33, Denis Excoffier wrote:
> Hello,
>
> I've installed all the Cygwin-1.7.0 packages uptodate, on my Windows XP
> machine.
> I do experience a segmentation fault whenever i launch a program when the
> PATH is not set.
>
> When PATH is badly set (but set), nothing happens (and the res
12 matches
Mail list logo