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!

[CentOS 7/8 Repack] Full Cabal Server Installation + CentOS SQL (Database) [Updated 2023]

Joined
Nov 14, 2001
Messages
29,437
Reaction score
21,651
Ugh ... MentaL any thoughts? I also have something quite similar but i just UNLIKE and then LIKE again the post and works me!
Likely an old like needed updating as Mr mod may have edited after the initial post requiring the like.
 
Newbie Spellweaver
Joined
May 4, 2023
Messages
6
Reaction score
0
Yes, works on anywhere as long as you can install centos in it (virtual machine or whatever)
i see, so there's a code there, i shouldn't typing it in vm right? or should i? i'm sorry i didn't understand developing much
 
Joined
Aug 27, 2013
Messages
800
Reaction score
1,955
i see, so there's a code there, i shouldn't typing it in vm right? or should i? i'm sorry i didn't understand developing much
If you do have a VM in windows server or something like that - then everything will be the same as stated in tutorial, just slight networking needs to be done to make sure your server can communicate with the outside.
 
Newbie Spellweaver
Joined
May 4, 2023
Messages
6
Reaction score
0
where do i find SQL server system admin password? im installing sql at centos

its fixed, and should i connect Microsoft SQL to Centos SQL? if yes, how?
if my reply is not related to this thread, pls let me know where should i ask this.
thanks
 
Last edited:
Initiate Mage
Joined
Jun 17, 2023
Messages
4
Reaction score
1
1686996449877 - [CentOS 7/8 Repack] Full Cabal Server Installation + CentOS SQL (Database) [Updated 2023] - RaGEZONE Forums


Can anyone help me how to fix? please :(
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jun 17, 2023
Messages
4
Reaction score
1
there's nothing wrong with startup.
GlobalMgrSvr show seconds because it has a PAUSE after it is started, it doesn't show's OK on globalmgsrv, the seconds are all good.
But after redirecting i can't start cabal also i can't create server
1686997573781 - [CentOS 7/8 Repack] Full Cabal Server Installation + CentOS SQL (Database) [Updated 2023] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Oct 14, 2008
Messages
1,277
Reaction score
249
u have to re-watch again the guide and install everything from scratch, there's something u haven't done right...trust me some time is better to just start all over again with more attention.
That -bash: /usr/bin/cabal_create: No such file or directory information let me think there's no such an installation, so u have skipped something thru the steps u've taken, be careful at every step MrSensei shows you.
PS: Sometime i even mess that up, and I don't need the guide, so i just start all over again and is working afterward :)
 
Junior Spellweaver
Joined
Apr 2, 2023
Messages
198
Reaction score
88
how to remove other channel when using cabal_restart or start
If it is anything like what I'm used to by now:
etc/cabal/Template/sh/cabal_start.sh and cabal_stop.sh
Should be near or at the very bottom
 
Joined
Jul 18, 2009
Messages
658
Reaction score
75
here the bottom of the cabal_start.sh

FILES=/etc/cabal/WorldSvr_*.ini
for f in $FILES
do
out=${f/'/etc/cabal/'/}
out=${out/'.ini'/}
echo -e "Starting $out..." && systemctl start $out && sleep 1
done
 
Junior Spellweaver
Joined
Apr 2, 2023
Messages
198
Reaction score
88
here the bottom of the cabal_start.sh

FILES=/etc/cabal/WorldSvr_*.ini
for f in $FILES
do
out=${f/'/etc/cabal/'/}
out=${out/'.ini'/}
echo -e "Starting $out..." && systemctl start $out && sleep 1
done
Replace all of that with

echo -e "Starting Channel 1..." && systemctl start WorldSvr_01_01 && sleep 3

The 3 at the end being the delay, change to your liking.
Just copy the line if you want specific channels to be affected.

Make sure to apply the same but with stop in your cabal_stop.sh
 
Joined
Jul 18, 2009
Messages
658
Reaction score
75
Replace all of that with

echo -e "Starting Channel 1..." && systemctl start WorldSvr_01_01 && sleep 3

The 3 at the end being the delay, change to your liking.
Just copy the line if you want specific channels to be affected.

Make sure to apply the same but with stop in your cabal_stop.sh
thank you i will try it now

update

thank you it works now im using centos 8 stream
 
Last edited:
Initiate Mage
Joined
Jul 25, 2023
Messages
2
Reaction score
0
The server has been installed and how to log in to the server itself? please tell me... where to get the game files, how to create a launcher for your server to get there
 
Initiate Mage
Joined
Jan 15, 2023
Messages
2
Reaction score
2
Thanks for the awesome script!

Word of warning to others. If you're having problems with LoginSvr, make sure that your database password does not contain any special characters.

My original database password was
Code:
s@8Fobsu

I was so confused as to why it was not working even though I just followed the tutorial carefully. I've searched all over the forum and tried every single suggestion, none of which worked. The logs keep telling me that the services were having problems connecting to the database.

As a last resort, I tried changing to a simpler password
Code:
test1234

Worked straight away lol
 
Back
Top