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

SIMPLE ALL IN ONE: From nothing to a fully working dedicated server on Ubuntu

How should this work ?
i did install all these commands from don daniello, but there was not
the file created /home/otsmanager/forgottenserver
i had to create the folder forgottenserver my self, so it will be empty how should the password be there?
also my website is not working
i did exactly follow his comands and had no error at all.
 
How should this work ?
i did install all these commands from don daniello, but there was not
the file created /home/otsmanager/forgottenserver
i had to create the folder forgottenserver my self, so it will be empty how should the password be there?
also my website is not working
i did exactly follow his comands and had no error at all.

The last command usually takes 5-15 minutes, do it all again and don't cancel the last one.
 
edit: alright i will reinstall system and do it again thanks.
 
after installing this i cant compile TFS 0.4 SVN or any other distribution i get this error when the compilation is making the exe file
Code:
/usr/bin/ld: //usr/local/lib/liblua.a(loadlib.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [theotxserver] Error 1
make[1]: Leaving directory `/home/otsmanager/source'
make: *** [all] Error 2
 
If I wanted to run 2 TFS using this system on the same machine. What would be the correct way to go about it?
 
If I wanted to run 2 TFS using this system on the same machine. What would be the correct way to go about it?
It's not possible using the current recipe. You would have to clone everything pertaining to otsmanager and change the name to otsmanager2 or something.
 
It's not possible using the current recipe. You would have to clone everything pertaining to otsmanager and change the name to otsmanager2 or something.
Thanks, I'll give it a shot.
 
Hey, im using Ubuntu 14.04 LTS does its not working on this ?

cause on the last command it say only this


Starting ansible-pull at 2015-01-11 13:46:51
localhost | success >> {
"after": "551b7a0dab9d9c92b4xaf4bbe631431dbcd3dd75",
"before": null,
"changed": true
}

and nothing else happens..
@Snooby maybe you know ? :p
 
I can't believe I never properly gave my thanks for such a wonderful share.

Thank you @Don Daniello, it's been a very big help to me and it's very much appreciated. :)
 
Can You help me ?

error.png


Ubuntu Server 14.04 "Trusty Tahr" LTS (64bits)
 
Can You help me ?

error.png


Ubuntu Server 14.04 "Trusty Tahr" LTS (64bits)

I'm getting this exact same error. I tried it 3x using a fresh install each time on Ubuntu Server 14.04 "Trusty Tahr" LTS (64bits).

I have 2 other servers installed using this tutorial (installed the last one about 6-7 months ago).
For some reason it's not working anymore on the last step. Any ideas?

Thanks for the help! :)
 
I suggest you try with 15.04, probably new TFS needs newer gcc.
 
I suggest you try with 15.04, probably new TFS needs newer gcc.

Hey @Don Daniello thanks for responding. I'm trying on the 15.04 now and I'm getting this error:
Code:
root@ns500388:~# ansible-pull -U https://github.com/DevelopersPL/otshosting-prov         isioning.git -o -d /srv
Starting ansible-pull at 2015-06-24 01:21:10
localhost | success >> {
    "after": "551b7a0dab9d9c92b4baf4bbe631431dbcd3dd75",
    "before": null,
    "changed": true
}


PLAY [all] ********************************************************************

GATHERING FACTS ***************************************************************
ok: [localhost]

TASK: [Upgrade whole system] **************************************************
ok: [localhost]

TASK: [Install admin essentials] **********************************************
changed: [localhost] => (item=mc,htop,unrar-free)

TASK: [Create otsmanager system user] *****************************************
changed: [localhost]

TASK: [Create upstart config directory for otsmanager] ************************
changed: [localhost]

TASK: [Install upstart session job for TFS for otsmanager] ********************
changed: [localhost]

TASK: [Install upstart session runner 1] **************************************
changed: [localhost]

TASK: [Install upstart session runner 2] **************************************
changed: [localhost]

TASK: [Start upstart session] *************************************************
failed: [localhost] => {"failed": true}
msg: service not found: session-init-setup

FATAL: all hosts have already failed -- aborting

PLAY RECAP ********************************************************************
           to retry, use: --limit @/root/local.retry

localhost                  : ok=8    changed=6    unreachable=0    failed=1
 
Back
Top