• 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!

Nothing to fully working server with RL map on Debian 7. Or just how to configure a dedicated server

Code:
apt-get install php5-fpm
root@david:~# apt-get install php5-fpm
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package php5-fpm

Why is that error?
Lol 2nd time I am answering you

but go to this site: http://www.dotdeb.org/instructions/ to get the right repositories

And after that try installing again
 
I get these errors usinf debian 7

when writtng apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev


Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package liblua5.2-dev
E: Couldn't find any package by regex 'liblua5.2-dev'

I have tried a huge amount of source lists but nothing seems to work :S
 
@Burdin
Try this(If you already logged in as root remove the sudo):
Code:
sudo sh -c "echo 'deb http://ftp.de.debian.org/debian wheezy main ' > /etc/apt/sources.list"
then
Code:
apt-get update && apt-get upgrade -y
then re run the command that failed.

And make sure you are running Debian 7 Wheezy
 
Last edited:
Solved :)

Found out my DNS was wrong and needed to be changed lol :D
 
Last edited:
Now I got new problems... The TFS is now made but when I try to run it i get aborted :/

starts out with this and abort shortly after

Code:
>> Loading config
*** glibc detected *** ./tfs: realloc(): invalid next size: 0x0000000002cc98f0 ***
 
Last edited:
I changed my Config file to a newer version now it start run but got these errors:

I want to run a 8.6 server, but it wants me to update my item list :/
Code:
>> Loading config
>> Establishing database connection... MySQL 5.5.33
>> Running database manager
[Error - DatabaseManager::updateDatabase - Version: 23] cannot open data/migratio                      ns/23.lua: No such file or directory
>> Loading vocations
[Notice - Vocations::loadFromXml] Missing skill id for vocation: 0
[Notice - Vocations::loadFromXml] Missing skill id for vocation: 1
[Notice - Vocations::loadFromXml] Missing skill id for vocation: 2
[Notice - Vocations::loadFromXml] Missing skill id for vocation: 3
[Notice - Vocations::loadFromXml] Missing skill id for vocation: 4
>> Loading items
A newer version of items.otb is required.
> ERROR: Unable to load items (OTB)!
>> No services running. The server is NOT online.
 
Please help me teamviewer 9 !! add me on skype srhrich someone help me with this!!
 
I did everything as in the tutorial, i have ubuntu 12.04 LTS and when i put my domain in chrome it says Welcome to Nginx, and doesn't redirect me to my index.php, i already imported my web to nginx/www
 
I did everything as in the tutorial, i have ubuntu 12.04 LTS and when i put my domain in chrome it says Welcome to Nginx, and doesn't redirect me to my index.php, i already imported my web to nginx/www

did you restart nginx? did you add the line with "index.php in the website config area?
 
Yes, i already did in /etc/ngingx/sites..../default it says
index index.html index.htm index.php;
 
Back
Top