[tuto]7.3.6,opensuse 13.1,installation

FAH provides a V7 client installer for Debian / Mint / Ubuntu / RedHat / CentOS / Fedora. Installation on other distros may or may not be easy but if you can offer help to others, they would appreciate it.

Moderators: Site Moderators, FAHC Science Team

Post Reply
promeneur
Posts: 198
Joined: Tue Aug 07, 2012 11:59 am
Hardware configuration: openSUSE Tumbleweed, x86_64,Asrock B760M-HDV/M.2 D4, Intel Core i3-12100, 16 GB, Intel UHD Graphics 730, NVIDIA GeForce GT 1030, Edup-Love EP-9651GS Wi-Fi Bluetooth, multicard reader USB 3.0 startech.com 35fcreadbu3, Epson XP 7100, Headset Bluetooth 3.0 Philips SHQ7300

[tuto]7.3.6,opensuse 13.1,installation

Post 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
Image
Post Reply