FreeBSD 8.2 new install of 1.0.7 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: FreeBSD 8.2 new install of 1.0.7 (/thread-13249.html) |
FreeBSD 8.2 new install of 1.0.7 - lyndonl - 04-14-2011 05:38 PM Hi All, I hope you can help The install has gone perfectly until the setup is run perl ./ispcp-setup it goes through the config fine and then this happens Starting ispCP installation * Stopping all services: ........... [ Done ] System checks * Mysql server connection: [ Done ] Services setup * ispCP users and groups: [ Done ] * ispCP directories: [ Done ] * ispCP main configuration file: [ Done ] * ispCP database: [ Done ] * ispCP default language table: [ Done ] * ispCP default SQL data: [ Done ] * ispCP system hosts file: [ Done ] * ispCP system resolver: [ Done ] * ispCP crontab file: [ Done ] * ispCP Bind9 main configuration file: [ Done ] * ispCP Apache fastCGI modules configuration: [ Done ] * ispCP Apache main vhost file: [ Done ] * ispCP Apache AWStats vhost file: [ Done ] * ispCP Postfix configuration files: [ Done ] * ispCP Courier-Authentication: [ Done ] * ispCP ProFTPd configuration file: [ Done ] * ispCP init scripts: [ Done ] GUI setup * ispCP GUI Bind9 configuration: [ Failed ] [FATAL] An error occurred during setup process! Correct it and re-run this program. Log files are stored in /var/log/ispcp/setup You can also find help at http://isp-control.net/forum the logs are below <-- SNIP --> sys_command('/bin/chmod 0755 /usr/local/etc/rc.d/ispcp_network') | Ending... setup_ispcp_daemon_network() | Ending... setup_services_cfg() | Ending... setup_gui_cfg() | Starting... setup_gui_named() | Starting... setup_gui_named_cfg_data() | Starting... setup_gui_named_cfg_data() | [FATAL] Undefined Input Data... exit_msg() | Starting... exit_msg() | Ending... del_file() | Starting... del_file() | Ending... <-- SNIP --> If there is any more information you need please let me know RE: FreeBSD 8.2 new install of 1.0.7 - lyndonl - 04-14-2011 11:57 PM ok fixed that problem cd /usr/local/etc/ispcp/bind less named.conf // bind Data BEGIN. // dmn [{DMN_NAME}] cfg entry BEGIN. // dmn [{DMN_NAME}] cfg entry END. // bind Data END. ### added the below, basically add your server name or "host name" vi named.conf // bind Data BEGIN. // dmn [{DMN_NAME}] cfg entry BEGIN. // dmn [{DMN_NAME}] cfg entry END. // bind Data END. ; dmn [shweb-06.domain.co.za] timestamp entry BEGIN. 2011011001 ; Serial ; dmn [shweb-06.domain.co.za] timestamp entry END. but now I get to this point GUI setup * ispCP GUI Bind9 configuration: [ Done ] * ispCP GUI fastCGI/PHP configuration: [ Done ] * ispCP GUI vhost file: [ Done ] * ispCP PMA configuration file: [ Done ] Post-installation tasks for freeBSD Version: not found [FATAL] An error occurred during setup process! Correct it and re-run this program. any ideas about "Version not Found" ? RE: FreeBSD 8.2 new install of 1.0.7 - dracoling - 04-20-2011 01:59 PM (04-14-2011 11:57 PM)lyndonl Wrote: Post-installation tasks for freeBSD I found that the FreeBSD sed doesn't support the \s metachar, I fixed mine by changing all the \s in maintainer-helper.sh to an actual space char. I'm having a few other problems after that though. Looks like the FreeBSD postinstall is a bit broken. If I can get all the pieces figured out maybe I'll submit a patch. |