Page 1 of 1

Error configuring new install

Posted: 08 Feb 2021 14:31
by colinjack
I have just installed a new Centos 7 using the auto installation script (using curl and piping to bash).

All seemed to go okay - rebooted and jumped through first installation hoops and then hit OK.

Seems to be a problem setting DNS:

[eFa] - Configuring hostname and domainname
[eFa] - Setting DNS
sed: can't read /etc/NetworkManager/NetworkManager.conf: No such file or directory
Failed to reload NetworkManager.service: Unit not found.
[eFa] - Error initializing system! Please try again...

Tried recursive and non but same error.

Checked in /etc/NetworkManager and no conf file.

What to do please. Have tried rebooting and running setup again but no better.

Thanks

Colin

Re: Error configuring new install

Posted: 09 Feb 2021 04:40
by shawniverson
Probably just need to install NetworkManager before running the build script. I'll need to force that as a requirement.

Re: Error configuring new install

Posted: 09 Feb 2021 09:17
by colinjack
Thanks - will try that.

Re: Error configuring new install

Posted: 09 Feb 2021 09:29
by colinjack
Installing NetworkManager solved that issue but now getting this:

Created symlink from /etc/systemd/system/multi-user.target.wants/firewalld.service to /usr/lib/systemd/system/firewalld.service.
Error: INVALID_ZONE
[eFa] - Error initializing system! Please try again...

What comes after creating the firewalld symlink in the build script?

Thanks

Re: Error configuring new install

Posted: 11 Feb 2021 10:50
by colinjack
Does this have something to do with selecting No to enable IPv6 in the initial script?
I am not using IPv6, so is this when firewalld fires up it bombs because it is looking for IPv6 zones?

I'm a noob so may be talking nonsense but although EFA is up and running it won't accept incoming mail ...
MSMilter is showing as not running although postfix is running.

Would appreciate some guidance.

Thanks

Re: Error configuring new install

Posted: 11 Feb 2021 10:57
by colinjack
Looks like iptables issue with IPv6?

Error: INVALID_ZONE
Error: COMMAND_FAILED: '/usr/sbin/ip6tables -w10 -t filter -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT' failed: ip6tables: No chain/target/match by that name.

Re: Error configuring new install

Posted: 11 Feb 2021 11:12
by colinjack
Found this in the bugs! :)

viewtopic.php?f=19&t=4380

All seems to have settled down now I have the msmilter service running! ;)