Skip to content

Instantly share code, notes, and snippets.

View gonzopancho's full-sized avatar

Jim Thompson gonzopancho

View GitHub Profile
>> FreeBSD EFI boot block
Loader path: /boot/loader.efi
Initializing modules: ZFS UFS
Probing 10 block devices......*...... done
ZFS found no pools
UFS found 1 partition
Consoles: EFI console
Command line arguments: loader.efi
Image base: 0x72738000C
@gonzopancho
gonzopancho / gist:6512c4510e0b8338d5ead20d586af760
Created March 29, 2017 04:53
first boot on nano-denverton
x1-carbon:~> repeat 50 curl -O https://files03.netgate.com/pfSense_v2_3_3_i386-core/meta.txz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 944 100 944 0 0 1649 0 --:--:-- --:--:-- --:--:-- 1647
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 944 100 944 0 0 1536 0 --:--:-- --:--:-- --:--:-- 1534
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 944 100 944 0 0 1503 0 --:--:-- --:--:-- --:--:-- 1505
### Keybase proof
I hereby claim:
* I am gonzopancho on github.
* I am gonzopancho (https://keybase.io/gonzopancho) on keybase.
* I have a public key whose fingerprint is 6F8E 770C 3964 895C 6FFA C222 6DF1 9582 5D37 B4CB
To claim this, I am signing this object:
Waiting (max 60 seconds) for system process `syncer' to stop...
Syncing disks, vnodes remaining... 0 0 0 0 0 0 done
All buffers synced.
Copyright (c) 1992-2017 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 12.0-CURRENT #11 6c205e2b1cd(master): Fri Jan 20 12:07:11 CST 2017
jim@skull:/usr/obj/usr/src/sys/GENERIC-NODEBUG amd64
FreeBSD clang version 3.9.1 (tags/RELEASE_391/final 289601) (based on LLVM 3.9.1)
Copyright (c) 1992-2016 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 11.0-BETA2 #0 r303168: Fri Jul 22 02:23:56 UTC 2016
root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0)
VT(efifb): resolution 2048x1200
CPU: Intel(R) Core(TM) i7-6770HQ CPU @ 2.60GHz (2592.10-MHz K8-class CPU)
Origin="GenuineIntel" Id=0x506e3 Family=0x6 Model=0x5e Stepping=3
Copyright (c) 1992-2016 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 11.0-BETA2 #0 r303168: Fri Jul 22 02:23:56 UTC 2016
root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0)
VT(efifb): resolution 2048x1200
CPU: Intel(R) Core(TM) i7-6770HQ CPU @ 2.60GHz (2592.12-MHz K8-class CPU)
Origin="GenuineIntel" Id=0x506e3 Family=0x6 Model=0x5e Stepping=3
@gonzopancho
gonzopancho / First boot of pfSense on uFW
Created June 1, 2016 07:53
First boot of pfSense on uFW
U-Boot SPL 2016.03 (May 31 2016 - 22:53:46)
Trying to boot from MMC
Card doesn't support part_switch
MMC partition switch failed
*** Warning - MMC partition switch failed, using default environment
reading u-boot.img
reading u-boot.img
root@ufw:~ # cat > t.c
#include <stdio.h>
main(int argc, char **argv)
{
printf("Hello, World\n");
}
root@ufw:~ # cc t.c
t.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(int argc, char **argv)
root@ufw:~ # openssl speed
Doing mdc2 for 3s on 16 size blocks: 135465 mdc2's in 2.97s
Doing mdc2 for 3s on 64 size blocks: 51553 mdc2's in 2.97s
Doing mdc2 for 3s on 256 size blocks: 14771 mdc2's in 2.95s
Doing mdc2 for 3s on 1024 size blocks: 3853 mdc2's in 2.97s
Doing mdc2 for 3s on 8192 size blocks: 487 mdc2's in 2.97s
Doing md4 for 3s on 16 size blocks: 247319 md4's in 2.97s
Doing md4 for 3s on 64 size blocks: 237306 md4's in 2.96s
Doing md4 for 3s on 256 size blocks: 204236 md4's in 2.96s
Doing md4 for 3s on 1024 size blocks: 131004 md4's in 2.95s