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

Configuration Ubuntu - From nothing to complete server (TFS, ModernAAC, MySQL, Lighttpd)!

Hey guys i am Really Need help i want to open ports to get my server online please help me:(

iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport yourport -j ACCEPT

Like
iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 7171 -j ACCEPT

rep me if i helped you :D
 
i have some problem:
[2:19:53.033] The Forgotten Server, version 0.4.0-alpha1 (Doomed Elderberry)
[2:19:53.033] Compiled with GNU C++ version 4.4.3 at Jun 30 2011, 01:25:34.
[2:19:53.033] A server developed by Elf, Talaturen, Stian, Slawkens, KaczooH and Kornholijo.
[2:19:53.033] Visit our forum for updates, support and resources: http://otland.net.

[2:19:53.033] >> Loading config (config.lua)

[2:19:53.034] > ERROR: Unable to load config.lua!

how do i fix it?

help please :DDD

Solved

Put File name config.lua, before was config.dist.lua
 
Last edited:
Replacing config file /etc/phpmyadmin/config-db.php with new version
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2).
 
Nice tutorial. I am new to Ubuntu and I am asking myself if I setup a mysql server on the ubuntu server can I access the phpmyadmin from my home computer or how can I create a new database on the server?
 
plz help me!

plz help me!
root@summoner-ThinkCentre-A53:/home/trunk# ./build.sh
TheForgottenServer build script- seems to speed things up ALOT.
CCache: OK
CCache binaries located in /usr/lib/ccache
Building on 2 cores, using 3 processes
make all-am
make[1]: se ingresa al directorio «/home/trunk»
g++ -I/usr/include/libxml2 -O2 -fomit-frame-pointer -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra -Werror -Wno-strict-aliasing -Wno-unused-parameter -pipe -o theforgottenserver actions.o allocator.o baseevents.o beds.o chat.o combat.o condition.o configmanager.o connection.o container.o creature.o creatureevent.o cylinder.o database.o databasemanager.o databasemysql.o databasesqlite.o depot.o dispatcher.o exception.o fileloader.o game.o globalevent.o group.o house.o housetile.o ioban.o ioguild.o iologindata.o iomap.o iomapserialize.o item.o itemattributes.o items.o luascript.o mailbox.o manager.o map.o monster.o monsters.o movement.o networkmessage.o npc.o otserv.o outfit.o outputmessage.o party.o player.o position.o protocol.o protocolgame.o protocolhttp.o protocollogin.o protocolold.o quests.o raids.o scheduler.o scriptmanager.o server.o spawn.o spells.o status.o talkaction.o teleport.o textlogger.o thing.o tile.o tools.o trashholder.o waitlist.o weapons.o vocation.o -lsqlite3 -lmysqlclient -llua -lcrypto -lcryptopp -lboost_filesystem-mt -lboost_date_time-mt -lboost_system-mt -lboost_regex-mt -lboost_thread-mt -lz -lxml2
databasesqlite.o: In function `DatabaseSQLite::storeQuery(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
databasesqlite.cpp:(.text+0x1586): undefined reference to `_Database::verifyResult(_DBResult*)'
collect2: ld returned 1 exit status
make[1]: *** [theforgottenserver] Error 1
make[1]: se sale del directorio «/home/trunk»
make: *** [all] Error 2
root@summoner-ThinkCentre-A53:/home/trunk#
 
ERROR: The database you specified in config.lua is empty, please import schemas/<dbengine>.sql to the database (if you are using MySQL, please read doc/MYSQL_HELP for more information).

What kind of name of database should I use in config.lua? And when is an apropriate database created? Should I do it manually? And the structure?
 
My game.cpp or game.h seems to be having issues.

Compiling using r3777 0.4.0, let me know if this question needs to move to the premium support forum.

I get the following errors:

SP32-20120326-164223.jpg

Any ideas on what the problem could be?

Much appreciated.
 
After I do this step.
while true; do ./theforgottenserver; done
I get this non-stopping error.
tfserror_zps54cc2e11.jpg


Did I do something wrong, miss a step, or what?

Running Ubuntu Server 12.04.1 LTS

Any "HELP" will get you rep+ thanks. :w00t:
 
Back
Top