Protocol Mismatch in Vagrant Machine

Hi All,
I’m trying to setup a vagrant environment but when I visit http://localhost:2222 I get this error:

SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.7
Protocol mismatch.

I’ve already tried to handle host firewall… Any idea?

Thanks in advance,
Andrea

Are you visiting that address from your host? I’m not sure why you want to do that?

It’s my mistake.
Thanks Dan!

Now CMS installation seems not work due to some MySQL grant issue:

Fatal Error - sorry this shouldn't happen. SQLSTATE[28000] [1045] Access denied for user 'cms'@'172.17.0.4' (using password: YES)

Any idea?

Thanks again!

I assume you are running this directly from a clone of the xibosignage/xibo-cms develop repository?

If that is the case I believe it will be using the wrong base-box in Docker, which i’ve fixed but not yet merged. You can git pull https://github.com/dasgarner/xibo-cms.git bugfix/1.8.0-rc1 to get the change and then reload vagrant with vagrant reload --provision

The issue was that I was referencing the production docker container, rather than the dev - the change to the VagrantFile are here

1 Like

Excelent Dan! This solve MySQL grant access!

Unfortunately I’ve got another error during cms installation :frowning:

I’ll open another thread in a moment (of course after a quick search).

Many 10x!

1 Like