Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Slow compdump on Vista - no .zcompdump created
- X-seq: zsh-users 12117
- From: Matthew Wozniski <godlygeek@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Slow compdump on Vista - no .zcompdump created
- Date: Thu, 25 Oct 2007 14:53:56 -0400
- Cc: John Cooper <John.Cooper@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:x-editor:user-agent; bh=LuvaLzreyaIR/ckTI+OL1Yxt6oaC5xnLxWIKeEyPJHI=; b=YIpCQRW3J8/jBqsNOoLE0LaeUHXddYBy9LdYDvCBotQIH3EX8a7ZFGmHzCHCk3imTqzfWnxLpcbW/2li0TwHFb28X37N1bfSl7Ns16kDFxpWPc2mw7Pc2ROrUNyPBWObcafwJ5tQers5cpiVVaZ3P0fwgOmtu1Wgy3gDFrNpUcg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:x-editor:user-agent; b=ZWODXDtdRwYY/0ZvbR49Wb3Nd+T0x0flnavvtoQFvCmuW8rHFEjFQjVmKgY8UE2gP40TuLMRjP4aToqlli7L7j8JCjjmk3zmWMRMYTPU+ki+wPI1HZkOG4uyGWEUjMNBIK8CmZRbts7OXup+Lj3IS1PT7BTaPNdFeszRr0zlJMs=
- In-reply-to: <DD74FBB8EE28D441903D56487861CD9D22835ED2@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <DD74FBB8EE28D441903D56487861CD9D22719534@xxxxxxxxxxxxxxxxxxxxxx> <016801c8164c$301c5d70$90551850$@com> <DD74FBB8EE28D441903D56487861CD9D2271979B@xxxxxxxxxxxxxxxxxxxxxx> <018501c81658$6beebbc0$43cc3340$@com> <DD74FBB8EE28D441903D56487861CD9D2271A057@xxxxxxxxxxxxxxxxxxxxxx> <200710251044.l9PAi9Ag016224@xxxxxxxxxxxxxx> <DD74FBB8EE28D441903D56487861CD9D22835ED2@xxxxxxxxxxxxxxxxxxxxxx>
On Thu, Oct 25, 2007 at 12:12:59PM +0100, John Cooper wrote:
> I can create files in this directory:
> $ touch /c/Users/johnc.CITRITE/Documents/foo
> $
>
> .. although Cygwin seems to think it is not writeable:
> $ ls -ld /c/Users/johnc.CITRITE/Documents
>
> dr-x------+ 16 johnc mkpasswd 16384 Oct 25 12:10
> /c/Users/johnc.CITRITE/Documents/
>
Now we're on to something. The directory is conspicuously missing
a 'w' for user permissions, but its permissions list ends in a '+',
which means overriding ACLs are in effect that mean that the
permissions on the directory can't really be mapped to simple user,
group, and other permissions. Maybe you're only allowed to create
certain types of files in that directory, or something similar.
I dunno, I'm not really a windows person. In any event, try running
cacls "`cygpath -w /c/Users/johnc.CITRITE/Documents`"
and seeing if the output tells you anything interesting about the ACLs
in effect. After all, there has to be some reason why cygwin doesn't
think that you have full write permissions to that directory.
~Matt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author