David Scott
David Scott
``` (lldb) bt all thread #1, queue = 'com.apple.main-thread' frame #0: 0x0000000180a48a74 libsystem_kernel.dylib`__select + 8 frame #1: 0x00000001013624d0 com.docker.vpnkit`unix_select(readfds=, writefds=, exceptfds=, timeout=) at select.c:94:15 [opt] frame #2: 0x000000010138c4f8 com.docker.vpnkit`caml_c_call +...
Previously users would see network glitches every 2hrs as the lease was renewed. Since vpnkit is used in "static" environments, we can offer infinite leases. From RFC2131: > 3.3 Interpretation...
From https://ci.ocamllabs.io/github/moby/vpnkit/commit/d91517547a11f97700d544387a6d292651db37d1/variant/fedora-34-4.14_opam-2.1 ``` To reproduce locally: git clone --recursive "https://github.com/moby/vpnkit.git" && cd "vpnkit" && git fetch origin "refs/pull/595/head" && git reset --hard d9151754 cat > Dockerfile
From https://ci.ocamllabs.io/github/moby/vpnkit/commit/d91517547a11f97700d544387a6d292651db37d1/variant/debian-11-4.14_arm64_opam-2.1 ``` To reproduce locally: git clone --recursive "https://github.com/moby/vpnkit.git" && cd "vpnkit" && git fetch origin "refs/pull/595/head" && git reset --hard d9151754 cat > Dockerfile
Specifically we're missing calls to ``` update-rc.d thing defaults ``` When this is fixed, revert the offensive part of djs55/xenserver-install-wizard@f4cf053fadfde3e9ca78441be76746866d7831dd
``` [vagrant@ahha xenserver-core]$ ./configure.sh ./configure.sh: line 7: lsb_release: command not found ./configure.sh: line 7: lsb_release: command not found ```
On my build machine several tedious seconds are wasted on every package build around here: ``` Ign file: ./ Translation-en Hit http://ppa.launchpad.net raring Release.gpg Hit http://ppa.launchpad.net raring Release Hit http://ppa.launchpad.net...
My control file looks ok: ``` Format: 3.0 (quilt) Source: libcohttp-ocaml Binary: libcohttp-ocaml, libcohttp-ocaml-dev Architecture: any Version: 0.9.8-1 Maintainer: Euan Harris Standards-Version: 3.9.3 Build-Depends: dh-ocaml (>= 0.9), ocaml-nox, camlp4, python,...
I had to edit my /etc/xapi.conf and fake out quite a lot to make it work: ``` search-path=/usr/lib/xapi db-config-file=/etc/xapi/db.conf udhcpd-skel=/dev/null inventory=/etc/xcp/inventory lw-force-domain-leave-script=/bin/false redo-log-block-device-io=/bin/false fence=/bin/false host-bugreport-upload=/bin/false set-hostname=/bin/false xe-syslog-reconfigure=/bin/false logs-download=/bin/false upload-wrapper=/bin/false host-backup=/bin/false...
- [x] vncterm_base UID+GID not present (vncterm won't start) - [x] vncterm can't find keymaps - [x] xenopsd fails to start unless hvmloader and eliloader are present - [x] pygrub,...