Closed philipnorton42 closed 10 years ago
Oh, the first error is because the system is trying to connect to a non-existent service as it doesn't exist. Once mailcatcher is up and running both of the commands run fine.
Original Comment By: Philip Norton
Hi Dan, All that was needed was to run the mailcatcher command as the vagrant user (and not as sudo). This is because root doesn't know what mailcatcher is. I've applied a fix for this in dev.
Original Comment By: Philip Norton
I now get the following 2 errors when I run
vagrant up
on a vm that's already been provisioned and MailCatcher is enabled in settings:The first error get's ignored as you can see - I'm unsure if this is expected or not. The second error causes the play to fail.
I have a funny feeling I may have introduced this bug through the recent move from RVM to rbenv. Can anyone help debug this?