Jump to content

Trouble hosting under Linux


Go to solution Solved by Joshuas-maul,

Recommended Posts

Posted

Hello,

 

So I just tried to set up my jka Linux server. But I'm coming to an issue I could not figure what the solution is. May some of you will be able to enlight me.

 

Here are the steps I made:

mkdir /usr/local/games/ja

mkdir /usr/local/games/ja/base

 

Then uploaded my 4 assets to base + a server.cfg, I downloaded the linuxjampded zip file, unzipped it in "ja" folder.

 

Then:

cd /usr/local/games/ja

cp ./libcxa.so.1 /usr/lib

./linuxjampded +dedicated 2 +net_port 29070 +com_hunkmegs 64 +exec server.cfg

-bash: ./linuxjampded: No such file or directory

 

but linuxjampded is present when I use 'ls' ...

 

  Reveal hidden contents

 

 

 

The server.cfg is the following:

 

  Reveal hidden contents

 

 

What could I possibly do wrong?

I run under Linux server 12.04.

 

The only thing that could cause this issue would be, according to me, a corrupted file, here are the md5sum of each of my files:

 

  Reveal hidden contents

 

 

 

I hope one of you will be able to enlight me ...

 

Best regards.

 

EDIT: Just case of, I already did chmod +x on linuxjampded

Posted

Nope, even with cdmod 777, it remains the same

 

-bash: ./linuxjampded: No such file or directory
 

 

EDIT: I tested it on windows with jampDed.exe +dedicated 2 +net_port 29070 +com_hunkmegs 64 +exec server.cfg, the server is running normaly. So I believe it does not come from the .cfg either.

 

EDIT 2: My linux server is running as 64bits, I'm saying it even it if would not affect the process anyway ...

 

EDIT 3: Is this even normal?

root@vps53742:/usr/local/games/ja# ldd ./linuxjampded
        not a dynamic executable

  • Solution
Posted

which libcxa did you chmod? both libcxa's should be set with chmod r+x :) also on linux 64 bit, you need to install the 32 bit libraries for linux :)

 

once this is all set, ur server should be operational :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...