Skip to content

Instantly share code, notes, and snippets.

View jda's full-sized avatar

Jade Angrboða jda

View GitHub Profile
@jda
jda / gist:f8881ec207276a8d6409e5486a22015c
Created October 3, 2018 10:26
output of make validate
Congratulations! All commits are properly signed with the DCO!
go test -test.short -tags "" github.com/docker/machine github.com/docker/machine/commands github.com/docker/machine/commands/commandstest github.com/docker/machine/commands/mcndirs github.com/docker/machine/drivers/amazonec2 github.com/docker/machine/drivers/azure github.com/docker/machine/drivers/azure/azureutil github.com/docker/machine/drivers/azure/logutil github.com/docker/machine/drivers/digitalocean github.com/docker/machine/drivers/driverutil github.com/docker/machine/drivers/errdriver github.com/docker/machine/drivers/exoscale github.com/docker/machine/drivers/fakedriver github.com/docker/machine/drivers/generic github.com/docker/machine/drivers/google github.com/docker/machine/drivers/hyperv github.com/docker/machine/drivers/none github.com/docker/machine/drivers/openstack github.com/docker/machine/drivers/rackspace github.com/docker/machine/drivers/softlayer github.com/docker/machine/drivers/virtualbox github.com/docker/machine/drivers
@jda
jda / gist:b0ab50ca689584dbee71efb69f9c9940
Created June 11, 2018 15:31
temperature of EX2200-C sitting on top of SRX300
csadmin@jda-sw1> show chassis temperature-thresholds
Fan speed Yellow alarm Red alarm Fire Shutdown
(degrees C) (degrees C) (degrees C) (degrees C)
Item Normal High Normal Bad fan Normal Bad fan Normal
FPC 0 GEPHY1 N/A N/A 80 N/A 95 N/A
FPC 0 GEPHY2 N/A N/A 80 N/A 95 N/A
FPC 0 GEPHY3 N/A N/A 80 N/A 95 N/A
FPC 0 GEPHY4 N/A N/A 80 N/A 95 N/A
FPC 1 GEPHY1 N/A N/A 80 N/A 95 N/A
FPC 1 GEPHY2 N/A N/A 80 N/A 95 N/A
@jda
jda / boot.log
Last active August 11, 2022 02:01
Boot log from Netgear Orbi RBS40
Format: Log Type - Time(microsec) - Message - Optional Info
Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic
S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00110
S - IMAGE_VARIANT_STRING=DAAAANAZA
S - OEM_IMAGE_VERSION_STRING=CRM
S - Boot Config, 0x00000023
S - Reset status Config, 0x00000000
S - Core 0 Frequency, 0 MHz
B - 261 - PBL, Start
@jda
jda / gist:755843f313eb97fed0d124484ea0d408
Created November 9, 2017 16:12
Netgear Orbi extender / RBS40 dmesg
root@RBS40:/# dmesg
Booting Linux on physical CPU 0x0
Linux version 3.14.43 (figo.yan@dni-l-sw02) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.01 r36088) ) #2 SMP PREEMPT Thu Mar 9 12:45:55 EST 2017
CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine model: Qualcomm Technologies, Inc. IPQ40xx/AP-DK04.1-C1
Memory policy: Data cache writealloc
On node 0 totalpages: 129792
free_area_init_node: node 0, pgdat c0885080, node_mem_map dfbfa000
Normal zone: 1024 pages used for memmap
@jda
jda / gist:d023d28ac09bcf6190efa9b354adedd4
Created October 21, 2017 20:54
Error when trying to build Python 3.6.3 on Irix 6.5
nekoware/include -I/usr/include -I/usr/nekoware/include -I/usr/include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
c99 WARNING: -O conflicts with -O3; using latter value (-O3)
cc-1171 c99: WARNING File = Python/pythonrun.c, Line = 1366
The indicated expression has no effect.
offset = (int)PyUnicode_GET_LENGTH(errtext);
^
c99 -c -DNDEBUG -O -O3 -mips4 -I/usr/nekoware/include -TARG:platform=IP27:proc=r10000 -O3 -mips4 -I/usr/nekoware/include -TARG:platform=IP27:proc=r10000 -I. -I./Include -I/usr/nekoware/include -I/usr/include -I/usr/nekoware/include -I/usr/include -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c
c99 WARNING: -O conflicts with -O3; using latter value (-O3)
@jda
jda / home-rtr1.conf
Created July 23, 2017 06:44
Config from my home ERLite-3
firewall {
all-ping enable
broadcast-ping disable
ipv6-name WAN6_IN {
default-action drop
description "IPv6 packets from the internet to LAN and WAN"
rule 1 {
action accept
description "Allow established and related packets"
state {
csadmin@jda-sw1# show firewall
family ethernet-switching {
filter test {
term no-ssh-from-laptop {
from {
source-address {
10.0.1.21/32;
}
destination-port 22;
}
Jul 12 09:35:35 dcd.c:2885 run_daemon() INFO : Received SIGHUP, time to reparse.
Jul 12 09:35:35 dcd.c:2654 run_daemon() INFO : Pending config request now being serviced
Jul 12 09:35:35 usage.c:75 dcd_trace_times() INFO : Phase Usage for IDLE : user 0.047 s, sys 0.000 s, wall 2.097 s
Jul 12 09:35:35 dcd.c:573 dcd_new_phase() INFO : New phase is PRE_CONFIG
Jul 12 09:35:35 usage.c:75 dcd_trace_times() INFO : Static config read usage : user 0.047 s, sys 0.000 s, wall 0.150 s
Jul 12 09:35:35 usage.c:75 dcd_trace_times() INFO : Phase Usage for PRE_CONFIG : user 0.000 s, sys 0.000 s, wall 0.000 s
Jul 12 09:35:35 dcd.c:573 dcd_new_phase() INFO : New phase is CONFIG
Jul 12 09:35:35 usage.c:75 dcd_trace_times() INFO : Config db overlay usage : user 0.002 s, sys 0.000 s, wall 0.009 s
Jul 12 09:35:35 dcd.c:735 dcd_new_phase() INFO : dcd_new_phase:recover_type = 1, dcd_is_protocol_master = 1,sdb_state = 2,run_dynamic_db_diff = 0
Jul 12 09:35:35 dcd.c:742 dcd_new_phase() INFO

Keybase proof

I hereby claim:

  • I am jda on github.
  • I am jda (https://keybase.io/jda) on keybase.
  • I have a public key whose fingerprint is BE50 FAB7 D9EB 5EE8 31D3 2CE8 502A 4A9A 6105 728A

To claim this, I am signing this object:

@jda
jda / gixlg-collector.xml
Last active January 14, 2016 22:42
SMF Manifest for gixlg's collector
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<service_bundle type="manifest" name="gixlg-collector">
<service name="site/gixlg-collector" type="service" version="1">
<create_default_instance enabled="false"/>
<single_instance/>
<dependency name="network" grouping="require_all" restart_on="error" type="service">
<service_fmri value="svc:/milestone/network:default"/>
</dependency>