error on service cabal start :(

Newbie Spellweaver
Joined
Sep 15, 2007
Messages
15
Reaction score
0
what can this mean??
i controled my settiings ip etc...but still this problem :/
sql = ok.
centos ip config = ok.
putty settings = ok.
but still this problem :(

RaMiXxX - error on service cabal start  :( - RaGEZONE Forums
 
chmod +777 /usr//bin/ChatNode
chmod +777 /usr//bin/LoginSvr
chmod +777 /usr/bin/DBAgent
chmod +777 /usr/bin/CashDBAgent
chmod +777 /usr/bin/WorldSvr
 
Upvote 0
You can either use chmod 0777 on the files it complains about so all users, root or cabal, can execute them or you can change the owner with chown cabal:cabal /usr/bin/ChatNode and so on. Personally i would suggest the following:

Code:
chmod 0777 /usr/bin/LoginSvr*
chmod 0777 /usr/bin/DBAgent*
chmod 0777 /usr/bin/ChatNode*
chmod 0777 /usr/bin/WorldSvr*
chmod 0777 /usr/bin/GlobalDBAgent
chmod 0777 /usr/bin/GlobalMgrSvr
chmod 0777 /usr/bin/CashDBAgent

This makes sure you have access to ALL of the files in there you need to.
 
Upvote 0
I didn-t use y-or tutorial
I use thes tutorial (at description are the links and video tutorial)(I hope is not ilegal to post the link here)
It gives me these problem when open Putty and tipe that command (my version of CentOS is 5.5)
the tutorial worked perfectly except that step and because of that when y tri to start server it says WorldSvr_24_01 start FAILED
is these because of CentOS ?
P.S these is my first attemp to do a Cabal server and sorry for my bad english ;)
 
Upvote 0
and if I use i-or server files can y keep old programs (SQL 2000 ;VMWare ; CentOS 5.5 Winscp3 and putty )and macke the server with the sane tutorial or y have to download from i-or tutorialall programs and start from 0 ?

OK then Y tried y-or tutorial + server files and y get these
RaMiXxX - error on service cabal start  :( - RaGEZONE Forums
 
Last edited:
Upvote 0
I think some old files must be left over. My cabal_config.sh is missing and the ace assert error is from badly formatted data files in etc/cabal somewhere. I think there would have been an error during cabal_install.sh as it has completely skipped extracting my ep2 files.

Manually remove everything from /etc/cabal and /home/cabal and then run /root/cabal_install.sh (remember to chmod it to 0777 first).

You can keep sql 2000 and everything else as my files will work with them.
 
Upvote 0
I instaled centos again from 5.5 to 4.8 and made all steps from tutorial .
The server start-s with no error but i can-t conect to it (i instaled both client Us and patch v2.81 patchdata by Lost-Spirit) What sould I do now is because of the ip`s?
 
Upvote 0
what logs?
In my leanguage logs means someting like trees :|
more info:
I have Dynamic IP that request`s username and pass
I configured the Local Area Conection 3 like in the image link
RaMiXxX - error on service cabal start  :( - RaGEZONE Forums

the ip with .4 is for windows and for centOs I use .5

Ow and 1 more thing why I can-t connect to internet from centOS ?
Any sugestions?
 
Upvote 0
Back