Hi
Please help me how to install FAH on ubuntu with scrtip startup
Thank you!
Install FAH ubuntu with script startup
Moderators: Site Moderators, FAHC Science Team
Re: Install FAH ubuntu with script startup
What do you mean with "script startup"?
If you turn off your PC, or it gets reset (power outage) when FAH is working, it should automatically restart after your OS loads up.
If you turn off your PC, or it gets reset (power outage) when FAH is working, it should automatically restart after your OS loads up.
Re: Install FAH ubuntu with script startup
I using VPS setup FAH.
I want to install FAH without being asked "Automatic Startup FAH"
Ignore this step and the default after installation is selected "Automactic Startup FAH"
I want to install FAH without being asked "Automatic Startup FAH"
Ignore this step and the default after installation is selected "Automactic Startup FAH"
-
- Posts: 2040
- Joined: Sat Dec 01, 2012 3:43 pm
- Hardware configuration: Folding@Home Client 7.6.13 (1 GPU slots)
Windows 7 64bit
Intel Core i5 2500k@4Ghz
Nvidia gtx 1080ti driver 441
Re: Install FAH ubuntu with script startup
VPS=Virtual Private Server?
You launch the FAH linux installer and want the questions it asks to be answered automatically with default values?
I do it running a bash script which calls FAH installer echoing the default values e.g.
means call FahInstall and press keys for: enter(\n), yes(y), no(n), enter(\n)
You launch the FAH linux installer and want the questions it asks to be answered automatically with default values?
I do it running a bash script which calls FAH installer echoing the default values e.g.
Code: Select all
#!/bin/bash
echo \nyn\n | FahInstall
Re: Install FAH ubuntu with script startup
I'm not sure why you are re-running the FAH installer. I ran it once and FAHClient starts up automatically without any prompts if my machine is restarted.
Posting FAH's log:
How to provide enough info to get helpful support.
How to provide enough info to get helpful support.