David Scott

Results 67 issues of David Scott

This is because the localdb has: ``` ``` -- this needs to be cleared on a reboot. On XenServer this happens via the init script and stamp files leading to...

... as a workaround while forge.ocamlcore.org persists using an expired certificate.

To make the xen-testvm build I need a newer version of type-conv and sexplib than is currently in trusty. Unfortunately however 'oasis' in Trusty upstream depends on 'liboasis-ocaml-dev' in upstream...

Installing the SM code in the standard python place is probably the right thing to do but xapi now fails to find them on CentOS in /usr/lib/xapi/sm. We need to...

In a XenServer .iso configuration we keep domain 0 small and don't include it in DMC (ballooning/squeezed) calculations. We do this by setting VM.memory_dynamic_min = VM.memory_dynamic_max like this: ``` [root@st28...

(I'm not an expert on this so I might have misunderstood something!) If the connection requests a large MSS > 16k, for example to exploit a large MTU, then writes...

This allows larger MTUs to be used, which helps when there is large per-packet overhead. For example - qemu when using the socket network device - Apple virtualization.framework's [VZFileHandleNetworkDeviceAttachment](https://developer.apple.com/documentation/virtualization/vzfilehandlenetworkdeviceattachment?language=objc) both...

**- What I did** Fix a bug where, if one process is reading a `meta.json` on Windows, another `CreateOrUpdate` will fail with `Access is Denied`. Example error: ``` rename C:\Users\docker\.docker\contexts\meta\\.tmp-meta.json2945721760...

status/2-code-review
area/context

We weren't fully compliant with the `net.Conn` interface as concurrent `Write` calls had problems: 1. concurrent `Write` calls could exceed the allowed window size: one would see space available, drop...