[Bug 496488] New: cvs cannot find folders that does and should not exist!
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.
http://bugzilla.novell.com/show_bug.cgi?id=496488 User pth@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=496488#c1 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |tkjacobsen@gmail.com --- Comment #1 from Philipp Thomas <pth@novell.com> 2009-04-20 09:43:51 MDT --- Please describe in detail the setup so I can reproduce the bug which I currently can't do. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=496488 User tkjacobsen@gmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=496488#c2 --- Comment #2 from Troels Kofoed Jacobsen <tkjacobsen@gmail.com> 2009-04-22 01:20:07 MDT --- Her we go: We have an openSUSE 11.0! server (knfs) acting as nfs server among other things. It is shareing 6 nfs shares. On our two login servers, running 11.1, we use autofs to automount these folders. Initially when I logon, i see this in the output of 'mount': knfs:/users on /indirect/users type nfs (rw,soft,sloppy,addr=192.168.1.2,nfsvers=3,proto=tcp,mountproto=udp) knfs:/mnt/local on /indirect/local type nfs (rw,soft,sloppy,addr=192.168.1.2,nfsvers=3,proto=tcp,mountproto=udp) /indirect/users is symlinked to /users, which is where our users homedirs live.(instead of /home) After accessing other shares mounted in inderect and symlinked to / they will mount themselves. Now I can go to a folder, say ~/tmp and try to cvs co something from some cvs server on the net. This will sometimes work and sometimes throw the described error: cvs [checkout aborted]: could not chdir to /indirect/data/myuser/tmp: No such file or directory Note in this case that /indirect/data is a share that have been automounted since i logged in, probably by another user accessing it. muyser does not and should not have a dir in /indirect/data, but if I create it, the following happens: cvs will checkout the specified module into /indirect/data/myuser/tmp instead of $HOME/tmp, even though PWD=$HOME/tmp. This could also be /indirect/local, /indirect/rawdata or something different. but allways the automounted shares. I.e. if I try form /tmp it always works. Now some configuration: on the login servers we have /etc/auto.master /indirect /etc/auto.indirect -soft EOF /etc/auto.indirect pc_disk -fstype=nfs,soft knfs:/pc_disk users -fstype=nfs,soft knfs:/users data -fstype=nfs,soft knfs:/data1 rawdata -fstype=nfs,soft knfs:/rawdata pubdata -fstype=nfs,soft knfs:/pubdata local -fstype=nfs,soft knfs:/mnt/local EOF Please tell me if you need more information. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=496488 http://bugzilla.novell.com/show_bug.cgi?id=496488#c3 --- Comment #3 from Philipp Thomas <pth@novell.com> 2010-08-06 17:45:55 CEST --- 11.1 isn't supported. Does it still happen on openSUSE 11.3? -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=496488 http://bugzilla.novell.com/show_bug.cgi?id=496488#c4 --- Comment #4 from Troels Kofoed Jacobsen <tkjacobsen@gmail.com> 2010-08-06 15:49:06 UTC --- We've moved to SVN, so I cannot comment on that. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=496488 https://bugzilla.novell.com/show_bug.cgi?id=496488#c5 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEEDINFO |RESOLVED InfoProvider|tkjacobsen@gmail.com | Resolution| |INVALID --- Comment #5 from Philipp Thomas <pth@novell.com> 2011-03-07 12:51:59 CET --- I can't reproduce. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com