Well that's kind of the point of posting here isn't it? If I knew what needed to be done to get it working...
On Tuesday, February 20, 2018 at 4:04:29 AM UTC-5, Alvaro Miranda Aguilera wrote: > > hello > > vagrant create VMs from templates and run provisioning scrips > (shell/puppet/ansible/other) > > if your project is using a version of OS LIB PHP etc is because someone > did it that way > > if after vagrant up there is a misfit on what you need, couple of options > > you can fork that and update to suit > > you can build your own > > > how fluent you are to check package versions and upgrade/downgrade php if > that is what you need? > > I ask because Vagrant just run things on you behalf, but you need to know > how to tell vagrant to do things > > if you vagrant ssh -c 'sudo su -' > > and you came with a list of commands you need to run, you can just put > those in a script and tell vagrant to running it > > Thanks! > Alvaro > > On Tue, Feb 20, 2018 at 3:00 AM, <[email protected] <javascript:>> > wrote: > >> Sorry for the poor formatting. Hopefully this will be more readable: >> >> Chriss-MacBook-Pro:Homestead username$ vagrant destroy >> default: Are you sure you want to destroy the 'default' VM? [y/N] y >> ==> default: Destroying VM and associated drives... >> >> Chriss-MacBook-Pro:Homestead username $ vagrant up >> Bringing machine 'default' up with 'virtualbox' provider... >> ==> default: Importing base box 'laravel/homestead'... >> ==> default: Matching MAC address for NAT networking... >> ==> default: Checking if box 'laravel/homestead' is up to date... >> ==> default: There was a problem while downloading the metadata for your >> box >> ==> default: to check for updates. This is not an error, since it is >> usually due >> ==> default: to temporary network problems. This is just a warning. The >> problem >> ==> default: encountered was: >> ==> default: >> ==> default: The requested URL returned error: 404 Not Found >> ==> default: >> ==> default: If you want to check for box updates, verify your network >> connection >> ==> default: is valid and try again. >> ... >> ==> default: Running provisioner: shell... >> default: Running: inline script >> default: Failed to restart php5-fpm.service: Unit php5-fpm.service >> not found. >> The SSH command responded with a non-zero exit status. Vagrant >> assumes that this means the command failed. The output for this command >> should be in the log above. Please read the output to determine what >> went wrong. >> >> >> >> I believe this is causing my boxes to respond to ping, but not curl: >> Chriss-MacBook-Pro:Homestead username$ ping testing.app >> PING testing.app (192.168.10.10): 56 data bytes >> 64 bytes from 192.168.10.10: icmp_seq=0 ttl=64 time=0.458 ms >> 64 bytes from 192.168.10.10: icmp_seq=1 ttl=64 time=0.305 ms >> 64 bytes from 192.168.10.10: icmp_seq=2 ttl=64 time=0.307 ms >> ^C >> --- testing.app ping statistics --- >> 3 packets transmitted, 3 packets received, 0.0% packet loss >> round-trip min/avg/max/stddev = 0.305/0.357/0.458/0.072 ms >> Chriss-MacBook-Pro:Homestead username$ curl testing.app >> <html> >> <head><title>502 Bad Gateway</title></head> >> <body bgcolor="white"> >> <center><h1>502 Bad Gateway</h1></center> >> <hr><center>nginx/1.11.9</center> >> </body> >> </html> >> >> and of course, if it won't respond to curl, it won't respond to a browser! >> >> -- >> This mailing list is governed under the HashiCorp Community Guidelines - >> https://www.hashicorp.com/community-guidelines.html. Behavior in >> violation of those guidelines may result in your removal from this mailing >> list. >> >> GitHub Issues: https://github.com/mitchellh/vagrant/issues >> IRC: #vagrant on Freenode >> --- >> You received this message because you are subscribed to the Google Groups >> "Vagrant" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/vagrant-up/9b147359-09a1-4610-929f-4fdfc691e437%40googlegroups.com >> >> <https://groups.google.com/d/msgid/vagrant-up/9b147359-09a1-4610-929f-4fdfc691e437%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Alvaro > > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/9d8bd6ba-20f0-4111-b3f6-b129145adc9e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
