I hereby claim:
- I am shalomb on github.
- I am shalomb (https://keybase.io/shalomb) on keybase.
- I have a public key whose fingerprint is 6234 6401 0750 80B1 DADD D4EA C9DF B9FD 0BFC A396
To claim this, I am signing this object:
// Square root implementation using Newton's Method | |
package main | |
import ( | |
"fmt" | |
"math" | |
) | |
func Sqrt(x float64) (z float64) { |
#!/bin/bash | |
set -eu -o pipefail | |
ping_url='http://localhost:8081/artifactory/api/system/ping' | |
source /var/opt/jfrog/artifactory/etc/default | |
ARTIFACTORY_PIDFILE="$ARTIFACTORY_PID" | |
: ${START_TMO:=120} |
I hereby claim:
To claim this, I am signing this object:
# requires python-netaddr on the control vm | |
# pip install netaddr | |
- name: Discover management ipv4 address | |
hosts: localhost | |
vars: | |
mgmt_network_cidr: '172.19.0.0/16' # Change this to reflect our mgmt. subnet cidr | |
tasks: | |
- name: Collect subnet addresses |
I hereby claim:
To claim this, I am signing this object:
diff --git a/src/arch/x86/drivers/xen/hvm.c b/src/arch/x86/drivers/xen/hvm.c | |
index 7ac32d5..cee7ce8 100644 | |
--- a/src/arch/x86/drivers/xen/hvm.c | |
+++ b/src/arch/x86/drivers/xen/hvm.c | |
@@ -500,4 +500,4 @@ struct pci_driver hvm_driver __pci_driver = { | |
REQUIRING_SYMBOL ( hvm_driver ); | |
/* Drag in netfront driver */ | |
-REQUIRE_OBJECT ( netfront ); | |
+/* REQUIRE_OBJECT ( netfront );*/ |