Henrik,
I don't know if you are still maintaining the 4.2.0 version, but I have stumbled across a mistype in the hobbitcgi.cfg file that gets created.
#hobbit-ghosts.cgi options
CGI_GHOSTS_OPT="--env=/usr/local/hobbit/server/etc/hobbitserver.cfg"
However, in the hobbit-ghosts.sh file you call it differently.
more hobbit-ghosts.sh
#!/bin/sh
This is the Hobbit wrapper for the ghosts CGI
. /opt/tools/hobbit/server/etc/hobbitcgi.cfg
exec /usr/local/hobbit/server/bin/hobbit-ghosts.cgi --env=/usr/local/hobbit/server/etc/hobbitserver.cfg $CGI_GHOSTS_OPTS
You have dropped the S off the end of the variable $CGI_GHOSTS_OPTS. This only caused me trouble when building a package and the compiled variables for serverip did not "exist"
Paul Moore Verizon Business MNSO OSS - Principal Engineer 7000 Weston Parkway Cary, NC 27516
Office: 1-919-377-5159 Vnet: 966-5159 Cell: 1-919-816-7802 paul.moore at verizonbusiness.com http://mnso.mcilink.com/oss
In <D37F185EE956F144A2A48A587C2AF05214698F5F at ASHEVS006.mcilink.com> "Moore, Paul" <paul.moore at verizonbusiness.com> writes:
I don't know if you are still maintaining the 4.2.0 version, but I have stumbled across a mistype in the hobbitcgi.cfg file that gets created. [snip] You have dropped the S off the end of the variable $CGI_GHOSTS_OPTS.
Thanks, fixed now in what will be the 4.3 version.
Regards, Henrik
Is the fix in hobbit_ghosts.sh or hobbitcgi.cfg? In other words which is the correct variable? Regards NNdegz
On Mon, Oct 20, 2008 at 4:40 PM, Henrik Stoerner <henrik at hswn.dk> wrote:
In <D37F185EE956F144A2A48A587C2AF05214698F5F at ASHEVS006.mcilink.com> "Moore, Paul" <paul.moore at verizonbusiness.com> writes:
I don't know if you are still maintaining the 4.2.0 version, but I have stumbled across a mistype in the hobbitcgi.cfg file that gets created. [snip] You have dropped the S off the end of the variable $CGI_GHOSTS_OPTS.
Thanks, fixed now in what will be the 4.3 version.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I would suggest that the change be made to the hobbitcgi.cfg file as similar variables all end in _OPTS.
*** Another change that will need to be made is adding the variable CGI_NOTIFYLOG_OPTS as this one is missing from hobbitcgi.cfg. This variable is referenced in hobbit-notifylog.sh.
Finally, another file to change is the RELEASENOTES. It references the CGI_GHOSTS_OPT (no S) name and is also missing the CGI_NOTIFYLOG_OPTS variable.
If you like, I can create a patch file.
Robert
On Mon, Oct 20, 2008 at 2:01 PM, ndegz <nndegz at gmail.com> wrote:
Is the fix in hobbit_ghosts.sh or hobbitcgi.cfg? In other words which is the correct variable? Regards NNdegz
On Mon, Oct 20, 2008 at 4:40 PM, Henrik Stoerner <henrik at hswn.dk> wrote:
In <D37F185EE956F144A2A48A587C2AF05214698F5F at ASHEVS006.mcilink.com> "Moore, Paul" <paul.moore at verizonbusiness.com> writes:
I don't know if you are still maintaining the 4.2.0 version, but I have stumbled across a mistype in the hobbitcgi.cfg file that gets created. [snip] You have dropped the S off the end of the variable $CGI_GHOSTS_OPTS.
Thanks, fixed now in what will be the 4.3 version.
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
participants (4)
-
henrik@hswn.dk
-
nndegz@gmail.com
-
paul.moore@verizonbusiness.com
-
robertholden@gmail.com