Script that failed was: './A-Subcomponents
Script that failed was: './A-Subcomponents
Hello I am getting a remote install issue with the following error. Script that failed was: './A-Subcomponents Install.log attached Thanks
You do not have the required permissions to view the files attached to this post.
Re: Script that failed was: './A-Subcomponents
You had some errors:
And:
Is iptables installed?
Can you restart iptables with:
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.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 scriptCode: Select all
iptables --versionCode: Select all
/bin/systemctl restart iptables.serviceFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Script that failed was: './A-Subcomponents
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.
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
I don't believe you have the "iptables-services" package installed. Run the following command to install it:
Then, re-run the fullinstall script. Let me know if this fixed your issue.
Code: Select all
yum install iptables-services -yBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Script that failed was: './A-Subcomponents
It did, thanks.
Re: Script that failed was: './A-Subcomponents
Can you restart iptables with:
Code: Select all
systemctl restart iptablesFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.