Skip to content

Instantly share code, notes, and snippets.

View AntonioMeireles's full-sized avatar
🎯
Focusing

António Meireles AntonioMeireles

🎯
Focusing
View GitHub Profile
New leaves:
buildreq-golang.x86_64
Installed:
buildreq-golang-1-1.x86_64 glibc-staticdev-2.29-259.x86_64 go-1.12.4-32.x86_64
Complete!
Finish: build setup for packer-1.4.0-1.src.rpm
Start: rpmbuild packer-1.4.0-1.src.rpm
Building target platforms: x86_64
c8s ❯❯❯ ./bin/nodeupd master ⬆ ✱
Ⓒ 2018-2019 António Meireles <antonio.meireles@reformi.st>
______________________________________________________
◉ running preflight checks (stage 0)
❏ checking GNU 'bash' >= v4 availability
✔ available
⎮ Statistics for going from version 28460 to version 29030:
⎮ changed bundles : 47
⎮ new bundles : 8
⎮ deleted bundles : 0
⎮ changed files : 8217
⎮ new files : 14777
⎮ deleted files : 3064
VERSION=$(shell git describe --match 'v[0-9]*' --dirty='.m' --always)
REVISION=$(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi)

Keybase proof

I hereby claim:

  • I am antoniomeireles on github.
  • I am antoniomeireles (https://keybase.io/antoniomeireles) on keybase.
  • I have a public key ASAnQcdvfzfCIlhI5VRtcr1-Gulv4Q-cIrBTvkUj0FkeOwo

To claim this, I am signing this object:

diff --git a/components/host/darwin/misc/uuid2ip/uuid2ip.c b/components/host/darwin/misc/uuid2ip/uuid2ip.c
index 7152699..f103087 100644
--- a/components/host/darwin/misc/uuid2ip/uuid2ip.c
+++ b/components/host/darwin/misc/uuid2ip/uuid2ip.c
@@ -67,6 +67,8 @@ vmnet_get_mac_address_from_uuid(char *guest_uuid_str) {
__block char* mac = malloc(18);
dispatch_semaphore_t iface_created, iface_stopped;
dispatch_queue_t if_create_q, if_stop_q;
+ dispatch_queue_t if_q;
+ struct vmnet_state *vms;