This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="starred_repos" class="listing_container span span4andahalf"> | |
| <div class="listing_header">Starred Repositories</div> | |
| <ul class="listing"> | |
| <li> | |
| <span class="listing_stars">4</span> | |
| <a href="http://localhost:8000/u/joffrey/base/">joffrey/base</a> | |
| </li> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 64 bytes from 185.56.60.5: icmp_seq=180 ttl=44 time=159.052 ms | |
| 64 bytes from 185.56.60.5: icmp_seq=181 ttl=44 time=159.519 ms | |
| 64 bytes from 185.56.60.5: icmp_seq=182 ttl=44 time=161.176 ms | |
| 64 bytes from 185.56.60.5: icmp_seq=183 ttl=44 time=159.463 ms | |
| 64 bytes from 185.56.60.5: icmp_seq=184 ttl=44 time=174.466 ms | |
| 64 bytes from 185.56.60.5: icmp_seq=185 ttl=44 time=159.582 ms | |
| 64 bytes from 185.56.60.5: icmp_seq=186 ttl=44 time=159.328 ms | |
| 64 bytes from 185.56.60.5: icmp_seq=187 ttl=44 time=167.389 ms | |
| 64 bytes from 185.56.60.5: icmp_seq=188 ttl=44 time=159.291 ms | |
| ping: sendto: Network is down |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Request timeout for icmp_seq 29 | |
| Request timeout for icmp_seq 30 | |
| Request timeout for icmp_seq 31 | |
| Request timeout for icmp_seq 32 | |
| Request timeout for icmp_seq 33 | |
| Request timeout for icmp_seq 34 | |
| Request timeout for icmp_seq 35 | |
| Request timeout for icmp_seq 36 | |
| Request timeout for icmp_seq 37 | |
| Request timeout for icmp_seq 38 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Usage: $0 <inputfile.ext | |
| # | |
| # Program takes input from standard in, saves it | |
| # and then lets PSSPred run with that inputfile | |
| TMP_FILE=/tmp/input.txt | |
| # Clean up the temp file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| core@p1 ~ $ docker logs rancher_server |more | |
| CATTLE_AGENT_PACKAGE_HOST_API_URL=/usr/share/cattle/artifacts/host-api.tar.gz | |
| CATTLE_AGENT_PACKAGE_PYTHON_AGENT_URL=/usr/share/cattle/artifacts/go-agent.tar.gz | |
| CATTLE_API_UI_URL=//releases.rancher.com/api-ui/1.0.8 | |
| CATTLE_CATTLE_VERSION=v0.181.13 | |
| CATTLE_CLUSTER_ADVERTISE_ADDRESS=10.80.94.1 | |
| CATTLE_DB_CATTLE_DATABASE=mysql | |
| CATTLE_DB_CATTLE_MYSQL_HOST=gcp-europe-west1-cpu.2.dblayer.com | |
| CATTLE_DB_CATTLE_MYSQL_NAME=rancher_packet | |
| CATTLE_DB_CATTLE_MYSQL_PORT=15554 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +----------------------------------------------------------+------------------------ | |
| | Variable_name | Value | | |
| +----------------------------------------------------------+------------------------ | |
| | auto_increment_increment | 7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: batch/v1 | |
| kind: Job | |
| metadata: | |
| name: count-to-600 | |
| spec: | |
| parallelism: 3 | |
| completions: 6 | |
| activeDeadlineSeconds: 100 | |
| template: | |
| metadata: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| findex: 14 Dst: 172.17.0.0/16 Src: 172.17.0.2 Gw: <nil> Flags: [] Table: 254} {Ifindex: 14 Dst: fe80::/64 Src: <nil> Gw: <nil> Flags: [] Table: 254}] {[] [] []}} false virtual}]" source=virtcontainers | |
| Jan 03 22:36:43 c1.packet.nlze.nl cc-runtime[2819]: time="2018-01-03T22:36:43Z" level=warning msg="unsupported route" destination="fe80::/64" source=virtcontainers subsystem=hyper unsupported-route-type=ipv6 | |
| Jan 03 22:36:43 c1.packet.nlze.nl cc-runtime[2819]: time="2018-01-03T22:36:43Z" level=info msg="device details" container-id=cd368647d825506b58988a3d272e161ebfebee30ee1f2a10b8bd5c174175f903 device-major=0 device-minor=43 mount-point=/var/lib/docker/overlay2/2ae3c52795a42a65f116e57ef326538fc745b438a92f4e964cb43e8b992eff5d/merged pod-id=cd368647d825506b58988a3d272e161ebfebee30ee1f2a10b8bd5c174175f903 source=virtcontainers subsystem=container | |
| Jan 03 22:36:43 c1.packet.nlze.nl cc-runtime[2819]: time="2018-01-03T22:36:43Z" level=info msg="Attaching block device" device=/dev/loop0 source=virtcontainers subsystem= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| func main() { | |
| keyPair, certPool := certificates.GetCert() | |
| grpcServer := makeGRPCServer(certPool) | |
| restMux, err := getRestMux(certPool) | |
| if err != nil { | |
| log.Panic(err) | |
| } | |
| // register root Http multiplexer (mux) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // grpcHandlerFunc returns an http.Handler that delegates to grpcServer on incoming gRPC | |
| // connections or otherHandler otherwise. Copied from cockroachdb. | |
| func grpcHandlerFunc(grpcServer *grpc.Server, otherHandler http.Handler) http.Handler { | |
| return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { | |
| if r.ProtoMajor == 2 && strings.Contains(r.Header.Get("Content-Type"), "application/grpc") { | |
| grpcServer.ServeHTTP(w, r) | |
| } else { | |
| otherHandler.ServeHTTP(w, r) | |
| } | |
| }) |