coreos / coreos-xhyve

Container Linux running on xhyve hypervisor
Apache License 2.0
330 stars 42 forks source link

No output #8

Closed luebken closed 9 years ago

luebken commented 9 years ago

I'm trying to get this running. xhyve runs. But what is the expected out put from ./coreos-xhyve-fetch Mine is empty. Any pointers for debugging it?

This is the output from sudo ./coreos-xhyve-run BTW:

kexec: failed to load kernel imgs/coreos_production_pxe.vmlinuz
                                                               ./coreos-xhyve-run: line 17:  3764 Abort trap: 6           xhyve $MEM $SMP $PCI_DEV $LPC_DEV $NET $IMG_HDD -f kexec,imgs/$VMLINUZ,imgs/$INITRD,"$CMDLINE"
rimusz commented 9 years ago

I see that too on the first run, running the second time it works

c4milo commented 9 years ago

@luebken you are probably missing GPG or CURL.

luebken commented 9 years ago

It's a bash-script. Duuh. Thanks. Sorry.