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

bzImage download failed during first setup #36

Closed
marcbachmann opened this issue Sep 2, 2015 · 4 comments
Closed

bzImage download failed during first setup #36

marcbachmann opened this issue Sep 2, 2015 · 4 comments
Labels

Comments

@marcbachmann
Copy link

I had to manually pull it.

@nlf
Copy link
Owner

nlf commented Sep 2, 2015

did you get an error? or did it just continue and the file didn't exist?

@nlf nlf added the bug label Sep 2, 2015
@marcbachmann
Copy link
Author

Yes, I've got an error. But a somewhat cryptic one. I don't have it anymore. sorry
It might have been a network problem. Currently the internet at work is not really stable.

@nlf
Copy link
Owner

nlf commented Sep 2, 2015

Ok, that’s fine. It still at least tells me I need to add better error handling and messages to the download function.

On Sep 2, 2015, at 2:30 PM, Marc Bachmann notifications@github.com wrote:

Yes, I've got an error. But a somewhat cryptic one. I don't have it anymore. sorry
It might have been a network problem. Currently the internet at work is not really stable.


Reply to this email directly or view it on GitHub #36 (comment).

@marcbachmann
Copy link
Author

Just experienced this error again.
I've hardcoded the versions in the download urls and tried a dhyve init.
Init worked but dhyve up just logs those dots and I can't cancel it. I had to kill the process.
When I had a look at ~/.dhyve before killing the process, I saw that the bzImage file was missing.

$ dhyve init
[dhyve] saving options..done
[dhyve] generating a new ssh key..done
[dhyve] generating a disk image...done
[dhyve] downloading vm version v1.3.0..done
[dhyve] finished creating vm, to start it run 'dhyve up'
$ dhyve up
[dhyve] this command requires root, restarting with sudo..
[dhyve] starting../usr/local/bin/dhyve: line 293: 89529 Abort trap: 6           nohup xhyve $args,"$kargs" < /dev/null > "$HOME/.dhyve/vm.log" 2>&1
................................................................................^C...................................................................................[1]    89505 terminated  dhyve up

Those files were present in ~/.dhyve:

$ ll .dhyve
total 18874400
-rw-r--r--  1 marcbachmann  staff   9.0G Sep  4 18:44 disk.img
-rw-------  1 marcbachmann  staff   1.6K Sep  4 18:44 key
-rw-r--r--  1 marcbachmann  staff   418B Sep  4 18:44 key.pub
-rw-r--r--  1 marcbachmann  staff   387B Sep  4 18:44 vm.cfg

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

No branches or pull requests

2 participants