Forum OpenACS Q&A: Re: Mystery error ....

Collapse
8: Re: Mystery error .... (response to 5)
Posted by Marc Fournier on
Yes, we setup all our startup scripts to pre-bind ... I've even done it for ports about 1024, so that its 'habit' vs something to remember ...

'k, let's see if I can add some to this thread though ...

If I go to the web site, I get the 'Welcome' page, and a button for 'Next>' ... if you click on Next, it comes back with a 'Document contains no data' error with the URL for /package-install?

... looking in the OpenACS logs, there is:

[11/Feb/2007:20:02:46][99046.135123968][-conn:11-] Error: Unable to source /usr/local/www/villagetalk.net/openacs-5.3.0/packages/acs-bootstrap-installer/installer/packages-install.tcl: file does not exist.
[11/Feb/2007:20:04:47][99046.135123968][-conn:11-] Notice: exiting: timeout waiting for connection

checking the file system, there is no package-install.tcl file in that directory, only an 'install.tcl':

villagetalk# ls /usr/local/www/villagetalk.net/openacs-5.3.0/packages/acs-bootstrap-installer/installer
index.tcl install.tcl
villagetalk#

so, is it referencing the wrong file, or is the file mis-named? is it safe to rename install.tcl -> package-install.tcl?