LFA Posted January 31, 2012 Share Posted January 31, 2012 (edited) Please update your servers to Mono 2.10.8. This should fix most of the random tcadmin crashes. To see which version you are currently running execute this command: cat /home/tcadmin/Logs/Monitor/console.log | grep "Mono Version"After installing 2.10.8 update the following line in /home/tcadmin/Monitor/mono-config . Use nano or vi. Don't download the file to your Windows PC and edit the file. MONO_FOLDER="/opt/mono-2.10.8"and restart the monitor and service manager: cd /home/tcadmin/Monitor ./monitor-service restart ./serviceman-service restart These are the commands to install Mono 2.10.8: CentOS 5/6 / Fedora 15 / Redhat 5 32 bit wget http://www.tcadmin.com/installer/mono-2.10.8-bi.i386.rpm yum install mono-2.10.8-bi.i386.rpm --nogpgcheck 64 bit (CentOS 6 64bit must install Mono 32bit) wget http://www.tcadmin.com/installer/mono-2.10.8-bi.x86_64.rpm yum install mono-2.10.8-bi.x86_64.rpm --nogpgcheck Debian 6 32 bit wget http://www.tcadmin.com/installer/mono-2.10.8-bi.i386.deb apt-get update dpkg -i mono-2.10.8-bi.i386.deb apt-get install -f64 bit wget http://www.tcadmin.com/installer/mono-2.10.8-bi.x86_64.deb apt-get update dpkg -i mono-2.10.8-bi.x86_64.deb apt-get install -f Ubuntu 10/11 32 bit wget http://www.tcadmin.com/installer/mono-2.10.8-ubu.i386.deb apt-get update dpkg -i mono-2.10.8-ubu.i386.deb apt-get install -f 64 bit wget http://www.tcadmin.com/installer/mono-2.10.8-ubu.x86_64.deb apt-get update dpkg -i mono-2.10.8-ubu.x86_64.deb apt-get install -f Edited February 1, 2012 by LFA Link to comment Share on other sites More sharing options...
yhya2oo8 Posted February 8, 2012 Share Posted February 8, 2012 hello After update mono I got Error [root@Clan ~]# mono -v -bash: mono: command not found Link to comment Share on other sites More sharing options...
LFA Posted February 9, 2012 Author Share Posted February 9, 2012 mono is not in the path. You need to execute: /opt/mono-2.10.8/bin/mono -v Link to comment Share on other sites More sharing options...
yhya2oo8 Posted February 10, 2012 Share Posted February 10, 2012 No it's not work And I can't update [root@Clan Monitor]# ./updatetool 2.0.38 ./updatetool: line 60: mono: command not found Link to comment Share on other sites More sharing options...
LFA Posted February 10, 2012 Author Share Posted February 10, 2012 Make sure you updated mono-config with the new path. Also check tcadmin-config. If MONO_FOLDER is there too delete the line. 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