Trackmania Beta3 Dedicatedserver, v2011-08-16

Moderator: NADEO

Post Reply
User avatar
_BLiNK_
Posts: 51
Joined: 20 Jun 2010, 18:58

Re: Trackmania Beta3 Dedicatedserver, v2011-08-16

Post by _BLiNK_ »

Hello,

I have the same ubuntu release on my dedicated server and i have 2 TM2 servers running fine. So TM2 servers running on Ubuntu 10.04 LTS server. You have the server or desktop release ?

@+
My Computer
OS: Windows 7 Pro 64 bit.
CPU: INTEL I7 3770K.
RAM: 16GB CORSAIR VENGEANCE 2 X 8 GO 2400 MHZ C10.
GPU: ASUS GTX 680 2GO DCU II TOP.
Motherboard: ASUS MAXIMUS V FORMULA.
SSD : SAMSUNG 840 PRO 256 GO
Sound: Realtek (onboard).
User avatar
jonthekiller
Translator
Translator
Posts: 4629
Joined: 15 Jun 2010, 11:07
Location: In Maniaplanet Alpha
Contact:

Re: Trackmania Beta3 Dedicatedserver, v2011-08-16

Post by jonthekiller »

I have 3 servers on Ubuntu 10.04 LTS 64x. In 64x, you need to install this before :

Code: Select all

apt-get install ia32-libs
Image
lordfiSh
Posts: 14
Joined: 18 Aug 2011, 15:33

Re: Trackmania Beta3 Dedicatedserver, v2011-08-16

Post by lordfiSh »

lvlao wrote:
kiyoko wrote: In my case, I've bought the Beta and I've registered an account for my server and I think that if dedicated Server doesn't run on Ubuntu 10.04 LTS, it's a big problem.....
I hope Nadeo find a solution as soon as possible.

Thanks!

:thumbsup:
running fine on Ubuntu 10.04
User avatar
lvlao
Posts: 23
Joined: 16 Aug 2011, 21:57
Contact:

Re: Trackmania Beta3 Dedicatedserver, v2011-08-16

Post by lvlao »

svens wrote:
lvlao wrote:
kiyoko wrote:basic infos about segfault: http://en.wikipedia.org/wiki/Segmentation_fault

segfault is basicly a problem you can´t fix.
it could be that that only happens because of the player account you are missing.
But it could also be that TM² Server will not work on ubuntu.

You have to wait till there is a fix for the Server.
In my case, I've bought the Beta and I've registered an account for my server and I think that if dedicated Server doesn't run on Ubuntu 10.04 LTS, it's a big problem.....
I hope Nadeo find a solution as soon as possible.

Thanks!

:thumbsup:
The dedicated server runs fine under Windows and Debian Linux. Ubuntu is very similar to Debian, there shouldn't be any problems.

Are you sure you got your config, permissions and file ownership right? Try the `id` command along with `ls -al` in the tm2 dedicated folder. The linux exeuctables md5 is as follows: 88fa1b304ff640393ca30abe83c2e551, you might want to check that too if everything else fails.

Thanks for your help

I've also tried to run the executable with sudo... but no luck

Here the log of the command, it seems all ok:
mlesmo@phoenix:~/Desktop/Share/Base2$ ls -al
total 148028
drwxr--r-- 6 mlesmo mlesmo 4096 2011-08-20 23:27 .
drwxr-xr-x 21 mlesmo mlesmo 4096 2011-08-20 22:58 ..
drwxr-xr-x 2 mlesmo mlesmo 4096 2011-08-20 23:27 GameData
-r--r--r-- 1 mlesmo mlesmo 3292 2011-07-21 14:37 ListCallbacks.html
-r--r--r-- 1 mlesmo mlesmo 67170 2011-07-21 14:17 ListMethods.html
-rw-r----- 1 mlesmo mlesmo 106840307 2011-08-20 23:27 ManiaPlanetDedicated_2011-08-16.zip
-r-xr-xr-x 1 mlesmo mlesmo 26363916 2011-08-16 16:07 ManiaPlanetServer
-r--r--r-- 1 mlesmo mlesmo 18258944 2011-08-16 15:59 ManiaPlanetServer.exe
drwxr-xr-x 2 mlesmo mlesmo 4096 2011-08-20 23:27 Packs
drwxr-xr-x 3 mlesmo mlesmo 4096 2011-08-20 14:54 RemoteControlExamples
-r--r--r-- 1 mlesmo mlesmo 111 2011-08-14 21:55 RunSrv.bat
-r-xr-xr-x 1 mlesmo mlesmo 118 2011-07-21 23:54 RunSrv.sh
-rwxr-xr-x 1 mlesmo mlesmo 118 2011-08-20 15:21 RunSrv.sh.orig
drwxr-xr-x 4 mlesmo mlesmo 4096 2011-08-20 14:54 UserData

mlesmo@phoenix:~/Desktop/Share/Base2$ id
uid=1000(mlesmo) gid=1000(mlesmo) groups=4(adm),20(dialout),24(cdrom),46(plugdev),108(sambashare),113(lpadmin),114(admin),1000(mlesmo)

mlesmo@phoenix:~/Desktop/Share/Base2$ md5sum ManiaPlanetServer
88fa1b304ff640393ca30abe83c2e551 ManiaPlanetServer
mlesmo@phoenix:~/Desktop/Share/Base2$

mlesmo@phoenix:~/Desktop/Share/Base2$ ./ManiaPlanetServer /game_settings=MatchSettings/Beta1.txt
/dedicated_cfg=dedicated_cfg.txt /title=TMCanyon

Segmentation fault
mlesmo@phoenix:~/Desktop/Share/Base2$
User avatar
lvlao
Posts: 23
Joined: 16 Aug 2011, 21:57
Contact:

Re: Trackmania Beta3 Dedicatedserver, v2011-08-16

Post by lvlao »

_BLiNK_ wrote:Hello,

I have the same ubuntu release on my dedicated server and i have 2 TM2 servers running fine. So TM2 servers running on Ubuntu 10.04 LTS server. You have the server or desktop release ?

@+
Thanks, I've have the Server version
User avatar
xbx
Nadeo
Nadeo
Posts: 1289
Joined: 14 Jun 2010, 17:35

Re: Trackmania Beta3 Dedicatedserver, v2011-08-16

Post by xbx »

lvlao wrote: In my case, I've bought the Beta and I've registered an account for my server and I think that if dedicated Server doesn't run on Ubuntu 10.04 LTS, it's a big problem.....
I hope Nadeo find a solution as soon as possible.
If there was one linux favor were the server would run, it would be precisely this one..
(it's the one I use to compile the server, and the one we use to run the internal servers..)

So it's most definitely a problem on your side.

I this this is the piece of advice you should follow:
jonthekiller wrote:I have 3 servers on Ubuntu 10.04 LTS 64x. In 64x, you need to install this before :

Code: Select all

apt-get install ia32-libs
User avatar
xbx
Nadeo
Nadeo
Posts: 1289
Joined: 14 Jun 2010, 17:35

Re: Trackmania Beta3 Dedicatedserver, v2011-08-16

Post by xbx »

WolFree wrote:Relays are deactivated in the beta?
I didn't update this feature for Maniaplanet yet.
sorry, I'll work on it soon, hopefully.
User avatar
lvlao
Posts: 23
Joined: 16 Aug 2011, 21:57
Contact:

Re: Trackmania Beta3 Dedicatedserver, v2011-08-16

Post by lvlao »

xbx wrote:
lvlao wrote: In my case, I've bought the Beta and I've registered an account for my server and I think that if dedicated Server doesn't run on Ubuntu 10.04 LTS, it's a big problem.....
I hope Nadeo find a solution as soon as possible.
If there was one linux favor were the server would run, it would be precisely this one..
(it's the one I use to compile the server, and the one we use to run the internal servers..)

So it's most definitely a problem on your side.

I this this is the piece of advice you should follow:
jonthekiller wrote:I have 3 servers on Ubuntu 10.04 LTS 64x. In 64x, you need to install this before :

Code: Select all

apt-get install ia32-libs
My CPU is a 32bit, I've tried to install this packet but I can't find it in the normal repository.
Perhaps is a problem of minimal hardware requirements?
P3 866 with 512MB Ram
It run the old TMNF dedicated very well....

Thanks in advance
lvlao
Post Reply

Return to “Dedicated Server”

Who is online

Users browsing this forum: No registered users and 1 guest