It would appear that a line like:
# Site specific VS install script
$site_vs_install = '/usr/share/freevsd/scripts/site-vs-batch.pl';
Is missing form you're freevsd.conf file. It is the presence of this
line that tells vsd-vsbatch.pl to run the site specific vs
configuration, which is the section that substitutes the #BINADDR# with
the ip address in the config files.
Hope this helps,
Damion.
Joel Shellman wrote:
>
> I'm on RedHat 7. I installed the 1.4.7 rh7 RPMs and then installed the
> prebuilt skeleton. When trying to boot I get a couple errors about
> #BINDADDR# and #HOSTNAME#. Apparently these are template variables
> inside the httpd.conf file and are not being replaced during the
> installation process. Is there something I did/didn't do that caused it
> not to work, or is it just broken?
>
> Thanks,
> --
> Joel Shellman