Blog list (0)
Access RVlogin Single Sign-on on SSH
1. Open SSH terminal of your single sign-on domain name. See how to setup here. 2. List of users who has privilege to access the server will appear. Enter number of your name.*If Two-Factor Authentication is disabled, SSH Single Sign-on will not betp login. See how to add here. And insert Security Code from your Google Authenticator Application. Choose a Server Group number from the list to continue.Or Type symbol “/” before a Server Group Name to search Server Group you want. Choose a Server Name number from the list to continue.Or Type symbol “/” before a Server Name to search Server you want.*Cannot connect to the Server you choose? Please see the reason and solution guide here.
Edit and Remove Server
You can edit or remove the current server in your RVlogin Single sign-on. To edit server:Go to WHM (root) -> Plugins -> RVglobalsoft Manager -> RVlogin Manager -> Server, click the setting icon on a server row that you want to edit. Edit fields and save. To remove a server:Go to WHM (root) -> Plugins -> RVglobalsoft Manager -> RVlogin Manager -> Server, Click the delete icon on the server that you want to delete and click confirm removing server.
Cannot access to the destination server via RVlogin SSH Gateway
If you cannot connect to the destination server by SSH via RVlogin SSH Gateway. It might be one of the following reasons. 1. The destination server has Firewall blocked.: Please go to the destination server and allow the IP of your RVlogin SSH Gateway server. 2. Check the Hardening System. 3. The SSH Port might be incorrect.: Please check at WHM (root) -> Plugins -> RVglobalsoft Manager -> RVlogin Manager -> Server Group which has the destination server listed -> click “Edit Server”. If the port is incorrect, please remove the server, and add it back with the correct port again. How to add Server? 4. Network Time-out 5. The destination server is down. 6. The destination server doesn’t has SSH Service. More help, please contact us.
Add Server and Server Group in RVlogin
If this is your first time adding server in RVlogin Single sign-on, you’ll need to add Server Group first.The server group will be the server list and server access control. Go to WHM (root) -> Plugins -> RVglobalsoft Manager -> RVlogin Manager -> Server menu. To add server group:Go to WHM (root) -> Plugins -> RVglobalsoft Manager -> RVlogin Manager -> Server menu -> Add Server Group. Create the server group name and its description.Sample ::Server Group Name: Developer OneDescription: All developers in Server One To add a server:Go to WHM (root) -> Plugins -> RVglobalsoft Manager -> RVlogin Manager -> Server menu -> Add Server. Fill the server information in the fields, and click Add. Then back to “Server” page. The added servers and server groups will be displayed. You can add Server and Server Group anytime you want.
Add User to access to RVlogin Single sign-on
To add user: WHM(root) -> Plugins -> RVglobalsoft Manager -> RVlogin Manager -> User Management -> Add User. Add user to access to WHM (RVlogin) with Two-Factor Authentication.To add user, you must have Google Authenticator application. Two-Factor Authentication will be required for WHM/SSH Root Access if it's enabled. If Two-Factor is disabled, RVlogin Single sign-on on WHM will be accessed by anyone who has root password. The server access settings here will take effect to both WHM and SSH access.
Setup RVlogin Single Sign-on Gateway for WHM and SSH
You can create a URL for RVlogin Single sign-on server, such as yourdomainname.com. This will help you more easier access to your Single sign-on server in one domain name than going to WHM -> Plugins -> RVglobalsoft Manager -> RVlogin Manager. WHM Single Sign-on Setting:Go to WHM -> Plugins -> RVglobalsoft Manager -> RVlogin Manager -> WHM Single sign-on. Use URL gateway as you want. SSH Single Sign-on Setting:WHM (root) -> Plugins -> RVglobalsoft Manager -> RVlogin Manager -> SSH Single sign-on.You will see Host, Port, SSH User, SSH Password fields are already showing as your setting in for WHM.
Access RVlogin Single sign-on on WHM
There are 2 ways to access to your WHM Single Sign-on by RVlogin. 1. Go to WHM -> RVglobalsoft Manager -> RVlogin Manager. You can use/manage/access servers from here. 2. If you have set your WHM Single Sign-on URL.You can access directly by typing your gateway domain in URL field on browser, such as youdomainname.com.Want to set WHM Single sign on URL? Visit our guide here. Enter Root Privilege Select your name for Two-Factor Authentication. See how to add user here. Your Single Sign-on is here!
How to make Trac and wordpress work together
You need to update .htaccess for wordpress. Here are the content and explanation of new .htaccess.1. To make Trac and wordpress work together, we need to addRewriteCond %{REQUEST_URI} !^/trac*inside wordpress rewrite rules 2. To make Trac HTTP authentication work, we need to addErrorDocument 401 /401.htmland create 401.html on the same directory as wordpress.Taken from: http://wordpress.org/support/topic/htaccess-and-subdirectories 401.html can be empty file or use the following HTML tags.
Authorization Required
It will only display when someone failed to login. ErrorDocument 401 /401.html# BEGIN WordPressActivate RVsubversion Manager for RVskin 10.58 - 12.37
RVsubversion Manager is availeble since RVskin 13.00. If RVskin in your server is lower version, please do following guide.This process requires root privilege. If you don’t have the privilege, please contact your host provider.After finished update (or new install) of RVskin (version 10.58 - 12.37), "RVglobalsoft Manager" menu will appear. Click RVglobalsoft Manager -> RVsubversion -> and follow the installation in the link or run the following commands to install RVsubversion. Install RVsubversion/usr/local/rvglobalsoft/rvsubversion/auto/autorvsubversion.cgi Install subversion and Tracperl /usr/local/rvglobalsoft/rvsubversion/install.pl After that, click "RVglobalsoft Manager" again, you'll see "RVsubversion Manager". Here's the place to set your subversion configuration.
How to make Trac and cakePHP work together?
You need to update .htaccess for cakePHP. Here are the content and explanation of new .htaccess.1. To make Trac and cakePHP work together, we need to addRewriteCond %{REQUEST_URI} !^/trac*inside cakePHP rewrite rules 2. To make Trac HTTP authentication work, we need to addErrorDocument 401 /401.htmland create 401.html on the same directory as cakePHP.Taken from: https://wordpress.org/support/topic/htaccess-and-subdirectories/ 401.html can be empty file or use the following HTML tags.
Authorization Required
It will only display when someone failed to login. ErrorDocument 401 /401.htmlRVsubversion error 500
Please run the following commands:mkdir -p /usr/local/rvglobalsoft/rvmanager;cd /usr/local/rvglobalsoft/rvmanager;rm -f rvmanagerauto.tar.bz2wget http://download.rvglobalsoft.com/download.php/download/rvmanager-upgrade -O rvmanagerauto.tar.bz2;tar -xopf rvmanagerauto.tar.bz2;chmod 755 /usr/local/rvglobalsoft/rvmanager/auto/real_autorvmanager.cgi;/usr/local/rvglobalsoft/rvmanager/auto/real_autorvmanager.cgi; After that, go to WHM -> Plugins -> RVglobalsoft Manager -> Active RVsubversion.Then back to WHM -> Plugins -> RVglobalsoft Manager -> RVsubversion again to run the following command.perl /usr/local/rvglobalsoft/rvsubversion/install.pl
Error message : SVN virtual user error., Please update svn virtual
Please set permission file /usr/local/apache/conf/userdata/std/2/{user}/{domain}/rvtrac.conf to 755.
Error message : Sorry, cannot "make" neon. How to fix it?
If you found following error. /usr/bin/ld: final link failed: Nonrepresentable section on outputcollect2: ld returned 1 exit statusmake[1]: *** [libneon.la] Error 1make[1]: Leaving directory'/usr/local/rvsubversion/.build/neon-0.29.6/src'make: *** [subdirs] Error 2Sorry, cannot "make" neon You can do the instructions below in order to solve it.1. Create file /usr/local/rvglobalsoft/rvsubversion/profile/customsubversion.profile.yaml2. Copy the entire of following config to place in the file above (keep the --- symbol and space as in the line) neon:makefile:clean: 1 3. run installer againperl /usr/local/rvglobalsoft/rvsubversion/install.pl
Error message : libexpat.so: could not read symbols. How to fix it?
If you found below errors. 1. /usr/lib/libexpat.so: could not read symbols: File in wrong formatcollect2: ld returned 1 exit statusmake: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1Sorry, cannot "make" subversion. 2. Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../libsvn_ra_svn-1.so.0: undefined symbol: svn_compat_wrap_file_rev_handler" ) 3. ImportError:/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../libsvn_ra_neon-1.so.0:undefined symbol: svn_log_changed_path2_create 4. sqlite.so/usr/bin/ld: skipping incompatible /usr/lib/libsqlite3.so when searching for -lsqlite3/usr/bin/ld: skipping incompatible /usr/lib/libsqlite3.so when searching for -lsqlite3 Please fix it using below instruction. 1. backup old lib:mv /usr/lib/libexpat.so /usr/lib/libexpat.so.bak 2. find libexpat.so.0 in path below :ll /usr/lib64/libexpat.so.0ll /usr/local/lib64/libexpat.so.0ll /lib64/libexpat.so.0 3. create link to path that you found on step 2 (select only one command) :ln -s /usr/lib64/libexpat.so.0 /usr/lib/libexpat.soln -s /usr/local/lib64/libexpat.so.0 /usr/lib/libexpat.soln -s /lib64/libexpat.so.0 /usr/lib/libexpat.so 4. run installer againperl /root/rvadmin/installsubversion.pl If still have problem, you need to do the same things with the following files.libsvn_client-1.solibsvn_delta-1.solibsvn_diff-1.solibsvn_fs-1.solibsvn_fs_base-1.solibsvn_fs_fs-1.solibsvn_ra-1.solibsvn_ra_dav-1.solibsvn_ra_local-1.solibsvn_ra_svn-1.solibsvn_repos-1.solibsvn_subr-1.solibsvn_swig_perl-1.solibsvn_swig_py-1.solibsvn_wc-1.so
How to update RVsubversion
You can SSH to your server as root and run the following command: perl /usr/local/rvglobalsoft/rvsubversion/auto/autorvsubversion.cgi
RVsubversion Installation Troubleshooting
Error message while installing RVsubversion:pkg_resources.VersionConflict: (Genshi 0.7 (/usr/lib/python2.6/site-packages/Genshi-0.7-py2.6-linux-x86_64.egg), Requirement.parse('Genshi>=0.6,<0.7dev'))Sorry, cannot "install" trac. Solution: Try the following commands.perl /usr/local/rvglobalsoft/rvsubversion/auto/autorvsubversion.cgi --forceperl /usr/local/rvglobalsoft/rvsubversion/install.pl
RVsubversion Installation
RVsubversion is a free feature from RVskin license. If your IP doesn’t have RVskin license, please order RVskin license with us here. To run installation, please SSH as root to server that was registered while purchasing the license and run: cd /usr/src; rm -f rvsubversioninstall.sh; wget http://download.rvglobalsoft.com/rvsubversioninstall.sh; chmod +x rvsubversioninstall.sh; ./rvsubversioninstall.sh After that run install Subversion and Trac by the following command perl /usr/local/rvglobalsoft/rvsubversion/install.pl If you have any problem, please read the installation troubleshooting here.If your problem is not addressed by the help documents, please contact us here. Then you can find RVsubversion under WHM (root) -> Plugins -> RVglobalsoft Manager -> RVsubversion Manager.
Uninstall RVsubversion
The uninstall command for Subversion version 1.7.4 and higher.perl /usr/local/rvglobalsoft/rvsubversion/uninstallsubversion.pl The uninstall command for Subversion lower than 1.7.4./root/rvadmin/uninstall_rvsvn.pl
Uninstall RVsubversion
The uninstall command for Subversion version 1.7.4 and higher.perl /usr/local/rvglobalsoft/rvsubversion/uninstallsubversion.pl The uninstall command for Subversion lower than 1.7.4./root/rvadmin/uninstall_rvsvn.pl
How To Install SSL Certificate
To Install SSL Certificates, please follow the instructions that we provide you in our Installation manuals. Install SSL Certificate Install SSL Certificate Install SSL Certificate Install SSL Certificate