You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the project isn't maintained, but since there doesn't seem to be a better alternative for a setup that allows easy combination of Scotchbox with Bedrock (the two obvious choices), I'll take my chances here.
Following the instructions precisely, I clone this repo, and modify the Vagrantfile to include my new IP and hostname. Upon executing vagrant up, I get the following at the end of the output:
==> default: Enabling site nis-website-2016.dev.
==> default: To activate the new configuration, you need to run:
==> default: service apache2 reload
==> default: * Reloading web server apache2
==> default: *
==> default: /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/2.2.0/net/smtp.rb:541:in `initialize'
==> default: :
==> default: Connection refused - connect(2) for "127.0.0.1" port 1025
==> default: (
==> default: Errno::ECONNREFUSED
==> default: )
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/2.2.0/net/smtp.rb:541:in `open'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/2.2.0/net/smtp.rb:541:in `tcp_socket'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/2.2.0/net/smtp.rb:551:in `block in do_start'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/2.2.0/timeout.rb:89:in `block in timeout'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/2.2.0/timeout.rb:99:in `call'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/2.2.0/timeout.rb:99:in `timeout'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/2.2.0/net/smtp.rb:550:in `do_start'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/2.2.0/net/smtp.rb:520:in `start'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/smtp.rb:112:in `deliver!'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/mail-2.6.3/lib/mail/message.rb:2141:in `do_delivery'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/mail-2.6.3/lib/mail/message.rb:238:in `deliver'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/mailcatcher-0.6.1/bin/catchmail:71:in `<top (required)>'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/bin/catchmail:23:in `load'
==> default: from /home/vagrant/.rbenv/versions/2.2.2/bin/catchmail:23:in `<main>'
I am on Ubuntu 14. Unfortunately, from this output it's not even possible to tell which exact command seems to have caused the error. I can reproduce this consistently, after destroying and re-provisioning the machine.
Please help. I would really like to use Bedrock and Scotchbox. Or some other suitable box, just not the Trellis one, since the solution with Ansible also doesn't work for me for mysterious reasons. This looks like something so trivial and that so many developers would want. But for some reason, it's just impossible to find a comprehensive solution that just works...
The text was updated successfully, but these errors were encountered:
Hi!
I see that the project isn't maintained, but since there doesn't seem to be a better alternative for a setup that allows easy combination of Scotchbox with Bedrock (the two obvious choices), I'll take my chances here.
Following the instructions precisely, I clone this repo, and modify the Vagrantfile to include my new IP and hostname. Upon executing
vagrant up
, I get the following at the end of the output:I am on Ubuntu 14. Unfortunately, from this output it's not even possible to tell which exact command seems to have caused the error. I can reproduce this consistently, after destroying and re-provisioning the machine.
Please help. I would really like to use Bedrock and Scotchbox. Or some other suitable box, just not the Trellis one, since the solution with Ansible also doesn't work for me for mysterious reasons. This looks like something so trivial and that so many developers would want. But for some reason, it's just impossible to find a comprehensive solution that just works...
The text was updated successfully, but these errors were encountered: