EFA Configurator not showing up on version 3.0.0.4

General eFa discussion
Post Reply
baionia
Posts: 6
Joined: 21 Apr 2014 18:02

EFA Configurator not showing up on version 3.0.0.4

Post 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
baionia
Posts: 6
Joined: 21 Apr 2014 18:02

Re: EFA Configurator not showing up on version 3.0.0.4

Post 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.
User avatar
shawniverson
Posts: 3650
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: EFA Configurator not showing up on version 3.0.0.4

Post by shawniverson »

Can you provide details of the issue you are having with EFA-Configure?
mitchstb
Posts: 1
Joined: 25 Apr 2014 07:36

Re: EFA Configurator not showing up on version 3.0.0.4

Post 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
mshanley
Posts: 41
Joined: 26 Apr 2014 05:19

Re: EFA Configurator not showing up on version 3.0.0.4

Post by mshanley »

This did not work for me,. :(
User avatar
shawniverson
Posts: 3650
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: EFA Configurator not showing up on version 3.0.0.4

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