Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Unable to read history on latest Cygwin
- X-seq: zsh-users 14647
- From: "Thorsten Kampe" <thorsten@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Unable to read history on latest Cygwin
- Date: Mon, 14 Dec 2009 15:19:29 +0100
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:from:to:mime-version:content-transfer-encoding:content-type:subject:date; s=smtpout; bh=dJYVNawNy2pwrDSNV/NKcTY7Eug=; b=heUOZD7wSNaxraUj0wz2xM0ncApNFreMjfjMyTMu0t1p7DVwZc0+z9wrzg9bJfPCQcgHFAdzEwI/kP6vmEM1lIc3WENVFTv/p/QV2fkjLBK8sVSHe2i0rO1M1wdFVmtrI0T9lNEjtQVNdBeddVsQItOPRBtY8XAy6x2OjitmXck=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
the new Cygwin 1.7 release is soon to be released. According to Cygwin
Project Co-Leader Corinna Vinschen, Cygwin will drop "fake support" for
emulating hardlinks on FAT32: "Hardlinks on FAT [...] have been faked in
1.5 by copying the file. The decision was made a couple of weeks back to
drop this fake since the application should know that the underlying
filesystem is not capable of creating hardlinks."
The result of that is that I'm not able to run zsh "portable" from a
FAT32 USB thumb drive: "zsh: failed to create hard link as lock file
/home/thorsten/.zhistory.LOCK: operation not permitted". (Zsh is running
but history is neither saved nor written). histfcntllock also results in
errors.
"Your best bet now might be to report this as an upstream bug to zsh,
and recommend that they use an alternative approach, such as symlink
locking (the way emacs does things), if hard link locking doesn't work
because of the underlying file system."
Bash does not exihibit the error.
Thorsten
Messages sorted by:
Reverse Date,
Date,
Thread,
Author