Conversation
|
I can't get it to work. I never used VirtualBox with Gitian in the first place though. I got in via ssh when setting it up. Maybe I didn't make the snapshot correctly. |
|
Using the VirtualBox Manager GUI, you can check if network port for SSH is forwarded. You can also look at the console in the UI and see if it's at the login prompt or if it had some boot issue. Also, make sure you are waiting long enough (should be about 30 seconds from start). |
|
(the network forward can be see in machine settings under Network tab, Advanced section, Port Forwarding button) |
|
Thanks, it just worked today for some reason. I didn't change anything. So I tested Ubuntu Xenial amd64 guest (just sanity test). I didn't test with a Debian guest, but I'll leave comments about Debian guests. |
|
|
||
| vagrant up "$NAME" | ||
| if [ $DISTRO_USER_CREATE = "1" ]; then | ||
| vagrant ssh "$NAME" -c "sudo useradd -m -s /bin/bash $DISTRO" |
There was a problem hiding this comment.
Do you need to also add the $DISTRO user to sudoers?
There was a problem hiding this comment.
That's done in gbuild already (although I'm not convinced that's the best place).
|
@josephbisch ping |
|
pong Still haven't tried Debian guests, but LGTM. So if you tried Debian guests, feel free to merge. |
In this PR: