Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD 9.3 (amd64) box broken #301

Closed
cheeseplus opened this issue Dec 9, 2014 · 7 comments
Closed

FreeBSD 9.3 (amd64) box broken #301

cheeseplus opened this issue Dec 9, 2014 · 7 comments

Comments

@cheeseplus
Copy link
Contributor

Bringing up a 9.3 bento from the link in the README results in a box that seems to hang around loading nfsd and then reboots itself forever

@juliandunn
Copy link
Contributor

On Virtualbox or VMWare?

@cheeseplus
Copy link
Contributor Author

VirtualBox 4.3.12 and 4.3.20 - if I login into the RDP server it hangs for a few minutes, then reboots and continues the same pattern.

@juliandunn
Copy link
Contributor

I was able to reproduce this and I'm uploading one that works that is 9.3-RELEASE-p5. I suspect there was a bug in previous versions of FreeBSD.

Note that Vagrant also appears to have a bug, in that it throws

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.

when you try to vagrant up the box, but you can still log into it using vagrant ssh.

@cheeseplus
Copy link
Contributor Author

In order to get FreeBSD boxes up in test-kitchen I have been setting:

config.ssh.shell = "sh"

and

config.vm.guest = :freebsd

@juliandunn
Copy link
Contributor

I was doing that in test-kitchen too, but it seemed to make no difference.

@juliandunn
Copy link
Contributor

Box updated on S3 @cheeseplus .

@cheeseplus
Copy link
Contributor Author

FYI - new box works great. Also noting for posterity that test-kitchen requires the use of a custom vagrantfile_erb for FreeBSD to work correctly on the first run. This test-kitchen/kitchen-vagrant@6cf2661 in kitchen-vagrant will remove the need to the vagrantfile_erb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants