Ian Eyberg

Results 223 issues of Ian Eyberg

tests like TestListPkgCommand don't need to spit out the volume of pkgs to stdout and can be just a pass/fail

tests

ops currently gives a very un-helpful error msg if it can't find a library that it is trying to load ``` ➜ l ops run test panic: failed building manifest:...

quick fix is to just do a ```ops run --accel=false``` but if user is running in WSL it should not try and enable kvm as it isn't present

wsl

it appears 'ops run' is intelligent enough to run (prob based on underlying arch) but need the ability to do images as well I don't think there are any outstanding...

arm

i don't precisely remember why we even have this in the 'common' pkg - i think that was a hack a long time ago to provide support for non-package related...

arm

right now it's just using a local private ip but following defaults of other providers we should bridge it fully, unclear what is actually missing here

proxmox

right now we're just linking directly to the image which 'works' but really should make a copy into the disk image and use that instead - also right now this...

proxmox

https://www.reddit.com/r/VFIO/comments/kdhgni/qemu_hvf_support_for_mac_os_x_bug_sur_hv_error/ install should prompt the user to run the following if on big sur or later ``` codesign -s - --entitlements app.entitlements --force qemu-system-x86_64 ``` app.entitlement: ``` com.apple.security.hypervisor ```

osx