![]() |
1.0.7 postinst configure problem - 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: 1.0.7 postinst configure problem (/thread-13038.html) |
1.0.7 postinst configure problem - thewiizard - 03-10-2011 11:20 AM Having a problem on FBSD 8.2 isCP 1.0.7 OMEGA from /var/log/iscp/setup/iscp-setup.log Code: getCmdExitValue() | Starting... If I run '/bin/sh postinst configure' I see 'Version: not found' If I run '/usr/local/bin/bash postinst configure' I see ./maintainer-helper.sh: line 71: Version: command not found also, the setup failed on a few files being missing but managed to find these in trunk. database/database.sql pma/config.inc.tpl pma/working/config.inc.tpl Also doesn't like UTC as a time zone. Any suggestions? RE: 1.0.7 postinst configure problem - thewiizard - 03-10-2011 10:30 PM OK so more digging as I'd like to get to the bottom of this. snippet from maintainer-helper.sh lines 79-83 Code: # Reading needed entries from ispcp.conf eval $a seems to throw the error out below Code: ./maintainer-helper.sh: line 71: Version: command not found If I then comment out 'eval $a' Code: ./maintainer-helper.sh: line 78: [: -eq: unary operator expected RE: 1.0.7 postinst configure problem - thewiizard - 03-10-2011 11:33 PM OK I think I may have gotten around this error by running the 'reset-setup' script in the ispcp/engine/setup/ directory. It's now failing on GUI setup * ispCP GUI Bind9 configuration: [ Failed ] Code: setup_gui_named() | Starting... |