Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Ignore insecure directories and continue
- X-seq: zsh-users 12948
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zzapper <david@xxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: Ignore insecure directories and continue
- Date: Sun, 15 Jun 2008 15:15:53 -0700
- In-reply-to: <Xns9ABEEAAF996C5zzappergmailcom@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <Xns9ABE9A9C0AA21zzappergmailcom@xxxxxxxxxxxx> <080615100848.ZM7534@xxxxxxxxxxxxxxxxxxxxxx> <Xns9ABEBCA9F10E7zzappergmailcom@xxxxxxxxxxxx> <Xns9ABEEAAF996C5zzappergmailcom@xxxxxxxxxxxx>
On Jun 15, 10:04pm, zzapper wrote:
}
} It goes away if I disable compinit.
} I guess it's a path problem. I will start eliminating sections of my .zshenv
That's probably the answer for "grep", but the "insecure directories"
problem is going to be related to $fpath, not $path.
On the PC where this works without complaint, do:
zsh% ls -l $fpath
Then do the same on the machine where you get the "insecure" complaint
and compare. If there are world- or group-writable directories on the
second machine that aren't writable on the first, make the permissions
on the second machne match the first.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author