|
From: Robert H. <ro...@ro...> - 2003-08-05 18:39:40
|
On Tue, Aug 05, 2003 at 12:18:52PM -0400, Micah Anderson wrote: > I notice that there is a password file in > /usr/share/sandweb/users/$user, but it never contains anything... if > this has my VCS password in it, would this make it so I wouldn't have > type in my password everytime I wanted to do a CVS operation? This file is supposed to be created and used temporarily and then destroyed. You can choose to store the password in the repository menu, which actually stores the password in the .user.cfg in /usr/share/sandweb/users/$username/. > DEBUG: SandWeb::Repository::cvs Performing commit operation > DEBUG: SandWeb::Repository::cvs Writing commit msg to > /usr/share/sandweb/users/micah/commitmsg (temporarily) Does www-data have write access to /usr/share/sandweb/users/micah/commitmsg ? -- /usr/bin/sandweb-expect vcs /usr/share/sandweb/users/micah/passwd "cd /usr/share/sandweb/users/micah/website/web//mail/english/common && MESSAGE_FILE="/usr/share/sandweb/users/micah/commitmsg" && export MESSAGE_FILE && CVSEDITOR=/usr/bin/sandweb-editor && export CVSEDITOR && SSH_BIN=/usr/bin/ssh && export SSH_BIN && CVS_RSH=/usr/bin/sandweb-ssh && export CVS_RSH && /usr/bin/cvs -q -d ":ext:mi...@mi...:/var/www/webwml" commit 'mail-footer.php'" -- Try doing "su - www-data" and running the above command (yes, it's huge :) just stick it on one line). You are using OpenSSH installed in /usr/bin/ssh (default Debian location) right? -- Rob |