Andrew Laucius

Results 10 comments of Andrew Laucius

While it is true that people should stop embedding bad profiles, this warning appears on the read side, where we have no control over the profiles used to generate the...

> The default behavior of png_warning and png_error is just for hackers If that is the case, then why is it the default? Let hackers set a flag to enable...

Oddly enough, this works for similar cases; the val has to the first thing in the block, and there has to be a parameter ``` def foo { val x...

The fix I tried is ``` diff --git a/indent/scala.vim b/indent/scala.vim index 5d812e4..156c162 100644 --- a/indent/scala.vim +++ b/indent/scala.vim @@ -27,6 +27,7 @@ let s:typeSpecMatcher = '\%(\s*\[\_[^\]]*\]\)' let s:defArgMatcher = '\%((\_.\{-})\)' let...

That assessment is correct -- basically to run the jailer in a network namespace you need the setns syscall which requires CAP_SYS_ADMIN. So nsenter is not an option. Our particular...

This was our initial approach as it required minimal changes. But we found that the performance cost of making the copy (as opposed to hardlinking) during the operation (plus serde...

Hi @pb8o -- is there anything we can do to help move this forward?

Re: config -- currently there is no config support for snapshots (https://github.com/firecracker-microvm/firecracker/blob/main/src/vmm/src/resources.rs) -- the snapshot configuration and restore has to be done with a running firecracker instance

It turns out that the test for renaming devices was failing when run with other tests that used network devices. After some experimentation, it seems that we are not cleaning...

There is a launchpad issue for this now: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2109859 Is there a LKML issue tracking the backport of the fix to the 6.8.x kernel?