Update Adobe Flash Player to the latest version
References:
Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
# tar -zxvf udunits-2.1.24 # cd udunits-2.1.24 # ./configure --prefix=/usr/local/udunits-2.1.24 CC=gcc CXX=g++ # make # make install
# tar -zxvf antlr-2.7.7 # antlr-2.7.7
# vim /root/antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp
# ./configure --prefix=/usr/local/antlr2.7.7 --disable-examples # make -j 8 # make install
# cd /etc/yum.repos.d/ # wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo # yum install devtoolset-2 --nogpgcheck # scl enable devtoolset-2 bash
# cd /etc/yum.repos.d/ # wget -O /etc/yum.repos.d/slc5-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc5-devtoolset.repo # yum install devtoolset-1.1 # scl enable devtoolset-1.1 bash
connecting to sesman ip 127.0.0.1 port 3350 sesman connect ok sending login info to session manager, please wait... xrdp_mm_process_login_reponse: login successful for display started connecting connecting to 127.0.0.1 5910 error - problem connecting
...... [20141118-23:53:40] [ERROR] X server for display 10 startup timeout [20141118-23:53:40] [INFO ] starting xrdp-sessvc - xpid=2998 - wmpid=2997 [20141118-23:53:40] [ERROR] X server for display 10 startup timeout [20141118-23:53:40] [ERROR] another Xserver is already active on display 10 [20141118-23:53:40] [DEBUG] aborting connection... [20141118-23:53:40] [INFO ] ++ terminated session: username root, display :10.0 .....
# yum install tigervnc-server
# service xrdp restart