zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@sunsite.dk
Subject: Re: Weird error with clearcase
Date: Thu, 25 Mar 2004 17:17:59 +0000	[thread overview]
Message-ID: <1040325171800.ZM17570@candle.brasslantern.com> (raw)
In-Reply-To: <11621.20.137.146.50.1080148943.squirrel@sos.cql.com>

On Mar 24, 10:22am, Seth Kurtzberg wrote:
}
} When the default shell for a user is zsh, a the clearcase "setview"
} command is invoked (clearcase version 6), zsh never starts.  Running
} strace shows that an error is continuously occuring with the zsh history
} file.  The error text says that an O/S call is being invoked to create a
} cross device link.

I suspect there's some subtlety here that strace output is not showing,
and that the history file itself is a red herring.

} Does this ring any bells for anyone?

I don't use clearcase, but I seem to recall from previous discussions here
that it presents the repository as a virtual filesystem.  My guess would
therefore be that the error really has to do with some access to that
filesystem.  Possibly the code that uses link() to create a lock file to
protect shared access to the history?

In which case it's not the location of the history file itself, but the
value of the $HISTFILE variable that would be at issue.  When you said ...

} We moved the history file around

... did you mean that you changed $HISFILE?


      reply	other threads:[~2004-03-25 17:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-24 17:22 Seth Kurtzberg
2004-03-25 17:17 ` Bart Schaefer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1040325171800.ZM17570@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).