Advertisement
Guest User

Untitled

a guest
Sep 6th, 2020
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.66 KB | None | 0 0
  1. done, booting the kernel.
  2. [ 0.000000] Booting Linux on physical CPU 0
  3. [ 0.000000] Linux version 3.4.111 (jdizzle@x) (gcc version 4.8.3 (GCC) ) #6 Wed May 4 11:23:30 PDT 2016
  4. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. [ 0.000000] Machine: Meraki Wired-Arm-Nsp, model: Meraki wired-arm-nsp
  7. [ 0.000000] bootconsole [earlycon0] enabled
  8. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  9. [ 0.000000] BUG: mapping for 0x18000000 at 0xff000000 out of vmalloc space
  10. [ 0.000000] BUG: mapping for 0x19000000 at 0xff200000 out of vmalloc space
  11. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260080
  12. [ 0.000000] Kernel command line: console=ttyS0,115200n8 ubi.mtd=ubi mem=0x3fff0000 earlyprintk loader=u-boot pa
  13. rt=bootkernel2
  14. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  15. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  16. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  17. [ 0.000000] Memory: 1023MB = 1023MB total
  18. [ 0.000000] Memory: 1033928k/1033928k available, 14584k reserved, 0K highmem
  19. [ 0.000000] Virtual kernel memory layout:
  20. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  21. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  22. [ 0.000000] vmalloc : 0x80000000 - 0xff000000 (2032 MB)
  23. [ 0.000000] lowmem : 0x40000000 - 0x7fff0000 (1023 MB)
  24. [ 0.000000] modules : 0x3f000000 - 0x40000000 ( 16 MB)
  25. [ 0.000000] .text : 0x40008000 - 0x40310790 (3106 kB)
  26. [ 0.000000] .init : 0x40311000 - 0x4051f9b4 (2107 kB)
  27. [ 0.000000] .data : 0x40520000 - 0x40546588 ( 154 kB)
  28. [ 0.000000] .bss : 0x405465ac - 0x40569e20 ( 143 kB)
  29. [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  30. [ 0.000000] NR_IRQS:292
  31. [ 0.000000] Data abort at addr=0x0, fsr=0x1c06 ignored.
  32. [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
  33. [ 0.010000] Calibrating delay loop... 2393.70 BogoMIPS (lpj=11968512)
  34. [ 0.070000] pid_max: default: 32768 minimum: 301
  35. [ 0.070000] Mount-cache hash table entries: 512
  36. [ 0.080000] CPU: Testing write buffer coherency: ok
  37. [ 0.080000] Setting up static identity map for 0x60239b18 - 0x60239b70
  38. [ 0.090000] L310 cache controller enabled
  39. [ 0.090000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x0a150000, Cache size: 524288 B
  40. [ 0.100000] devtmpfs: initialized
  41. [ 0.110000] NET: Registered protocol family 16
  42. [ 0.110000] gpiochip_add: registered GPIOs 0 to 31 on device: GPIOA
  43. [ 0.120000] iproc gpiochip add GPIOA
  44. [ 0.120000] GPIOA:ioaddr ff000060
  45. [ 0.130000] GPIOA:intr_ioaddr ff000000 dmu_ioaddr ff020000
  46. [ 0.130000] gpiochip_add: registered GPIOs 32 to 35 on device: GPIOB
  47. [ 0.140000] iproc gpiochip add GPIOB
  48. [ 0.140000] GPIOB:ioaddr ff030000
  49. [ 0.150000] Warning: No reset pin specified in config
  50. [ 0.150000] request_idm_timeout_interrupts: 600 entry
  51. [ 0.160000] idm_timeout_handler: 340, 0 entry
  52. [ 0.160000] idm_timeout_handler: 585 exit
  53. [ 0.160000] request_idm_timeout_interrupts: 696 exit
  54. [ 0.170000] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  55. [ 0.180000] hw-breakpoint: maximum watchpoint size is 4 bytes.
  56. [ 0.190000] bio: create slab <bio-0> at 0
  57. [ 0.190000] usbcore: registered new interface driver usbfs
  58. [ 0.200000] usbcore: registered new interface driver hub
  59. [ 0.200000] usbcore: registered new device driver usb
  60. [ 0.210000] i2c-gpio i2c-gpio.6: using pins 5 (SDA) and 4 (SCL)
  61. [ 0.210000] Switching to clocksource iproc_gtimer
  62. [ 0.220000] NET: Registered protocol family 2
  63. [ 0.230000] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  64. [ 0.240000] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  65. [ 0.250000] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
  66. [ 0.250000] TCP: Hash tables configured (established 131072 bind 65536)
  67. [ 0.260000] TCP: reno registered
  68. [ 0.260000] UDP hash table entries: 512 (order: 1, 8192 bytes)
  69. [ 0.270000] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
  70. [ 0.280000] NET: Registered protocol family 1
  71. [ 0.540000] PCIE0: LINKSTA reg 0xbe val 0x1001
  72. [ 0.540000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c1
  73. 2, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x2,
  74. PCIE0 link=0
  75. [ 0.910000] PCIE1: LINKSTA reg 0xbe val 0x1001
  76. [ 0.920000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c1
  77. 2, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x2,
  78. PCIE1 link=0
  79. [ 1.290000] PCIE2: LINKSTA reg 0xbe val 0x1001
  80. [ 1.290000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c1
  81. 2, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x2,
  82. reg[0xde]=0x1, PCIE2 link=0
  83. [ 1.420000] pm_init: Initializing Power Management ....
  84. [ 1.430000] msgmni has been set to 2019
  85. [ 1.430000] io scheduler noop registered
  86. [ 1.430000] io scheduler deadline registered
  87. [ 1.440000] io scheduler cfq registered (default)
  88. [ 1.440000] iproc_pwmc_probe iobase ff031000 phys:18031000
  89. [ 1.450000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  90. [ 1.460000] 18000300.uart: ttyS0 at MMIO 0x18000300 (irq = 117) is a 16550A
  91. [ 1.460000] console [ttyS0] enabled, bootconsole disabled
  92. [ 1.460000] console [ttyS0] enabled, bootconsole disabled
  93. [ 1.470000] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write
  94. [ 1.480000] ONFI param page 0 valid
  95. [ 1.490000] ONFI flash detected
  96. [ 1.490000] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron MT29F8G08ABACAWP)
  97. [ 1.500000] iproc_nand: heuristics exception detected, Micron MT29F8G08ABACA
  98. [ 1.500000] iproc_nand: following bootloader settings
  99. [ 1.510000] iproc_nand: 1024MiB total, 256KiB blocks, 4KiB pages, 27B OOB, 8-bit
  100. [ 1.520000] iproc_nand: user oob per page: 46 bytes (4 steps)
  101. [ 1.520000] Bad block table found at page 262080, version 0x01
  102. [ 1.530000] Bad block table found at page 262016, version 0x01
  103. [ 1.540000] Bad block table found at page 262080, version 0x01
  104. [ 1.540000] Bad block table found at page 262016, version 0x01
  105. [ 1.550000] Creating 6 MTD partitions on "nand_iproc.0":
  106. [ 1.550000] 0x000000000000-0x000000200000 : "U-boot"
  107. [ 1.560000] 0x000000100000-0x000000400000 : "bootkernel1"
  108. [ 1.560000] 0x000000400000-0x000000500000 : "senao_nvram"
  109. [ 1.570000] 0x000000500000-0x000000800000 : "bootkernel2"
  110. [ 1.580000] 0x000000800000-0x00003ff00000 : "ubi"
  111. [ 1.580000] 0x000000000000-0x00003ff00000 : "all"
  112. [ 1.590000] iproc_nand: NAND controller driver is loaded
  113. [ 1.590000] UBI: attaching mtd4 to ubi0
  114. [ 1.600000] UBI: physical eraseblock size: 262144 bytes (256 KiB)
  115. [ 1.600000] UBI: logical eraseblock size: 253952 bytes
  116. [ 1.610000] UBI: smallest flash I/O unit: 4096
  117. [ 1.610000] UBI: VID header offset: 4096 (aligned 4096)
  118. [ 1.620000] UBI: data offset: 8192
  119. [ 6.670000] UBI: max. sequence number: 768918
  120. [ 6.690000] UBI: attached mtd4 to ubi0
  121. [ 6.690000] UBI: MTD device name: "ubi"
  122. [ 6.690000] UBI: MTD device size: 1015 MiB
  123. [ 6.700000] UBI: number of good PEBs: 4060
  124. [ 6.700000] UBI: number of bad PEBs: 0
  125. [ 6.710000] UBI: number of corrupted PEBs: 0
  126. [ 6.710000] UBI: max. allowed volumes: 128
  127. [ 6.720000] UBI: wear-leveling threshold: 4096
  128. [ 6.720000] UBI: number of internal volumes: 1
  129. [ 6.730000] UBI: number of user volumes: 5
  130. [ 6.730000] UBI: available PEBs: 1653
  131. [ 6.740000] UBI: total number of reserved PEBs: 2407
  132. [ 6.740000] UBI: number of PEBs reserved for bad PEB handling: 40
  133. [ 6.750000] UBI: max/mean erase counter: 204/190
  134. [ 6.750000] UBI: image sequence number: 887924684
  135. [ 6.760000] UBI: background thread "ubi_bgt0d" started, PID 243
  136. [ 6.770000] tun: Universal TUN/TAP device driver, 1.6
  137. [ 6.770000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  138. [ 6.780000] bcm5301x_gmac_init_module: NAPI2_POLL mode
  139. [ 6.780000] bcm5301x_gmac_probe enter name:bcmiproc-gmac0; id:0x0; unit:0
  140. [ 6.790000] NVRAM: map 0x1e0a0000
  141. [ 6.820000] et0: eth1addr not found, ignore it
  142. [ 6.820000] bcm5301x_gmac_probe enter name:bcmiproc-gmac1; id:0x0; unit:1
  143. [ 6.830000] et1: eth2addr not found, ignore it
  144. [ 6.830000] bcm5301x_gmac_probe enter name:bcmiproc-gmac2; id:0x0; unit:2
  145. [ 6.840000] si_doattach chipid: 0x3f05cf1e
  146. [ 6.850000] et2: base_addr (0x18024000) irq (181)
  147. [ 6.850000] etc_gmac_speed default GMAC2 speed: auto
  148. [ 6.850000] etc_attach() mdio_init_time = 5
  149. [ 6.860000] si_doattach: incoming bus is PCI but it's a lie, switching to SI devid:0xcf1c
  150. [ 6.870000] si_doattach chipid: 0x3f05cf1e
  151. [ 6.870000] si_attach socitype(0x3) chip(0xcf1e) chiprev(0x5) chippkg(0x0)
  152. [ 6.880000] et2: chipattach: phyaddr(0x1e)
  153. [ 6.880000] et2: chipattach: Calling robo attach
  154. [ 6.890000] bcm_robo_attach: devid32: 0x10
  155. [ 6.950000] bcm_robo_enable_switch IPROC OTP is not configured, can not determine skuid
  156. [ 6.960000] bcm_robo_enable_switch Northstar Family chip
  157. [ 6.970000] eth0: Broadcom BCM5302x 10/100/1000 Mbps Ethernet Controller 6.30.40 (TOB) (r)
  158. [ 6.980000] eth_mac_proc_create: enter
  159. [ 6.980000]
  160. [ 6.980000] Creating fa bypass proc entry
  161. [ 6.990000] et_ctf_active enabled
  162. [ 6.990000] bcm5301x_gmac_probe enter name:bcmiproc-gmac3; id:0x0; unit:3
  163. [ 7.000000] et3: eth3addr not found, ignore it
  164. [ 7.000000] usbcore: registered new interface driver cdc_eem
  165. [ 7.010000] usbcore: registered new interface driver cdc_subset
  166. [ 7.010000] usbcore: registered new interface driver cdc_ncm
  167. [ 7.020000] usbcore: registered new interface driver cdc_acm
  168. [ 7.020000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  169. [ 7.030000] usbcore: registered new interface driver usbserial
  170. [ 7.040000] usbcore: registered new interface driver usbserial_generic
  171. [ 7.040000] USB Serial support registered for generic
  172. [ 7.050000] usbserial: USB Serial Driver core
  173. [ 7.050000] usbcore: registered new interface driver option
  174. [ 7.060000] USB Serial support registered for GSM modem (1-port)
  175. [ 7.070000] usbcore: registered new interface driver qcserial
  176. [ 7.070000] USB Serial support registered for Qualcomm USB modem
  177. [ 7.080000] usbcore: registered new interface driver sierra
  178. [ 7.080000] USB Serial support registered for Sierra USB modem
  179. [ 7.090000] input: gpio-buttons.5 as /devices/gpio-buttons.5/input/input0
  180. [ 7.100000] i2c /dev entries driver
  181. [ 7.110000] GENPLL[5] mdiv=12 rate=1500000000
  182. [ 7.110000] GENPLL[5] mdiv=12 rate=1500000000
  183. [ 7.110000] sp805-wdt sp805-wdt: registration successful
  184. [ 7.120000] usbcore: registered new interface driver usbhid
  185. [ 7.130000] usbhid: USB HID core driver
  186. [ 7.130000] meraki-config board-data.2: Meraki config device loaded
  187. [ 7.140000] TCP: cubic registered
  188. [ 7.140000] NET: Registered protocol family 17
  189. [ 7.140000] NET: Registered protocol family 15
  190. [ 7.150000] 8021q: 802.1Q VLAN Support v1.8
  191. [ 7.150000] Registering SWP/SWPB emulation handler
  192. [ 7.160000] devtmpfs: mounted
  193. [ 7.160000] Freeing init memory: 2104K
  194. [ 7.170000] Made it into bootsh: May 4 2016 11:22:26
  195. [ 7.170000] bootsh build T-202721-gf60003da-jdizzle
  196. [ 7.400000] UBIFS: mounted UBI device 0, volume 3, name "storage"
  197. [ 7.410000] UBIFS: file system size: 534061056 bytes (521544 KiB, 509 MiB, 2103 LEBs)
  198. [ 7.420000] UBIFS: journal size: 26664960 bytes (26040 KiB, 25 MiB, 105 LEBs)
  199. [ 7.430000] UBIFS: media format: w4/r0 (latest is w4/r0)
  200. [ 7.430000] UBIFS: default compressor: lzo
  201. [ 7.440000] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
  202. In manufacturing: TRUE
  203. In manufacturing: TRUE
  204. [ 11.960000] Mapping 27463680 bytes for /dev/mtdblock/part.safe
  205. [ 12.000000] Meraki-build is wired-13-201803231209-Ge7981ad3-loss-rel
  206. Using itb config alamo (wired-arm-nsp alamo configuration)
  207. Description: wired-arm-nsp Kernel
  208. Description: wired-arm-nsp Ramdisk
  209. Description: wired-arm-nsp Device Tree 2GB Alamo
  210. [ 19.930000] Mapping 25157632 bytes for /dev/mtdblock/part.old
  211. [ 19.970000] Meraki-build is wired-12-24-257025
  212. Using itb config alamo (wired-arm-nsp alamo configuration)
  213. Description: wired-arm-nsp Kernel
  214. Description: wired-arm-nsp Ramdisk
  215. Description: wired-arm-nsp Device Tree 2GB Alamo
  216. Got magic key s
  217. Got magic key s
  218. Got magic key s
  219. In manufacturing[ 23.580000] Mapping : TRUE
  220. 27463680 bytes for /dev/mtdblock/part.safe
  221. [ 23.620000] Meraki-build is wired-13-201803231209-Ge7981ad3-loss-rel
  222. Using itb config alamo (wired-arm-nsp alamo configuration)
  223. Description: wired-arm-nsp Kernel
  224. Description: wired-arm-nsp Ramdisk
  225. Description: wired-arm-nsp Device Tree 2GB Alamo
  226. [ 27.570000] Mapping 25157632 bytes for /dev/mtdblock/part.old
  227. [ 27.610000] Meraki-build is wired-12-24-257025
  228. Using itb config alamo (wired-arm-nsp alamo configuration)
  229. Description: wired-arm-nsp Kernel
  230. Description: wired-arm-nsp Ramdisk
  231. Description: wired-arm-nsp Device Tree 2GB Alamo
  232. Got magic key s
  233. In manufacturing[ 31.220000] Mapping : TRUE
  234. 27463680 bytes for /dev/mtdblock/part.safe
  235. [ 31.260000] Meraki-build is wired-13-201803231209-Ge7981ad3-loss-rel
  236. Using itb config alamo (wired-arm-nsp alamo configuration)
  237. Description: wired-arm-nsp Kernel
  238. Description: wired-arm-nsp Ramdisk
  239. Description: wired-arm-nsp Device Tree 2GB Alamo
  240. [ 35.210000] UBIFS: un-mount UBI device 0, volume 3
  241. [ 35.210000] Starting new kernel
  242. [ 35.220000] Bye!
  243. [ 0.000000] Booting Linux on physical CPU 0
  244. [ 0.000000] Linux version 3.4.113 (jenkins@atx101.meraki.com) (gcc version 4.8.3 (GCC) ) #3 SMP Mon Mar 26 15:3
  245. 7:13 PDT 2018
  246. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  247. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  248. [ 0.000000] Machine: Meraki Wired-Arm-Nsp, model: Meraki MX65
  249. [ 0.000000] bootconsole [earlycon0] enabled
  250. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  251. [ 0.000000] BUG: mapping for 0x18000000 at 0xff000000 out of vmalloc space
  252. [ 0.000000] BUG: mapping for 0x19000000 at 0xff200000 out of vmalloc space
  253. [ 0.000000] PERCPU: Embedded 7 pages/cpu @436ba000 s5632 r8192 d14848 u32768
  254. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520176
  255. [ 0.000000] Kernel command line: console=ttyS0,115200n8 ubi.mtd=ubi earlyprintk console=ttyS0,115200n8 earlypri
  256. ntks
  257. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  258. [ 0.000000] Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes)
  259. [ 0.000000] Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
  260. [ 0.000000] Memory: 2047MB = 2047MB total
  261. [ 0.000000] Memory: 2055792k/2055792k available, 41296k reserved, 0K highmem
  262. [ 0.000000] Virtual kernel memory layout:
  263. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  264. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  265. [ 0.000000] vmalloc : 0xc0000000 - 0xff000000 (1008 MB)
  266. [ 0.000000] lowmem : 0x40000000 - 0xbfff0000 (2047 MB)
  267. [ 0.000000] modules : 0x3f000000 - 0x40000000 ( 16 MB)
  268. [ 0.000000] .text : 0x40008000 - 0x403776c4 (3518 kB)
  269. [ 0.000000] .init : 0x40378000 - 0x4039b600 ( 142 kB)
  270. [ 0.000000] .data : 0x4039c000 - 0x403ca6a8 ( 186 kB)
  271. [ 0.000000] .bss : 0x403ca6cc - 0x4040ae10 ( 258 kB)
  272. [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  273. [ 0.000000] Hierarchical RCU implementation.
  274. [ 0.000000] NR_IRQS:292
  275. [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
  276. [ 0.010000] Calibrating delay loop... 2393.70 BogoMIPS (lpj=11968512)
  277. [ 0.080000] pid_max: default: 32768 minimum: 301
  278. [ 0.080000] Mount-cache hash table entries: 512
  279. [ 0.090000] CPU: Testing write buffer coherency: ok
  280. [ 0.090000] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  281. [ 0.100000] smp_twd: clock not found: -2
  282. [ 0.100000] Calibrating local timer... 599.95MHz.
  283. [ 0.170000] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  284. [ 0.170000] Setting up static identity map for 0x602909f0 - 0x60290a48
  285. [ 0.180000] L310 cache controller enabled
  286. [ 0.180000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x0a150000, Cache size: 524288 B
  287. [ 0.190000] CPU1: Booted secondary processor
  288. [ 0.340000] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  289. [ 0.350000] Brought up 2 CPUs
  290. [ 0.350000] SMP: Total of 2 processors activated (4787.40 BogoMIPS).
  291. [ 0.360000] devtmpfs: initialized
  292. [ 0.370000] NET: Registered protocol family 16
  293. [ 0.370000] gpiochip_add: registered GPIOs 0 to 31 on device: GPIOA
  294. [ 0.380000] iproc gpiochip add GPIOA
  295. [ 0.380000] GPIOA:ioaddr ff000060
  296. [ 0.390000] GPIOA:intr_ioaddr ff000000 dmu_ioaddr ff020000
  297. [ 0.390000] gpiochip_add: registered GPIOs 32 to 35 on device: GPIOB
  298. [ 0.400000] iproc gpiochip add GPIOB
  299. [ 0.400000] GPIOB:ioaddr ff030000
  300. [ 0.410000] request_idm_timeout_interrupts: 600 entry
  301. [ 0.410000] idm_timeout_handler: 340, 0 entry
  302. [ 0.420000] idm_timeout_handler: 585 exit
  303. [ 0.420000] request_idm_timeout_interrupts: 696 exit
  304. [ 0.430000] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  305. [ 0.430000] hw-breakpoint: maximum watchpoint size is 4 bytes.
  306. [ 0.440000] bio: create slab <bio-0> at 0
  307. [ 0.450000] usbcore: registered new interface driver usbfs
  308. [ 0.450000] usbcore: registered new interface driver hub
  309. [ 0.460000] usbcore: registered new device driver usb
  310. [ 0.460000] i2c-gpio i2c-gpio.4: using pins 5 (SDA) and 4 (SCL)
  311. [ 0.470000] Switching to clocksource iproc_gtimer
  312. [ 0.480000] NET: Registered protocol family 2
  313. [ 0.490000] IP route cache hash table entries: 65536 (order: 6, 262144 bytes)
  314. [ 0.500000] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
  315. [ 0.510000] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
  316. [ 0.510000] TCP: Hash tables configured (established 262144 bind 65536)
  317. [ 0.520000] TCP: reno registered
  318. [ 0.520000] UDP hash table entries: 1024 (order: 3, 32768 bytes)
  319. [ 0.530000] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
  320. [ 0.540000] NET: Registered protocol family 1
  321. [ 0.540000] Unpacking initramfs...
  322. [ 8.620000] Freeing initrd memory: 19100K
  323. [ 8.870000] PCIE0: LINKSTA reg 0xbe val 0x1001
  324. [ 8.880000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c1
  325. 2, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x1,
  326. PCIE0 link=0
  327. [ 9.150000] PCIE1: LINKSTA reg 0xbe val 0x1001
  328. [ 9.150000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c1
  329. 2, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x1,
  330. PCIE1 link=0
  331. [ 9.420000] PCIE2: LINKSTA reg 0xbe val 0x1001
  332. [ 9.430000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c1
  333. 2, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x1,
  334. reg[0xde]=0x1, PCIE2 link=0
  335. [ 9.450000] pm_init: Initializing Power Management ....
  336. [ 9.550000] msgmni has been set to 4052
  337. [ 9.550000] io scheduler noop registered
  338. [ 9.560000] io scheduler deadline registered
  339. [ 9.560000] io scheduler cfq registered (default)
  340. [ 9.570000] iproc_pwmc_probe iobase ff031000 phys:18031000
  341. [ 9.570000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  342. [ 9.580000] 18000300.uart: ttyS0 at MMIO 0x18000300 (irq = 117) is a 16550A
  343. [ 9.590000] console [ttyS0] enabled, bootconsole disabled
  344. [ 9.590000] console [ttyS0] enabled, bootconsole disabled
  345. [ 9.610000] Trying to register dev faulty etc
  346. [ 9.610000] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write
  347. [ 9.630000] ONFI param page 0 valid
  348. [ 9.630000] ONFI flash detected
  349. [ 9.630000] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron MT29F8G08ABACAWP)
  350. [ 9.640000] iproc_nand: heuristics exception detected, Micron MT29F8G08ABACA
  351. [ 9.650000] iproc_nand: following bootloader settings
  352. [ 9.650000] iproc_nand: 1024MiB total, 256KiB blocks, 4KiB pages, 27B OOB, 8-bit
  353. [ 9.660000] iproc_nand: user oob per page: 46 bytes (4 steps)
  354. [ 9.670000] Bad block table found at page 262080, version 0x01
  355. [ 9.670000] Bad block table found at page 262016, version 0x01
  356. [ 9.680000] Bad block table found at page 262080, version 0x01
  357. [ 9.690000] Bad block table found at page 262016, version 0x01
  358. [ 9.690000] Creating 6 MTD partitions on "nand_iproc.0":
  359. [ 9.700000] 0x000000000000-0x000000200000 : "U-boot"
  360. [ 9.710000] 0x000000100000-0x000000400000 : "bootkernel1"
  361. [ 9.720000] 0x000000400000-0x000000500000 : "senao_nvram"
  362. [ 9.730000] 0x000000500000-0x000000800000 : "bootkernel2"
  363. [ 9.740000] 0x000000800000-0x00003ff00000 : "ubi"
  364. [ 9.750000] 0x000000000000-0x00003ff00000 : "all"
  365. [ 9.760000] iproc_nand: NAND controller driver is loaded
  366. [ 9.770000] UBI: attaching mtd4 to ubi0
  367. [ 9.770000] UBI: physical eraseblock size: 262144 bytes (256 KiB)
  368. [ 9.780000] UBI: logical eraseblock size: 253952 bytes
  369. [ 9.780000] UBI: smallest flash I/O unit: 4096
  370. [ 9.790000] UBI: VID header offset: 4096 (aligned 4096)
  371. [ 9.790000] UBI: data offset: 8192
  372. [ 14.920000] UBI: max. sequence number: 768919
  373. [ 14.940000] UBI: attached mtd4 to ubi0
  374. [ 14.950000] UBI: MTD device name: "ubi"
  375. [ 14.950000] UBI: MTD device size: 1015 MiB
  376. [ 14.960000] UBI: number of good PEBs: 4060
  377. [ 14.960000] UBI: number of bad PEBs: 0
  378. [ 14.970000] UBI: number of corrupted PEBs: 0
  379. [ 14.970000] UBI: max. allowed volumes: 128
  380. [ 14.980000] UBI: wear-leveling threshold: 4096
  381. [ 14.980000] UBI: number of internal volumes: 1
  382. [ 14.990000] UBI: number of user volumes: 5
  383. [ 14.990000] UBI: available PEBs: 1653
  384. [ 14.990000] UBI: total number of reserved PEBs: 2407
  385. [ 15.000000] UBI: number of PEBs reserved for bad PEB handling: 40
  386. [ 15.010000] UBI: max/mean erase counter: 204/190
  387. [ 15.010000] UBI: image sequence number: 887924684
  388. [ 15.010000] UBI: background thread "ubi_bgt0d" started, PID 383
  389. [ 15.070000] tun: Universal TUN/TAP device driver, 1.6
  390. [ 15.080000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  391. [ 15.080000] bcm5301x_gmac_init_module: NAPI2_POLL mode
  392. [ 15.090000] bcm5301x_gmac_probe enter name:bcmiproc-gmac0; id:0x0; unit:0
  393. [ 15.100000] NVRAM: map 0x1e0a0000
  394. [ 15.130000] et0: eth1addr not found, ignore it
  395. [ 15.140000] bcm5301x_gmac_probe enter name:bcmiproc-gmac1; id:0x0; unit:1
  396. [ 15.140000] et1: eth2addr not found, ignore it
  397. [ 15.150000] bcm5301x_gmac_probe enter name:bcmiproc-gmac2; id:0x0; unit:2
  398. [ 15.160000] si_doattach chipid: 0x3f05cf1e
  399. [ 15.160000] et2: base_addr (0x18024000) irq (181)
  400. [ 15.160000] etc_gmac_speed default GMAC2 speed: auto
  401. [ 15.170000] etc_attach() mdio_init_time = 5
  402. [ 15.170000] si_doattach: incoming bus is PCI but it's a lie, switching to SI devid:0xcf1c
  403. [ 15.180000] si_doattach chipid: 0x3f05cf1e
  404. [ 15.190000] si_attach socitype(0x3) chip(0xcf1e) chiprev(0x5) chippkg(0x0)
  405. [ 15.190000] et2: chipattach: phyaddr(0x1e)
  406. [ 15.200000] et2: chipattach: Calling robo attach
  407. [ 15.200000] bcm_robo_attach: devid32: 0x10
  408. [ 15.270000] bcm_robo_enable_switch IPROC OTP is not configured, can not determine skuid
  409. [ 15.280000] bcm_robo_enable_switch Northstar Family chip
  410. [ 15.290000] eth0: Broadcom BCM5302x 10/100/1000 Mbps Ethernet Controller 6.30.40 (TOB) (r)
  411. [ 15.300000] eth_mac_proc_create: enter
  412. [ 15.300000]
  413. [ 15.300000] Creating fa bypass proc entry
  414. [ 15.310000] et_ctf_active enabled
  415. [ 15.310000] bcm5301x_gmac_probe enter name:bcmiproc-gmac3; id:0x0; unit:3
  416. [ 15.320000] et3: eth3addr not found, ignore it
  417. [ 15.330000] PPP generic driver version 2.4.2
  418. [ 15.330000] PPP BSD Compression module registered
  419. [ 15.330000] PPP Deflate Compression module registered
  420. [ 15.340000] NET: Registered protocol family 24
  421. [ 15.350000] usbcore: registered new interface driver cdc_ether
  422. [ 15.350000] usbcore: registered new interface driver cdc_eem
  423. [ 15.360000] usbcore: registered new interface driver cdc_subset
  424. [ 15.360000] usbcore: registered new interface driver sierra_net
  425. [ 15.370000] usbcore: registered new interface driver cdc_ncm
  426. [ 15.380000] Initial usb2h clock is: 000003fc
  427. [ 15.380000] Initial usb2h clock now is: 000003fd
  428. [ 15.390000] Initial usb2_reset_state is: 00000001
  429. [ 15.390000] usb2_reset_state is set and now it is: 00000000
  430. [ 15.400000] usbcore: registered new interface driver cdc_acm
  431. [ 15.400000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  432. [ 15.410000] usbcore: registered new interface driver usbserial
  433. [ 15.420000] usbserial: USB Serial Driver core
  434. [ 15.420000] usbcore: registered new interface driver option
  435. [ 15.430000] USB Serial support registered for GSM modem (1-port)
  436. [ 15.440000] usbcore: registered new interface driver qcserial
  437. [ 15.440000] USB Serial support registered for Qualcomm USB modem
  438. [ 15.450000] usbcore: registered new interface driver sierra
  439. [ 15.460000] USB Serial support registered for Sierra USB modem
  440. [ 15.460000] input: gpio-buttons.7 as /devices/gpio-buttons.7/input/input0
  441. [ 15.470000] i2c /dev entries driver
  442. [ 15.480000] GENPLL[5] mdiv=12 rate=1500000000
  443. [ 15.490000] GENPLL[5] mdiv=12 rate=1500000000
  444. [ 15.490000] sp805-wdt sp805-wdt: registration successful
  445. [ 15.520000] usbcore: registered new interface driver usbhid
  446. [ 15.520000] usbhid: USB HID core driver
  447. [ 15.530000] meraki-config board-data.2: Meraki config device loaded
  448. [ 15.530000] TCP: cubic registered
  449. [ 15.540000] Initializing XFRM netlink socket
  450. [ 15.540000] NET: Registered protocol family 17
  451. [ 15.550000] NET: Registered protocol family 15
  452. [ 15.550000] L2TP core driver, V2.0
  453. [ 15.550000] PPPoL2TP kernel driver, V2.0
  454. [ 15.560000] 8021q: 802.1Q VLAN Support v1.8
  455. [ 15.560000] Registering SWP/SWPB emulation handler
  456. [ 15.570000] devtmpfs: mounted
  457. [ 15.570000] Freeing init memory: 140K
  458. [ 15.590000] Made it into bootsh: Mar 26 2018 15:28:12
  459. [ 15.590000] bootsh build wired-13-201803231209-Ge7981ad3-loss-rel
  460. [ 15.830000] UBIFS: mounted UBI device 0, volume 3, name "storage"
  461. [ 15.840000] UBIFS: file system size: 534061056 bytes (521544 KiB, 509 MiB, 2103 LEBs)
  462. [ 15.850000] UBIFS: journal size: 26664960 bytes (26040 KiB, 25 MiB, 105 LEBs)
  463. [ 15.850000] UBIFS: media format: w4/r0 (latest is w4/r0)
  464. [ 15.860000] UBIFS: default compressor: lzo
  465. [ 15.860000] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
  466. In manufacturing: TRUE
  467. init started: BusyBox v1.24.1 (2018-03-26 12:59:44 PDT)
  468. WARNING! THIS CONSOLE IS LOGGED! UNAUTHORIZED ACCESS FORBIDDEN!
  469. <Meraki> [ 16.160000] sysctl: error: 'vm.extfrag_threshold' is an unknown key
  470. [ 16.490000] device eth0 entered promiscuous mode
  471. [ 16.490000] Cannot change rx-checksumming
  472. [ 16.500000] Cannot change tx-checksumming
  473. [ 16.510000] Cannot change scatter-gather
  474. [ 16.510000] Cannot change tcp-segmentation-offload
  475. [ 16.520000] Cannot change rx-vlan-offload
  476. [ 16.520000] Cannot change tx-vlan-offload
  477. [ 16.870000] GENPLL[5] mdiv=12 rate=1500000000
  478. [ 16.880000] sysctl -w vm.panic_on_oom=2
  479. [ 16.880000] vm.panic_on_oom = 2
  480. [ 16.960000] click: starting router thread pid 837 (ba1bf500)
  481. [ 17.030000] elts_meraki: module license 'unspecified' taints kernel.
  482. [ 17.210000] Single synchronous check for reset
  483. [ 17.310000] GobiNet: 2013-10-08/NTGR_2.21
  484. [ 17.310000] usbcore: registered new interface driver GobiNet
  485. [ 17.340000] usbcore: registered new interface driver GobiSerial
  486. [ 17.350000] USB Serial support registered for GobiSerial
  487. [ 17.350000] GobiSerial: 2013-10-08/NTGR_2.12:GobiSerial
  488. [ 17.400000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  489. [ 17.410000] bcm-ehci bcm-ehci.0: bcm-ehci
  490. [ 17.420000] bcm-ehci bcm-ehci.0: new USB bus registered, assigned bus number 1
  491. [ 17.420000] bcm-ehci bcm-ehci.0: irq 111, io mem 0xff02a000
  492. [ 17.450000] bcm-ehci bcm-ehci.0: USB 2.0 started, EHCI 1.00
  493. [ 17.450000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  494. [ 17.460000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  495. [ 17.460000] usb usb1: Product: bcm-ehci
  496. [ 17.470000] usb usb1: Manufacturer: Linux 3.4.113 ehci_hcd
  497. [ 17.470000] usb usb1: SerialNumber: bcm-ehci
  498. [ 17.480000] hub 1-0:1.0: USB hub found
  499. [ 17.480000] hub 1-0:1.0: 2 ports detected
  500. [ 17.480000] et2 Link Up: 0FD
  501. [ 17.490000] bcm-ehci bcm-ehci.0: probe done
  502. [ 17.520000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  503. [ 17.530000] bcm-ohci bcm-ohci.0: bcm-ohci
  504. [ 17.530000] bcm-ohci bcm-ohci.0: new USB bus registered, assigned bus number 2
  505. [ 17.540000] bcm-ohci bcm-ohci.0: irq 111, io mem 0xff02b000
  506. [ 17.610000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  507. [ 17.620000] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  508. [ 17.620000] usb usb2: Product: bcm-ohci
  509. [ 17.630000] usb usb2: Manufacturer: Linux 3.4.113 ohci_hcd
  510. [ 17.630000] usb usb2: SerialNumber: bcm-ohci
  511. [ 17.640000] hub 2-0:1.0: USB hub found
  512. [ 17.640000] hub 2-0:1.0: 2 ports detected
  513. [ 17.650000] bcm-ohci bcm-ohci.0: probe done
  514. [ 17.700000] wl: module license 'Proprietary' taints kernel.
  515. [ 17.920000]
  516. [ 17.930000] boot 25 build wired-13-201803231209-Ge7981ad3-loss-rel board wired-arm-nsp mac E0:CB:BC:0C:D2:39
  517. [ 17.940000] /usr/bin/snort-version
  518. [ 17.950000] Module: dummy .text=0x3f000000 .data=0x3f0003f4 .bss=
  519. [ 17.950000] Module: proclikefs .text=0x3f004000 .data= .bss=0x3f004b40
  520. [ 17.950000] Module: merakiclick .text=0x3f009000 .data=0x3f106740 .bss=0x3f1069c0
  521. [ 17.950000] Module: elts_meraki .text=0x3f208000 .data=0x3f4ea8a8 .bss=0x3f4ecea0
  522. [ 17.950000] Module: GobiNet .text=0x3f6cb000 .data=0x3f6d4588 .bss=0x3f6d47d8
  523. [ 17.950000] Module: GobiSerial .text=0x3f6db000 .data=0x3f6dbe80 .bss=0x3f6dc34c
  524. [ 17.950000] Module: bcmmdio .text=0x3f6e0000 .data=0x3f6e0370 .bss=0x3f6e05b8
  525. [ 17.950000] Module: ehci_hcd .text=0x3f6e4000 .data=0x3f6ee670 .bss=0x3f6ee8c4
  526. [ 17.950000] Module: ohci_hcd .text=0x3f6f6000 .data=0x3f6fc10c .bss=0x3f6fc340
  527. [ 17.950000] Module: wl .text=0x3f703000 .data=0x3fa3c524 .bss=0x3fabd9fc
  528. [ 18.040000] ramoops: platform device not found, using module parameters
  529. [ 18.080000] phram: phram-oops device: 0x10000 at 0xdfff0000
  530. [ 27.390000] chatter: to_bird :: ToHost: device 'bird' went down
  531. [ 27.410000] chatter: to_bird :: ToHost: device 'bird' came up
  532. [ 37.090000]
  533. [ 37.090000] !!!!! {/usr/bin/wired_brain} failed writing /proc/sys/net/ipv4/tcp_syncookies len 1 data: "0"
  534. [ 37.130000] chatter: _to_linux_test_client :: ToHost: device 'test_client' went down
  535. [ 37.640000] chatter: big_acl :: BigACL: skipping undersized restore buffer (buf size: 0)
  536.  
  537. <Meraki>
  538.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement