Setting up Web Consolue GUI in Centos

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Setting up Web Consolue GUI in Centos

crippa.andrea
Hi nia ...
i'm trying to install web console gui in a centos 5.6 vk 2.6.33.2

I've installed sudo and configured it as by your instruction but i've got some check error in sudo, mhvtl etc. etc.

After doing few check ....
vtl test system wrote
[root@localhost ~]# su - apache
-sh-3.2$ sudo -u root -S date
mar lug  5 23:41:34 CEST 2011
-sh-3.2$ exit
logout
[root@localhost ~]#
vtl test system wrote
[root@localhost www]# su - apache
-sh-3.2$ cd /var/www/html
-sh-3.2$ cd mhvtl/
-sh-3.2$ cd scripts/
-sh-3.2$ ./check_before_use.sh testsudo
 PASS: Sudo Access Setup
-sh-3.2$
 ...... and see that all run fine ....  i understand that i need to disable selinux to run sudo from httpd.

Can you place this note in your instruction ?

TIA

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Setting up Web Consolue GUI in Centos

crippa.andrea
GIT is not available in default yum repo

You need to download it manually and ./configure make and make install

wget http://kernel.org/pub/software/scm/git/git-1.6.5.2.tar.gz
tar -zxf git-1.6.5.2.tar.gz
cd git-1.6.5.2
./configure
make
make install

After that git is installed but not in the path where WebGui look for
You need to manually create a symlink to git in /usr/bin

cd /usr/bin
ln -s git /usr/local/bin/git

Bye


P.S. : Live Update of mhvtl does not work .... tomorrow i'll try to check why
nia
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Setting up Web Consolue GUI in Centos

nia
Administrator
In reply to this post by crippa.andrea
crippa.andrea wrote
 ...... and see that all run fine ....  i understand that i need to disable selinux to run sudo from httpd.

Can you place this note in your instruction ?
Sure thing ,, Thanks for testing ..

 
nia
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Setting up Web Consolue GUI in Centos

nia
Administrator
crippa.andrea wrote
After that git is installed but not in the path where WebGui look for
You need to manually create a symlink to git in /usr/bin

cd /usr/bin
ln -s git /usr/local/bin/git

Perhaps, I need to add this path for more checking also ...
nia
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Setting up Web Consolue GUI in Centos

nia
Administrator
In reply to this post by crippa.andrea
crippa.andrea wrote
P.S. : Live Update of mhvtl does not work .... tomorrow i'll try to check why

Let me know where the fault is ..

You can try this to see if it shows any errors :

~mhvtl/html # php live_update.php

or

~mhvtl # scripts/check_update.sh

and

~mhvtl # scripts/check_gui.update.sh


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Setting up Web Consolue GUI in Centos

crippa.andrea
nia wrote
crippa.andrea wrote
P.S. : Live Update of mhvtl does not work .... tomorrow i'll try to check why

Let me know where the fault is ..

You can try this to see if it shows any errors :

~mhvtl/html # php live_update.php

or

~mhvtl # scripts/check_update.sh

and

~mhvtl # scripts/check_gui.update.sh
The problem with update may be due to the git version i've used ..... with 1.7.6 seems ok (http://kernel.org/pub/software/scm/git/git-1.7.6.tar.gz)

Git 1.7.6 also doesn't need to ceate the link in /usr/bin

This evening i'll try the software with WebI

Bye
nia
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Setting up Web Consolue GUI in Centos

nia
Administrator
crippa.andrea wrote
git version i've used ..... with 1.7.6 seems ok
I will check further why that is ...

Thanks

nia
Loading...