Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

service cabal start and all failed

Newbie Spellweaver
Joined
Feb 10, 2014
Messages
15
Reaction score
0
Hi i write cabal service start and : (i create server on vps)
Starting DBAgent_01: DBAgent_01: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory [FAILED]
Starting GlobalDBAgent: GlobalDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
[FAILED]
Starting AuthDBAgent: AuthDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
[FAILED]
Starting RockAndRollITS: [Sun Nov 22 2015 21:30:50.817732 4152030928]: [##ERROR##] Initialize(): InitializeGlobals()
[FAILED]
Starting CashDBAgent: CashDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
[FAILED]
Starting GlobalMgrSvr: GlobalMgrSvr: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
[FAILED]
Starting EventDBAgent: EventDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
[FAILED]
Starting PartySvr_01: [Sun Nov 22 2015 21:30:57.001295 4151375568]: [##ERROR##] Initialize(): InitializeGlobals()
[FAILED]
Starting PCBangDBAgent: PCBangDBAgent: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
[FAILED]
Starting ChatNode_01: [Sun Nov 22 2015 21:31:00.097613 4152002256]: [##ERROR##] Initialize(): InitializeGlobals()
[FAILED]
Starting EventMgrSvr: [Sun Nov 22 2015 21:31:01.635827 4151445200]: [##ERROR##] Initialize(): InitializeGlobals()
[FAILED]
Starting LoginSvr_01: [Sun Nov 22 2015 21:31:03.187635 4151527120]: [##ERROR##] Initialize(): InitializeGlobals()
[FAILED]
Starting AgentShop_01: [Sun Nov 22 2015 21:31:04.736006 4151678672]: [##ERROR##] Initialize(): InitializeGlobals()
[FAILED]
Starting WorldSvr_01_01: [Sun Nov 22 2015 21:31:06.304103 4151965392]: [##ERROR##] Initialize(): InitializeGlobals()
[FAILED]
Starting WorldSvr_01_03: bash: WorldSvr_01_03: command not found
[FAILED]
Starting WorldSvr_01_04: bash: WorldSvr_01_04: command not found
[FAILED]
Starting WorldSvr_01_06: bash: WorldSvr_01_06: command not found
[FAILED]
 
Last edited:
Newbie Spellweaver
Joined
Nov 11, 2014
Messages
31
Reaction score
1
whos repack did you used? looks like the repack you used has invalid library links


 
Upvote 0
Newbie Spellweaver
Joined
Nov 11, 2014
Messages
31
Reaction score
1
theres nothing i can help you with if you dont know how to use search....


 
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2014
Messages
15
Reaction score
0
any have libodbc.so.1 maybe?



now i have
..-----Starting up CABAL Services-----..
Starting DBAgent_01: [ OK ]
Starting GlobalDBAgent: [ OK ]
Starting AuthDBAgent: [ OK ]
Starting RockAndRollITS: [ OK ]
Starting CashDBAgent: [ OK ]
Starting GlobalMgrSvr: [ OK ]
Starting EventDBAgent: [ OK ]
Starting PartySvr_01: [ OK ]
Starting PCBangDBAgent: [ OK ]
Waiting for GlobalMgrSvr: [ 00:00:01 ]
Starting ChatNode_01: [ OK ]
Starting EventMgrSvr: [ OK ]
Starting LoginSvr_01: [ OK ]
Starting AgentShop_01: [ OK ]
Starting WorldSvr_01_01: [ OK ]
Starting crond: [ OK ]
[root@ChaosCabal ~]# service cabal status
DBAgent_01 (pid 14790) is running...
GlobalDBAgent (pid 14841) is running...
AuthDBAgent (pid 14882) is running...
RockAndRollITS (pid 14934) is running...
CashDBAgent (pid 14966) is running...
GlobalMgrSvr (pid 15008) is running...
EventDBAgent (pid 15039) is running...
PartySvr_01 (pid 15081) is running...
PCBangDBAgent (pid 15114) is running...
ChatNode_01 is stopped
EventMgrSvr is stopped
LoginSvr_01 is stopped
AgentShop_01 is stopped
WorldSvr_01_01 is stopped
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2014
Messages
15
Reaction score
0
what ip i should write in mssql (cabal_config.sh), i have mssql on vps with linux (mssql in virtualbox windows xp)
 
Upvote 0
Elite Diviner
Joined
Nov 13, 2015
Messages
463
Reaction score
19
if you only use vps then you installed linux in it you should have 2 ip on it or else it won't connect so
use wan ip for mssql and linux because you install in same machine

correct me if i'm wrong
 
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2014
Messages
15
Reaction score
0
i buy now second vps can i on one vps have cabal and on second mssql?
 
Last edited:
Upvote 0
Elite Diviner
Joined
Nov 13, 2015
Messages
463
Reaction score
19
this is what you should do, on windows vps must have installed mssql and on linux vps must be centos 5.8 don't forget those firewall, port and etc.
 
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2014
Messages
15
Reaction score
0
i install on new machine (first vps) https://forum.ragezone.com/f459/ep8-repack-prerelease-923613/ and i write in service cabal config myssql ip: IP second machine(second vps) with myssql ip server connect : ip first vps with centos and i have :
sebaklord - service cabal start and all failed - RaGEZONE Forums
 
Upvote 0
RaGEZONER
Joined
Sep 25, 2009
Messages
637
Reaction score
398
That's because your installing on another CentOS version. Thus your either missing or have some some incorrect libraries. The CentOS-Base.repo is also replaced which then points to a file directory, being unable to download further libraries except for those provided, the back up is in \rpm-install32\original_CentOS-Base.repo.

I will begin updating and finishing the files soon.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 6, 2010
Messages
14
Reaction score
0
.-----Status of CABAL Services-----..
crond (pid 22148) is running...
DBAgent_01 is stopped
GlobalDBAgent is stopped
AuthDBAgent is stopped
RockAndRollITS is stopped
CashDBAgent is stopped
GlobalMgrSvr is stopped
EventDBAgent is stopped
PartySvr_01 is stopped
PCBangDBAgent is stopped
ChatNode_01 is stopped
EventMgrSvr is stopped
LoginSvr_01 is stopped
AgentShop_01 is stopped
WorldSvr_01_01 is stopped
WorldSvr_01_11 is stopped
WorldSvr_01_12 is stopped
WorldSvr_01_13 is stopped
WorldSvr_01_14 is stopped
WorldSvr_01_15 is stopped
WorldSvr_01_16 is stopped
[root@localhost ~]#
i use cent os 6.7 final how to fix it. or put file to librarais.
i use 1 vps for MSSQL and 1 VPS for CentOS

update picture

1.


2.


3.
 
Last edited:
Upvote 0
Back
Top