Windows Guy in a world of Linux.

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

newblood

Windows Guy in a world of Linux.

Postby newblood » Fri Dec 22, 2006 2:53 am

Hi

Thank you for looking at my post.

I am quite capable in windows, having set up a few Microsoft Exchange servers on SBS Server. The world of linux, however, makes me feel clueless. This is a appology for asking stupid questions, hoping that no one will remind me of how clueless I really am.

The setup: A single fedora core 4 server at this stage. I am experimenting with Scalix as a replacement for Microsoft Exchange.

I installed Fedora Core as in the installation Guide
I installed Scalix as in the installation Guide

Confirmation of the success of the installation (as in the guide) is rather dissappointing.

When I type "ps -ef | grep httpd" , the response is:

root 3544 3509 0 08:44 pts/2 00:00:00 grep httpd

is this correct?

Why I ask is when I go into my web browser, (http://localhost/) , I get message "The connection was refused when attempting to contact localhost."

Hopefully this will solve the other problems I have, as they all seam to be web related.

Thank you for reading my post, your reply is appreciated

Anton

florian
Scalix
Scalix
Posts: 3852
Joined: Fri Dec 24, 2004 8:16 am
Location: Frankfurt, Germany
Contact:

Postby florian » Fri Dec 22, 2006 5:26 am

by default, your Apache Web server has probably not been setup for auto-start and/or started.

1. Make sure it is started:

Code: Select all

service httpd start


2. Make sure it will be started after reboot:

Code: Select all

[root@sting ~]# chkconfig --list httpd
httpd           0:off   1:off   2:off   3:on    4:on    5:on    6:off
[root@sting ~]#


This is what you want to see. If you don't see those on's under "run-levels" 3, 4 and 5, do a

Code: Select all

chkconfig --level 345 httpd on


and you should be good to go.

BTW - I recommend switching to Fedora Core 5 and Scalix 11 (which was released yesterday) as this will make your life somewhat easier.

Florian.
Florian von Kurnatowski, Die Harder!

newblood

Service Unavailable

Postby newblood » Fri Dec 22, 2006 9:51 am

florian wrote:by default, your Apache Web server has probably not been setup for auto-start and/or started.

1. Make sure it is started:

Code: Select all

service httpd start


2. Make sure it will be started after reboot:

Code: Select all

[root@sting ~]# chkconfig --list httpd
httpd           0:off   1:off   2:off   3:on    4:on    5:on    6:off
[root@sting ~]#


This is what you want to see. If you don't see those on's under "run-levels" 3, 4 and 5, do a

Code: Select all

chkconfig --level 345 httpd on


and you should be good to go.

BTW - I recommend switching to Fedora Core 5 and Scalix 11 (which was released yesterday) as this will make your life somewhat easier.

Florian.


Thanks Florian, you were right. It solved my problem exactly and Apache seems to be up and running.

When I connect to http://localhost/ or any ip pointing to this machine, it works. However, as soon as I go for http://localhost/sac, it gives me this message: "Service Tempoarily Unavailable. The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again."

Once again, my lack of linux shines thru, as the manual clearly states that I should check the logfile at $TOMCAT_HOME/logs/caa.log. Wish I knew where it was. Help pls!

florian
Scalix
Scalix
Posts: 3852
Joined: Fri Dec 24, 2004 8:16 am
Location: Frankfurt, Germany
Contact:

Postby florian » Fri Dec 22, 2006 9:54 am

ok, the most important thing to know now if your tomcat is running (I assume when the installer asked you if you wanted to install the JK apache tomcat connector, you answered yes)?

the easiest check is

Code: Select all

ps -ef | grep java


if you don't see a process running, repeat the excercise with starting the service and adding it to the autostart services with the scalix-tomcat service:

Code: Select all

service scalix-tomcat start
chkconfig --list scalix-tomcat
chkconfig --level 345 scalix-tomcat on


The logfile you're looking for will be in /opt/scalix-tomcat/logs

Good luck,
Florian.
Florian von Kurnatowski, Die Harder!

newblood

Postby newblood » Fri Dec 22, 2006 10:26 am

Thanks Florian

Yes, I did install the tomcat service. Unfortunately, the Tomcat service is started, so it seems my problem lies somwhere else. Any other ideas?

florian
Scalix
Scalix
Posts: 3852
Joined: Fri Dec 24, 2004 8:16 am
Location: Frankfurt, Germany
Contact:

Postby florian » Fri Dec 22, 2006 10:44 am

Well, the next logical step would be to investigate into the Tomcat connector configuration and see if this works.

1. I assume that not only does SAC not work, but also you're unable to access the /webmail URL - correct?

2. Can you post the installer log? This would be found as /var/log/scalix-installer-......log (where the .... stand for the date and time of the install)

3. Would it be possible for you to consider re-installing this with Fedora Core 5 and Scalix 11? The new version would give you additional functionality, but also have a much smoother webserver integration.

Cheers,
Florian.
Florian von Kurnatowski, Die Harder!

newblood

Postby newblood » Fri Dec 22, 2006 12:27 pm

florian wrote:Well, the next logical step would be to investigate into the Tomcat connector configuration and see if this works.

1. I assume that not only does SAC not work, but also you're unable to access the /webmail URL - correct?

2. Can you post the installer log? This would be found as /var/log/scalix-installer-......log (where the .... stand for the date and time of the install)

3. Would it be possible for you to consider re-installing this with Fedora Core 5 and Scalix 11? The new version would give you additional functionality, but also have a much smoother webserver integration.

Cheers,
Florian.


Hi Florian

Thanks once again for your quick response

1. Quite right, webmail does not work

2. 2006-12-22 01:05:22,721 INFO Initializing Scalix Installer version 10.0.1.23
2006-12-22 01:05:23,300 INFO Platform is: Fedora Core release 4 (Stentz) on i386 : supported.
2006-12-22 01:05:23,811 INFO Starting Scalix Installer
2006-12-22 01:05:44,352 INFO Current locale is en_US and default is en_US
2006-12-22 01:05:59,914 INFO Packages installed: {}
2006-12-22 01:06:03,400 INFO Obsolete packages installed: {}
2006-12-22 01:06:07,452 INFO Saving installation type: installall mode: typical
2006-12-22 01:06:07,966 INFO Operation passed: OS release check Fedora Core release 4 (Stentz)
2006-12-22 01:06:07,967 INFO Operation passed: Memory check 513676
2006-12-22 01:06:07,968 INFO Operation passed: Disk space check 14394788
2006-12-22 01:06:11,784 INFO Searching /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server for relevant Scalix packages
2006-12-22 01:06:11,787 INFO File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-sac-10.0.1.26-1.noarch.rpm is a Scalix file, for this platform and valid version
2006-12-22 01:06:11,789 WARNING File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.rhel3.i386.rpm is not for this platform
2006-12-22 01:06:11,789 WARNING File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.rhel3.i386.rpm is not for this platform
2006-12-22 01:06:11,791 INFO File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-swa-10.0.5.1-1.noarch.rpm is a Scalix file, for this platform and valid version
2006-12-22 01:06:11,792 INFO File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.fc4.i386.rpm is a Scalix file, for this platform and valid version
2006-12-22 01:06:11,793 INFO File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-res-10.0.1.26-1.noarch.rpm is a Scalix file, for this platform and valid version
2006-12-22 01:06:11,795 WARNING File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.rhel4.i386.rpm is not for this platform
2006-12-22 01:06:11,795 WARNING File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.rhel4.i386.rpm is not for this platform
2006-12-22 01:06:16,611 INFO Tomcat was running when we started: False
2006-12-22 01:06:19,143 INFO Components selected to install: {'scalix-sac': ['10.0.1.26', '10055532', 'noarch', 'linux', '1', '(none)', '(none)', '/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-sac-10.0.1.26-1.noarch.rpm'], 'scalix-res': ['10.0.1.26', '1900017', 'noarch', 'linux', '1', '(none)', '(none)', '/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-res-10.0.1.26-1.noarch.rpm'], 'scalix-server': ['10.0.5.3', '69117261', 'i386', 'linux', '1.fc4', 'FC4', '(none)', '/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.fc4.i386.rpm'], 'scalix-swa': ['10.0.5.1', '3597053', 'noarch', 'linux', '1', '(none)', '(none)', '/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-swa-10.0.5.1-1.noarch.rpm']}
2006-12-22 01:06:19,144 INFO Components to upgrade: {}
2006-12-22 01:06:19,158 INFO System check start
2006-12-22 01:06:19,261 INFO Operation passed: Environment check passed.
2006-12-22 01:06:19,361 INFO Operation passed: Filesystem check passed.
2006-12-22 01:06:19,587 ERROR Operation failed: Network check failed -- Could not find a host name in DNS that matches an IP address
2006-12-22 01:06:19,589 ERROR Operation failed: Network check failed -- IP address associated with host name 'fedoraserv.insynccomputers.co.za' is '127.0.0.1'
2006-12-22 01:06:19,636 INFO Network interface is eth0
2006-12-22 01:06:19,674 ERROR Operation failed: Network check failed -- first name for 127.0.0.1 in /etc/hosts must be localhost or localhost.localdomain
2006-12-22 01:06:21,495 INFO Trying to resolve missing dependencies: ['libical >= 0.24.RC4.20050413 is needed by scalix-server-10.0.5.3-1.fc4.i386', 'libical.so.0 is needed by scalix-server-10.0.5.3-1.fc4.i386']
2006-12-22 01:06:22,676 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:06:24,039 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical.so.0 in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:06:24,040 WARNING Operation warning: Dependency check warning -- The following packages will be installed next to resolve conflicts:
2006-12-22 01:06:24,041 WARNING Operation warning: libical
2006-12-22 01:06:24,287 INFO Apache 2.x appears to be installed.
2006-12-22 01:06:25,778 INFO Operation passed: Running services check passed.
2006-12-22 01:06:25,782 INFO System check end
2006-12-22 01:06:25,790 INFO System check result: fail
2006-12-22 01:08:14,639 INFO System check start
2006-12-22 01:08:14,741 INFO Operation passed: Environment check passed.
2006-12-22 01:08:14,841 INFO Operation passed: Filesystem check passed.
2006-12-22 01:08:14,970 ERROR Operation failed: Network check failed -- Could not find a host name in DNS that matches an IP address
2006-12-22 01:08:14,971 ERROR Operation failed: Network check failed -- IP address associated with host name 'fedoraserv.insynccomputers.co.za' is '127.0.0.1'
2006-12-22 01:08:15,006 INFO Network interface is eth0
2006-12-22 01:08:15,008 ERROR Operation failed: Network check failed -- first name for 127.0.0.1 in /etc/hosts must be localhost or localhost.localdomain
2006-12-22 01:08:16,040 INFO Trying to resolve missing dependencies: ['libical >= 0.24.RC4.20050413 is needed by scalix-server-10.0.5.3-1.fc4.i386', 'libical.so.0 is needed by scalix-server-10.0.5.3-1.fc4.i386']
2006-12-22 01:08:17,190 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:08:18,546 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical.so.0 in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:08:18,548 WARNING Operation warning: Dependency check warning -- The following packages will be installed next to resolve conflicts:
2006-12-22 01:08:18,548 WARNING Operation warning: libical
2006-12-22 01:08:18,761 INFO Apache 2.x appears to be installed.
2006-12-22 01:08:19,524 INFO Operation passed: Running services check passed.
2006-12-22 01:08:19,528 INFO System check end
2006-12-22 01:08:19,533 INFO System check result: fail
2006-12-22 01:12:19,947 INFO System check start
2006-12-22 01:12:20,051 INFO Operation passed: Environment check passed.
2006-12-22 01:12:20,151 INFO Operation passed: Filesystem check passed.
2006-12-22 01:12:20,279 ERROR Operation failed: Network check failed -- Could not find a host name in DNS that matches an IP address
2006-12-22 01:12:20,281 ERROR Operation failed: Network check failed -- IP address associated with host name 'fedoraserv.insynccomputers.co.za' is '127.0.0.1'
2006-12-22 01:12:20,315 INFO Network interface is eth0
2006-12-22 01:12:20,317 ERROR Operation failed: Network check failed -- first name for 127.0.0.1 in /etc/hosts must be localhost or localhost.localdomain
2006-12-22 01:12:21,329 INFO Trying to resolve missing dependencies: ['libical >= 0.24.RC4.20050413 is needed by scalix-server-10.0.5.3-1.fc4.i386', 'libical.so.0 is needed by scalix-server-10.0.5.3-1.fc4.i386']
2006-12-22 01:12:22,474 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:12:23,880 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical.so.0 in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:12:23,882 WARNING Operation warning: Dependency check warning -- The following packages will be installed next to resolve conflicts:
2006-12-22 01:12:23,883 WARNING Operation warning: libical
2006-12-22 01:12:24,094 INFO Apache 2.x appears to be installed.
2006-12-22 01:12:24,862 INFO Operation passed: Running services check passed.
2006-12-22 01:12:24,866 INFO System check end
2006-12-22 01:12:24,871 INFO System check result: fail
2006-12-22 01:12:29,747 INFO Ending Scalix Installer - canceled by user on screen WizardSystemCheck(50)
2006-12-22 01:15:55,131 INFO Initializing Scalix Installer version 10.0.1.23
2006-12-22 01:15:55,385 INFO Platform is: Fedora Core release 4 (Stentz) on i386 : supported.
2006-12-22 01:15:55,665 INFO Starting Scalix Installer
2006-12-22 01:16:16,060 INFO Current locale is en_US and default is en_US
2006-12-22 01:16:27,052 INFO Packages installed: {}
2006-12-22 01:16:31,179 INFO Obsolete packages installed: {}
2006-12-22 01:16:34,007 INFO Saving installation type: installall mode: typical
2006-12-22 01:16:34,519 INFO Operation passed: OS release check Fedora Core release 4 (Stentz)
2006-12-22 01:16:34,520 INFO Operation passed: Memory check 513676
2006-12-22 01:16:34,521 INFO Operation passed: Disk space check 14394744
2006-12-22 01:16:39,257 INFO Searching /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server for relevant Scalix packages
2006-12-22 01:16:39,260 INFO File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-sac-10.0.1.26-1.noarch.rpm is a Scalix file, for this platform and valid version
2006-12-22 01:16:39,262 WARNING File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.rhel3.i386.rpm is not for this platform
2006-12-22 01:16:39,263 WARNING File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.rhel3.i386.rpm is not for this platform
2006-12-22 01:16:39,264 INFO File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-swa-10.0.5.1-1.noarch.rpm is a Scalix file, for this platform and valid version
2006-12-22 01:16:39,265 INFO File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.fc4.i386.rpm is a Scalix file, for this platform and valid version
2006-12-22 01:16:39,266 INFO File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-res-10.0.1.26-1.noarch.rpm is a Scalix file, for this platform and valid version
2006-12-22 01:16:39,268 WARNING File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.rhel4.i386.rpm is not for this platform
2006-12-22 01:16:39,268 WARNING File /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.rhel4.i386.rpm is not for this platform
2006-12-22 01:16:44,149 INFO Tomcat was running when we started: False
2006-12-22 01:16:45,386 INFO Components selected to install: {'scalix-sac': ['10.0.1.26', '10055532', 'noarch', 'linux', '1', '(none)', '(none)', '/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-sac-10.0.1.26-1.noarch.rpm'], 'scalix-res': ['10.0.1.26', '1900017', 'noarch', 'linux', '1', '(none)', '(none)', '/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-res-10.0.1.26-1.noarch.rpm'], 'scalix-server': ['10.0.5.3', '69117261', 'i386', 'linux', '1.fc4', 'FC4', '(none)', '/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.fc4.i386.rpm'], 'scalix-swa': ['10.0.5.1', '3597053', 'noarch', 'linux', '1', '(none)', '(none)', '/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-swa-10.0.5.1-1.noarch.rpm']}
2006-12-22 01:16:45,387 INFO Components to upgrade: {}
2006-12-22 01:16:45,418 INFO System check start
2006-12-22 01:16:45,519 INFO Operation passed: Environment check passed.
2006-12-22 01:16:45,619 INFO Operation passed: Filesystem check passed.
2006-12-22 01:16:45,763 ERROR Operation failed: Network check failed -- Could not find a host name in DNS that matches an IP address
2006-12-22 01:16:45,765 ERROR Operation failed: Network check failed -- IP address associated with host name 'fedoraserv.insynccomputers.co.za' is '127.0.0.1'
2006-12-22 01:16:45,823 INFO Network interface is eth0
2006-12-22 01:16:45,825 ERROR Operation failed: Network check failed -- first name for 127.0.0.1 in /etc/hosts must be localhost or localhost.localdomain
2006-12-22 01:16:47,562 INFO Trying to resolve missing dependencies: ['libical >= 0.24.RC4.20050413 is needed by scalix-server-10.0.5.3-1.fc4.i386', 'libical.so.0 is needed by scalix-server-10.0.5.3-1.fc4.i386']
2006-12-22 01:16:48,847 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:16:50,209 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical.so.0 in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:16:50,210 WARNING Operation warning: Dependency check warning -- The following packages will be installed next to resolve conflicts:
2006-12-22 01:16:50,211 WARNING Operation warning: libical
2006-12-22 01:16:50,453 INFO Apache 2.x appears to be installed.
2006-12-22 01:16:51,602 INFO Operation passed: Running services check passed.
2006-12-22 01:16:51,606 INFO System check end
2006-12-22 01:16:51,613 INFO System check result: fail
2006-12-22 01:20:51,493 INFO System check start
2006-12-22 01:20:51,596 INFO Operation passed: Environment check passed.
2006-12-22 01:20:51,696 INFO Operation passed: Filesystem check passed.
2006-12-22 01:20:51,858 INFO Network interface is eth0
2006-12-22 01:20:51,859 ERROR Operation failed: Network check failed -- /etc/hosts is missing localhost, please add "127.0.0.1 localhost localhost.localdomain" line
2006-12-22 01:20:52,885 INFO Trying to resolve missing dependencies: ['libical >= 0.24.RC4.20050413 is needed by scalix-server-10.0.5.3-1.fc4.i386', 'libical.so.0 is needed by scalix-server-10.0.5.3-1.fc4.i386']
2006-12-22 01:20:54,029 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:20:55,384 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical.so.0 in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:20:55,385 WARNING Operation warning: Dependency check warning -- The following packages will be installed next to resolve conflicts:
2006-12-22 01:20:55,386 WARNING Operation warning: libical
2006-12-22 01:20:55,600 INFO Apache 2.x appears to be installed.
2006-12-22 01:20:56,375 INFO Operation passed: Running services check passed.
2006-12-22 01:20:56,378 INFO System check end
2006-12-22 01:20:56,383 INFO System check result: fail
2006-12-22 01:22:40,002 INFO System check start
2006-12-22 01:22:40,104 INFO Operation passed: Environment check passed.
2006-12-22 01:22:40,205 INFO Operation passed: Filesystem check passed.
2006-12-22 01:22:40,369 INFO Network interface is eth0
2006-12-22 01:22:40,371 INFO Operation passed: Network check passed.
2006-12-22 01:22:41,396 INFO Trying to resolve missing dependencies: ['libical >= 0.24.RC4.20050413 is needed by scalix-server-10.0.5.3-1.fc4.i386', 'libical.so.0 is needed by scalix-server-10.0.5.3-1.fc4.i386']
2006-12-22 01:22:42,542 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:22:43,895 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical.so.0 in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:22:43,897 WARNING Operation warning: Dependency check warning -- The following packages will be installed next to resolve conflicts:
2006-12-22 01:22:43,898 WARNING Operation warning: libical
2006-12-22 01:22:44,112 INFO Apache 2.x appears to be installed.
2006-12-22 01:22:44,901 INFO Operation passed: Running services check passed.
2006-12-22 01:22:44,905 INFO System check end
2006-12-22 01:22:44,909 INFO System check result: warn
2006-12-22 01:22:49,042 INFO Install start
2006-12-22 01:22:50,131 INFO Trying to resolve missing dependencies: ['libical >= 0.24.RC4.20050413 is needed by scalix-server-10.0.5.3-1.fc4.i386', 'libical.so.0 is needed by scalix-server-10.0.5.3-1.fc4.i386']
2006-12-22 01:22:51,289 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:22:52,673 INFO Found package /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm which provides libical.so.0 in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386
2006-12-22 01:22:52,675 INFO Starting installation of RPM files [('/Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm', 'libical'), ('/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.fc4.i386.rpm', 'scalix-server'), ('/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-swa-10.0.5.1-1.noarch.rpm', 'scalix-swa'), ('/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-sac-10.0.1.26-1.noarch.rpm', 'scalix-sac'), ('/Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-res-10.0.1.26-1.noarch.rpm', 'scalix-res')]
2006-12-22 01:23:47,945 INFO Operation passed: Install /bin/rpm -U -v --percent /Source/scalix-core-intel-redhat-10.0.5/third_party/libical/i386/libical-0.24.RC4.20050413-1.i386.rpm /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-server-10.0.5.3-1.fc4.i386.rpm /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-swa-10.0.5.1-1.noarch.rpm /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-sac-10.0.1.26-1.noarch.rpm /Source/scalix-core-intel-redhat-10.0.5/software/scalix_server/scalix-res-10.0.1.26-1.noarch.rpm: (0) ['Preparing packages for installation...', 'libical-0.24.RC4.20050413-1', 'scalix-server-10.0.5.3-1.fc4', 'scalix-swa-10.0.5.1-1', '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-10.0.1.26-1', 'Scalix Administration Console (SAC) successfully installed.', 'Please configure Scalix Administration Console (SAC) using', 'the Scalix Installer for configuration.', 'Have fun!', 'scalix-res-10.0.1.26-1', 'Remote Execution Service (RES) successfully installed.', 'Please configure Remote Execution Service (RES) using the', 'Scalix Installer for configuration.', 'Have fun!']
2006-12-22 01:23:47,946 INFO Checking if any deprecated packages are installed.
2006-12-22 01:23:48,570 INFO Install end
2006-12-22 01:23:52,170 INFO Mailnode name derived from FQDN: fedoraserv,insynccomputers
2006-12-22 01:24:01,974 INFO Mailnode is fedoraserv,insynccomputers
2006-12-22 01:24:02,146 WARNING configured mail domain could not be determined
2006-12-22 01:24:17,355 INFO dns domain insynccomputers.co.za does not have an MX record so user must enter default domain
2006-12-22 01:26:19,159 INFO Domain is insynccomputers.co.za
2006-12-22 01:26:19,160 INFO Display name format is Firstname Lastname
2006-12-22 01:26:19,161 INFO Email addr format is Firstname.Lastname
2006-12-22 01:27:32,307 INFO Creating Scalix instance...(please wait -- this might take several minutes)
2006-12-22 01:30:32,006 INFO Starting initial server daemons...
2006-12-22 01:30:40,782 INFO Creating generation rules
2006-12-22 01:30:41,343 INFO Successfully added name generation rules
2006-12-22 01:30:41,344 INFO Creating Primary mailnode on fedoraserv,insynccomputers
2006-12-22 01:30:41,603 INFO Configuring server Unix user and server admin user...
2006-12-22 01:30:41,699 INFO Created system group 'Administrator'
2006-12-22 01:30:41,785 INFO Created system user 'Administrator'
2006-12-22 01:30:41,786 INFO Adding user Administrator/fedoraserv,insynccomputers/IA=scalix.administrator@insynccomputers.co.za as server admin user authid Administrator (use authid to log in at administration console)
2006-12-22 01:30:42,206 INFO Setting user Administrator as server error notification user
2006-12-22 01:30:42,429 INFO Setting error notification user (Administrator) with no mailbox size limits
2006-12-22 01:30:42,619 INFO Appying tweaks
2006-12-22 01:30:42,648 INFO Done tweaks
2006-12-22 01:30:42,650 INFO Attempting start of server services...
2006-12-22 01:30:45,488 INFO Running initconfig
2006-12-22 01:30:46,902 INFO Done initconfig
2006-12-22 01:30:46,904 INFO Configured Apache /etc/httpd/conf.d/scalix-web-client.conf
2006-12-22 01:30:47,274 INFO Apache is not running
2006-12-22 01:30:49,704 INFO Started Apache -- success
2006-12-22 01:30:50,718 INFO Server version 10.0.5.3 is a newer version that can be licensed
2006-12-22 01:30:56,012 WARNING License key is either not entered or invalid, continuing without one
2006-12-22 01:30:56,013 ERROR Cannot remove license file as we don't know where it is!
2006-12-22 01:30:56,028 INFO Found package jre-1_5_0_04-linux-i586.rpm in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/jre/i386
2006-12-22 01:30:56,029 INFO Found package jre-1_5_0_*-linux-i586.rpm in /Source/scalix-core-intel-redhat-10.0.5/third_party/jre/i386/jre-1_5_0_04-linux-i586.rpm
2006-12-22 01:30:56,245 INFO Package 'jre' is not installed
2006-12-22 01:30:56,476 INFO Found package jakarta-tomcat-5.0.28.tar.gz in directory /Source/scalix-core-intel-redhat-10.0.5/third_party/tomcat
2006-12-22 01:30:56,477 INFO Found package jakarta-tomcat-5.0.*.tar.gz in /Source/scalix-core-intel-redhat-10.0.5/third_party/tomcat/jakarta-tomcat-5.0.28.tar.gz
2006-12-22 01:30:56,478 INFO Scalix Tomcat not yet installed
2006-12-22 01:30:58,874 INFO Installing Java JRE: extracting rpm /Source/scalix-core-intel-redhat-10.0.5/third_party/jre/i386/jre-1_5_0_04-linux-i586.rpm
2006-12-22 01:30:59,148 INFO Starting installation of RPM files [('/Source/scalix-core-intel-redhat-10.0.5/third_party/jre/i386/jre-1_5_0_04-linux-i586.rpm', 'jre')]
2006-12-22 01:31:29,391 INFO Operation passed: Install /bin/rpm -i -v --percent /Source/scalix-core-intel-redhat-10.0.5/third_party/jre/i386/jre-1_5_0_04-linux-i586.rpm: (0) ['Preparing packages for installation...', 'jre-1.5.0_04-fcs']
2006-12-22 01:31:29,392 INFO Installing Java JRE: succeeded
2006-12-22 01:31:29,807 INFO Installing Tomcat: unzipping /Source/scalix-core-intel-redhat-10.0.5/third_party/tomcat/jakarta-tomcat-5.0.28.tar.gz
2006-12-22 01:31:29,822 INFO Extracting /Source/scalix-core-intel-redhat-10.0.5/third_party/tomcat/jakarta-tomcat-5.0.28.tar.gz into /opt/scalix-tomcat
2006-12-22 01:31:33,183 INFO Extracted file -- success
2006-12-22 01:31:33,186 INFO Installing Tomcat: succeeded
2006-12-22 01:31:53,020 INFO Cleaning up Tomcat working directory and cache (CATALINA_HOME= /opt/scalix-tomcat )
2006-12-22 01:31:53,023 INFO Configuring SAC...
2006-12-22 01:31:53,447 INFO Creating server Admin Groups on this host on mailnode fedoraserv,insynccomputers
2006-12-22 01:31:53,448 INFO Configuring / installing SAC
2006-12-22 01:31:54,446 INFO Configuring RES...
2006-12-22 01:31:55,049 INFO Mailnode is fedoraserv,insynccomputers
2006-12-22 01:31:55,050 INFO Server's existing mailnode is fedoraserv,insynccomputers
2006-12-22 01:31:55,154 INFO Configuring / installing RES
2006-12-22 01:31:55,659 INFO Configuring SWA...
2006-12-22 01:31:55,721 INFO Modifying Tomcat's classpath script
2006-12-22 01:31:55,723 INFO Backing up existing Tomcat setclasspath.sh /opt/scalix-tomcat/bin/setclasspath.sh
2006-12-22 01:31:55,725 INFO Copying our custom setclasspath.sh to allow JRE operation server/scripts/setclasspath-jre.sh
2006-12-22 01:31:56,077 INFO Installing Tomcat service script
2006-12-22 01:31:56,080 INFO Setting CATALINA_HOME in scalix-tomcat to /opt/scalix-tomcat
2006-12-22 01:31:56,131 INFO Configuring Apache+Tomcat using JK
2006-12-22 01:31:56,139 INFO Copying JK module from /Source/scalix-core-intel-redhat-10.0.5/third_party/mod_jk/fc4/i386/mod_jk.so to /etc/httpd/modules/mod_jk.so
2006-12-22 01:31:56,219 INFO Copying JK configuration file scalix-deflate.conf to /etc/httpd/conf.d/scalix-deflate.conf
2006-12-22 01:31:56,221 INFO Copying JK configuration file scalix-jk-common.conf to /etc/httpd/conf.d/scalix-jk-common.conf
2006-12-22 01:31:56,223 INFO Copying JK configuration file scalix-jk-redhat.conf to /etc/httpd/conf.d/scalix-jk-redhat.conf
2006-12-22 01:31:56,225 INFO Copying JK configuration file scalix-0modules-redhat.conf to /etc/httpd/conf.d/scalix-0modules-redhat.conf
2006-12-22 01:31:56,228 INFO Disabling direct Tomcat access
2006-12-22 01:31:56,413 INFO Apache is running
2006-12-22 01:31:58,095 INFO Reloaded Apache -- success
2006-12-22 01:31:58,415 INFO Started Tomcat using /opt/scalix-tomcat/bin/startup.sh
2006-12-22 01:32:01,777 INFO Tomcat is now running True
2006-12-22 01:32:01,832 INFO System default browser is /usr/bin/firefox
2006-12-22 01:32:03,420 INFO Browser /usr/bin/firefox version 1.0.4 is supported: True
2006-12-22 01:32:03,700 INFO /opt/scalix/bin/omcheckgc -l returned results:
2006-12-22 01:32:03,701 INFO fedoraserv
2006-12-22 01:32:03,702 ERROR /opt/scalix/global/config cannot be opened for reading
2006-12-22 01:32:04,084 INFO /opt/scalix/bin/omsearch -e cn=sxqueryadmin -m CN/OU1/OU2 returned results:
2006-12-22 01:32:04,085 INFO CN=sxqueryadmin/OU1=fedoraserv/OU2=insynccomputers
2006-12-22 01:32:04,373 INFO /opt/scalix/bin/omsearch -e cn=Scalix*Admins -m CN/OU1/OU2 returned results:
2006-12-22 01:32:04,374 INFO CN=ScalixAdmins/OU1=fedoraserv/OU2=insynccomputers
2006-12-22 01:32:04,375 INFO CN=ScalixUserAdmins/OU1=fedoraserv/OU2=insynccomputers
2006-12-22 01:32:04,376 INFO CN=ScalixGroupAdmins/OU1=fedoraserv/OU2=insynccomputers
2006-12-22 01:32:04,376 INFO CN=ScalixUserAttributesAdmins/OU1=fedoraserv/OU2=insynccomputers
2006-12-22 01:32:07,752 INFO Opening browser /usr/bin/firefox at URL http://fedoraserv.insynccomputers.co.za ... inistrator
2006-12-22 01:32:07,814 INFO Ending Scalix Installer - completed successfully


3. Fedora Core 5 and Sipx11 would be fantastic, but , unfortunately to download 3GIG in South Africa is not quite as easy as in Germany. (or not for me) Got Fedora 4 off the local freedom toaster, and it is unfortunately the latest version available there. Downloading FC5 on my GPRS would be PAINFULL in deed. Would it be OK if we try to get this up and running a little bit?

In the log file you will see certain dns errors which I did rectify.

Thanks again for all your help.

Cheers
Anton

florian
Scalix
Scalix
Posts: 3852
Joined: Fri Dec 24, 2004 8:16 am
Location: Frankfurt, Germany
Contact:

Postby florian » Fri Dec 22, 2006 12:34 pm

Hi Anton,

I stayed in Johannesburg February this year and had to pay a fortune for a really mediocre line in my 5-star hotel (8 hours of internet was about 50% of the room price) and a couple of people told me about bandwidth cost in your country, so I feel your pain. Good news, by the way, for you is that for Scalix 11 we have decoupled the Scalix packages by release, so instead of having to download the huge 200MB combined RHEL3/RHEL4/FC4 install we had for Scalix 10, you would now be down to a 90MB FC5 tarball.... might help a little when it becomes the time.

You log looks good actually. Let's see if this tomcat thing is listening. Can you execute a

Code: Select all

lsof -i :8009

on your server? If all is well, this should show the tomcat/java process listening on that TCP/IP port number. If not, please retry by replacing the port number with 8080 in the command.

Thx,
Florian.
Florian von Kurnatowski, Die Harder!

newblood

Postby newblood » Fri Dec 22, 2006 12:51 pm

Hi Forian

returned the following:

java 2196 root 17u IPv4 8521 TCP localhost:8009 (LISTEN)

thx

Anton


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 9 guests

cron