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
em0@pci0:2:5:0: class=0x020000 card=0x11798086 chip=0x10798086 rev=0x03 hdr=0x00 | |
vendor = 'Intel Corporation' | |
device = '82546GB Gigabit Ethernet Controller' | |
class = network | |
subclass = ethernet | |
em1@pci0:2:5:1: class=0x020000 card=0x11798086 chip=0x10798086 rev=0x03 hdr=0x00 | |
vendor = 'Intel Corporation' | |
device = '82546GB Gigabit Ethernet Controller' | |
class = network | |
subclass = ethernet |
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
Jumping to start of image at address 0xbfca0000 | |
U-Boot 2012.04.01 (UBNT Build ID: 4785663-gaff5016) (Build time: Jun 30 2015 - 14:17:11) | |
Skipping PCIe port 0 BIST, in EP mode, can't tell if clocked. | |
Skipping PCIe port 1 BIST, reset not done. (port not configured) | |
BIST check passed. | |
UBNT_E220 r1:1, r2:14, serial #: F09FC21D4897 | |
MPR 13-02102-14 |
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
root@ubnt:/home/ubnt# cat /proc/version | |
Linux version 3.10.20-UBNT (usg-builder@edgeos-builder2) (gcc version 4.7.0 (Cavium Inc. Version: SDK_3_1_0_p2 build 34) ) #1 SMP Tue Nov 1 17:23:01 PDT 2016 | |
root@ubnt:/home/ubnt# cat /proc/cpuinfo | |
system type : UBNT_E220 | |
machine : Unknown | |
processor : 0 | |
cpu model : Cavium Octeon II V0.1 | |
BogoMIPS : 2000.00 | |
wait instruction : yes | |
microsecond timers : yes |
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
option space bsdos; | |
option bsdos.multicast code 1 = ip-address; | |
option bsdos.bootdefine code 2 = text; | |
option bsdos.bootdefault code 3 = text; | |
host victim { | |
option vendor-class-identifier "BSDi"; | |
vendor-option-space bsdos; | |
# where to tftp files from |
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
root@hydra-226: zfs list | |
NAME USED AVAIL REFER MOUNTPOINT | |
sys 331G 137G 187M / | |
sys/jail 1.28G 137G 1.28G /jail | |
sys/pool0 168G 137G 64K none | |
sys/pool0/p 168G 137G 104K /p | |
sys/pool0/p/fbsd 46.6G 137G 24.0G /p/fbsd | |
sys/pool0/p/fbsd/GIT 5.57G 137G 3.43G /p/fbsd/GIT | |
sys/pool0/p/fbsd/OBJ.arm 96K 137G 96K /p/fbsd/OBJ.arm | |
sys/pool0/p/fbsd/OBJ.mips 2.62G 137G 2.00G /p/fbsd/OBJ.mips |
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
gpart show da5 | |
=> 63 7831489 da5 MBR (3.7G) | |
63 1985 - free - (993K) | |
2048 290816 1 !12 (142M) | |
292864 3418112 2 linux-data (1.6G) | |
3710976 4120576 - free - (2.0G) |
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
CPU ID FUNCTION:NAME | |
0 16467 :tick-60s | |
dtrace.ko`dtrace_state_clean | |
0xffffffff803b56f0 | |
0xffffffff803b634c | |
0xffffffff80798928 | |
0xffffffff8079ae68 | |
0xffffffff807ad694 |
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
root@erl2-141: ctfdump /usr/obj/usr/src/sys/ERL2/kern_xxx.o | |
- CTF Header ----------------------------------------------------------------- | |
cth_magic = 0xcff1 | |
cth_version = 2 | |
cth_flags = 0x00 | |
cth_parlabel = (anon) | |
cth_parname = (anon) | |
cth_lbloff = 0 |
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
(kgdb) list sys_read | |
188 #endif | |
189 int | |
190 sys_read(td, uap) | |
191 struct thread *td; | |
192 struct read_args *uap; | |
193 { | |
194 struct uio auio; | |
195 struct iovec aiov; | |
196 int error; |
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
CPU ID FUNCTION:NAME | |
1 14254 write:entry | |
libc.so.7`__sys_write+0x18 | |
libc.so.7`__swrite+0x28 | |
libc.so.7`_swrite+0xac | |
libc.so.7`__sflush+0x88 | |
libc.so.7`__fflush+0x50 | |
libc.so.7`0x160297ec8 | |
libc.so.7`vfprintf_l+0xec | |
libc.so.7`fprintf+0x70 |
OlderNewer