Page 1 of 1

Installation on FC6

Posted: Tue Jul 03, 2007 6:02 am
by Luke512
Hello

are there any experiences with installation scalix on fc6?

i have to install a new server and thougt about to use fc6 instead of fc5, so i would like to know if scalix work on that platform

Posted: Mon Jul 23, 2007 1:56 pm
by eM
No, but fedora 7...

Posted: Mon Jul 23, 2007 2:15 pm
by Luke512
I Think if it runs under FC7 it might work on FC6...am i wright?

Posted: Mon Jul 23, 2007 3:03 pm
by eM
Maybe...I'm not sure because I've directly updated my fedora core 5 to fedora 7

But it should be possible...

Are you upgrading your system or is it a fresh installation?

Posted: Mon Jul 23, 2007 3:57 pm
by Luke512
it will be a fresh installation

Posted: Tue Jul 24, 2007 4:07 am
by eM
Note: I'm not responsable for any damage on your system, if you do this it's your own risk!

okay, that's easy...

do you have the option to try it on a virtual machine first?

first at all...you need to rename the name of the release, you will find the file in /etc
named fedora-release

with

Code: Select all

cat /etc/fedora-release

you should get somthinge like this: Fedora Core 6 (Zod)

replace this line with Fedora Core 5 (Bordeaux)

Now you are able to start the scalix-installer...

After the installation you should rename fedora-release again.

greets Mario

Posted: Tue Jul 24, 2007 12:11 pm
by Luke512
thanks for the info..i just did it on centos in this way..there you have to replace it with RHEL 4 and it worked

maybe i try it that way

Posted: Fri Aug 03, 2007 6:30 pm
by ianare
Tried this, the exact line is:
Fedora Core release 5 (Bordeaux)

fresh installation on F7, it's not working, the installer crashes trying to setup Tomcat:

Code: Select all

Traceback (most recent call last):
  File "/tmp/scalix-wizard.R16520/py/sxmerlin.py", line 292, in forward_or_done_event
    self.forward_event(widget)
  File "/tmp/scalix-wizard.R16520/py/sxmerlin.py", line 312, in forward_event
    self.do_transition(last_screen_index, 'forward')
  File "/tmp/scalix-wizard.R16520/py/sxmerlin.py", line 233, in do_transition
    a.perform(self.get_current_screen())
  File "/tmp/scalix-wizard.R16520/py/sxscreens.py", line 5100, in perform
    sxscreenhelper.web_configure(screen, data)
  File "/tmp/scalix-wizard.R16520/py/sxscreenhelper.py", line 591, in web_configure
    "An error occurred configuring Web applications")
  File "/tmp/scalix-wizard.R16520/py/sxscreenhelper.py", line 614, in run_configure_thread
    raise MerlinSystemException("%s!" % error_msg)
sxsystem.MerlinSystemException: Msg: An error occurred configuring Web applications!


Going to try on CentOS 5 ... better for server anyway