|
From: Rob H. <ro...@ro...> - 2003-08-09 00:17:17
|
On Fri, 8 Aug 2003 2:25PM -0800, Micah Anderson wrote: > micah@miso:~$ sudo su - www-data > www-data@miso:~$ ssh mi...@mi... > mi...@mi...'s password: Hmm.. Well at least we know it's not the ssh connection that's the problem. > Yes, debian stable/woody/3.0. Ok, that's what I produce the .deb on. Hmm.. You haven't installed from the .tar.gz distribution of sandweb (doing "make install") on this system before, have you? > The weird thing is that I dont get a chance to respond to the first > one, it prints them both out and I can only type on the second one. Weird. Could be a bug in the sandweb-expect script.. Either that or the sandweb-ssh script, which wraps around SSH so we can pass params via the CVS_RSH setting. Let's try to figure out where the prob is. Try: su - www-data export CVS_RSH=/usr/bin/sandweb-ssh export CVSROOT=:ext:micah@host:/cvsroot/ cvs co module (substitute the real host, cvsroot and module of course..) Thanks for helping to troubleshoot this! This particular exercise will let us know if it's the problem is being caused by the sandweb-ssh or the sandweb-expect script. Thanks, Rob |