Dennis Posted May 16, 2015 Share Posted May 16, 2015 Hi folks, We wanted to try out Debian 8, codename 'Jessie', so we bought a new dedi and installed Debian 8 as the OS. However, when we got to installing TCAdmin, we ran into a few problems. I contacted Luis, and he made it work on Debian 8 with a workaround. I thought that this thread could come in handy for anyone wanting to use Debian 8. Please post any questions you might have Here's the installation process for 64-bit servers: Download and install mono wget [url]http://www.tcadmin.com/installer/mono-2.11.4-x86_64.deb[/url] apt-get update dpkg -i mono-2.11.4-x86_64.deb This next part is important! Executing 'apt-get install -f' will remove the mono installation - don't execute it yet, even though the original guide says so. cp -r /opt/mono-2.11.4/ /opt/mono-2.11.4-back/ apt-get install -f cp -r /opt/mono-2.11.4-back/ opt/mono-2.11.4/ /opt/mono-2.11.4/bin/mozroots --import --sync --quiet /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 Install the rest of the dependencies apt-get install libpcap0.8 lsof Install TCAdmin wget [url]http://www.tcadmin.com/installer/tcadmin-2-bi.noarch.deb;dpkg[/url] -i tcadmin-2-bi.noarch.deb Follow the initial configuration: http://help.tcadmin.com/Initial_Configuration If everything worked out fine, you should be able to access TCAdmin on your server. Link to comment Share on other sites More sharing options...
NoDoze Posted May 17, 2015 Share Posted May 17, 2015 Thanks for sharing! ...so when would you install mono? Link to comment Share on other sites More sharing options...
Dennis Posted May 17, 2015 Author Share Posted May 17, 2015 Installing mono is the first step I might not answer question rapidly the comming days. My house burned down, sadly. Link to comment Share on other sites More sharing options...
jeromehaynes Posted May 17, 2015 Share Posted May 17, 2015 How come this works? From what I can tell it's installing mono then removing parts of it then copying parts from the one you installed in the first place? I may be totally wrong, I literally just glanced/skimread it + I'm a centos/rh guy not a ubuntu/debian guy , and woah, how did that happen to your house? Link to comment Share on other sites More sharing options...
Dennis Posted May 18, 2015 Author Share Posted May 18, 2015 apt-get install -f removes the mono installation. That's why you need to copy the folder before executing the command, and then copy the folder back. Link to comment Share on other sites More sharing options...
marcelokruk Posted May 18, 2015 Share Posted May 18, 2015 Nice tutorial dennis, i will try it this week 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