IPv6 disable bug

Bugs in eFa 4
Post Reply
Justin
Posts: 111
Joined: 18 Sep 2014 13:00
Location: The Netherlands
Contact:

IPv6 disable bug

Post by Justin »

Hi there,

When i try to disable IPv6 on our system i get the following error:

Code: Select all

/var/eFa/lib/eFa-Configure/func_ipsettings: line 94: Read: command not found
All done
Steps are as followed:
4) IP Settings --> 6) Disable IPv6 --> Error

Any idea how to solve this?
Our IPv6 implementation is currently broken on one side so we are getting bounces from Gmail.
As a temporary fix, i want to disable it for now.

Running the latest eFa4 release

Kind regards,
Justin
ethandee178
Posts: 42
Joined: 26 May 2015 16:28

Re: IPv6 disable bug

Post by ethandee178 »

Justin,
Make a backup of the file /var/eFa/lib/eFa-Configure/func_ipsettings

Code: Select all

cp /var/eFa/lib/eFa-Configure/func_ipsettings /var/eFa/lib/eFa-Configure/func_ipsettings.bak
edit the file

Code: Select all

nano +94 /var/eFa/lib/eFa-Configure/func_ipsettings
change the word Read to read. The command needs to be lowercase
ctrl+x to close; y to save
Try the script again.
If you screw it up worse, restore backup

Code: Select all

cp /var/eFa/lib/eFa-Configure/func_ipsettings.bak /var/eFa/lib/eFa-Configure/func_ipsettings
Let me know
Post Reply