http://bugzilla.novell.com/show_bug.cgi?id=496488 Summary: cvs cannot find folders that does and should not exist! Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: Other OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: tkjacobsen@gmail.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729) We use autofs to mount six different folders via ssh. Including user homes! When I do cvs checkout in $HOME/test, it says something like: cvs [checkout aborted]: could not chdir to /indirect/rawdata/myuser/test: No such file or directory In this case rawdata is an automounted nfs folder. The strange part is that it picks a random share. i.e. sometimes it says instead: cvs [checkout aborted]: could not chdir to /indirect/local/myuser/test: No such file or directory or cvs [checkout aborted]: could not chdir to /indirect/data1/myuser/test: No such file or directory Ofcause it cannot find the directories because the shall not be there. Sometimes it works as it should!!! Not that random means that it chooses the same directory not to find for some time. Then after say 10 minutes it is another one and after 10 more it works normally. I cannot find any correlation with the number of automounted nfs shares and when it is working. Reproducible: Sometimes Steps to Reproduce: 1. cd $HOME/test 2. cvs co somemodule Actual Results: cvs [checkout aborted]: could not chdir to /indirect/RANDOMDIR/myuser/test: No such file or directory Expected Results: sucessfull checkout. This bug exists on both x86_32 and x86_64. rpm -q cvs (64 bit) cvs-1.12.12-144.43 (32 bit) cvs-1.12.12-144.28 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.