• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Compiling with -D__ROOT_PERMISSION__

Samme

.::EmmaS-SammE::.
Senator
Joined
Mar 4, 2008
Messages
2,398
Reaction score
50
Location
/poland
Hello.

How can I compile a server with a -D__ROOT_PERMISSION__ ?

I am new to linux, and I was used tutorial that was made by lef..

I just need to add that -D__ROOT_PERMISSION__ flag, because I need to start my server as a root user.
 
It should just ask you when you start the server if you want to run it as root user (which is not reccomended i guess)

Just say yes and it should run fine.. At least it has for me so far.
 
It should just ask you when you start the server if you want to run it as root user (which is not reccomended i guess)

Just say yes and it should run fine.. At least it has for me so far.

Yea, but my server got restarter every 24h, and I dont have time to log on it at click "y"..:/

@up

Used, nothing special founded. ._.
 
Hello.

How can I compile a server with a -D__ROOT_PERMISSION__ ?

I am new to linux, and I was used tutorial that was made by lef..

I just need to add that -D__ROOT_PERMISSION__ flag, because I need to start my server as a root user.

./configure --enable-root-permission

but say me what i should doing with connection problems i can log on to list my char but cannot log on to char and all ports opened. Have you done it? Witch linux do you have?
 
./configure --enable-root-permission

but say me what i should doing with connection problems i can log on to list my char but cannot log on to char and all ports opened. Have you done it? Witch linux do you have?

Thanks dude.

###

I never had that problem. I use 0.3.3 at Debian 5.0 Lenny.
 
omg. I still need help! I have compiled my server with:

./configure --enable-mysql --enable-sqlite --enable-remote-control --enable-server-diag --enable-root-permission

And when I run it it still says that:
> WARNING: The Forgotten Server has been executed as root user! It is recommended to execute as a normal user.
Continue? (y/N)

:<
 
Back
Top