View Single Post
Old May 5, 2010, 09:31 AM   #75
msgclb
1000 Posts
 
msgclb's Avatar
 
Join Date: May 2008
Location: Oklahoma City
Posts: 1,709 (0.93/day)
Thanks: 572
Thanked 4,284 Times in 1,071 Posts

System Specs

Quote:
Originally Posted by HammerON View Post
(although I have no idea as the FAH box tells me nothing):
After booting FAH using the web config process it doesn't show any output. This can be found in a message file. In your image you'll notice that you're at the command prompt:

root@FAH:~#

To display the progress of FAH at the command prompt type: [tail -f fah-out.log]

root@FAH:~# tail -f fah-out.log
[fah-out.log output]

'tail -f' outputs a file but does not return to the command prompt. To stop this process you need to type: [^C]

root@FAH:~# tail -f fah-out.log
[fah-out.log output]
^C

Now you're back to the FAH command prompt. When you want to shutdown FAH you would type: [shutdown -h now]

root@FAH:~# shutdown -h now
msgclb is offline  
50 Million points folded for TPU
Reply With Quote
The Following User Says Thank You to msgclb For This Useful Post: