• 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 Executing TFS from terminal

atomic chavez

Hi there
Joined
Mar 8, 2009
Messages
84
Reaction score
0
Location
Mexico Monterrey
After some hours of reading tutorials I finally compilled TFS on ubuntu 8.04. The first time I did this:

Code:
balder522:/forgottenserver# ./theforgottenserver

This happened:

Code:
>> Loading config (config.lua)
> Using plaintext passwords
>> Loading RSA key
>> Starting SQL connection
>> Running Database Manager
> Optimized database.
>> Loading items
>> Loading vocations
>> Loading script systems
>> Loading outfits
>> Loading experience stages
>> Loading monsters
>> Loading map and spawns...
> Map size: 1000x1000.
> Map descriptions:
Saved with Remere's Map Editor 1.1.4
SimOne MapEditor 0.5.0
> Map loading time: 0.716 seconds.
> Data loading time: 0.073 seconds.
> Unserialization time for houses: 0.004 seconds.
> Unserialization time for map: 2.637 seconds.
>> Loading administration protocol
>> Checking world type... PvP
>> Checking software version... outdated, please consider updating!
> Current version information - version: 0.3.2, patch: 0, build: 1345, timestamp: 1236717227.
> Latest version information - version: 0.3.4, patch: 0, build: 1756, timestamp: 1241027446.
>> All modules were loaded, server starting up...
>> Forgotten server Online!

YEEY TFS ONLINE, but after that I lost my "balder522:/" thing to input commands. I was like WTF? I searched on forums and I saw that ctrl + Z stopped the process and indeed I got my "balder522:/" back, but now everytime I do the

Code:
balder522:/forgottenserver# ./theforgottenserver

Im getting this:
Code:
terminate called after throwing an instance of 'boost::system::system_error'
  what():  Address already in use
Aborted

So, what should I do? Whats the correct way to start/stop my TFS?

OFFFFFFTOPIC: After following Elf's tutorial to compile, How do I pass the DATA folder I have in my computer (with my custom monsters,spells etc) on to the server? because
balder522:/forgottenserver# is nowhere to be found on my FTP so I dont know where to upload my data.

http://img17.imageshack.us/img17/2822/privatee.jpg

Thanks.:wub::wub:
 
Back
Top