Page 1 of 1
EFA Configurator not showing up on version 3.0.0.4
Posted: 22 Apr 2014 15:44
by baionia
I loaded EFA and I had started to configure it.
I rebooted by now when I login with either the personal or root account it does nto give me the efa configurator menu it just takes me to the command prompt
I am missing something
Re: EFA Configurator not showing up on version 3.0.0.4
Posted: 22 Apr 2014 19:01
by baionia
I found the link for after the update to run the fixes
after update there are a bug and need to run:
sudo wget
https://raw.githubusercontent.com/E-F-A ... -Configure --no-check-certificate
sudo wget
https://raw.githubusercontent.com/E-F-A ... EFA-Backup --no-check-certificate
sudo wget
https://raw.githubusercontent.com/E-F-A ... -SA-Update --no-check-certificate
sudo chmod 755 /usr/local/sbin/EFA-Configure
sudo chmod 755 /usr/local/sbin/EFA-Backup
sudo chmod 755 /usr/local/sbin/EFA-SA-Update
But I am still having an issue getting into the configurator to change some of the files.
Re: EFA Configurator not showing up on version 3.0.0.4
Posted: 24 Apr 2014 00:09
by shawniverson
Can you provide details of the issue you are having with EFA-Configure?
Re: EFA Configurator not showing up on version 3.0.0.4
Posted: 25 Apr 2014 07:43
by mitchstb
Hi baionia,
It's because when you execute the following code :
Code: Select all
sudo wget https://raw.githubusercontent.com/E-F-A/v3/3.0.0.4/build/EFA/EFA-Configure --no-check-certificate
sudo wget https://raw.githubusercontent.com/E-F-A/v3/3.0.0.4/build/EFA/EFA-Backup --no-check-certificate
sudo wget https://raw.githubusercontent.com/E-F-A/v3/3.0.0.4/build/EFA/EFA-SA-Update --no-check-certificate
The files "EFA-Configure", "EFA-Backup" & "EFA-SA-Update" are downloaded in your home folder "/home/<username>"
So you should copy the files downloaded in your home folder to /usr/local/sbin and then execute the rest of the code.
Code: Select all
sudo chmod 755 /usr/local/sbin/EFA-Configure
sudo chmod 755 /usr/local/sbin/EFA-Backup
sudo chmod 755 /usr/local/sbin/EFA-SA-Update
Let me know if it helps!
Michael
Re: EFA Configurator not showing up on version 3.0.0.4
Posted: 27 Apr 2014 20:12
by mshanley
This did not work for me,.

Re: EFA Configurator not showing up on version 3.0.0.4
Posted: 27 Apr 2014 22:51
by shawniverson
The instructions above are a little off....they don't specify the target path...
Try this...
http://forum.efa-project.org/viewtopic.php?f=13&t=604