Page 1 of 1

installation on centOS

PostPosted: Sat Nov 23, 2013 6:06 am
by rogerrabbitsclone
hi there, i just got a 8 license and im trying to configure it on my system. i have a headless linux server with no GUI. i would like xeoma to start when the system boots, then be able to view/configure everything from the webserver. i already configure everything VIA webmin, so it would vbe nice to do xeoma as well. is there a guide for this? i cant even really find a way to get it installed. when i run ./xeoma.app -install -allauto i get the output below.

also, i'd be willing to provide any logs/specs or anything else the devs would need to optimize for CentOS. pretty much full access to my system. (theres nothing but webmin and xeoma on it now)

system specs:
centOS 6 minimal (32bit)
pen 4
1TB hdd
2gb ram


output of: ./xeoma.app -install -allauto
Code: Select All Code
login as: root
root@10.10.10.107's password:
Last login: Fri Nov 22 13:59:47 2013 from 10.10.10.106
[root@media ~]# cd /share
[root@media share]# ./xeoma.app -install -allauto
Failed to open 'libX11'
install server and client with auto start ...  *    OK > installFiles
*    OK > putClientToAutorun
*    OK > installCoreShortcut
*    OK > installClientShortcut
*    OK > registerInSystem
Failed to open 'libX11'
*    OK > stopCore
**
*** FALSE > registerCoreAsService
*    OK > revertWithAdminRights
Xeoma: run as superuser failed. Please, try to run this command as superuser (sudo) manually: /share/xeoma.app -instadm wsuc /root/bin/Xeoma/xeoma /usr/local/Xeoma
*    OK > popClientFromAutorun
*    OK > unInstallClientShortcut
*    OK > unInstallCoreShortcut
sh: line 0: kill: (2838) - No such process
sh: line 0: kill: (2840) - No such process
*    OK > removeExeOnly
*    OK > unRegisterInSystem
*    OK > revertOldXeomaVersion
**
*** FALSE > installAllAutostart
FALSE
[root@media share]#

Re: installation on centOS

PostPosted: Wed Nov 27, 2013 8:33 am
by Admin_N
Hello!

We are currently working on porting Xeoma to CentOS. For now, as you can see on our official site, CentOS is not on the list of fully supported operating systems. The issue with CentOs is that Xeoma doesn't auto start under this operating system. We plan to fix it by the next official release (planned for the end of the next week). Please stand by (you may want to subscribe to our new version notifications to not miss when it's done ). We'll be grateful if you could test it once it's done to see if it works for you.

Re: installation on centOS

PostPosted: Sat Nov 30, 2013 8:29 pm
by rogerrabbitsclone
well, i could probably write a bash script to auto launch it. but do you know why i cant just launch it?

Re: installation on centOS

PostPosted: Sat Nov 30, 2013 8:37 pm
by rogerrabbitsclone
also, in the FAQ, ubuntu server is the only OS that specifically says it works on a headless server. could i run it on a headless opensuse server?

Re: installation on centOS

PostPosted: Mon Dec 02, 2013 8:37 am
by Admin_N
rogerrabbitsclone Wrote:do you know why i cant just launch it?

What's the output of the command, can you send it to us?

rogerrabbitsclone Wrote:could i run it on a headless opensuse server?

Sure. Please give it a try.

Re: installation on centOS

PostPosted: Mon Dec 02, 2013 3:00 pm
by rogerrabbitsclone
the output is in my original post. i installed opensuse 13.1 minimal and it says "running in foreground" but i can neither access it from the desktop or through the web interface.

Re: installation on centOS

PostPosted: Wed Dec 04, 2013 11:42 am
by Admin_N
As mentioned before, since Xeoma is not yet fully ported under CentOS, it doesn't support auto start. So you'd better try to launch it the ordinary way, without installing to auto start, with
Code: Select All Code
[root@media share]# ./xeoma.app

Does it start this way? If it does, you can use the script to run it with every start of your OS.

If you still get the Failed to open 'libX11' error, you might want to install the library for your CentOS, for example from: http://rpmfind.net/linux/rpm2html/search.php?query=libX11-devel

As a side note, this seems strange since you launch Xeoma with root rights, don't you:
Code: Select All Code
Xeoma: run as superuser failed. Please, try to run this command as superuser (sudo) manually: /share/xeoma.app -instadm wsuc /root/bin/Xeoma/xeoma /usr/local/Xeoma

Have you tried to do as suggested?