Simple way to get CENTOS client working

Hi there
Here is a simple way to get the 1.2 or 1.3 woring on a CENTOS 6.x machine

Step 1. install centos (basic server installation)
Step 2. after logging on as root : yum install gcc-c++.x86_64 -y ; yum install wxBase.x86_64 -y ; yum install wxGTK-devel.x86_64 -y
Step 3. download extra packages…
wget http://pkgs.repoforge.org/cryptopp/cryptopp-5.5.2-1.el5.rf.x86_64.rpm
wget http://pkgs.repoforge.org/cryptopp/cryptopp-devel-5.5.2-1.el5.rf.x86_64.rpm
wget http://pkgs.repoforge.org/cryptopp/cryptopp-progs-5.5.2-1.el5.rf.x86_64.rpm
Step 4. yum install crypt*.rpm -y
Step 5. for 1.2 cliet : wget http://sourceforge.net/projects/urbackup/files/Client/1.2/urbackup-client-1.2.1.tar.gz
Step 6. tar -zxf urbackup-client-1.2.tar.gz ; cd urbackup-client-1.2
Step 7. ./configure ; make ; make install
Step 8. switch off iptables or reconfigure them. to switch off : /etc/init.d/iptables stop ; chkconfig iptables off
Step 9. start client : cd /usr/local/sbin ; start_urbackup_client

WAIT 1 a 2 minutes please !!!
Now look in the log on your urbackup serverserver

If everything is OK the client is up and running !
have fun with it

Installation goes well but the server cant detect the client. Is there any way to see the logs for the client?

However, i see that the process urbackupclientbacend is running on the cleint.