-
-
Notifications
You must be signed in to change notification settings - Fork 642
Daemonize fails to install on Ubuntu 14.04 #1771
Comments
So it only happens if you set the base box to |
@geerlingguy Yes, tried multiple times, even the next day, no dice. Changed the box, and it worked. |
This could be an upstream issue, maybe the repo dropped Daemonize for 14.04? |
At some point, I'm going to replace daemonize with supervisord anyways :P #1400 |
I also just ran a test install on the upstream role's CI build, and it passed on Ubuntu 14.04: https://travis-ci.org/geerlingguy/ansible-role-daemonize/jobs/380801801 I'm going to test locally with a Drupal VM instance and my ubuntu1404 base box to see if it fails here. |
Everything seemed to install correctly when I had the following ---
vagrant_box: geerlingguy/ubuntu1404
installed_extras:
- drush
- mailhog Is there any chance you have a proxy on your network, or a VPN or something that could be blocking the download? |
@geerlingguy Seems ok as well with a clean setup. But if I add drupalconsole to the extras, it fails for some reason. I kept removing item by item till i reached this one. I thought maybe fails due to some other package that gets installed before, but enabled xdebug (which does install before) but it continues fine. So something off there with drupalconsole. |
@upchuk weird. I've been thinking about removing Drupal Console from the installed_extras since it's best to install it with your codebase anyways. This is another argument in favor of doing that. |
@geerlingguy Indeed. Another one is that if you need Drupal console, you are using D8, which means you should be using 1604 :) |
At this point, I'm not supporting Ubuntu 14.04 much anymore, so I'd recommend moving off of it to 16.04 or 18.04 ASAP. Going to close this as a 'won't fix'. |
Issue Type
Your Environment
Your OS
Full console output
Summary
Hey there, so on a brand new Mac with latest vbox, vagrant and ansible, Mailhog is a nogo due to the dependency on Daemonize which for some reason doesn't install. I checked and the URL it tries to download the package from works so not sure what the issue is.
Initially I used ansible from the box, but then installed it also on the Mac and set the
force_ansible_local
to false. But same issue.This happens with ubuntu1404 not ubuntu1604.
Any clue @geerlingguy ? Cheers
The text was updated successfully, but these errors were encountered: