nanobox
nanobox copied to clipboard
Nanobox server not running on Linux Mint 17 (Ubuntu 14.04)
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
Does Mint use systemd?
Also, how long ago did you download/install Nanobox? Have you run nanobox-update
recently?
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)
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.
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)
I confirm, I run Nanobox on Linux Mint 18 (based on ubuntu 16.04 who has systemd) and everything works great.
Appreciate the update! I'll talk to the engineers about supporting upstart as well.
@danhunsaker thanks for digging. The upstart solution was tested on implementation but has not been tested recently. I can get on that soon.