Update issue

Report bugs and workarounds
Post Reply
jocke92
Posts: 1
Joined: 30 Mar 2014 21:23

Update issue

Post by jocke92 »

Hi
I downloaded and installed the vmware image. Then found out that I could avoid some bugs by updating to the latest version from 3.0.0.1 to 3.0.0.4

Code: Select all

 sudo /usr/local/sbin/EFA-Update -update
But when it was finished updating I noticed a github error, so I rebooted and now don't get the nice menu when connection via ssh. I'm worried about other issues too.
This is the tail of the log, I noticed there's 8 of these errors in the log-file.

Code: Select all

--2014-03-30 22:56:22--  https://raw.github.com/E-F-A/v3/3.0.0.4/build/EFA/EFA-SA-Update
Resolving raw.github.com... 185.31.16.133
Connecting to raw.github.com|185.31.16.133|:443... connected.
ERROR: certificate common name “www.github.com” doesn’t match requested host name “raw.github.com”.
To connect to raw.github.com insecurely, use ‘--no-check-certificate’.
Update to 3.0.0.4 complete.

Please visit http://www.efa-project.org for more information.
All done
wex-x
Posts: 1
Joined: 01 Apr 2014 02:28

Re: Update issue

Post by wex-x »

I see the same problem.

After update it seems following files :
/usr/local/sbin/EFA-Backup
/usr/local/sbin/EFA-Configure
/usr/local/sbin/EFA-SA-Update

Is now zero bytes :-(

Is this correct?
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Update issue

Post by shawniverson »

It appears we are encountering a cert problem with github.com. We ran into this with the kickstart file. Looks like we are having issues connecting to raw.github.com too now.

To fix your setup. Head over to https://github.com/E-F-A/v3/tree/3.0.0.4 and fetch copies of those files from the 3.0.0.4 branch and drop into your system. Be sure to chmod 755 each file to make it executable.

I will post an urgent bug and see about getting this problem resolved.
DemonRok
Posts: 25
Joined: 02 Apr 2014 06:26

Re: Update issue

Post by DemonRok »

shawniverson wrote:It appears we are encountering a cert problem with github.com. We ran into this with the kickstart file. Looks like we are having issues connecting to raw.github.com too now.

To fix your setup. Head over to https://github.com/E-F-A/v3/tree/3.0.0.4 and fetch copies of those files from the 3.0.0.4 branch and drop into your system. Be sure to chmod 755 each file to make it executable.

I will post an urgent bug and see about getting this problem resolved.
Thanks!

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
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
eleanor
Posts: 2
Joined: 23 Sep 2013 14:17

Re: Update issue

Post by eleanor »

Hello,

i try to update and it seems to update ok.

but is i try to update now its only say
[EFA] Good you are root ???

and i lost my button greylist from the website?

the server is default and not in use on this moment but can i fix this problems?

Can you help me?

Eleanor
DemonRok
Posts: 25
Joined: 02 Apr 2014 06:26

Re: Update issue

Post by DemonRok »

eleanor wrote:Hello,

i try to update and it seems to update ok.

but is i try to update now its only say
[EFA] Good you are root ???

and i lost my button greylist from the website?

the server is default and not in use on this moment but can i fix this problems?

Can you help me?

Eleanor
Login with your user, execute 'sudo /usr/local/sbin/EFA-Configure' and enable greylist.
Post Reply