user2544767
user2544767

Reputation: 13

Error during adding port to Hortonworks Sandbox

I was trying to execute systemctl enable sandbox.service command mentioned here "How to add ports to the HDP 2.5 VirtualBox Sandbox". But I am getting the following error:

[root@sandbox-host system]# systemctl enable sandbox.service
Failed to execute operation: No such file or directory

The output of running find /lib/systemd -iname sand* is the following:

[root@sandbox-host system]# find /lib/systemd -iname sand*
/lib/systemd/system/sandbox-container.service

Upvotes: 0

Views: 45

Answers (1)

Boba Fit
Boba Fit

Reputation: 829

The service got renamed. Enter systemctl enable sandbox-container.service.

Upvotes: 1

Related Questions