git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] Using git-completion with automounted home directories causes bogus NFS mount requests
@ 2010-06-17 19:32 Cesar Crusius
  2010-06-17 20:02 ` Thomas Rast
  0 siblings, 1 reply; 2+ messages in thread
From: Cesar Crusius @ 2010-06-17 19:32 UTC (permalink / raw)
  To: git@vger.kernel.org

Hi all,

I have tried this with various versions of .git-completion, including the most recent one as of today, and whenever I have __git_ps1 in my bash prompt, I get messages like this:

Jun 17 12:05:14 sunray automountd[471]: [ID 834250 daemon.error] Mount of <server>:/export/home/.git on /home/.git: No such file or directory
Jun 17 12:05:14 sunray automountd[471]: [ID 834250 daemon.error] Mount of <server>:/export/home/objects on /home/objects: No such file or directory

on /var/adm/messages every time a prompt is printed from the home directory (~). When I am in any subdirectory of ~ this does not happen.

This is probably a result of git/git-completion trying to access the directories above, and automount trying to get them from the server (we're in an NFS home environment, with wildcard automounts in auto_home).

- Cesar

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-17 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17 19:32 [BUG] Using git-completion with automounted home directories causes bogus NFS mount requests Cesar Crusius
2010-06-17 20:02 ` Thomas Rast

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).