Page 1 of 1

[tuto]7.3.6,opensuse 13.1,installation

Posted: Sun Jan 05, 2014 3:06 pm
by promeneur
IN THIS ORDER

as user open a text console
then
go to to the folder where fah rpm are stored (for me "cd ~/Téléchargements")
then
install the fah rpms ignoring the "python(abi) = 2.6" and "bzip2-libs" error messages because the corresponding packets are well installed by default when installing opensuse

the required password is the root password (administrator)

the root password is your user password if you made an automatically installation or the root password if you choose not using you as administrator

su -c"zypper install fahcontrol-7.3.6-1.noarch.rpm"

su -c"zypper install fahviewer-7.3.6-1.x86_64.rpm"

su -c"zypper install fahclient-7.3.6-1.x86_64.rpm"

ignore the error message about installing the fahclient as a service with chkconfig.
it's not a pb

at this step the cpu fan noise indicates that something new consumes much cpu power
i launch fahview . this confirm fahclient is running

then

as root create
in /usr/lib/python2.7/site-packages/
create a link "fah -> /usr/lib/python2.6/site-packages/fah"
by using

cd /usr/lib/python2.7/site-packages/
ln -s /usr/lib/python2.6/site-packages/fah fah

then
launch fahcontrol
then
go to 'identity" tab
then
as usual fill you fah user id, you fah keypass, the team member you belong to

then
with yast service manager set to "enable" FAHClient according to start it at boot

note :
for me the service FAHClient seems not installed and does not appears in the service list ot the yast service manager
then
as root i used these commands to install FAHClient as a service
cd /etc/rc.d
chkconfig --add FAHClient

after a while FAHClient appears in service list of the yast service manager
then
i can enable it according to start it at boot