Date: Fri, 14 Aug 2015 13:10:18 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 202323] 10.2-RELEASE Announcement vagrant instructions don't work Message-ID: <bug-202323-9@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202323 Bug ID: 202323 Summary: 10.2-RELEASE Announcement vagrant instructions don't work Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Website Assignee: freebsd-doc@FreeBSD.org Reporter: chip@2bithacker.net In the 10.2-RELEASE Announcement page, it says: * Hashicorp/Atlas=C2=AE Vagrant=E2=84=A2: Instances can be deployed using the vagrant utility: % vagrant init freebsd/FreeBSD-10.2-RELEASE % vagrant up However, when running these command, the following happens: > vagrant init freebsd/FreeBSD-10.2-RELEASE A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `vagrantup.com` for more information on using Vagrant. > vagrant up Bringing machine 'default' up with 'virtualbox' provider... =3D=3D> default: Clearing any previously set forwarded ports... =3D=3D> default: Clearing any previously set network interfaces... =3D=3D> default: Preparing network interfaces based on configuration... default: Adapter 1: nat =3D=3D> default: Forwarding ports... default: 22 =3D> 2222 (adapter 1) =3D=3D> default: Booting VM... =3D=3D> default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key default: Warning: Connection timeout. Retrying... The configured shell (config.ssh.shell) is invalid and unable to properly execute commands. The most common cause for this is using a shell that is unavailable on the system. Please verify you're using the full path to the shell and that the shell is executable by the SSH user. I think the instructions may be missing a few steps. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202323-9>