nanobox icon indicating copy to clipboard operation
nanobox copied to clipboard

Nanobox server not running on Linux Mint 17 (Ubuntu 14.04)

Open clementvp opened this issue 7 years ago • 7 comments

Currently exploring the Nanobox solution, i've done the get started example (PHP slim) The installation of nanobox is successful with the docker configuration. (The b choice)

But at the step : nanobox dns add local slim.dev

I ran into this error :

Error : nanobox-server service start was successful but the service is not running Context :

It's like #427 But I’m on my own machine NOT on a CI platform. I follow this Example : https://github.com/nanobox-quickstarts/nanobox-slim#readme

clementvp avatar Jul 11 '17 13:07 clementvp

Does Mint use systemd?

Also, how long ago did you download/install Nanobox? Have you run nanobox-update recently?

danhunsaker avatar Jul 11 '17 13:07 danhunsaker

Linux Mint 17 not use systemd but upstart. This is wrong ? Just for info uname -a give me this : Linux smart 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Mint 17 is based on Ubuntu 14.04

I downloaded nanobox and installed it today an I run once nanobox-update (just for sure)

clementvp avatar Jul 11 '17 13:07 clementvp

It's not wrong, just might be part of the problem. I know the server starts properly with systemd, now, but haven't confirmed with upstart recently.

Ok, just wanted to rule out an old version, same as you did already, earlier.

We'll definitely need to look into this further.

danhunsaker avatar Jul 11 '17 13:07 danhunsaker

Ok thanks you for the answer. I will try Nanobox on a more recent install of Linux Mint who has systemd instead upstart. Keep me in touch about this issue.

(Thanks again for the quick answer)

clementvp avatar Jul 11 '17 13:07 clementvp

I confirm, I run Nanobox on Linux Mint 18 (based on ubuntu 16.04 who has systemd) and everything works great.

clementvp avatar Jul 13 '17 07:07 clementvp

Appreciate the update! I'll talk to the engineers about supporting upstart as well.

danhunsaker avatar Jul 13 '17 09:07 danhunsaker

@danhunsaker thanks for digging. The upstart solution was tested on implementation but has not been tested recently. I can get on that soon.

lyondhill avatar Jul 19 '17 19:07 lyondhill