Page 3 of 3
Re: OpenEFA Installer Design - Community Input Wanted (RFC)
Posted: Wed Oct 15, 2025 6:35 am
by Carl Brunning
you link got cut short so it not working lol
once i sort the link
i get this
root@spamfilter-t:~# curl -sSL
https://raw.githubusercontent.com/opene ... _access.sh | sudo bash
OpenEFA - Fix Admin Domain Access
==================================
This will update the admin user '' to have access to domain ''
Cancelled.
seem wrong to me
Re: OpenEFA Installer Design - Community Input Wanted (RFC)
Posted: Wed Oct 15, 2025 9:01 am
by johnjore
Great initiative!
My preference for next-gen EFA is a Docker container, instead of needing a dedicated VM. The rest of the Q's I'm not so fussed about, at least not today. With time, and community efforts, the container can support different options, like an embedded DB, or use an external one.
Many "services" are offered in multiple formats these day, with both "full" installs and containers offered. Hopefully OpenEFA can do the same, but I do recognise the need for resources to make this happen, so I'd be happy to help (where I have the skills todo) as long the Docker version is considered a 1st class citizen, along with the full installer, by OpenEFA with updates and fixes etc.
John
Re: OpenEFA Installer Design - Community Input Wanted (RFC)
Posted: Wed Oct 15, 2025 3:20 pm
by Woger
I got one little and one fatal error on fresh installation:
[INFO] Creating SpacyWeb admin user: admin
✓ Admin user created
[INFO] Configuring conversation learning system...
[WARN] Failed to configure conversation learning (non-fatal)
[INFO] Initializing module configuration for Tier 2...
✓ Module tables ready
✓ Database setup complete
✓ Step 2/6 complete
and
▶ Installing OpenSpacy Modules
[INFO] Copying OpenSpacy module files...
✓ Module files copied
[INFO] Installing module configuration files...
/tmp/openefa-installer-1760540681/installer/lib/modules.sh: line 124: RELAY_HOST: unbound variable
[ERROR] Installation interrupted
This is what I setup for mailrelay:
▶ Mail Relay Configuration
[INFO] Enter the IP address of your destination mail server
[INFO] (This could be an existing EFA appliance, Zimbra, or Exchange server)
Relay server IP address: 83.96.252.12
[INFO] Relay server: 83.96.252.12
Is this correct? [y/N]: y
Relay server port [25]:
Edit:
In the prompts scripts the variable name is RELAY_SERVER_IP and in the installation modules.sh it's called RELAY_HOST. Can that be the problem?
Re: OpenEFA Installer Design - Community Input Wanted (RFC)
Posted: Wed Oct 15, 2025 3:52 pm
by MauriceW67
I tried your script to fix the domain access but it didn't work.
Running from curl gave me the "cancelled" error, but when I first downloaded and then ran it, it seemed to work.
However once in the web interface I still got the same error about not having access to any domains. Also when editing the admin user, the dropdown list of domains is still empty.
I then tried a completely fresh install, but got the same error as the person above:
[INFO] Installing module configuration files...
/tmp/openefa-installer-1760543245/installer/lib/modules.sh: line 124: RELAY_HOST: unbound variable
[ERROR] Installation interrupted
Re: OpenEFA Installer Design - Community Input Wanted (RFC)
Posted: Wed Oct 15, 2025 5:11 pm
by Carl Brunning
will test and get back to you about the error
thanks
Re: OpenEFA Installer Design - Community Input Wanted (RFC)
Posted: Wed Oct 15, 2025 8:02 pm
by adrastosefa
Standby on the installs. We are migrating to a new development server and looking at all of the code for the various errors that you all were experiencing. I will update as soon as I make some headway
Re: OpenEFA Installer Design - Community Input Wanted (RFC)
Posted: Wed Oct 15, 2025 8:07 pm
by adrastosefa
Good news is that my local dev server install is working perfectly. However, that was with some local fixes, that I don't think made it to the github installer. So, please standby. this will be ready soon.
Re: OpenEFA Installer Design - Community Input Wanted (RFC)
Posted: Thu Oct 16, 2025 7:26 pm
by adrastosefa
New install is out and seems to be working pretty well. Please try to install again using
curl -sSL
http://install.openefa.com/install.sh | sudo bash
The web app is currently defaulting to http:openspacy:5500 I believe the documentation is saying https. I will fix this in a new release update.