...snip...
Code: Select all
Creating Scalix Server primary mail node...
Creating Scalix Server admin user...
Fatal error occured: Msg: Failed to configure server -- check the log for errors.
Scalix Installer - cleaning up...
Scalix Installer - stopped.
Looking at the log (below), I think it succeeds in creating the admin user, and then fails at whatever is the next step.
Running the installer with --debug, here are the last (almost) 20 lines of the installation log:
Code: Select all
2006-03-23 13:27:10,072 INFO Successfully added name generation rules
2006-03-23 13:27:10,073 DEBUG Called config-server function set_generation_rules with success True
2006-03-23 13:27:10,074 DEBUG Calling config-server function create_primary_mailnode
2006-03-23 13:27:10,075 INFO Creating Primary mailnode on ox
2006-03-23 13:27:10,717 DEBUG Called config-server function create_primary_mailnode with success True
2006-03-23 13:27:10,718 DEBUG Calling config-server function create_server_admin_user
2006-03-23 13:27:10,719 INFO Configuring server Unix user and server admin user...
2006-03-23 13:27:10,876 INFO Created system group 'sxadmin'
2006-03-23 13:27:11,011 INFO Created system user 'sxadmin'
2006-03-23 13:27:11,012 INFO Adding user sxadmin/ox/IA=sxadmin-ox@ox.flyingiranch.com as server admin user authid sxadmin (use authid to log in at administration console)
2006-03-23 13:27:12,758 INFO Setting user sxadmin@66-224-122-116.atgi.net as server error notification user
2006-03-23 13:27:13,447 INFO Setting error notification user (sxadmin) with no mailbox size limits
2006-03-23 13:27:13,762 DEBUG Called config-server function create_server_admin_user with success True
2006-03-23 13:27:13,764 DEBUG Calling config-server function do_tweaks
2006-03-23 13:27:13,765 ERROR general.cfg does not exist, can't do tweaks
2006-03-23 13:27:13,766 DEBUG Called config-server function do_tweaks with success False
2006-03-23 13:27:13,767 CRITICAL Operation failed: config-server function do_tweaks failed to execute successfully
2006-03-23 13:27:13,768 ERROR Operation failed: Aborting server configuration
I do have three files called general.cfg, all part of scalix:
- /var/opt/scalix/release.sys/general.cfg
/var/opt/scalix/sys/general.cfg
/opt/scalix/template/release.sys/general.cfg
This is the Scalix CE, by the way.
Thanks for any help,
Bryan