nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.24k stars 134 forks source link

accel flag '-x' is broke for pkgs? #406

Closed eyberg closed 4 years ago

eyberg commented 4 years ago

"btw, that qemu bug can be bypassed by running with acceleration - except the '-x' flag appears to be broken for ops load ... so I had to run it manually"

eyberg commented 4 years ago

https://github.com/nanovms/ops/issues/403

eyberg commented 4 years ago

btw @wjhun - i tried this on osx and it appears to work fine for me

➜  t  ops load node_v11.5.0 -x -a hi2.js
[node hi2.js]
booting /Users/eyberg/.ops/images/node.img ...
assigned: 10.0.2.15
0
dispatch_signals error: signal 11 resulting in core dump
unimplemented signal
exit status 255
➜  t  cat hi2.js
a = undefined
console.log(a >>> 0)
eyberg commented 4 years ago

also - this seems to work on linux for me as well although it silently will not turn on kvm if the user doesn't have perms

eyberg commented 4 years ago

@wjhun mentioned this was on an older version of ops so closing..