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

Error installing server to VPS

razr55

New Member
Joined
Mar 26, 2011
Messages
26
Reaction score
0
So, I followed this tutorial- SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu (https://otland.net/threads/simple-all-in-one-from-nothing-to-a-fully-working-dedicated-server-on-ubuntu.212117/) -exactly how it says to do it and got this error

TASK [Cmake forgottenserver source] ****
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["cmake", ".."], "delta": "0:00:02.072792", "end": "2019-04-17 04:18:32.353759", "failed": true, "rc": 1, "start": "2019-04-17 04:18:30.280967", "stderr": "CMake Error at /usr/share/cmake-3.5/Modules/FindBoost.cmake:1677 (message):\n Unable to find the requested Boost libraries.\n\n Boost version: 1.58.0\n\n Boost include path: /usr/include\n\n Could not find the following Boost libraries:\n\n boost_filesystem\n\n Some (but not all) of the required Boost libraries were found. You may\n need to install these additional Boost libraries. Alternatively, set\n BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT\n to the location of Boost.\nCall Stack (most recent call first):\n CMakeLists.txt:46 (find_package)", "stdout": "-- The C compiler identification is GNU 5.4.0\n-- The CXX compiler identification is GNU 5.4.0\n-- Check for working C compiler: /usr/bin/cc\n-- Check for working C compiler: /usr/bin/cc -- works\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Detecting C compile features\n-- Detecting C compile features - done\n-- Check for working CXX compiler: /usr/bin/c++\n-- Check for working CXX compiler: /usr/bin/c++ -- works\n-- Detecting CXX compiler ABI info\n-- Detecting CXX compiler ABI info - done\n-- Detecting CXX compile features\n-- Detecting CXX compile features - done\n-- cotire 1.7.6 loaded.\n-- Performing Test COMPILER_KNOWS_CXX11\n-- Performing Test COMPILER_KNOWS_CXX11 - Success\n-- Performing Test COMPILER_KNOWS_STDLIB\n-- Performing Test COMPILER_KNOWS_STDLIB - Failed\n-- Performing Test COMPILER_KNOWS_LTO\n-- Performing Test COMPILER_KNOWS_LTO - Success\n-- Found Crypto++: /usr/include \n-- Found PugiXML: /usr/include \n-- MySQL Include dir: /usr/include/mysql library dir: /usr/lib/x86_64-linux-gnu\n-- MySQL client libraries: /usr/lib/x86_64-linux-gnu/libmysqlclient.so\n-- Looking for pthread.h\n-- Looking for pthread.h - found\n-- Looking for pthread_create\n-- Looking for pthread_create - not found\n-- Looking for pthread_create in pthreads\n-- Looking for pthread_create in pthreads - not found\n-- Looking for pthread_create in pthread\n-- Looking for pthread_create in pthread - found\n-- Found Threads: TRUE \n-- Found LuaJIT: /usr/lib/x86_64-linux-gnu/libluajit-5.1.so;/usr/lib/x86_64-linux-gnu/libm.so (found version \"2.0.4\") \n-- CXX target tfs cotired without unity build.\n-- Configuring incomplete, errors occurred!\nSee also \"/home/otsmanager/forgottenserver/build/CMakeFiles/CMakeOutput.log\".\nSee also \"/home/otsmanager/forgottenserver/build/CMakeFiles/CMakeError.log\".", "stdout_lines": ["-- The C compiler identification is GNU 5.4.0", "-- The CXX compiler identification is GNU 5.4.0", "-- Check for working C compiler: /usr/bin/cc", "-- Check for working C compiler: /usr/bin/cc -- works", "-- Detecting C compiler ABI info", "-- Detecting C compiler ABI info - done", "-- Detecting C compile features", "-- Detecting C compile features - done", "-- Check for working CXX compiler: /usr/bin/c++", "-- Check for working CXX compiler: /usr/bin/c++ -- works", "-- Detecting CXX compiler ABI info", "-- Detecting CXX compiler ABI info - done", "-- Detecting CXX compile features", "-- Detecting CXX compile features - done", "-- cotire 1.7.6 loaded.", "-- Performing Test COMPILER_KNOWS_CXX11", "-- Performing Test COMPILER_KNOWS_CXX11 - Success", "-- Performing Test COMPILER_KNOWS_STDLIB", "-- Performing Test COMPILER_KNOWS_STDLIB - Failed", "-- Performing Test COMPILER_KNOWS_LTO", "-- Performing Test COMPILER_KNOWS_LTO - Success", "-- Found Crypto++: /usr/include ", "-- Found PugiXML: /usr/include ", "-- MySQL Include dir: /usr/include/mysql library dir: /usr/lib/x86_64-linux-gnu", "-- MySQL client libraries: /usr/lib/x86_64-linux-gnu/libmysqlclient.so", "-- Looking for pthread.h", "-- Looking for pthread.h - found", "-- Looking for pthread_create", "-- Looking for pthread_create - not found", "-- Looking for pthread_create in pthreads", "-- Looking for pthread_create in pthreads - not found", "-- Looking for pthread_create in pthread", "-- Looking for pthread_create in pthread - found", "-- Found Threads: TRUE ", "-- Found LuaJIT: /usr/lib/x86_64-linux-gnu/libluajit-5.1.so;/usr/lib/x86_64-linux-gnu/libm.so (found version \"2.0.4\") ", "-- CXX target tfs cotired without unity build.", "-- Configuring incomplete, errors occurred!", "See also \"/home/otsmanager/forgottenserver/build/CMakeFiles/CMakeOutput.log\".", "See also \"/home/otsmanager/forgottenserver/build/CMakeFiles/CMakeError.log\"."], "warnings": []}

RUNNING HANDLER [reload systemd] ***

RUNNING HANDLER [restart systemd-journald] *

RUNNING HANDLER [restart nginx] ****

RUNNING HANDLER [restart php7.0-fpm] ***

RUNNING HANDLER [restart mysql] ****

PLAY RECAP *
localhost : ok=73 changed=59 unreachable=0 failed=1

Was wondering if anyone could help me out?
 
Also, got an error when attempting to startup the server

otsmanager@vps234855:~$ start tfs
otsmanager@vps234855:~$ status tfs
● tfs.service - The Forgotten Server
Loaded: loaded (/home/otsmanager/.config/systemd/user/tfs.service; disabled; vendor preset: enabled)
Active: failed (Result: start-limit-hit) since Wed 2019-04-17 04:21:23 EDT; 2 s ago
Process: 30249 ExecStart=/home/otsmanager/forgottenserver/build/tfs (code=exit ed, status=203/EXEC)
Main PID: 30249 (code=exited, status=203/EXEC)

Apr 17 04:21:23 vps234855 systemd[3703]: tfs.service: Main process exited, c...C
Apr 17 04:21:23 vps234855 systemd[3703]: tfs.service: Unit entered failed state.
Apr 17 04:21:23 vps234855 systemd[3703]: tfs.service: Failed with result 'ex....
Apr 17 04:21:23 vps234855 systemd[3703]: tfs.service: Service hold-off time ....
Apr 17 04:21:23 vps234855 systemd[3703]: Stopped The Forgotten Server.
Apr 17 04:21:23 vps234855 systemd[3703]: tfs.service: Start request repeated....
Apr 17 04:21:23 vps234855 systemd[3703]: Failed to start The Forgotten Server.
Apr 17 04:21:23 vps234855 systemd[3703]: tfs.service: Unit entered failed state.
Apr 17 04:21:23 vps234855 systemd[3703]: tfs.service: Failed with result 'st....
Hint: Some lines were ellipsized, use -l to show in full.
 
Back
Top