Error configuring new install

Questions and answers about how to do stuff
Post Reply
colinjack
Posts: 17
Joined: 19 Dec 2016 16:56

Error configuring new install

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

Re: Error configuring new install

Post by shawniverson »

Probably just need to install NetworkManager before running the build script. I'll need to force that as a requirement.
colinjack
Posts: 17
Joined: 19 Dec 2016 16:56

Re: Error configuring new install

Post by colinjack »

Thanks - will try that.
colinjack
Posts: 17
Joined: 19 Dec 2016 16:56

Re: Error configuring new install

Post 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
colinjack
Posts: 17
Joined: 19 Dec 2016 16:56

Re: Error configuring new install

Post 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
colinjack
Posts: 17
Joined: 19 Dec 2016 16:56

Re: Error configuring new install

Post 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.
colinjack
Posts: 17
Joined: 19 Dec 2016 16:56

Re: Error configuring new install

Post 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! ;)
Post Reply