From s.ballange at mentel.com Thu Nov 22 13:25:45 2007 From: s.ballange at mentel.com (=?ISO-8859-1?Q?S=E9bastien_Ballang=E9?=) Date: Thu, 22 Nov 2007 08:25:45 -0500 Subject: [cvsspam-devel] record_lastdir.rb: No such file or directory Message-ID: <47458359.7050003@mentel.com> Hi everybody, I'm having troubles installing cvsspam on our dev box: I've followed the instructions, every parameters seem to be correct but I still get "record_lastdir.rb: No such file or directory" ... The complete error message is The server reported an error while performing the "cvs commit" command. MyProjectName: cvs commit: cannot exec /usr/local/lib/cvsspam/record_lastdir.rb: No such file or directory MyProjectName: cvs commit: Pre-commit check failed [...] MyProjectName: cvs [commit aborted]: correct above errors first! cvsspam is installed in /usr/local/lib/cvsspam : sebastien at dev:~$ ls -l /usr/local/lib/cvsspam/ total 72 -rwxr-xr-x 1 root root 12120 2007-11-21 16:08 collect_diffs.rb -rwxr-xr-x 1 root root 51406 2007-11-21 16:08 cvsspam.rb -rwxr-xr-x 1 root root 2245 2007-11-21 16:08 record_lastdir.rb config file is in /etc/cvsspam : sebastien at dev:~$ ls -l /etc/cvsspam/ total 8 -rwxr-xr-x 1 root root 6032 2007-11-21 16:15 cvsspam.conf Only 3 changes in the config file: addRecipient, $bugzillaURL and $cvs_prog = "/usr/bin/cvs" Ruby files start with the correct path to Ruby: sebastien at dev:~$ which ruby /usr/bin/ruby sebastien at dev:~$ which cvs /usr/bin/cvs Has anyone any idea on how to solve this? Thanks a lot S?bastien Ballang?