info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: possible bug


From: Josh Grebe
Subject: RE: possible bug
Date: Mon, 20 May 2002 08:48:04 -0500 (CDT)

Jeremy,
I was having a cvs problem and saw your post to info-cvs mailing list. I
was having exactly the same problem, where I could do any operation but a
checkout. I used truss to determine that cvs was for some unknown reason
trying to access the directory of my cvsroot on the local solaris box!
Which in my case was inside /home, which Solaris does stupid tricks with.
My solution was to umount /home (even though there wasn't anything mounted
there). It looks like you could also change your cvsroot path to something
outside /home.
If you use truss:
truss cvs checkout [module]
the last line I got is:
readlink("/home/cvs", 0xFFBEF7C8, 1028) (sleeping...)

I think that /home gets borked again on reboot though.

Josh





reply via email to

[Prev in Thread] Current Thread [Next in Thread]