I'm attempting to deploy osctrl using vagrant from...
# osctrl
j
I'm attempting to deploy osctrl using vagrant from my win10 machine so I can explore it. After downloading and extracting the repo and running
vagrant up
, I'm getting this error:
Copy code
default: [+] Generating /opt/osctrl/config/admin.json configuration
    default: {
    default:   "admin": {
    default:     "listener": "127.0.0.1",
    default:     "port": "9001",
    default:     "host": "10.10.10.5",
    default:     "auth": "db",
    default:     "logging": "db"
    default:   }
    default: }
    default: ln:
    default: failed to create symbolic link '/opt/osctrl/tmpl_admin/components/page-head.html'
    default: : Protocol error
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Any thoughts on what I can do to get past this?
As of today I was not able to resolve this - instead I got an Ubuntu VM running and was able to deploy using provision.sh that way.