Closed agrrh closed 3 years ago
Should be fixed now %)
Upd: Oh, come on!
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
@geerlingguy Could you take a look at this, please?
This issue is no longer marked for closure.
@agrrh I'm running into this but got it to work by just changing one line using whatever Ubuntu comes with
vagrant_box: geerlingguy/drupal-vm
I think 18.04
I'm trying out your patch to see if it works as a solution but wondering if your OS also needs this?
sed -i 's/^supervised no/supervised systemd/' /etc/redis/redis.conf
https://github.com/geerlingguy/drupal-vm/issues/2107
No dice, I destroyed and built with this patch applied and didn't get any better results.
I'm experimenting with this patch + supervised auto
but wondering why the permission changes @agrrh ?
No luck still running into this timeout, I even stopped configuring and letting the package just install with defaults.
Hey there, @joelpittet !
My case was all around IPv6 disabled and Redis tried to bind to ::1
supervised
parameter configures how Redis handles various signals and ENV variables, so it wasn't the thing.
Permission changes are related to difference in Ubuntu/CentOS permissions for /etc
contents, I guess. Sadly, there's a confusing message in commit and right now I can't remember particular cause.
No luck still running into this timeout after install status check, I even stopped "configuring" and letting the package just install with defaults /etc/redis/redis.conf
.
@agrrh Thanks for letting me know the details, I can see how this patch could help you and I'm +1 to committing it.
Fixes #39 by putting config in place before installing a package