Tanoshi Posted March 21, 2016 Share Posted March 21, 2016 Hello.. me and a few of my close college friends and project partners have teamed to start a new webhosting company and we are looking to add linux servers into our hosting as its a little less to manage against windows since windows has to have daily updates etc... but we have ran into many problems installing games and such on debain wheezy and centos6 etc that is all fixed in ubuntu 14.04 and such maybe its us as we are just now learning linux and as a project in school we took this on and we are having many troubles and are looking for help in this... Link to comment Share on other sites More sharing options...
Dennis Posted March 21, 2016 Share Posted March 21, 2016 The problem with Debian Wheezy and CentOS 6 is that the GLIBC version required for many games are either 2.15 or 2.19 or above, and as far as I remember, those to distros use a earlier version. Debian Jessie has the minimum requirements. You should be able to use Ubuntu 14.04. I think we did that on our first server. Link to comment Share on other sites More sharing options...
Tanoshi Posted March 21, 2016 Author Share Posted March 21, 2016 we used debain jessie trying to get it to work but we kept having schedutils not found problems with it and as we are very new to linux we had no idea what to do we looking around a bit couldnt find anything that worked for us Link to comment Share on other sites More sharing options...
Dennis Posted March 21, 2016 Share Posted March 21, 2016 Schedutils is not really a requirement for TCAdmin to work. Link to comment Share on other sites More sharing options...
Tanoshi Posted March 21, 2016 Author Share Posted March 21, 2016 yes but it was creating errors on mono and more for some reason and with some the the other dependencys it was saying stuff about how it wasnt found and couldnt be installed Link to comment Share on other sites More sharing options...
ECF Posted March 21, 2016 Share Posted March 21, 2016 Windows only puts out updates during the second week of each month, unless it is a critical patch. If you don't know how to use Linux, how are you going to support your customers when they have an issue? Link to comment Share on other sites More sharing options...
cindyh Posted April 16, 2016 Share Posted April 16, 2016 My master servers are on centos 6 no problems.. Installing on Ubuntu 14 should be much easier and can use the -f option in the apt-get to fix dependency errors. Link to comment Share on other sites More sharing options...
mrneel Posted May 9, 2016 Share Posted May 9, 2016 I'm using 14.04 (working on 16.04), and there's a few things you'll need before trying to install TCAdmin v2 (assuming root). ia32-libs from Raring: cd /etc/apt/sources.list.d;echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list;apt-get update apt-get install ia32-libs A custom Mono: apt-get update;wget http://www.tcadmin.com/installer/mono-2.11.4-x86_64.ubu.deb;dpkg -i mono-2.11.4-x86_64.ubu.deb;apt-get -y --force-yes -f install;/opt/mono-2.11.4/bin/mono --aot -O=all /opt/mono-2.11.4/lib/mono/2.0/mscorlib.dll;for i in /opt/mono-2.11.4/lib/mono/gac/*/*/*.dll; do /opt/mono-2.11.4/bin/mono --aot -O=all $i; done A few random dependencies: apt-get install g++ bzip2 libpcap0.8 lsof From there you can install the .deb from the wiki and everything should be golden. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now