lavabit / robox

The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
633 stars 140 forks source link

generic/dragonflybsd5 vagrant user and password not working #185

Open aseda opened 3 years ago

aseda commented 3 years ago

I tried the generic/dragonflybsd5 with libvirt provider in vagrant. When I tried to login as user vagrant, it said invalid password. I was able to reboot in single user mode, and changed the root password, and tried to change the vagrant user password, but user vagrant was not created on the image.

ladar commented 3 years ago

@aseda this is a strange issue. I suppose it's been awhile since I used the Dragonfly boxes myself, and/or run my test scripts against the boxes. But I did confirm the problem.

This config module should be setting up the vagrant user, and I confirmed it's included in the libvirt builds here.

I haven't tested any of the other hyper visors, to see if it's a problem on those platforms yet.

When I have more time, I'll have to run the box build locally, so I can see the output from that config module, and make the necessary changes. If you have time to find the culprit before me, please update this ticket, or better yet, submit a PR against that config module.