Failed when installing 12.5 on CentOS7

Discuss installation of Scalix software
sergepavlov
Posts: 9
Joined: Mon Sep 28, 2015 1:34 am

Failed when installing 12.5 on CentOS7

Postby sergepavlov » Sun Feb 28, 2016 7:53 pm

Hello,

I am trying to install the latest version of scalix community ed 12.5 as 2016/02/28 (license=None) on CentOS7 x64.

I am failing at the Scalix-db configuration step. The installation scripts exits and says:

...
Configuring PostgreSQL...
Fatal error occured: Msg: An error occurred configuring Web applications -- check the log for errors.
Scalix Installer - cleaning up...
Scalix Installer - done.

The debug install log has the text below regarding the db setup.

2016-02-28 18:23:58,933 WARNING Could not determine PostgreSQL whitelist, OK.
2016-02-28 18:23:59,025 DEBUG Found IPs: ['192.168.0.10'] (babayaga.sergueipavlov.com)
2016-02-28 18:24:12,464 DEBUG FunctionThread calling configure_postgres with args (<sxdata.Data instance at 0x27ee488>,)
2016-02-28 18:24:12,464 INFO Configuring PostgreSQL...
2016-02-28 18:24:12,519 DEBUG Installed package postgresql details: postgresql 9.2.14-1.el7_1 16447794 x86_64 linux 1.el7_1 (none) (none)
2016-02-28 18:24:12,519 DEBUG Installed PostgreSQL version is: 9.2.14-1.el7_1
2016-02-28 18:24:12,519 DEBUG Running postgres.configure: ['192.168.0.10']
2016-02-28 18:24:21,666 DEBUG running command '/opt/scalix-postgres/bin/sxpsql-init', exit code 0
2016-02-28 18:24:21,666 DEBUG command output:
2016-02-28 18:24:21,666 DEBUG | The files belonging to this database system will be owned by user "postgres".
2016-02-28 18:24:21,666 DEBUG | This user must also own the server process.
2016-02-28 18:24:21,666 DEBUG |
2016-02-28 18:24:21,666 DEBUG | The database cluster will be initialized with locale "en_US.UTF-8".
2016-02-28 18:24:21,666 DEBUG | The default database encoding has accordingly been set to "UTF8".
2016-02-28 18:24:21,666 DEBUG | The default text search configuration will be set to "english".
2016-02-28 18:24:21,667 DEBUG |
2016-02-28 18:24:21,667 DEBUG | creating directory /var/opt/scalix/ba/postgres/data ... ok
2016-02-28 18:24:21,667 DEBUG | creating subdirectories ... ok
2016-02-28 18:24:21,667 DEBUG | selecting default max_connections ... 100
2016-02-28 18:24:21,667 DEBUG | selecting default shared_buffers ... 32MB
2016-02-28 18:24:21,667 DEBUG | creating configuration files ... ok
2016-02-28 18:24:21,667 DEBUG | creating template1 database in /var/opt/scalix/ba/postgres/data/base/1 ... ok
2016-02-28 18:24:21,667 DEBUG | initializing pg_authid ... ok
2016-02-28 18:24:21,667 DEBUG | initializing dependencies ... ok
2016-02-28 18:24:21,667 DEBUG | creating system views ... ok
2016-02-28 18:24:21,668 DEBUG | loading system objects' descriptions ... ok
2016-02-28 18:24:21,668 DEBUG | creating collations ... ok
2016-02-28 18:24:21,668 DEBUG | creating conversions ... ok
2016-02-28 18:24:21,668 DEBUG | creating dictionaries ... ok
2016-02-28 18:24:21,668 DEBUG | setting privileges on built-in objects ... ok
2016-02-28 18:24:21,668 DEBUG | creating information schema ... ok
2016-02-28 18:24:21,668 DEBUG | loading PL/pgSQL server-side language ... ok
2016-02-28 18:24:21,668 DEBUG | vacuuming database template1 ... ok
2016-02-28 18:24:21,668 DEBUG | copying template1 to template0 ... ok
2016-02-28 18:24:21,668 DEBUG | copying template1 to postgres ... ok
2016-02-28 18:24:21,669 DEBUG |
2016-02-28 18:24:21,669 DEBUG | WARNING: enabling "trust" authentication for local connections
2016-02-28 18:24:21,669 DEBUG | You can change this by editing pg_hba.conf or using the option -A, or
2016-02-28 18:24:21,669 DEBUG | --auth-local and --auth-host, the next time you run initdb.
2016-02-28 18:24:21,669 DEBUG |
2016-02-28 18:24:21,669 DEBUG | Success. You can now start the database server using:
2016-02-28 18:24:21,669 DEBUG |
2016-02-28 18:24:21,669 DEBUG | /usr/bin/postgres -D /var/opt/scalix/ba/postgres/data
2016-02-28 18:24:21,669 DEBUG | or
2016-02-28 18:24:21,669 DEBUG | /usr/bin/pg_ctl -D /var/opt/scalix/ba/postgres/data -l logfile start
2016-02-28 18:24:21,670 DEBUG |
2016-02-28 18:24:21,670 DEBUG | Starting scalix-postgres (via systemctl): [ OK ]
2016-02-28 18:24:25,854 DEBUG running command '/opt/scalix-postgres/bin/sxpsql-reconfig', exit code 0
2016-02-28 18:24:25,855 DEBUG command output:
2016-02-28 18:24:25,855 DEBUG | SCALIX Postgres reconfiguration started.
2016-02-28 18:24:25,855 DEBUG | SCALIX Postgres logging reconfiguration started.
2016-02-28 18:24:25,855 DEBUG | postgresql.conf backed up to postgresql.conf_saved.2016-02-28_18:24:23
2016-02-28 18:24:25,855 DEBUG | setConfParam: Uncommenting/amending parameter "log_min_error_statement"
2016-02-28 18:24:25,855 DEBUG | setConfParam: Parameter [ log_min_error_statement ] updated OK
2016-02-28 18:24:25,855 DEBUG | setConfParam: Uncommenting/amending parameter "log_line_prefix"
2016-02-28 18:24:25,855 DEBUG | setConfParam: Parameter [ log_line_prefix ] updated OK
2016-02-28 18:24:25,856 DEBUG | ScalixDB logging enabled.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres logging reconfiguration completed.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres auto-vacuum reconfiguration started.
2016-02-28 18:24:25,856 DEBUG | Postgres v9.2 - vacuumdb client enabled via root's crontab.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres auto-vacuum reconfiguration completed.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres auto-reindex reconfiguration started.
2016-02-28 18:24:25,856 DEBUG | Periodic REINDEX commands enabled via root's crontab.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres auto-reindex reconfiguration completed.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres reconfiguration complete.
2016-02-28 18:24:26,354 DEBUG running command '/opt/scalix-postgres/bin/sxpsql-setpwd '***'', exit code 0
2016-02-28 18:24:26,354 DEBUG command output:
2016-02-28 18:24:26,354 DEBUG | ALTER ROLE
2016-02-28 18:24:27,356 DEBUG running command '/opt/scalix-postgres/bin/sxpsql-whitelist 192.168.0.10', exit code 3
2016-02-28 18:24:27,356 DEBUG command output:
2016-02-28 18:24:27,356 DEBUG |
2016-02-28 18:24:27,356 ERROR Operation failed: Failed to set the list of hosts allowed to connect to the PostgreSQL database.


It must be something simple I am missing when installing the postgresql db in CentOS.

I did:
yum install postgresql postgresql-libs postgresql-devel postgresql-server
postgresql-setup initdb
service postgresql start

modified postgresql.conf to listen on 192.168.0.10
>listen_addresses = 'localhost,192.168.0.10'

modified pg_hba.conf:
# IPv4 local connections:
host all all 127.0.0.1/32 trust
host all all 192.168.0.10/32 trust

service postgresql restart

Please, help.

Thanks,
Serguei.

sergepavlov
Posts: 9
Joined: Mon Sep 28, 2015 1:34 am

Re: Failed when installing 12.5 on CentOS7

Postby sergepavlov » Mon Feb 29, 2016 5:59 pm

Hello,

Here is the whole installation log in two posts (1/2):

Thanks,
Serguei.

2016-02-28 18:20:38,033 INFO Initializing Scalix Installer version 12.5.2.14721
2016-02-28 18:20:38,059 DEBUG OS: GNU/Linux
2016-02-28 18:20:38,059 DEBUG Release: CentOS Linux release 7.2.1511 (Core)
2016-02-28 18:20:38,059 DEBUG Architecture: x86_64
2016-02-28 18:20:38,060 DEBUG Total memory is 12129840 kB, recommended is 524288 kB
2016-02-28 18:20:38,060 DEBUG Total available disk space: 920252532 kB, recommended is 256000 kB
2016-02-28 18:20:38,060 DEBUG System default browser: None
2016-02-28 18:20:38,060 DEBUG OS: GNU/Linux
2016-02-28 18:20:38,060 DEBUG Release: CentOS Linux release 7.2.1511 (Core)
2016-02-28 18:20:38,060 DEBUG Architecture: x86_64
2016-02-28 18:20:38,060 DEBUG Total memory is 12129840 kB, recommended is 524288 kB
2016-02-28 18:20:38,060 DEBUG Total available disk space: 920252532 kB, recommended is 256000 kB
2016-02-28 18:20:38,060 DEBUG System default browser: None
2016-02-28 18:20:38,061 INFO Platform is: CentOS Linux release 7.2.1511 (Core) on x86_64 : supported.
2016-02-28 18:20:38,061 INFO Starting Scalix Installer in CLI mode
2016-02-28 18:20:38,061 DEBUG Startup property dictionary {'test_mode': False, 'no_syschecks': False, 'cli': True, 'exec': './scalix-installer', 'no_root': False, 'rpm_dir': '/root/scalix-12.5.2-GA/software/scalix_server', 'log_dir': '/var/log', 'start_screen_id': -1, 'debug': True, 'error_on_syscheck_fail': True, 'cwd': '/root/scalix-12.5.2-GA'}
2016-02-28 18:20:38,185 DEBUG OS: GNU/Linux
2016-02-28 18:20:38,185 DEBUG Release: CentOS Linux release 7.2.1511 (Core)
2016-02-28 18:20:38,185 DEBUG Architecture: x86_64
2016-02-28 18:20:38,185 DEBUG Total memory is 12129840 kB, recommended is 524288 kB
2016-02-28 18:20:38,186 DEBUG Total available disk space: 920251876 kB, recommended is 256000 kB
2016-02-28 18:20:38,186 DEBUG System default browser: None
2016-02-28 18:20:38,191 INFO Fixed PATH to contain /sbin and /usr/sbin
2016-02-28 18:20:38,222 DEBUG FunctionThread calling determine_installed_packages with args (<sxdata.Data instance at 0x27ee488>,)
2016-02-28 18:20:38,853 INFO Packages installed: {}
2016-02-28 18:20:39,416 INFO Obsolete packages installed: {}
2016-02-28 18:20:45,204 INFO Operation passed: OS release check CentOS Linux release 7.2.1511 (Core)
2016-02-28 18:20:45,204 INFO Operation passed: Memory check 12129840
2016-02-28 18:20:45,204 INFO Operation passed: Disk space check 920251876
2016-02-28 18:20:45,229 INFO Tomcat was running when we started: False
2016-02-28 18:20:45,229 DEBUG FunctionThread calling determine_packages with args (<sxdata.Data instance at 0x27ee488>,)
2016-02-28 18:20:46,835 INFO Searching /root/scalix-12.5.2-GA/software/scalix_server for relevant Scalix packages
2016-02-28 18:20:46,836 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.rhel6', '57204067', 'i686', 'linux', '1.rhel6', 'RHEL6', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel6.i686.rpm']]
2016-02-28 18:20:46,836 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel6.i686.rpm is not for this platform
2016-02-28 18:20:46,836 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.sles10', '58771007', 'i586', 'linux', '1.sles10', 'SLES10', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.sles10.i586.rpm']]
2016-02-28 18:20:46,836 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.sles10.i586.rpm is not for this platform
2016-02-28 18:20:46,836 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.rhel5', '57900438', 'x86_64', 'linux', '1.rhel5', 'RHEL5', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel5.x86_64.rpm']]
2016-02-28 18:20:46,837 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel5.x86_64.rpm is not for this platform
2016-02-28 18:20:46,837 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.rhel6', '59652320', 's390x', 'linux', '1.rhel6', 'RHEL6', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel6.s390x.rpm']]
2016-02-28 18:20:46,837 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel6.s390x.rpm is not for this platform
2016-02-28 18:20:46,837 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.suse12', '55356583', 'x86_64', 'linux', '1.suse12', 'SUSE12', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.suse12.x86_64.rpm']]
2016-02-28 18:20:46,837 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.suse12.x86_64.rpm is not for this platform
2016-02-28 18:20:46,838 DEBUG Checking package: ['scalix-chardet', ['1.0.20071031-2.rhel6', '177000', 'i686', 'linux', '2.rhel6', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel6.i686.rpm']]
2016-02-28 18:20:46,838 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel6.i686.rpm is not for this platform
2016-02-28 18:20:46,838 DEBUG Checking package: ['scalix-tomcat-connector', ['12.5.2-14721.rhel7', '1316', 'noarch', 'linux', '14721.rhel7', 'rhel7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel7.noarch.rpm']]
2016-02-28 18:20:46,838 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel7.noarch.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,838 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.suse13', '55153213', 'x86_64', 'linux', '1.suse13', 'SUSE13', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.suse13.x86_64.rpm']]
2016-02-28 18:20:46,838 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.suse13.x86_64.rpm is not for this platform
2016-02-28 18:20:46,839 DEBUG Checking package: ['scalix-libical', ['0.44.976-2.rhel5', '1332100', 'i686', 'linux', '2.rhel5', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel5.i686.rpm']]
2016-02-28 18:20:46,839 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel5.i686.rpm is not for this platform
2016-02-28 18:20:46,839 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-sis-12.5.2.14722-1.noarch.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,839 DEBUG Checking package: ['scalix-tomcat-connector', ['12.5.2-14721.suse13', '1316', 'noarch', 'linux', '14721.suse13', 'suse13', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.suse13.noarch.rpm']]
2016-02-28 18:20:46,839 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.suse13.noarch.rpm is not for this platform
2016-02-28 18:20:46,839 DEBUG Checking package: ['scalix-iconv-extras', ['1.2-6.rhel7', '135580', 'i686', 'linux', '6.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel7.i686.rpm']]
2016-02-28 18:20:46,840 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel7.i686.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,840 DEBUG Checking package: ['scalix-libical', ['0.44.976-2.sles11', '597093', 'i686', 'linux', '2.sles11', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.sles11.i686.rpm']]
2016-02-28 18:20:46,840 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.sles11.i686.rpm is not for this platform
2016-02-28 18:20:46,840 DEBUG Checking package: ['scalix-chardet', ['1.0.20071031-2.sles10', '328997', 'i686', 'linux', '2.sles10', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.sles10.i686.rpm']]
2016-02-28 18:20:46,840 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.sles10.i686.rpm is not for this platform
2016-02-28 18:20:46,841 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-postgres-12.5.2-14763.noarch.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,841 DEBUG Checking package: ['scalix-chardet', ['1.0.20071031-2.suse13', '321314', 'i686', 'linux', '2.suse13', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.suse13.i686.rpm']]
2016-02-28 18:20:46,841 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.suse13.i686.rpm is not for this platform
2016-02-28 18:20:46,841 DEBUG Checking package: ['scalix-iconv-extras', ['1.2-7.rhel6', '206401', 'i686', 'linux', '7.rhel6', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-7.rhel6.i686.rpm']]
2016-02-28 18:20:46,841 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-7.rhel6.i686.rpm is not for this platform
2016-02-28 18:20:46,841 DEBUG Checking package: ['scalix-text-extractors', ['1.0-1.sles10', '16650560', 'i586', 'linux', '1.sles10', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-1.sles10.i586.rpm']]
2016-02-28 18:20:46,842 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-1.sles10.i586.rpm is not for this platform
2016-02-28 18:20:46,842 DEBUG Checking package: ['scalix-text-extractors', ['1.0-2.rhel6', '11994252', 'i686', 'linux', '2.rhel6', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-2.rhel6.i686.rpm']]
2016-02-28 18:20:46,842 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-2.rhel6.i686.rpm is not for this platform
2016-02-28 18:20:46,842 DEBUG Checking package: ['scalix-text-extractors', ['1.0-3.suse13', '23551228', 'i686', 'linux', '3.suse13', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.suse13.i686.rpm']]
2016-02-28 18:20:46,842 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.suse13.i686.rpm is not for this platform
2016-02-28 18:20:46,842 DEBUG Checking package: ['scalix-iconv-extras', ['1.2-6.rhel5', '126324', 'i686', 'linux', '6.rhel5', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel5.i686.rpm']]
2016-02-28 18:20:46,842 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel5.i686.rpm is not for this platform
2016-02-28 18:20:46,843 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.suse13', '55153213', 'i586', 'linux', '1.suse13', 'SUSE13', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.suse13.i586.rpm']]
2016-02-28 18:20:46,843 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.suse13.i586.rpm is not for this platform
2016-02-28 18:20:46,843 DEBUG Checking package: ['scalix-tomcat-connector', ['12.5.2-14721.rhel6', '1316', 'noarch', 'linux', '14721.rhel6', 'rhel6', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel6.noarch.rpm']]
2016-02-28 18:20:46,843 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel6.noarch.rpm is not for this platform
2016-02-28 18:20:46,843 DEBUG Checking package: ['scalix-tomcat-connector', ['12.5.2-14721.rhel5', '1316', 'noarch', 'linux', '14721.rhel5', 'rhel5', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel5.noarch.rpm']]
2016-02-28 18:20:46,844 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel5.noarch.rpm is not for this platform
2016-02-28 18:20:46,844 DEBUG Checking package: ['scalix-text-extractors', ['1.0-3.rhel6', '13874002', 'ppc', 'linux', '3.rhel6', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel6.ppc.rpm']]
2016-02-28 18:20:46,844 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel6.ppc.rpm is not for this platform
2016-02-28 18:20:46,844 DEBUG Checking package: ['scalix-tomcat-connector', ['12.5.2-14721.sles10', '1316', 'noarch', 'linux', '14721.sles10', 'sles10', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.sles10.noarch.rpm']]
2016-02-28 18:20:46,844 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.sles10.noarch.rpm is not for this platform
2016-02-28 18:20:46,844 DEBUG Checking package: ['scalix-chardet', ['1.0.20071031-2.rhel7', '180252', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel7.i686.rpm']]
2016-02-28 18:20:46,845 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel7.i686.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,845 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-res-12.5.2.14721-1.noarch.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,845 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.sles11', '58695676', 'i586', 'linux', '1.sles11', 'SLES11', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.sles11.i586.rpm']]
2016-02-28 18:20:46,845 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.sles11.i586.rpm is not for this platform
2016-02-28 18:20:46,845 DEBUG Checking package: ['scalix-text-extractors', ['1.0-3.rhel7', '15008567', 'i686', 'linux', '3.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel7.i686.rpm']]
2016-02-28 18:20:46,845 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel7.i686.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,846 DEBUG Checking package: ['scalix-libical', ['0.44.976-2.rhel6', '602089', 'i686', 'linux', '2.rhel6', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel6.i686.rpm']]
2016-02-28 18:20:46,846 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel6.i686.rpm is not for this platform
2016-02-28 18:20:46,846 DEBUG Checking package: ['scalix-iconv-extras', ['1.2-6.suse13', '133224', 'i686', 'linux', '6.suse13', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.suse13.i686.rpm']]
2016-02-28 18:20:46,846 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.suse13.i686.rpm is not for this platform
2016-02-28 18:20:46,846 DEBUG Checking package: ['scalix-iconv-extras', ['1.2-6.suse12', '160084', 'i686', 'linux', '6.suse12', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.suse12.i686.rpm']]
2016-02-28 18:20:46,846 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.suse12.i686.rpm is not for this platform
2016-02-28 18:20:46,846 DEBUG Checking package: ['scalix-libical', ['0.44.976-2.rhel7', '612409', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel7.i686.rpm']]
2016-02-28 18:20:46,847 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel7.i686.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,847 DEBUG Checking package: ['scalix-iconv-extras', ['1.2-6.sles11', '133356', 'i686', 'linux', '6.sles11', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.sles11.i686.rpm']]
2016-02-28 18:20:46,847 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.sles11.i686.rpm is not for this platform
2016-02-28 18:20:46,847 DEBUG Checking package: ['scalix-libical', ['0.44.976-2.suse12', '613469', 'i686', 'linux', '2.suse12', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.suse12.i686.rpm']]
2016-02-28 18:20:46,847 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.suse12.i686.rpm is not for this platform
2016-02-28 18:20:46,847 DEBUG Checking package: ['scalix-text-extractors', ['1.0-1.rhel5', '12005332', 'i386', 'linux', '1.rhel5', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-1.rhel5.i386.rpm']]
2016-02-28 18:20:46,848 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-1.rhel5.i386.rpm is not for this platform
2016-02-28 18:20:46,848 DEBUG Checking package: ['scalix-libical', ['0.44.976-2.sles10', '520701', 'i686', 'linux', '2.sles10', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.sles10.i686.rpm']]
2016-02-28 18:20:46,848 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.sles10.i686.rpm is not for this platform
2016-02-28 18:20:46,848 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-sac-12.5.2.14721-1.noarch.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,848 DEBUG Checking package: ['scalix-libical', ['0.44.976-2.suse13', '609249', 'i686', 'linux', '2.suse13', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.suse13.i686.rpm']]
2016-02-28 18:20:46,848 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.suse13.i686.rpm is not for this platform
2016-02-28 18:20:46,849 DEBUG Checking package: ['scalix-text-extractors', ['1.0-3.suse12', '22397483', 'i686', 'linux', '3.suse12', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.suse12.i686.rpm']]
2016-02-28 18:20:46,849 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.suse12.i686.rpm is not for this platform
2016-02-28 18:20:46,849 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-platform-12.5.2.14726-1.noarch.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,849 DEBUG Checking package: ['scalix-iconv-extras', ['1.2-6.sles10', '126388', 'i686', 'linux', '6.sles10', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.sles10.i686.rpm']]
2016-02-28 18:20:46,849 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.sles10.i686.rpm is not for this platform
2016-02-28 18:20:46,849 DEBUG Checking package: ['scalix-chardet', ['1.0.20071031-2.rhel5', '181036', 'i686', 'linux', '2.rhel5', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel5.i686.rpm']]
2016-02-28 18:20:46,850 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel5.i686.rpm is not for this platform
2016-02-28 18:20:46,850 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.rhel6', '60761007', 'ppc64', 'linux', '1.rhel6', 'RHEL6', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel6.ppc64.rpm']]
2016-02-28 18:20:46,850 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel6.ppc64.rpm is not for this platform
2016-02-28 18:20:46,850 DEBUG Checking package: ['scalix-tomcat-connector', ['12.5.2-14721.suse12', '1316', 'noarch', 'linux', '14721.suse12', 'suse12', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.suse12.noarch.rpm']]
2016-02-28 18:20:46,850 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.suse12.noarch.rpm is not for this platform
2016-02-28 18:20:46,850 DEBUG Checking package: ['scalix-tomcat-connector', ['12.5.2-14721.sles11', '1316', 'noarch', 'linux', '14721.sles11', 'sles11', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.sles11.noarch.rpm']]
2016-02-28 18:20:46,850 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.sles11.noarch.rpm is not for this platform
2016-02-28 18:20:46,851 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.suse12', '55356583', 'i586', 'linux', '1.suse12', 'SUSE12', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.suse12.i586.rpm']]
2016-02-28 18:20:46,851 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.suse12.i586.rpm is not for this platform
2016-02-28 18:20:46,851 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.sles11', '58695676', 'x86_64', 'linux', '1.sles11', 'SLES11', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.sles11.x86_64.rpm']]
2016-02-28 18:20:46,851 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.sles11.x86_64.rpm is not for this platform
2016-02-28 18:20:46,851 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.rhel6', '57204067', 'x86_64', 'linux', '1.rhel6', 'RHEL6', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel6.x86_64.rpm']]
2016-02-28 18:20:46,851 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel6.x86_64.rpm is not for this platform
2016-02-28 18:20:46,852 DEBUG Checking package: ['scalix-text-extractors', ['1.0-2.sles11', '17068358', 'i686', 'linux', '2.sles11', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-2.sles11.i686.rpm']]
2016-02-28 18:20:46,852 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-2.sles11.i686.rpm is not for this platform
2016-02-28 18:20:46,852 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-6.0.43-31.noarch.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,852 DEBUG Checking package: ['scalix-chardet', ['1.0.20071031-2.sles11', '328920', 'i686', 'linux', '2.sles11', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.sles11.i686.rpm']]
2016-02-28 18:20:46,852 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.sles11.i686.rpm is not for this platform
2016-02-28 18:20:46,853 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.rhel7', '54870459', 'x86_64', 'linux', '1.rhel7', 'RHEL7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel7.x86_64.rpm']]
2016-02-28 18:20:46,853 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel7.x86_64.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,853 DEBUG Checking package: ['scalix-server', ['12.5.2.14845-1.rhel5', '57900438', 'i386', 'linux', '1.rhel5', 'RHEL5', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel5.i386.rpm']]
2016-02-28 18:20:46,853 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel5.i386.rpm is not for this platform
2016-02-28 18:20:46,853 DEBUG Checking package: ['scalix-chardet', ['1.0.20071031-2.rhel6', '176716', 's390', 'linux', '2.rhel6', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel6.s390.rpm']]
2016-02-28 18:20:46,853 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel6.s390.rpm is not for this platform
2016-02-28 18:20:46,853 INFO File /root/scalix-12.5.2-GA/software/scalix_server/scalix-swa-12.5.2.14725-1.noarch.rpm is a Scalix file, for this platform and valid version
2016-02-28 18:20:46,854 DEBUG Checking package: ['scalix-text-extractors', ['1.0-3.rhel6', '13515421', 's390', 'linux', '3.rhel6', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel6.s390.rpm']]
2016-02-28 18:20:46,854 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel6.s390.rpm is not for this platform
2016-02-28 18:20:46,854 DEBUG Checking package: ['scalix-libical', ['0.44.976-2.rhel6', '685277', 'ppc', 'linux', '2.rhel6', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel6.ppc.rpm']]
2016-02-28 18:20:46,854 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel6.ppc.rpm is not for this platform
2016-02-28 18:20:46,854 DEBUG Checking package: ['scalix-libical', ['0.44.976-2.rhel6', '574921', 's390', 'linux', '2.rhel6', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel6.s390.rpm']]
2016-02-28 18:20:46,854 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel6.s390.rpm is not for this platform
2016-02-28 18:20:46,855 DEBUG Checking package: ['scalix-chardet', ['1.0.20071031-2.rhel6', '184988', 'ppc', 'linux', '2.rhel6', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel6.ppc.rpm']]
2016-02-28 18:20:46,855 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel6.ppc.rpm is not for this platform
2016-02-28 18:20:46,855 DEBUG Checking package: ['scalix-chardet', ['1.0.20071031-2.suse12', '325969', 'i686', 'linux', '2.suse12', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.suse12.i686.rpm']]
2016-02-28 18:20:46,855 WARNING File /root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.suse12.i686.rpm is not for this platform
2016-02-28 18:20:46,858 DEBUG Packages in dir (sorted): [['scalix-libical', ['0.44.976-2.rhel7', '612409', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel7.i686.rpm']], ['scalix-text-extractors', ['1.0-3.rhel7', '15008567', 'i686', 'linux', '3.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel7.i686.rpm']], ['scalix-chardet', ['1.0.20071031-2.rhel7', '180252', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel7.i686.rpm']], ['scalix-iconv-extras', ['1.2-6.rhel7', '135580', 'i686', 'linux', '6.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel7.i686.rpm']], ['scalix-tomcat', ['6.0.43-31', '12480564', 'noarch', 'linux', '31', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-6.0.43-31.noarch.rpm']], ['scalix-tomcat-connector', ['12.5.2-14721.rhel7', '1316', 'noarch', 'linux', '14721.rhel7', 'rhel7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel7.noarch.rpm']], ['scalix-postgres', ['12.5.2-14763', '47415', 'noarch', 'linux', '14763', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-postgres-12.5.2-14763.noarch.rpm']], ['scalix-res', ['12.5.2.14721-1', '2280567', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-res-12.5.2.14721-1.noarch.rpm']], ['scalix-sac', ['12.5.2.14721-1', '22276025', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-sac-12.5.2.14721-1.noarch.rpm']], ['scalix-sis', ['12.5.2.14722-1', '2937440', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-sis-12.5.2.14722-1.noarch.rpm']], ['scalix-swa', ['12.5.2.14725-1', '19036810', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-swa-12.5.2.14725-1.noarch.rpm']], ['scalix-platform', ['12.5.2.14726-1', '18395656', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-platform-12.5.2.14726-1.noarch.rpm']], ['scalix-server', ['12.5.2.14845-1.rhel7', '54870459', 'x86_64', 'linux', '1.rhel7', 'RHEL7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel7.x86_64.rpm']]]
2016-02-28 18:20:46,858 DEBUG Latest packages in dir: {'scalix-res': ['12.5.2.14721-1', '2280567', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-res-12.5.2.14721-1.noarch.rpm'], 'scalix-text-extractors': ['1.0-3.rhel7', '15008567', 'i686', 'linux', '3.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel7.i686.rpm'], 'scalix-libical': ['0.44.976-2.rhel7', '612409', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel7.i686.rpm'], 'scalix-platform': ['12.5.2.14726-1', '18395656', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-platform-12.5.2.14726-1.noarch.rpm'], 'scalix-chardet': ['1.0.20071031-2.rhel7', '180252', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel7.i686.rpm'], 'scalix-tomcat': ['6.0.43-31', '12480564', 'noarch', 'linux', '31', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-6.0.43-31.noarch.rpm'], 'scalix-sis': ['12.5.2.14722-1', '2937440', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-sis-12.5.2.14722-1.noarch.rpm'], 'scalix-sac': ['12.5.2.14721-1', '22276025', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-sac-12.5.2.14721-1.noarch.rpm'], 'scalix-server': ['12.5.2.14845-1.rhel7', '54870459', 'x86_64', 'linux', '1.rhel7', 'RHEL7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel7.x86_64.rpm'], 'scalix-tomcat-connector': ['12.5.2-14721.rhel7', '1316', 'noarch', 'linux', '14721.rhel7', 'rhel7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel7.noarch.rpm'], 'scalix-iconv-extras': ['1.2-6.rhel7', '135580', 'i686', 'linux', '6.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel7.i686.rpm'], 'scalix-swa': ['12.5.2.14725-1', '19036810', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-swa-12.5.2.14725-1.noarch.rpm'], 'scalix-postgres': ['12.5.2-14763', '47415', 'noarch', 'linux', '14763', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-postgres-12.5.2-14763.noarch.rpm']}
2016-02-28 18:20:46,925 DEBUG Latest available version of scalix-res : 12.5.2.14721-1 , installed: None
2016-02-28 18:20:46,989 DEBUG Latest available version of scalix-text-extractors : 1.0-3.rhel7 , installed: None
2016-02-28 18:20:47,052 DEBUG Latest available version of scalix-libical : 0.44.976-2.rhel7 , installed: None
2016-02-28 18:20:47,116 DEBUG Latest available version of scalix-platform : 12.5.2.14726-1 , installed: None
2016-02-28 18:20:47,180 DEBUG Latest available version of scalix-chardet : 1.0.20071031-2.rhel7 , installed: None
2016-02-28 18:20:47,243 DEBUG Latest available version of scalix-tomcat : 6.0.43-31 , installed: None
2016-02-28 18:20:47,307 DEBUG Latest available version of scalix-sis : 12.5.2.14722-1 , installed: None
2016-02-28 18:20:47,370 DEBUG Latest available version of scalix-sac : 12.5.2.14721-1 , installed: None
2016-02-28 18:20:47,956 DEBUG Latest available version of scalix-server : 12.5.2.14845-1.rhel7 , installed: None
2016-02-28 18:20:48,019 DEBUG Latest available version of scalix-tomcat-connector : 12.5.2-14721.rhel7 , installed: None
2016-02-28 18:20:48,083 DEBUG Latest available version of scalix-iconv-extras : 1.2-6.rhel7 , installed: None
2016-02-28 18:20:48,146 DEBUG Latest available version of scalix-swa : 12.5.2.14725-1 , installed: None
2016-02-28 18:20:48,210 DEBUG Latest available version of scalix-postgres : 12.5.2-14763 , installed: None
2016-02-28 18:20:51,207 INFO Components selected to install: {'scalix-res': ['12.5.2.14721-1', '2280567', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-res-12.5.2.14721-1.noarch.rpm'], 'scalix-text-extractors': ['1.0-3.rhel7', '15008567', 'i686', 'linux', '3.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel7.i686.rpm'], 'scalix-libical': ['0.44.976-2.rhel7', '612409', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel7.i686.rpm'], 'scalix-chardet': ['1.0.20071031-2.rhel7', '180252', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel7.i686.rpm'], 'scalix-tomcat': ['6.0.43-31', '12480564', 'noarch', 'linux', '31', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-6.0.43-31.noarch.rpm'], 'scalix-sis': ['12.5.2.14722-1', '2937440', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-sis-12.5.2.14722-1.noarch.rpm'], 'scalix-platform': ['12.5.2.14726-1', '18395656', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-platform-12.5.2.14726-1.noarch.rpm'], 'scalix-sac': ['12.5.2.14721-1', '22276025', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-sac-12.5.2.14721-1.noarch.rpm'], 'scalix-server': ['12.5.2.14845-1.rhel7', '54870459', 'x86_64', 'linux', '1.rhel7', 'RHEL7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel7.x86_64.rpm'], 'scalix-tomcat-connector': ['12.5.2-14721.rhel7', '1316', 'noarch', 'linux', '14721.rhel7', 'rhel7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel7.noarch.rpm'], 'scalix-iconv-extras': ['1.2-6.rhel7', '135580', 'i686', 'linux', '6.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel7.i686.rpm'], 'scalix-swa': ['12.5.2.14725-1', '19036810', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-swa-12.5.2.14725-1.noarch.rpm'], 'scalix-postgres': ['12.5.2-14763', '47415', 'noarch', 'linux', '14763', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-postgres-12.5.2-14763.noarch.rpm']}

sergepavlov
Posts: 9
Joined: Mon Sep 28, 2015 1:34 am

Re: Failed when installing 12.5 on CentOS7

Postby sergepavlov » Mon Feb 29, 2016 6:07 pm

Part (2/2) is at the end of the post.

Below is some host info:

enp7s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:50:43:01:0c:83 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19

enp9s1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.10 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::beae:c5ff:fe22:75c3 prefixlen 64 scopeid 0x20<link>
ether bc:ae:c5:22:75:c3 txqueuelen 1000 (Ethernet)
RX packets 989044 bytes 595634239 (568.0 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 413818 bytes 39856958 (38.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 3411552 bytes 589164636 (561.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3411552 bytes 589164636 (561.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 52:54:00:ea:2c:0d txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

virbr0-nic: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 52:54:00:ea:2c:0d txqueuelen 500 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0



Kernel: Linux babayaga 3.10.0-327.10.1.el7.x86_64 #1 SMP Tue Feb 16 17:03:50 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux


/etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.0.10 babayaga.sergueipavlov.com babayaga

/etc/resolv.conf
nameserver 192.168.0.5
domain sergueipavlov.com

nslookup:
> babayaga
Server: 192.168.0.5
Address: 192.168.0.5#53

Name: babayaga.sergueipavlov.com
Address: 192.168.0.10
> set type=ptr
> 10.0.168.192.in-addr.arpa.
Server: 192.168.0.5
Address: 192.168.0.5#53

10.0.168.192.in-addr.arpa name = babayaga.sergueipavlov.com.
>


If any questions on the environment - please, ask me and I will post.


Thanks,
Serguei.


2016-02-28 18:20:51,207 INFO Components to upgrade: {}
2016-02-28 18:20:51,207 INFO System check start
2016-02-28 18:20:51,213 DEBUG SELinux is not enabled
2016-02-28 18:20:51,213 INFO Operation passed: Environment check passed.
2016-02-28 18:20:51,213 DEBUG Server is not installed so using default scalix path
2016-02-28 18:20:51,214 DEBUG Message store checking: /var/opt/scalix/sys/version exists: False
2016-02-28 18:20:51,214 DEBUG We are upgrading scalix-sis from version older than 11.0.0.553 False
2016-02-28 18:20:51,214 DEBUG We will be upgrading scalix-sis from version older than 11.0.0.553 False
2016-02-28 18:20:51,214 DEBUG We are upgrading scalix-postgres from version older than 11.0.0.600 False
2016-02-28 18:20:51,214 DEBUG We will be upgrading scalix-postgres from version older than 11.0.0.600 False
2016-02-28 18:20:51,214 INFO Operation passed: Filesystem check passed.
2016-02-28 18:20:51,232 DEBUG This host has the following IP addresses: ['192.168.0.10', '192.168.122.1']
2016-02-28 18:20:51,232 DEBUG This machine's host name 'babayaga.sergueipavlov.com' and IP address '192.168.0.10' is set in DNS correctly
2016-02-28 18:20:51,236 INFO Network interface is enp9s1
2016-02-28 18:20:51,236 DEBUG Checking DHCP for interface enp9s1
2016-02-28 18:20:51,237 DEBUG Checking sysconfig file /etc/sysconfig/network-scripts/ifcfg-enp9s1 for DHCP settings
2016-02-28 18:20:51,240 INFO Operation passed: Network check passed.
2016-02-28 18:20:51,286 DEBUG Installed package cyrus-sasl-plain details: cyrus-sasl-plain 2.1.26-20.el7_2 39968 x86_64 linux 20.el7_2 (none) (none)
2016-02-28 18:20:51,286 DEBUG Installed package cyrus-sasl-plain details: cyrus-sasl-plain 2.1.26-20.el7_2 38228 i686 linux 20.el7_2 (none) (none)
2016-02-28 18:20:51,327 DEBUG Installed package cyrus-sasl-md5 details: cyrus-sasl-md5 2.1.26-20.el7_2 82048 x86_64 linux 20.el7_2 (none) (none)
2016-02-28 18:20:51,327 DEBUG Installed package cyrus-sasl-md5 details: cyrus-sasl-md5 2.1.26-20.el7_2 80072 i686 linux 20.el7_2 (none) (none)
2016-02-28 18:20:51,328 DEBUG Component list for upgrade {'scalix-res': ['12.5.2.14721-1', '2280567', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-res-12.5.2.14721-1.noarch.rpm'], 'scalix-text-extractors': ['1.0-3.rhel7', '15008567', 'i686', 'linux', '3.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel7.i686.rpm'], 'scalix-libical': ['0.44.976-2.rhel7', '612409', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel7.i686.rpm'], 'scalix-chardet': ['1.0.20071031-2.rhel7', '180252', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel7.i686.rpm'], 'scalix-swa': ['12.5.2.14725-1', '19036810', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-swa-12.5.2.14725-1.noarch.rpm'], 'scalix-tomcat': ['6.0.43-31', '12480564', 'noarch', 'linux', '31', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-6.0.43-31.noarch.rpm'], 'scalix-sis': ['12.5.2.14722-1', '2937440', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-sis-12.5.2.14722-1.noarch.rpm'], 'scalix-platform': ['12.5.2.14726-1', '18395656', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-platform-12.5.2.14726-1.noarch.rpm'], 'scalix-server': ['12.5.2.14845-1.rhel7', '54870459', 'x86_64', 'linux', '1.rhel7', 'RHEL7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel7.x86_64.rpm'], 'scalix-tomcat-connector': ['12.5.2-14721.rhel7', '1316', 'noarch', 'linux', '14721.rhel7', 'rhel7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel7.noarch.rpm'], 'scalix-iconv-extras': ['1.2-6.rhel7', '135580', 'i686', 'linux', '6.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel7.i686.rpm'], 'scalix-sac': ['12.5.2.14721-1', '22276025', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-sac-12.5.2.14721-1.noarch.rpm'], 'scalix-postgres': ['12.5.2-14763', '47415', 'noarch', 'linux', '14763', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-postgres-12.5.2-14763.noarch.rpm']}
2016-02-28 18:20:51,584 DEBUG Installed package httpd details: httpd 2.4.6-40.el7.centos 9806197 x86_64 linux 40.el7.centos (none) (none)
2016-02-28 18:20:51,584 INFO Apache 2.x appears to be installed.
2016-02-28 18:20:51,584 INFO Operation passed: Dependency check passed.
2016-02-28 18:20:51,624 INFO Operation passed: Running services check passed.
2016-02-28 18:20:51,624 DEBUG Server is not installed so using default scalix path
2016-02-28 18:20:51,626 INFO Operation passed: Community license check passed.
2016-02-28 18:20:52,072 INFO Operation passed: JRE check passed.
2016-02-28 18:20:52,072 INFO System check end
2016-02-28 18:20:52,072 INFO System check result: 0
2016-02-28 18:20:52,072 DEBUG Server is not installed so using default scalix path
2016-02-28 18:20:52,072 DEBUG Message store checking: /var/opt/scalix/sys/version exists: False
2016-02-28 18:20:53,426 INFO Install start
2016-02-28 18:20:53,427 DEBUG Component list for upgrade {'scalix-res': ['12.5.2.14721-1', '2280567', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-res-12.5.2.14721-1.noarch.rpm'], 'scalix-text-extractors': ['1.0-3.rhel7', '15008567', 'i686', 'linux', '3.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel7.i686.rpm'], 'scalix-libical': ['0.44.976-2.rhel7', '612409', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel7.i686.rpm'], 'scalix-chardet': ['1.0.20071031-2.rhel7', '180252', 'i686', 'linux', '2.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel7.i686.rpm'], 'scalix-swa': ['12.5.2.14725-1', '19036810', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-swa-12.5.2.14725-1.noarch.rpm'], 'scalix-tomcat': ['6.0.43-31', '12480564', 'noarch', 'linux', '31', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-6.0.43-31.noarch.rpm'], 'scalix-sis': ['12.5.2.14722-1', '2937440', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-sis-12.5.2.14722-1.noarch.rpm'], 'scalix-platform': ['12.5.2.14726-1', '18395656', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-platform-12.5.2.14726-1.noarch.rpm'], 'scalix-server': ['12.5.2.14845-1.rhel7', '54870459', 'x86_64', 'linux', '1.rhel7', 'RHEL7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel7.x86_64.rpm'], 'scalix-tomcat-connector': ['12.5.2-14721.rhel7', '1316', 'noarch', 'linux', '14721.rhel7', 'rhel7', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel7.noarch.rpm'], 'scalix-iconv-extras': ['1.2-6.rhel7', '135580', 'i686', 'linux', '6.rhel7', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel7.i686.rpm'], 'scalix-sac': ['12.5.2.14721-1', '22276025', 'noarch', 'linux', '1', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-sac-12.5.2.14721-1.noarch.rpm'], 'scalix-postgres': ['12.5.2-14763', '47415', 'noarch', 'linux', '14763', '(none)', '(none)', '/root/scalix-12.5.2-GA/software/scalix_server/scalix-postgres-12.5.2-14763.noarch.rpm']}
2016-02-28 18:20:53,684 DEBUG Calling pre-install function remove_unpackaged_tomcat Checking old Tomcat installations
2016-02-28 18:20:53,684 DEBUG Called pre-install function remove_unpackaged_tomcat with success True
2016-02-28 18:20:53,684 DEBUG Calling pre-install function remove_sxadmin_user Removing legacy admin user
2016-02-28 18:20:53,684 DEBUG Server is not installed so using default scalix path
2016-02-28 18:20:53,684 DEBUG Message store checking: /var/opt/scalix/sys/version exists: False
2016-02-28 18:20:53,688 WARNING Couldn't remove server system admin user: sxadmin ["userdel: user 'sxadmin' does not exist"]
2016-02-28 18:20:53,692 WARNING Couldn't remove server system admin group: sxadmin ["groupdel: group 'sxadmin' does not exist"] , it's probably already been removed, OK.
2016-02-28 18:20:53,692 DEBUG Called pre-install function remove_sxadmin_user with success True
2016-02-28 18:20:53,692 INFO Starting installation of RPM files [('/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel7.i686.rpm', 'scalix-libical'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel7.i686.rpm', 'scalix-chardet'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel7.x86_64.rpm', 'scalix-server'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-postgres-12.5.2-14763.noarch.rpm', 'scalix-postgres'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel7.noarch.rpm', 'scalix-tomcat-connector'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-6.0.43-31.noarch.rpm', 'scalix-tomcat'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-platform-12.5.2.14726-1.noarch.rpm', 'scalix-platform'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-res-12.5.2.14721-1.noarch.rpm', 'scalix-res'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-swa-12.5.2.14725-1.noarch.rpm', 'scalix-swa'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-sac-12.5.2.14721-1.noarch.rpm', 'scalix-sac'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel7.i686.rpm', 'scalix-text-extractors'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel7.i686.rpm', 'scalix-iconv-extras'), ('/root/scalix-12.5.2-GA/software/scalix_server/scalix-sis-12.5.2.14722-1.noarch.rpm', 'scalix-sis')]
2016-02-28 18:20:53,692 DEBUG Command is /usr/bin/rpm -U -v --percent "/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel7.i686.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel7.i686.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel7.x86_64.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-postgres-12.5.2-14763.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel7.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-6.0.43-31.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-platform-12.5.2.14726-1.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-res-12.5.2.14721-1.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-swa-12.5.2.14725-1.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-sac-12.5.2.14721-1.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel7.i686.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel7.i686.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-sis-12.5.2.14722-1.noarch.rpm"
2016-02-28 18:21:07,648 INFO Operation passed: Install /usr/bin/rpm -U -v --percent "/root/scalix-12.5.2-GA/software/scalix_server/scalix-libical-0.44.976-2.rhel7.i686.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-chardet-1.0.20071031-2.rhel7.i686.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-server-12.5.2.14845-1.rhel7.x86_64.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-postgres-12.5.2-14763.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-connector-12.5.2-14721.rhel7.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-tomcat-6.0.43-31.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-platform-12.5.2.14726-1.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-res-12.5.2.14721-1.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-swa-12.5.2.14725-1.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-sac-12.5.2.14721-1.noarch.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-text-extractors-1.0-3.rhel7.i686.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-iconv-extras-1.2-6.rhel7.i686.rpm" "/root/scalix-12.5.2-GA/software/scalix_server/scalix-sis-12.5.2.14722-1.noarch.rpm": (0) ['Preparing packages...', 'pre install', 'scalix-tomcat-6.0.43-31.noarch', 'post -insatll', 'post insatll done', 'scalix-chardet-1.0.20071031-2.rhel7.i686', 'scalix-libical-0.44.976-2.rhel7.i686', 'scalix-server-12.5.2.14845-1.rhel7.x86_64', 'Reloading systemd: [ OK ]\r', 'Restarting ldapmapper (via systemctl): [ OK ]\r', 'scalix-platform-12.5.2.14726-1.noarch', 'scalix-res-12.5.2.14721-1.noarch', 'Remote Execution Service (RES) successfully installed.', 'Please configure Remote Execution Service (RES) using the', 'Scalix Installer for configuration.', 'Have fun!', 'scalix-swa-12.5.2.14725-1.noarch', 'Please configure Scalix Web Access (SWA) using the Scalix Installer for configuration.', 'SWA minimally requires Tomcat 4.1.29 and JDK 1.4.2+.', 'After configuring SWA you may launch SWA within Tomcat with <Tomcat_installed_dir>/bin/startup.sh.', 'To check any startup errors look at <Tomcat_installed_dir>/logs/scalix-swa_log.<date>.txt', 'scalix-sac-12.5.2.14721-1.noarch', 'Scalix Administration Console (SAC) successfully installed.', 'Please configure Scalix Administration Console (SAC) using', 'the Scalix Installer for configuration.', 'Have fun!', 'scalix-sis-12.5.2.14722-1.noarch', 'scalix-tomcat-connector-12.5.2-14721.rhel7.noarch', 'Redirecting to /bin/systemctl restart httpd.service', 'pre install', 'scalix-postgres-12.5.2-14763.noarch', 'scalix-iconv-extras-1.2-6.rhel7.i686', 'scalix-text-extractors-1.0-3.rhel7.i686']
2016-02-28 18:21:07,648 INFO Checking if any deprecated packages are installed.
2016-02-28 18:21:07,780 DEBUG Packages just installed: {'scalix-res': '12.5.2.14721-1', 'scalix-text-extractors': '1.0-3.rhel7', 'scalix-libical': '0.44.976-2.rhel7', 'scalix-chardet': '1.0.20071031-2.rhel7', 'scalix-tomcat': '6.0.43-31', 'scalix-sis': '12.5.2.14722-1', 'scalix-platform': '12.5.2.14726-1', 'scalix-sac': '12.5.2.14721-1', 'scalix-server': '12.5.2.14845-1.rhel7', 'scalix-tomcat-connector': '12.5.2-14721.rhel7', 'scalix-iconv-extras': '1.2-6.rhel7', 'scalix-swa': '12.5.2.14725-1', 'scalix-postgres': '12.5.2-14763'}
2016-02-28 18:21:07,780 DEBUG Packages just upgraded: {}
2016-02-28 18:21:07,780 DEBUG All packages now installed: {'scalix-res': '12.5.2.14721-1', 'scalix-text-extractors': '1.0-3.rhel7', 'scalix-libical': '0.44.976-2.rhel7', 'scalix-chardet': '1.0.20071031-2.rhel7', 'scalix-tomcat': '6.0.43-31', 'scalix-sis': '12.5.2.14722-1', 'scalix-platform': '12.5.2.14726-1', 'scalix-sac': '12.5.2.14721-1', 'scalix-server': '12.5.2.14845-1.rhel7', 'scalix-tomcat-connector': '12.5.2-14721.rhel7', 'scalix-iconv-extras': '1.2-6.rhel7', 'scalix-swa': '12.5.2.14725-1', 'scalix-postgres': '12.5.2-14763'}
2016-02-28 18:21:07,780 INFO Install end
2016-02-28 18:21:07,960 DEBUG Scalix path: /var/opt/scalix/ba/s/
2016-02-28 18:21:07,961 DEBUG Message store checking: /var/opt/scalix/ba/s/sys/version exists: False
2016-02-28 18:21:08,049 DEBUG Scalix path: /var/opt/scalix/ba/s/
2016-02-28 18:21:08,050 DEBUG Message store checking: /var/opt/scalix/ba/s/sys/version exists: False
2016-02-28 18:21:08,125 DEBUG Scalix path: /var/opt/scalix/ba/s/
2016-02-28 18:21:08,125 DEBUG Message store checking: /var/opt/scalix/ba/s/sys/version exists: False
2016-02-28 18:21:08,216 INFO Mailnode name derived from FQDN: babayaga
2016-02-28 18:21:28,127 WARNING configured mail domain could not be determined
2016-02-28 18:21:28,141 INFO dns domain sergueipavlov.com has a valid MX record so using it as default
2016-02-28 18:21:31,494 DEBUG Scalix path: /var/opt/scalix/ba/s/
2016-02-28 18:21:31,495 DEBUG Message store checking: /var/opt/scalix/ba/s/sys/version exists: False
2016-02-28 18:21:41,683 DEBUG Calling config-server function create_scalix_instance
2016-02-28 18:21:41,757 DEBUG Scalix path: /var/opt/scalix/ba/s/
2016-02-28 18:21:41,757 DEBUG Message store checking: /var/opt/scalix/ba/s/sys/version exists: False
2016-02-28 18:21:41,757 INFO Creating Scalix instance...(please wait -- this might take several minutes)
2016-02-28 18:22:54,804 DEBUG ommakeom's output had 416 lines
2016-02-28 18:22:54,804 DEBUG Called config-server function create_scalix_instance with success True
2016-02-28 18:22:54,804 DEBUG Calling config-server function start_server_daemons_initial
2016-02-28 18:22:54,969 INFO Starting initial server daemons...
2016-02-28 18:22:59,105 DEBUG Called config-server function start_server_daemons_initial with success True
2016-02-28 18:22:59,105 DEBUG Calling config-server function set_generation_rules
2016-02-28 18:22:59,106 INFO Creating generation rules
2016-02-28 18:22:59,475 DEBUG Running command /opt/scalix/bin/sxconfig --set -t general.usrl_cn_rule='G S' -t general.usrl_authid_rule='G.S' -t general.inet_domain_rule='sergueipavlov.com' -t orniasys.name_part_1='"C" <G.S>' -t orniasys.domain_part_1='sergueipavlov.com' with exit status 0 and result ['The specified tag and value has been added or modified if present.', '', 'The specified tag and value has been added or modified if present.', '', 'The specified tag and value has been added or modified if present.', '', 'The specified tag and value has been added or modified if present.', '', 'The specified tag and value has been added or modified if present.', '']
2016-02-28 18:22:59,475 INFO Successfully added name generation rules
2016-02-28 18:22:59,475 DEBUG Called config-server function set_generation_rules with success True
2016-02-28 18:22:59,475 DEBUG Calling config-server function create_primary_mailnode
2016-02-28 18:22:59,476 INFO Creating Primary mailnode on babayaga
2016-02-28 18:23:00,260 DEBUG Called config-server function create_primary_mailnode with success True
2016-02-28 18:23:00,260 DEBUG Calling config-server function create_server_admin_user
2016-02-28 18:23:00,260 INFO Configuring server Unix user and server admin user...
2016-02-28 18:23:00,261 INFO Adding user sxadmin/babayaga/IA=sxadmin-babayaga@sergueipavlov.com as server admin user authid sxadmin (use authid to log in at administration console)
2016-02-28 18:23:02,560 INFO Setting user sxadmin as server error notification user
2016-02-28 18:23:03,178 INFO Setting error notification user (sxadmin) with no mailbox size limits
2016-02-28 18:23:03,364 DEBUG Called config-server function create_server_admin_user with success True
2016-02-28 18:23:03,364 DEBUG Calling config-server function do_tweaks
2016-02-28 18:23:03,451 DEBUG Scalix path: /var/opt/scalix/ba/s/
2016-02-28 18:23:03,452 INFO Appying tweaks
2016-02-28 18:23:03,452 DEBUG Applying tweak # These three tweaks allow users to signon using an alias. Only
2016-02-28 18:23:03,452 DEBUG Applying tweak # system-defined aliases are permitted and it the alias name is ignored
2016-02-28 18:23:03,452 DEBUG Applying tweak # for the purposes of message creation and so on.
2016-02-28 18:23:03,452 DEBUG Applying tweak # Note that changing these settings normally requires Scalix to be
2016-02-28 18:23:03,452 DEBUG Applying tweak # restarted.
2016-02-28 18:23:03,452 DEBUG Applying tweak UAL_SIGNON_ALIAS=YES
2016-02-28 18:23:03,452 DEBUG Applying tweak UAL_SIGNON_ALIAS_CONFIG=SYS
2016-02-28 18:23:03,453 DEBUG Applying tweak UAL_USE_SIGNON_ALIAS=FALSE
2016-02-28 18:23:03,453 DEBUG Applying tweak # The CDA service (used for "type down" in some clients) is more
2016-02-28 18:23:03,453 DEBUG Applying tweak # efficient if it can check the directory change log before attempting
2016-02-28 18:23:03,453 DEBUG Applying tweak # to update the access tables that it uses. One slow machines, it may
2016-02-28 18:23:03,453 DEBUG Applying tweak # also be worth uncommenting the CDA_CHECKTIME tweak to reduce the check
2016-02-28 18:23:03,453 DEBUG Applying tweak # interval from five minutes to an hour.
2016-02-28 18:23:03,453 DEBUG Applying tweak CDA_USE_CHANGE_LOG=TRUE
2016-02-28 18:23:03,453 DEBUG Applying tweak # CDA_CHECKTIME=60
2016-02-28 18:23:03,453 DEBUG Applying tweak # These tweaks limit the number and rate of IMAP connections to the
2016-02-28 18:23:03,453 DEBUG Applying tweak # server. The IMAP_CONNECTION_LIMIT simply restricts the total number of
2016-02-28 18:23:03,453 DEBUG Applying tweak # connections to the server -- note that many IMAP clients have several
2016-02-28 18:23:03,453 DEBUG Applying tweak # connections for each IMAP session. The IMAP_CONNRATE_LIMIT restricts
2016-02-28 18:23:03,453 DEBUG Applying tweak # the rate at which clients can connect to the server, in this case, at
2016-02-28 18:23:03,454 DEBUG Applying tweak # most ten connections per second; if clients try to connect faster
2016-02-28 18:23:03,454 DEBUG Applying tweak # than that, the IMAP server simply slows down the rate at which it will
2016-02-28 18:23:03,454 DEBUG Applying tweak # accept new connections.
2016-02-28 18:23:03,454 DEBUG Applying tweak IMAP_CONNECTION_LIMIT=500
2016-02-28 18:23:03,454 DEBUG Applying tweak IMAP_CONNRATE_LIMIT=10
2016-02-28 18:23:03,454 DEBUG Applying tweak # The IMAP_IDLE_TIMEOUT tweak is the maximum time an IMAP connection
2016-02-28 18:23:03,454 DEBUG Applying tweak # will wait for a command before terminating the connection. The default
2016-02-28 18:23:03,454 DEBUG Applying tweak # setting, and the minimum required setting, is thirty minutes. Some
2016-02-28 18:23:03,454 DEBUG Applying tweak # clients will "refresh" their connection once every thirty minutes
2016-02-28 18:23:03,454 DEBUG Applying tweak # exactly -- but if they are a little bit late, the server drops their
2016-02-28 18:23:03,454 DEBUG Applying tweak # connection. Setting a timeout of 31 minutes avoids this problem.
2016-02-28 18:23:03,454 DEBUG Applying tweak IMAP_IDLE_TIMEOUT=31
2016-02-28 18:23:03,454 DEBUG Applying tweak # This tweak arranges for Local Delivery to automatically create a
2016-02-28 18:23:03,455 DEBUG Applying tweak # message store for users who have been created without one.
2016-02-28 18:23:03,455 DEBUG Applying tweak # Users who have been added using the bulk-add mechanism used by the
2016-02-28 18:23:03,455 DEBUG Applying tweak # wizard will not have a message store and so setting this tweak allows
2016-02-28 18:23:03,455 DEBUG Applying tweak # them to receive mail before they have been signed on initially.
2016-02-28 18:23:03,455 DEBUG Applying tweak LD_CREATE_MESSAGE_STORE=TRUE
2016-02-28 18:23:03,455 INFO Done tweaks
2016-02-28 18:23:03,455 DEBUG Called config-server function do_tweaks with success True
2016-02-28 18:23:03,455 DEBUG Calling config-server function start_server_daemons_complete
2016-02-28 18:23:03,455 INFO Attempting start of server services...
2016-02-28 18:23:04,268 DEBUG Called config-server function start_server_daemons_complete with success True
2016-02-28 18:23:04,268 DEBUG Calling config-server function run_initconfig
2016-02-28 18:23:04,268 INFO Running initconfig
2016-02-28 18:23:05,431 INFO Done initconfig
2016-02-28 18:23:05,431 DEBUG Called config-server function run_initconfig with success True
2016-02-28 18:23:05,431 DEBUG Calling config-server function configure_apache
2016-02-28 18:23:05,431 INFO Configured Apache /etc/httpd/conf.d/scalix-web-client.conf
2016-02-28 18:23:05,432 ERROR Resetting Apache -- failed to find init script
2016-02-28 18:23:05,432 DEBUG Called config-server function configure_apache with success True
2016-02-28 18:23:05,496 DEBUG Installed package scalix-server details: scalix-server 12.5.2.14845-1.rhel7 54870459 x86_64 linux 1.rhel7 RHEL7 (none)
2016-02-28 18:23:05,496 INFO Server version 12.5.2.14845-1.rhel7 is a newer version that can be licensed
2016-02-28 18:23:19,710 DEBUG read JAVA_OPTS="-server -Xms256m -Xmx256m -Dfile.encoding=UTF-8" from /etc/opt/scalix-tomcat/scalix-tomcat.conf
2016-02-28 18:23:19,711 DEBUG read JAVA_OPTS="-server -Xms256m -Xmx256m -Dfile.encoding=UTF-8" from /etc/opt/scalix-tomcat/scalix-tomcat.conf
2016-02-28 18:23:58,933 WARNING Could not determine PostgreSQL whitelist, OK.
2016-02-28 18:23:59,025 DEBUG Found IPs: ['192.168.0.10'] (babayaga.sergueipavlov.com)
2016-02-28 18:24:12,464 DEBUG FunctionThread calling configure_postgres with args (<sxdata.Data instance at 0x27ee488>,)
2016-02-28 18:24:12,464 INFO Configuring PostgreSQL...
2016-02-28 18:24:12,519 DEBUG Installed package postgresql details: postgresql 9.2.14-1.el7_1 16447794 x86_64 linux 1.el7_1 (none) (none)
2016-02-28 18:24:12,519 DEBUG Installed PostgreSQL version is: 9.2.14-1.el7_1
2016-02-28 18:24:12,519 DEBUG Running postgres.configure: ['192.168.0.10']
2016-02-28 18:24:21,666 DEBUG running command '/opt/scalix-postgres/bin/sxpsql-init', exit code 0
2016-02-28 18:24:21,666 DEBUG command output:
2016-02-28 18:24:21,666 DEBUG | The files belonging to this database system will be owned by user "postgres".
2016-02-28 18:24:21,666 DEBUG | This user must also own the server process.
2016-02-28 18:24:21,666 DEBUG |
2016-02-28 18:24:21,666 DEBUG | The database cluster will be initialized with locale "en_US.UTF-8".
2016-02-28 18:24:21,666 DEBUG | The default database encoding has accordingly been set to "UTF8".
2016-02-28 18:24:21,666 DEBUG | The default text search configuration will be set to "english".
2016-02-28 18:24:21,667 DEBUG |
2016-02-28 18:24:21,667 DEBUG | creating directory /var/opt/scalix/ba/postgres/data ... ok
2016-02-28 18:24:21,667 DEBUG | creating subdirectories ... ok
2016-02-28 18:24:21,667 DEBUG | selecting default max_connections ... 100
2016-02-28 18:24:21,667 DEBUG | selecting default shared_buffers ... 32MB
2016-02-28 18:24:21,667 DEBUG | creating configuration files ... ok
2016-02-28 18:24:21,667 DEBUG | creating template1 database in /var/opt/scalix/ba/postgres/data/base/1 ... ok
2016-02-28 18:24:21,667 DEBUG | initializing pg_authid ... ok
2016-02-28 18:24:21,667 DEBUG | initializing dependencies ... ok
2016-02-28 18:24:21,667 DEBUG | creating system views ... ok
2016-02-28 18:24:21,668 DEBUG | loading system objects' descriptions ... ok
2016-02-28 18:24:21,668 DEBUG | creating collations ... ok
2016-02-28 18:24:21,668 DEBUG | creating conversions ... ok
2016-02-28 18:24:21,668 DEBUG | creating dictionaries ... ok
2016-02-28 18:24:21,668 DEBUG | setting privileges on built-in objects ... ok
2016-02-28 18:24:21,668 DEBUG | creating information schema ... ok
2016-02-28 18:24:21,668 DEBUG | loading PL/pgSQL server-side language ... ok
2016-02-28 18:24:21,668 DEBUG | vacuuming database template1 ... ok
2016-02-28 18:24:21,668 DEBUG | copying template1 to template0 ... ok
2016-02-28 18:24:21,668 DEBUG | copying template1 to postgres ... ok
2016-02-28 18:24:21,669 DEBUG |
2016-02-28 18:24:21,669 DEBUG | WARNING: enabling "trust" authentication for local connections
2016-02-28 18:24:21,669 DEBUG | You can change this by editing pg_hba.conf or using the option -A, or
2016-02-28 18:24:21,669 DEBUG | --auth-local and --auth-host, the next time you run initdb.
2016-02-28 18:24:21,669 DEBUG |
2016-02-28 18:24:21,669 DEBUG | Success. You can now start the database server using:
2016-02-28 18:24:21,669 DEBUG |
2016-02-28 18:24:21,669 DEBUG | /usr/bin/postgres -D /var/opt/scalix/ba/postgres/data
2016-02-28 18:24:21,669 DEBUG | or
2016-02-28 18:24:21,669 DEBUG | /usr/bin/pg_ctl -D /var/opt/scalix/ba/postgres/data -l logfile start
2016-02-28 18:24:21,670 DEBUG |
2016-02-28 18:24:21,670 DEBUG | Starting scalix-postgres (via systemctl): [ OK ]
2016-02-28 18:24:25,854 DEBUG running command '/opt/scalix-postgres/bin/sxpsql-reconfig', exit code 0
2016-02-28 18:24:25,855 DEBUG command output:
2016-02-28 18:24:25,855 DEBUG | SCALIX Postgres reconfiguration started.
2016-02-28 18:24:25,855 DEBUG | SCALIX Postgres logging reconfiguration started.
2016-02-28 18:24:25,855 DEBUG | postgresql.conf backed up to postgresql.conf_saved.2016-02-28_18:24:23
2016-02-28 18:24:25,855 DEBUG | setConfParam: Uncommenting/amending parameter "log_min_error_statement"
2016-02-28 18:24:25,855 DEBUG | setConfParam: Parameter [ log_min_error_statement ] updated OK
2016-02-28 18:24:25,855 DEBUG | setConfParam: Uncommenting/amending parameter "log_line_prefix"
2016-02-28 18:24:25,855 DEBUG | setConfParam: Parameter [ log_line_prefix ] updated OK
2016-02-28 18:24:25,856 DEBUG | ScalixDB logging enabled.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres logging reconfiguration completed.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres auto-vacuum reconfiguration started.
2016-02-28 18:24:25,856 DEBUG | Postgres v9.2 - vacuumdb client enabled via root's crontab.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres auto-vacuum reconfiguration completed.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres auto-reindex reconfiguration started.
2016-02-28 18:24:25,856 DEBUG | Periodic REINDEX commands enabled via root's crontab.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres auto-reindex reconfiguration completed.
2016-02-28 18:24:25,856 DEBUG | SCALIX Postgres reconfiguration complete.
2016-02-28 18:24:26,354 DEBUG running command '/opt/scalix-postgres/bin/sxpsql-setpwd '***'', exit code 0
2016-02-28 18:24:26,354 DEBUG command output:
2016-02-28 18:24:26,354 DEBUG | ALTER ROLE
2016-02-28 18:24:27,356 DEBUG running command '/opt/scalix-postgres/bin/sxpsql-whitelist 192.168.0.10', exit code 3
2016-02-28 18:24:27,356 DEBUG command output:
2016-02-28 18:24:27,356 DEBUG |
2016-02-28 18:24:27,356 ERROR Operation failed: Failed to set the list of hosts allowed to connect to the PostgreSQL database.

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Re: Failed when installing 12.5 on CentOS7

Postby ScalixSupport » Tue Mar 01, 2016 4:55 am

Hello Mr. Serguei,

We are apologies, we are updating the scalix dist packages, once it's get updated, we will inform you.

Thanks,

Regards,
Scalix Support Team.

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Re: Failed when installing 12.5 on CentOS7

Postby ScalixSupport » Tue Mar 01, 2016 12:09 pm

Hello Mr. Serguei,

We have updated latest binaries please download and share the status.

Regards,
Scalix support team

sergepavlov
Posts: 9
Joined: Mon Sep 28, 2015 1:34 am

Re: Failed when installing 12.5 on CentOS7

Postby sergepavlov » Tue Mar 01, 2016 1:59 pm

Hello,

Thank you for the fixed build ! Everything has worked just well this time !

Thanks for the great and very responsive support service.

Best regards,
Serguei.


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 4 guests