Skip to content

Instantly share code, notes, and snippets.

- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-f', './base/build/docker/php/Dockerfile', '-t', 'gcr.io/$PROJECT_ID/device-registry-php', '.' ]
dir: 'services/device-registry'
id: 'device-registry-php'
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/$PROJECT_ID/device-registry-php', '-f', 'Dockerfile', '../../../' ]
dir: 'services/device-registry/base/build/docker/php'
id: 'device-registry-php'
vagrant up
Bringing machine 'store_backoffice' up with 'virtualbox' provider...
==> store_backoffice: Importing base box 'ubuntu/trusty64'...
==> store_backoffice: Matching MAC address for NAT networking...
==> store_backoffice: Checking if box 'ubuntu/trusty64' is up to date...
==> store_backoffice: A newer version of the box 'ubuntu/trusty64' is available! You currently
==> store_backoffice: have version '20150928.0.0'. The latest is version '20171128.0.0'. Run
==> store_backoffice: `vagrant box update` to update.
==> store_backoffice: Setting the name of the VM: store-backoffice
==> store_backoffice: Clearing any previously set forwarded ports...
Simon-Ince-MacBook-Pro:sandbox simonince$ ./provision_scripts/pxe-boot-clients.sh
VBoxManage: error: Machine 'k8s-controller-poole-02' is not currently running
0%...10%...20%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Machine delete failed
VBoxManage: error: Could not delete the medium storage unit '/Users/simonince/gitlab/platformserviceaccount/lush-soa/dev-ops/store-backoffice/sandbox/k8s-controller-poole-02.vdi'.
VBoxManage: error: VD: error VERR_FILE_NOT_FOUND opening image file '/Users/simonince/gitlab/platformserviceaccount/lush-soa/dev-ops/store-backoffice/sandbox/k8s-controller-poole-02.vdi' (VERR_FILE_NOT_FOUND)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component MediumWrap, interface IMedium
VBoxManage: error: Context: "RTEXITCODE handleUnregisterVM(HandlerArg *)" at line 164 of file VBoxManageMisc.cpp
cp: cannot stat ‘/vagrant/provision_scripts/k8s/inventory/k8s-controller-poole-02/cloud-config/openstack/latest/user_data’: No such file or directory

Keybase proof

I hereby claim:

  • I am simon-ince on github.
  • I am simon_ince (https://keybase.io/simon_ince) on keybase.
  • I have a public key ASDLIoqX05MJCmUiBu8Pg8bcZrC0A8A-6Sl_R4T7Oqk8fwo

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.
jp-cockroachdb-1jp-cockroachdb-1I180303 11:34:32.304407 240873 vendor/google.golang.org/grpc/grpclog/grpclog.go:60 transport: http2Client.notifyError got notified that the client transport was broken EOF.
I180303 11:34:32.318686 240878 vendor/google.golang.org/grpc/grpclog/grpclog.go:60 transport: http2Client.notifyError got notified that the client transport was broken EOF.
I180303 11:34:32.334246 240883 vendor/google.golang.org/grpc/grpclog/grpclog.go:60 transport: http2Client.notifyError got notified that the client transport was broken EOF.
I180303 11:34:32.346971 240888 vendor/google.golang.org/grpc/grpclog/grpclog.go:60 transport: http2Client.notifyError got notified that the client transport was broken EOF.
I180303 11:34:32.361104 240893 vendor/google.golang.org/grpc/grpclog/grpclog.go:60 transport: http2Client.notifyError got notified that the client transport was broken EOF.
I180303 11:34:32.375086 240898 vendor/google.golang.org/grpc/grpclog/grpclog.go:60 transport: http2Client.notifyError got
dhcp-range=192.168.1.10,proxy
dhcp-no-override
port=0 #Disable DNS
bogus-priv #Never forward addresses in the non-routed address spaces.
log-dhcp #do some logging
log-queries
# Resolve mac addresses for NUCs
dhcp-host=f4:4d:30:6f:63:bd,192.168.1.30,node1,infinite
dhcp-host=f4:4d:30:6f:a1:c2,192.168.1.31,node2,infinite
@Simon-Ince
Simon-Ince / gif-viewer.py
Last active February 8, 2024 10:20
Show gifs on and LED matrix using the hzeller/rpi-rgb-led-matrix Python library
#!/usr/bin/env python
import time
import sys
from rgbmatrix import RGBMatrix, RGBMatrixOptions
from PIL import Image, ImageSequence, GifImagePlugin
# Matrix size
size = 64, 64
@Simon-Ince
Simon-Ince / jackatlush-twitter-matrix
Last active June 23, 2022 10:35
Show Twitter feed on and LED matrix using the hzeller/rpi-rgb-led-matrix Python library
#!/usr/bin/env python
from samplebase
import SampleBase
from rgbmatrix
import graphics
import time
import twitter
api = twitter.Api(consumer_key = '???',