Page 1 of 1

Script that failed was: './A-Subcomponents

Posted: Mon Jun 01, 2015 4:29 pm
by adamh
Hello I am getting a remote install issue with the following error. Script that failed was: './A-Subcomponents Install.log attached Thanks

Re: Script that failed was: './A-Subcomponents

Posted: Mon Jun 01, 2015 4:39 pm
by abrist
You had some errors:

Code: Select all

/etc/services already updated - skipping.
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
Redirecting to /bin/systemctl restart  iptables.service
Failed to restart iptables.service: Unit iptables.service failed to load: No such file or directory.
And:

Code: Select all

Repos already configured - exiting.
Prereqs already installed - skipping...
Users/groups already configured - skipping.
/etc/services already updated - skipping.
Firewall was not configured - run previous script
Is iptables installed?

Code: Select all

iptables --version
Can you restart iptables with:

Code: Select all

/bin/systemctl restart iptables.service

Re: Script that failed was: './A-Subcomponents

Posted: Tue Jun 02, 2015 8:52 am
by adamh
This is Fedora Core 22 and uses firewalld. But it does give an iptables version

iptables --version >> "iptables v1.4.21"

/bin/systemctl restart iptables.service >> Failed to restart iptables.service: Unit iptables.service failed to load: No such file or directory.

Re: Script that failed was: './A-Subcomponents

Posted: Tue Jun 02, 2015 11:00 am
by lmiltchev
I don't believe you have the "iptables-services" package installed. Run the following command to install it:

Code: Select all

yum install iptables-services -y
Then, re-run the fullinstall script. Let me know if this fixed your issue.

Re: Script that failed was: './A-Subcomponents

Posted: Tue Jun 02, 2015 12:54 pm
by adamh
It did, thanks.

Re: Script that failed was: './A-Subcomponents

Posted: Tue Jun 02, 2015 1:07 pm
by abrist
Can you restart iptables with:

Code: Select all

systemctl restart iptables