From: Rob H. <ro...@na...> - 2003-03-03 16:20:03
|
Excellent! I will look at the build system, if you specified "/usr/bin" as the bindir in your install.cfg it should have worked.. ( it works when I build Debian packages ). Anyway, good news nonetheless. Please email the sandweb-users list if you need anything else. On Sun, Mar 02, 2003 at 12:05:43PM +0100, Gaudenz Alder wrote: > Problem solved. The sandweb-expect command is in /usr/bin/ not > /usr/local/bin/: > > [root@stone sandweb]# grep bindir /etc/etc/sandweb.cfg > bindir="/usr/local/bin" > [root@stone sandweb]# which sandweb-expect > /usr/bin/sandweb-expect > > Everything working now! Thanks again for your support, and have a great > weekend! > > - Gaudenz > > > > ----- Original Message ----- > From: "Rob Helmer" <ro...@ro...> > To: "Gaudenz Alder" <al...@jg...> > Sent: Sunday, March 02, 2003 6:53 AM > Subject: Re: [Sandweb-users] checkout failed error code 127 > > > > Hello, > > > > > > I'm away from my computer right now ( on wireless ) so I cannot say for > > certain, but I do see that SandWeb is not trying to use the VCS ( in > > this case CVS ) password for some reason, the password is not blank is > > it? You can look in the user's user.cfg ( in the user's sandweb homedir, > > by default it's /usr/share/sandweb/users/<username> ) to see if the > > password is saved there, and also if "remember repo password" is set. > > > > Also, the best way to figure out what is going on, is to run the command > > in the debug output > > after "DEBUG: SandWeb::Shell Full command is :" > > ( copy and paste it to a shell running as the Apache user ). > > > > Please let me know how it goes :) > > > > In the meantime, I'll try to reproduce that error code (127 right?) and > > hopefully figure out where it's coming from ( the pipeline is > > sandweb-expect, which is an expect script, calls cvs, which calls ssh, > > so it gets a little confusing sometimes ). > > > > > > -- > > Rob > > > > On Sat, 1 Mar 2003 8:03PM -0800, Gaudenz Alder wrote: > > >> I think you need to turn debug to "1" in the /etc/sandweb.cfg ( or > > >> wherever you told install.cfg to install sandweb.cfg ... ). > > > > > > DEBUG: SandWeb::Config module_description = '' > > > > > > DEBUG: main write_config() > > > DEBUG: main module_name: > > > DEBUG: main username: alderg > > > DEBUG: main location: > > > DEBUG: main main_window_url: > > > http://www.javalab.org/cgi-bin/sandweb.cgi?action=sandbox > > > DEBUG: main Repo name: JGraph.org > > > DEBUG: main Repo root: /cvsroot/jgraph > > > DEBUG: main VCS sandbox: /usr/share/sandweb/users/alderg/JGraph.org// > > > DEBUG: main Repo type: CVS > > > DEBUG: main Filename(s): jgraph > > > DEBUG: SandWeb::Repository Performing checkout operation > > > DEBUG: SandWeb::Repository Params: file jgraph > > > DEBUG: SandWeb::Repository::cvs Performing checkout operation > > > DEBUG: SandWeb::Repository::cvs Params: checkout -d jgraph > > > DEBUG: SandWeb::Repository::cvs File: jgraph > > > DEBUG: SandWeb::Repository::cvs Creating Shell object > > > DEBUG: SandWeb::Shell VCS call to Unix shell > > > DEBUG: SandWeb::Shell VCS command is : cd > > > /usr/share/sandweb/users/alderg/JGraph.org// && CVS_RSH=/usr/bin/ssh > > > && > > > export CVS_RSH && /usr/bin/cvs -q -d > > > :ext:al...@cv...:/cvsroot/jgraph checkout -d > > > jgraph > > > 'jgraph' > > > DEBUG: SandWeb::Shell Using VCS username/password > > > DEBUG: SandWeb::Shell Full command is : /usr/local/bin/sandweb-expect > > > vcs > > > /usr/share/sandweb/users/alderg/passwd "cd > > > /usr/share/sandweb/users/alderg/JGraph.org// && CVS_RSH=/usr/bin/ssh > > > && > > > export CVS_RSH && /usr/bin/cvs -q -d > > > :ext:al...@cv...:/cvsroot/jgraph checkout -d > > > jgraph > > > 'jgraph'" > > > DEBUG: SandWeb::File removing file : > > > /usr/share/sandweb/users/alderg/passwd > > > DEBUG: SandWeb::File::Unix removing file : > > > /usr/share/sandweb/users/alderg/passwd > > > DEBUG: SandWeb::Shell VCS call to Unix shell > > > DEBUG: SandWeb::Shell VCS command is : rm > > > "/usr/share/sandweb/users/alderg/passwd" > > > DEBUG: SandWeb::Shell Not using VCS username/password > > > DEBUG: SandWeb::File::Unix error code : > > > DEBUG: main action: sandbox - submit: > > > DEBUG: main module_description: > > > > > > DEBUG: main loading prefs > > > > > > What's happening here? > > > > > > Regards, > > > > > > - Gaudenz > > > > > > > |