Advertisement
Guest User

Untitled

a guest
May 21st, 2013
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.25 KB | None | 0 0
  1. __ __ _ _
  2. | \/ | __ _ _ ____ _____| | |
  3. | |\/| |/ _` | '__\ \ / / _ \ | |
  4. | | | | (_| | | \ V / __/ | |
  5. |_| |_|\__,_|_| \_/ \___|_|_|
  6. _ _ ____ _
  7. | | | | | __ ) ___ ___ | |_
  8. | | | |___| _ \ / _ \ / _ \| __|
  9. | |_| |___| |_) | (_) | (_) | |_
  10. \___/ |____/ \___/ \___/ \__|
  11. ** MARVELL BOARD: RD-88F6281A LE
  12.  
  13. U-Boot 1.1.4 (Jun 8 2011 - 18:48:37) Marvell version: 3.4.19
  14.  
  15. U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFEE0
  16.  
  17. Soc: 88F6281 A1 (DDR2)
  18. CPU running @ 1200Mhz L2 running @ 400Mhz
  19. SysClock = 400Mhz , TClock = 200Mhz
  20.  
  21. DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
  22. DRAM CS[0] base 0x00000000 size 256MB
  23. DRAM Total size 256MB 16bit width
  24. Addresses 10M - 0M are saved for the U-Boot usage.
  25. Mem malloc Initialization (10M - 7M): Done
  26. NAND:128 MB
  27. Flash: 0 kB
  28.  
  29. CPU : Marvell Feroceon (Rev 1)
  30. Kernel address is 0x4640000.
  31.  
  32. Streaming disabled
  33. Write allocate disabled
  34.  
  35. Module 0 is RGMII
  36. Module 1 is TDM
  37.  
  38. USB 0: host mode
  39. PEX 0: PCI Express Root Complex Interface
  40. PEX interface detected Link X1
  41. Net: egiga0, egiga1 [PRIME]
  42. Hit any key to stop autoboot: 0
  43. NSA310>> printenv
  44. bootargs=console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),t
  45. bootdelay=2
  46. baudrate=115200
  47. loads_echo=0
  48. eth1addr=00:19:CB:00:51:82
  49. ipaddr=10.4.50.165
  50. serverip=10.4.50.5
  51. rootpath=/mnt/ARM_FS/
  52. netmask=255.255.255.0
  53. nandEcc=1bit
  54. MODEL_ID=A203
  55. PRODUCT_NAME=NSA-310
  56. FEATURE_BIT=00
  57. CONTRY_TYPE=FF
  58. VENDOR_NAME=ZyXEL Communications Corp.
  59. run_diag=yes
  60. console=100000
  61. =ttyS0,115200 mtdparts=nand_mtd:0xc0000@0(uboot)ro,0x7f00000@0x100000(root)
  62. CASset=min
  63. ethprime=egiga1
  64. bootargs_root=root=/dev/nfs rw
  65. bootargs_end=:::DB88FXX81:eth0:none
  66. image_name=uImage
  67. standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig);;
  68. ethmtu=1500
  69. eth1mtu=1500
  70. mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
  71. mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
  72. usb0Mode=host
  73. yuk_ethaddr=00:00:00:EE:51:81
  74. netretry=no
  75. rcvrip=169.254.100.100
  76. loadaddr=0x02000000
  77. autoload=no
  78. MALLOC_len=3
  79. ethaddr=C8:6C:87:0A:F3:B1
  80. arcNumber=4022
  81. bootargs_stock=console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernt
  82. bootargs_linux=console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kern8
  83. bootcmd_linux=setenv bootargs $(bootargs_linux); ide reset; ext2load ide 0:1 $(loadaddr) /uImage; bootm $(loadaddr)
  84. bootcmd_stock=setenv bootargs $(bootargs_stock); nand read.e $(loadaddr) $(kernel_addr) 0xA00000; bootm $(loadadr)
  85. to_stock=setenv mainlineLinux no; setenv bootcmd \'run bootcmd_stock\'; saveenv; reset
  86. to_linux=setenv mainlineLinux yes; setenv bootcmd \'run bootcmd_linux\'; saveenv; reset
  87. bootcmd='run bootcmd_linux'
  88. stdin=serial
  89. stdout=serial
  90. stderr=serial
  91. nandEnvBase=100000
  92. mainlineLinux=yes
  93. enaMonExt=no
  94. enaCpuStream=no
  95. enaWrAllo=no
  96. pexMode=RC
  97. disL2Cache=no
  98. setL2CacheWT=yes
  99. disL2Prefetch=yes
  100. enaICPref=yes
  101. enaDCPref=yes
  102. sata_dma_mode=yes
  103. netbsd_en=no
  104. vxworks_en=no
  105. disaMvPnp=no
  106. hddPowerCtrl=no
  107. enaAutoRecovery=yes
  108. kernel_addr=0x4640000
  109. pcieTune=no
  110. ethact=egiga1
  111.  
  112. Environment size: 2459/131068 bytes
  113. NSA310>> boot
  114.  
  115. Reset IDE:
  116. Marvell Serial ATA Adapter
  117. Integrated Sata device found
  118. [0 0 0]: Enable DMA mode (6)
  119. Device 0 @ 0 0:
  120. Model: ST9250315AS Firm: 0001SDM1 Ser#: 5VCK0T4C
  121. Type: Hard Disk
  122. Supports 48-bit addressing
  123. Capacity: 238475.1 MB = 232.8 GB (488397168 x 512)
  124.  
  125.  
  126. 2888208 bytes read
  127. ## Booting image at 02000000 ...
  128. Image Name: Linux-3.1.10-20-ARCH
  129. Created: 2013-05-18 14:37:32 UTC
  130. Image Type: ARM Linux Kernel Image (uncompressed)
  131. Data Size: 2888144 Bytes = 2.8 MB
  132. Load Address: 00008000
  133. Entry Point: 00008000
  134. Verifying Checksum ... OK
  135. OK
  136.  
  137. Starting kernel ...
  138.  
  139. Uncompressing Linux... done, booting the kernel.
  140. [ 0.000000] Initializing cgroup subsys cpuset
  141. [ 0.000000] Initializing cgroup subsys cpu
  142. [ 0.000000] Linux version 3.1.10-20-ARCH (nobody@panda1) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Sat May 18 14:37:07 UTC 2013
  143. [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
  144. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  145. [ 0.000000] Machine: Zyxel NSA-310
  146. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  147. [ 0.000000] On node 0 totalpages: 65536
  148. [ 0.000000] free_area_init_node: node 0, pgdat c059aab0, node_mem_map c066b000
  149. [ 0.000000] Normal zone: 512 pages used for memmap
  150. [ 0.000000] Normal zone: 0 pages reserved
  151. [ 0.000000] Normal zone: 65024 pages, LIFO batch:15
  152. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  153. [ 0.000000] pcpu-alloc: [0] 0
  154. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
  155. [ 0.000000] Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA0008
  156. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  157. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  158. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  159. [ 0.000000] allocated 1048576 bytes of page_cgroup
  160. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  161. [ 0.000000] Memory: 256MB = 256MB total
  162. [ 0.000000] Memory: 252264k/252264k available, 9880k reserved, 0K highmem
  163. [ 0.000000] Virtual kernel memory layout:
  164. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  165. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  166. [ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
  167. [ 0.000000] vmalloc : 0xd0800000 - 0xfe800000 ( 736 MB)
  168. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  169. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  170. [ 0.000000] .text : 0xc0008000 - 0xc05381b4 (5313 kB)
  171. [ 0.000000] .init : 0xc0539000 - 0xc0564000 ( 172 kB)
  172. [ 0.000000] .data : 0xc0564000 - 0xc059d2b0 ( 229 kB)
  173. [ 0.000000] .bss : 0xc059d2d4 - 0xc066ae6c ( 823 kB)
  174. [ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  175. [ 0.000000] Preemptible hierarchical RCU implementation.
  176. [ 0.000000] NR_IRQS:114
  177. [ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
  178. [ 0.000000] Console: colour dummy device 80x30
  179. [ 14.012409] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
  180. [ 14.102346] pid_max: default: 32768 minimum: 301
  181. [ 14.102462] Security Framework initialized
  182. [ 14.102484] AppArmor: AppArmor disabled by boot time parameter
  183. [ 14.102547] Mount-cache hash table entries: 512
  184. [ 14.102912] Initializing cgroup subsys cpuacct
  185. [ 14.102937] Initializing cgroup subsys memory
  186. [ 14.102972] Initializing cgroup subsys devices
  187. [ 14.102984] Initializing cgroup subsys freezer
  188. [ 14.102994] Initializing cgroup subsys net_cls
  189. [ 14.103003] Initializing cgroup subsys blkio
  190. [ 14.103027] Initializing cgroup subsys perf_event
  191. [ 14.103046] Initializing cgroup subsys bfqio
  192. [ 14.103131] CPU: Testing write buffer coherency: ok
  193. [ 14.104316] devtmpfs: initialized
  194. [ 14.106130] NET: Registered protocol family 16
  195. [ 14.106753] Kirkwood: MV88F6281-A1, TCLK=200000000.
  196. [ 14.106767] Feroceon L2: Enabling L2
  197. [ 14.106803] Feroceon L2: Cache support initialised.
  198. [ 14.107304] initial MPP regs: 21111111 01003311 33331100 33003333 00000533 20202000 00000000
  199. [ 14.107336] final MPP regs: 21111111 00003311 33031100 33003333 00000533 00000000 00000000
  200. [ 14.108866] Power resume enabled
  201. [ 14.108875] Power-off GPIO enabled
  202. [ 14.108997] Kirkwood PCIe port 0:
  203. [ 14.109004] link up
  204. [ 14.109012] PCI: bus0 uses PCIe port 0
  205. [ 14.109143] pci 0000:00:00.0: [11ab:6281] type 0 class 0x000580
  206. [ 14.109170] pci 0000:00:00.0: reg 10: [mem 0xf1000000-0xf10fffff 64bit pref]
  207. [ 14.109187] pci 0000:00:00.0: reg 18: [mem 0x00000000-0x0fffffff]
  208. [ 14.109228] pci 0000:00:00.0: supports D1 D2
  209. [ 14.109270] pci 0000:00:01.0: [10ec:8168] type 0 class 0x000200
  210. [ 14.109296] pci 0000:00:01.0: reg 10: [io 0xf0000000-0xf00000ff]
  211. [ 14.109328] pci 0000:00:01.0: reg 18: [mem 0x40000000-0x40000fff 64bit pref]
  212. [ 14.109353] pci 0000:00:01.0: reg 20: [mem 0x40004000-0x40007fff 64bit pref]
  213. [ 14.109374] pci 0000:00:01.0: reg 30: [mem 0x00000000-0x0000ffff pref]
  214. [ 14.109421] pci 0000:00:01.0: supports D1 D2
  215. [ 14.109431] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold
  216. [ 14.109444] pci 0000:00:01.0: PME# disabled
  217. [ 14.109498] PCI: bus0: Fast back to back transfers disabled
  218. [ 14.109731] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0000000-0xe000ffff pref]
  219. [ 14.109748] pci 0000:00:01.0: BAR 4: assigned [mem 0xe0010000-0xe0013fff 64bit pref]
  220. [ 14.109769] pci 0000:00:01.0: BAR 4: set to [mem 0xe0010000-0xe0013fff 64bit pref] (PCI address [0xe0010000-0xe0013fff])
  221. [ 14.109786] pci 0000:00:01.0: BAR 2: assigned [mem 0xe0014000-0xe0014fff 64bit pref]
  222. [ 14.109806] pci 0000:00:01.0: BAR 2: set to [mem 0xe0014000-0xe0014fff 64bit pref] (PCI address [0xe0014000-0xe0014fff])
  223. [ 14.109822] pci 0000:00:01.0: BAR 0: assigned [io 0x1000-0x10ff]
  224. [ 14.109837] pci 0000:00:01.0: BAR 0: set to [io 0x1000-0x10ff] (PCI address [0x1000-0x10ff])
  225. [ 14.114378] bio: create slab <bio-0> at 0
  226. [ 14.114757] vgaarb: loaded
  227. [ 14.115026] SCSI subsystem initialized
  228. [ 14.115181] libata version 3.00 loaded.
  229. [ 14.115396] usbcore: registered new interface driver usbfs
  230. [ 14.115485] usbcore: registered new interface driver hub
  231. [ 14.115588] usbcore: registered new device driver usb
  232. [ 14.116133] Switching to clocksource orion_clocksource
  233. [ 14.122354] Switched to NOHz mode on CPU #0
  234. [ 14.124791] FS-Cache: Loaded
  235. [ 14.134756] NET: Registered protocol family 2
  236. [ 14.134995] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
  237. [ 14.135698] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  238. [ 14.135882] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
  239. [ 14.135978] TCP: Hash tables configured (established 8192 bind 8192)
  240. [ 14.135988] TCP reno registered
  241. [ 14.135998] UDP hash table entries: 256 (order: 0, 4096 bytes)
  242. [ 14.136021] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  243. [ 14.136295] NET: Registered protocol family 1
  244. [ 14.136349] PCI: CLS 32 bytes, default 32
  245. [ 14.136912] audit: initializing netlink socket (disabled)
  246. [ 14.136946] type=2000 audit(0.120:1): initialized
  247. [ 14.220045] VFS: Disk quotas dquot_6.5.2
  248. [ 14.220320] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  249. [ 14.222469] JFFS2 version 2.2. (NAND) �枩 2001-2006 Red Hat, Inc.
  250. [ 14.223780] aufs 3.1-20111107
  251. [ 14.223803] msgmni has been set to 492
  252. [ 14.225142] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  253. [ 14.225157] io scheduler noop registered
  254. [ 14.225166] io scheduler deadline registered
  255. [ 14.225248] io scheduler cfq registered
  256. [ 14.225318] io scheduler bfq registered (default)
  257. [ 14.225402] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
  258. [ 14.225435] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
  259. [ 14.256210] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
  260. [ 14.296209] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
  261. [ 14.336206] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
  262. [ 14.376205] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
  263. [ 14.381339] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  264. [ 14.402038] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
  265. [ 15.098956] console [ttyS0] enabled
  266. [ 15.108525] brd: module loaded
  267. [ 15.114594] loop: module loaded
  268. [ 15.118091] sata_mv sata_mv.0: version 1.28
  269. [ 15.122408] sata_mv sata_mv.0: slots 32 ports 2
  270. [ 15.128646] scsi0 : sata_mv
  271. [ 15.131855] scsi1 : sata_mv
  272. [ 15.134881] ata1: SATA max UDMA/133 irq 21
  273. [ 15.139037] ata2: SATA max UDMA/133 irq 21
  274. [ 15.143972] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
  275. [ 15.152848] Scanning device for bad blocks
  276. [ 15.157027] Bad eraseblock 0 at 0x000000000000
  277. [ 15.161525] Bad eraseblock 1 at 0x000000020000
  278. [ 15.166022] Bad eraseblock 2 at 0x000000040000
  279. [ 15.170556] Bad eraseblock 3 at 0x000000060000
  280. [ 15.175058] Bad eraseblock 4 at 0x000000080000
  281. [ 15.179575] Bad eraseblock 5 at 0x0000000a0000
  282. [ 15.184074] Bad eraseblock 6 at 0x0000000c0000
  283. [ 15.188591] Bad eraseblock 7 at 0x0000000e0000
  284. [ 15.193090] Bad eraseblock 8 at 0x000000100000
  285. [ 15.197606] Bad eraseblock 9 at 0x000000120000
  286. [ 15.202106] Bad eraseblock 10 at 0x000000140000
  287. [ 15.206709] Bad eraseblock 11 at 0x000000160000
  288. [ 15.211298] Bad eraseblock 12 at 0x000000180000
  289. [ 15.215884] Bad eraseblock 13 at 0x0000001a0000
  290. [ 15.220486] Bad eraseblock 14 at 0x0000001c0000
  291. [ 15.225075] Bad eraseblock 15 at 0x0000001e0000
  292. [ 15.229678] Bad eraseblock 16 at 0x000000200000
  293. [ 15.234266] Bad eraseblock 17 at 0x000000220000
  294. [ 15.238868] Bad eraseblock 18 at 0x000000240000
  295. [ 15.243457] Bad eraseblock 19 at 0x000000260000
  296. [ 15.248060] Bad eraseblock 20 at 0x000000280000
  297. [ 15.252647] Bad eraseblock 21 at 0x0000002a0000
  298. [ 15.257250] Bad eraseblock 22 at 0x0000002c0000
  299. [ 15.261838] Bad eraseblock 23 at 0x0000002e0000
  300. [ 15.266441] Bad eraseblock 24 at 0x000000300000
  301. [ 15.271029] Bad eraseblock 25 at 0x000000320000
  302. [ 15.275615] Bad eraseblock 26 at 0x000000340000
  303. [ 15.280219] Bad eraseblock 27 at 0x000000360000
  304. [ 15.284807] Bad eraseblock 28 at 0x000000380000
  305. [ 15.289410] Bad eraseblock 29 at 0x0000003a0000
  306. [ 15.293998] Bad eraseblock 30 at 0x0000003c0000
  307. [ 15.298601] Bad eraseblock 31 at 0x0000003e0000
  308. [ 15.303188] Bad eraseblock 32 at 0x000000400000
  309. [ 15.307791] Bad eraseblock 33 at 0x000000420000
  310. [ 15.312380] Bad eraseblock 34 at 0x000000440000
  311. [ 15.316982] Bad eraseblock 35 at 0x000000460000
  312. [ 15.321571] Bad eraseblock 36 at 0x000000480000
  313. [ 15.326173] Bad eraseblock 37 at 0x0000004a0000
  314. [ 15.330761] Bad eraseblock 38 at 0x0000004c0000
  315. [ 15.335348] Bad eraseblock 39 at 0x0000004e0000
  316. [ 15.339951] Bad eraseblock 40 at 0x000000500000
  317. [ 15.344539] Bad eraseblock 41 at 0x000000520000
  318. [ 15.349142] Bad eraseblock 42 at 0x000000540000
  319. [ 15.353731] Bad eraseblock 43 at 0x000000560000
  320. [ 15.358333] Bad eraseblock 44 at 0x000000580000
  321. [ 15.362920] Bad eraseblock 45 at 0x0000005a0000
  322. [ 15.367523] Bad eraseblock 46 at 0x0000005c0000
  323. [ 15.372112] Bad eraseblock 47 at 0x0000005e0000
  324. [ 15.376727] Bad eraseblock 48 at 0x000000600000
  325. [ 15.381312] Bad eraseblock 49 at 0x000000620000
  326. [ 15.385897] Bad eraseblock 50 at 0x000000640000
  327. [ 15.390503] Bad eraseblock 51 at 0x000000660000
  328. [ 15.395088] Bad eraseblock 52 at 0x000000680000
  329. [ 15.399703] Bad eraseblock 53 at 0x0000006a0000
  330. [ 15.404289] Bad eraseblock 54 at 0x0000006c0000
  331. [ 15.408893] Bad eraseblock 55 at 0x0000006e0000
  332. [ 15.413480] Bad eraseblock 56 at 0x000000700000
  333. [ 15.418094] Bad eraseblock 57 at 0x000000720000
  334. [ 15.422679] Bad eraseblock 58 at 0x000000740000
  335. [ 15.427284] Bad eraseblock 59 at 0x000000760000
  336. [ 15.431870] Bad eraseblock 60 at 0x000000780000
  337. [ 15.436484] Bad eraseblock 61 at 0x0000007a0000
  338. [ 15.441070] Bad eraseblock 62 at 0x0000007c0000
  339. [ 15.445656] Bad eraseblock 63 at 0x0000007e0000
  340. [ 15.450260] Bad eraseblock 64 at 0x000000800000
  341. [ 15.454847] Bad eraseblock 65 at 0x000000820000
  342. [ 15.459461] Bad eraseblock 66 at 0x000000840000
  343. [ 15.464047] Bad eraseblock 67 at 0x000000860000
  344. [ 15.468650] Bad eraseblock 68 at 0x000000880000
  345. [ 15.473238] Bad eraseblock 69 at 0x0000008a0000
  346. [ 15.477851] Bad eraseblock 70 at 0x0000008c0000
  347. [ 15.482438] Bad eraseblock 71 at 0x0000008e0000
  348. [ 15.487041] Bad eraseblock 72 at 0x000000900000
  349. [ 15.491628] Bad eraseblock 73 at 0x000000920000
  350. [ 15.496292] Bad eraseblock 74 at 0x000000940000
  351. [ 15.500880] Bad eraseblock 75 at 0x000000960000
  352. [ 15.505465] Bad eraseblock 76 at 0x000000980000
  353. [ 15.510072] Bad eraseblock 77 at 0x0000009a0000
  354. [ 15.514657] Bad eraseblock 78 at 0x0000009c0000
  355. [ 15.519261] Bad eraseblock 79 at 0x0000009e0000
  356. [ 15.523848] Bad eraseblock 80 at 0x000000a00000
  357. [ 15.528451] Bad eraseblock 81 at 0x000000a20000
  358. [ 15.533040] Bad eraseblock 82 at 0x000000a40000
  359. [ 15.537641] Bad eraseblock 83 at 0x000000a60000
  360. [ 15.542230] Bad eraseblock 84 at 0x000000a80000
  361. [ 15.546833] Bad eraseblock 85 at 0x000000aa0000
  362. [ 15.551421] Bad eraseblock 86 at 0x000000ac0000
  363. [ 15.556007] Bad eraseblock 87 at 0x000000ae0000
  364. [ 15.560610] Bad eraseblock 88 at 0x000000b00000
  365. [ 15.565198] Bad eraseblock 89 at 0x000000b20000
  366. [ 15.569801] Bad eraseblock 90 at 0x000000b40000
  367. [ 15.574389] Bad eraseblock 91 at 0x000000b60000
  368. [ 15.578992] Bad eraseblock 92 at 0x000000b80000
  369. [ 15.583580] Bad eraseblock 93 at 0x000000ba0000
  370. [ 15.588184] Bad eraseblock 94 at 0x000000bc0000
  371. [ 15.592771] Bad eraseblock 95 at 0x000000be0000
  372. [ 15.597375] Bad eraseblock 96 at 0x000000c00000
  373. [ 15.601963] Bad eraseblock 97 at 0x000000c20000
  374. [ 15.606564] Bad eraseblock 98 at 0x000000c40000
  375. [ 15.611153] Bad eraseblock 99 at 0x000000c60000
  376. [ 15.615740] Bad eraseblock 100 at 0x000000c80000
  377. [ 15.620430] Bad eraseblock 101 at 0x000000ca0000
  378. [ 15.625105] Bad eraseblock 102 at 0x000000cc0000
  379. [ 15.629795] Bad eraseblock 103 at 0x000000ce0000
  380. [ 15.634470] Bad eraseblock 104 at 0x000000d00000
  381. [ 15.639160] Bad eraseblock 105 at 0x000000d20000
  382. [ 15.643835] Bad eraseblock 106 at 0x000000d40000
  383. [ 15.648526] Bad eraseblock 107 at 0x000000d60000
  384. [ 15.653201] Bad eraseblock 108 at 0x000000d80000
  385. [ 15.657874] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
  386. [ 15.664331] Bad eraseblock 109 at 0x000000da0000
  387. [ 15.669259] Bad eraseblock 110 at 0x000000dc0000
  388. [ 15.673937] Bad eraseblock 111 at 0x000000de0000
  389. [ 15.678632] Bad eraseblock 112 at 0x000000e00000
  390. [ 15.683302] Bad eraseblock 113 at 0x000000e20000
  391. [ 15.688009] ata1.00: ATA-8: ST9250315AS, 0001SDM1, max UDMA/133
  392. [ 15.693958] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
  393. [ 15.700835] Bad eraseblock 114 at 0x000000e40000
  394. [ 15.705513] Bad eraseblock 115 at 0x000000e60000
  395. [ 15.710204] Bad eraseblock 116 at 0x000000e80000
  396. [ 15.714878] Bad eraseblock 117 at 0x000000ea0000
  397. [ 15.719704] Bad eraseblock 118 at 0x000000ec0000
  398. [ 15.724383] Bad eraseblock 119 at 0x000000ee0000
  399. [ 15.729076] Bad eraseblock 120 at 0x000000f00000
  400. [ 15.733747] Bad eraseblock 121 at 0x000000f20000
  401. [ 15.738594] Bad eraseblock 122 at 0x000000f40000
  402. [ 15.743270] Bad eraseblock 123 at 0x000000f60000
  403. [ 15.747963] Bad eraseblock 124 at 0x000000f80000
  404. [ 15.752636] Bad eraseblock 125 at 0x000000fa0000
  405. [ 15.757528] Bad eraseblock 126 at 0x000000fc0000
  406. [ 15.762202] Bad eraseblock 127 at 0x000000fe0000
  407. [ 15.766896] Bad eraseblock 128 at 0x000001000000
  408. [ 15.771566] Bad eraseblock 129 at 0x000001020000
  409. [ 15.776272] ata1.00: configured for UDMA/133
  410. [ 15.780624] Bad eraseblock 130 at 0x000001040000
  411. [ 15.785301] Bad eraseblock 131 at 0x000001060000
  412. [ 15.790009] Bad eraseblock 132 at 0x000001080000
  413. [ 15.794684] Bad eraseblock 133 at 0x0000010a0000
  414. [ 15.799670] scsi 0:0:0:0: Direct-Access ATA ST9250315AS 0001 PQ: 0 ANSI: 5
  415. [ 15.807865] Bad eraseblock 134 at 0x0000010c0000
  416. [ 15.812542] Bad eraseblock 135 at 0x0000010e0000
  417. [ 15.817924] sd 0:0:0:0: Attached scsi generic sg0 type 0
  418. [ 15.823571] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
  419. [ 15.831166] Bad eraseblock 136 at 0x000001100000
  420. [ 15.835842] Bad eraseblock 137 at 0x000001120000
  421. [ 15.840922] sd 0:0:0:0: [sda] Write Protect is off
  422. [ 15.845740] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  423. [ 15.850880] Bad eraseblock 138 at 0x000001140000
  424. [ 15.855558] Bad eraseblock 139 at 0x000001160000
  425. [ 15.860327] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  426. [ 15.869482] Bad eraseblock 140 at 0x000001180000
  427. [ 15.874157] Bad eraseblock 141 at 0x0000011a0000
  428. [ 15.879757] Bad eraseblock 142 at 0x0000011c0000
  429. [ 15.884491] sda: sda1 sda2
  430. [ 15.887598] Bad eraseblock 143 at 0x0000011e0000
  431. [ 15.892278] Bad eraseblock 144 at 0x000001200000
  432. [ 15.897811] sd 0:0:0:0: [sda] Attached SCSI disk
  433. [ 15.902505] Bad eraseblock 145 at 0x000001220000
  434. [ 15.907215] Bad eraseblock 146 at 0x000001240000
  435. [ 15.911889] Bad eraseblock 147 at 0x000001260000
  436. [ 15.916580] Bad eraseblock 148 at 0x000001280000
  437. [ 15.921253] Bad eraseblock 149 at 0x0000012a0000
  438. [ 15.925927] Bad eraseblock 150 at 0x0000012c0000
  439. [ 15.930617] Bad eraseblock 151 at 0x0000012e0000
  440. [ 15.935293] Bad eraseblock 152 at 0x000001300000
  441. [ 15.939981] Bad eraseblock 153 at 0x000001320000
  442. [ 15.944658] Bad eraseblock 154 at 0x000001340000
  443. [ 15.949346] Bad eraseblock 155 at 0x000001360000
  444. [ 15.954023] Bad eraseblock 156 at 0x000001380000
  445. [ 15.958714] Bad eraseblock 157 at 0x0000013a0000
  446. [ 15.963389] Bad eraseblock 158 at 0x0000013c0000
  447. [ 15.968079] Bad eraseblock 159 at 0x0000013e0000
  448. [ 15.972754] Bad eraseblock 160 at 0x000001400000
  449. [ 15.977444] Bad eraseblock 161 at 0x000001420000
  450. [ 15.982119] Bad eraseblock 162 at 0x000001440000
  451. [ 15.986809] Bad eraseblock 163 at 0x000001460000
  452. [ 15.991485] Bad eraseblock 164 at 0x000001480000
  453. [ 15.996174] Bad eraseblock 165 at 0x0000014a0000
  454. [ 16.000850] Bad eraseblock 166 at 0x0000014c0000
  455. [ 16.005523] Bad eraseblock 167 at 0x0000014e0000
  456. [ 16.010214] Bad eraseblock 168 at 0x000001500000
  457. [ 16.014890] Bad eraseblock 169 at 0x000001520000
  458. [ 16.019581] Bad eraseblock 170 at 0x000001540000
  459. [ 16.024254] Bad eraseblock 171 at 0x000001560000
  460. [ 16.028945] Bad eraseblock 172 at 0x000001580000
  461. [ 16.033620] Bad eraseblock 173 at 0x0000015a0000
  462. [ 16.038310] Bad eraseblock 174 at 0x0000015c0000
  463. [ 16.042985] Bad eraseblock 175 at 0x0000015e0000
  464. [ 16.047675] Bad eraseblock 176 at 0x000001600000
  465. [ 16.052351] Bad eraseblock 177 at 0x000001620000
  466. [ 16.057039] Bad eraseblock 178 at 0x000001640000
  467. [ 16.061715] Bad eraseblock 179 at 0x000001660000
  468. [ 16.066421] Bad eraseblock 180 at 0x000001680000
  469. [ 16.071099] Bad eraseblock 181 at 0x0000016a0000
  470. [ 16.075771] Bad eraseblock 182 at 0x0000016c0000
  471. [ 16.080465] Bad eraseblock 183 at 0x0000016e0000
  472. [ 16.085138] Bad eraseblock 184 at 0x000001700000
  473. [ 16.089840] Bad eraseblock 185 at 0x000001720000
  474. [ 16.094512] Bad eraseblock 186 at 0x000001740000
  475. [ 16.099203] Bad eraseblock 187 at 0x000001760000
  476. [ 16.103876] Bad eraseblock 188 at 0x000001780000
  477. [ 16.108579] Bad eraseblock 189 at 0x0000017a0000
  478. [ 16.113252] Bad eraseblock 190 at 0x0000017c0000
  479. [ 16.117943] Bad eraseblock 191 at 0x0000017e0000
  480. [ 16.122616] Bad eraseblock 192 at 0x000001800000
  481. [ 16.127319] Bad eraseblock 193 at 0x000001820000
  482. [ 16.131991] Bad eraseblock 194 at 0x000001840000
  483. [ 16.136682] Bad eraseblock 195 at 0x000001860000
  484. [ 16.141355] Bad eraseblock 196 at 0x000001880000
  485. [ 16.146028] Bad eraseblock 197 at 0x0000018a0000
  486. [ 16.150730] Bad eraseblock 198 at 0x0000018c0000
  487. [ 16.155403] Bad eraseblock 199 at 0x0000018e0000
  488. [ 16.160095] Bad eraseblock 200 at 0x000001900000
  489. [ 16.164769] Bad eraseblock 201 at 0x000001920000
  490. [ 16.169470] Bad eraseblock 202 at 0x000001940000
  491. [ 16.174143] Bad eraseblock 203 at 0x000001960000
  492. [ 16.178834] Bad eraseblock 204 at 0x000001980000
  493. [ 16.183507] Bad eraseblock 205 at 0x0000019a0000
  494. [ 16.188178] ata2: SATA link down (SStatus 0 SControl F300)
  495. [ 16.193761] Bad eraseblock 206 at 0x0000019c0000
  496. [ 16.198472] Bad eraseblock 207 at 0x0000019e0000
  497. [ 16.203145] Bad eraseblock 208 at 0x000001a00000
  498. [ 16.207854] Bad eraseblock 209 at 0x000001a20000
  499. [ 16.212528] Bad eraseblock 210 at 0x000001a40000
  500. [ 16.217219] Bad eraseblock 211 at 0x000001a60000
  501. [ 16.221893] Bad eraseblock 212 at 0x000001a80000
  502. [ 16.226584] Bad eraseblock 213 at 0x000001aa0000
  503. [ 16.231259] Bad eraseblock 214 at 0x000001ac0000
  504. [ 16.235931] Bad eraseblock 215 at 0x000001ae0000
  505. [ 16.240623] Bad eraseblock 216 at 0x000001b00000
  506. [ 16.245298] Bad eraseblock 217 at 0x000001b20000
  507. [ 16.249988] Bad eraseblock 218 at 0x000001b40000
  508. [ 16.254663] Bad eraseblock 219 at 0x000001b60000
  509. [ 16.259352] Bad eraseblock 220 at 0x000001b80000
  510. [ 16.264029] Bad eraseblock 221 at 0x000001ba0000
  511. [ 16.268718] Bad eraseblock 222 at 0x000001bc0000
  512. [ 16.273393] Bad eraseblock 223 at 0x000001be0000
  513. [ 16.278084] Bad eraseblock 224 at 0x000001c00000
  514. [ 16.282759] Bad eraseblock 225 at 0x000001c20000
  515. [ 16.287449] Bad eraseblock 226 at 0x000001c40000
  516. [ 16.292124] Bad eraseblock 227 at 0x000001c60000
  517. [ 16.296813] Bad eraseblock 228 at 0x000001c80000
  518. [ 16.301490] Bad eraseblock 229 at 0x000001ca0000
  519. [ 16.306217] Bad eraseblock 230 at 0x000001cc0000
  520. [ 16.310890] Bad eraseblock 231 at 0x000001ce0000
  521. [ 16.315562] Bad eraseblock 232 at 0x000001d00000
  522. [ 16.320254] Bad eraseblock 233 at 0x000001d20000
  523. [ 16.324929] Bad eraseblock 234 at 0x000001d40000
  524. [ 16.329618] Bad eraseblock 235 at 0x000001d60000
  525. [ 16.334294] Bad eraseblock 236 at 0x000001d80000
  526. [ 16.338984] Bad eraseblock 237 at 0x000001da0000
  527. [ 16.343659] Bad eraseblock 238 at 0x000001dc0000
  528. [ 16.348350] Bad eraseblock 239 at 0x000001de0000
  529. [ 16.353025] Bad eraseblock 240 at 0x000001e00000
  530. [ 16.357715] Bad eraseblock 241 at 0x000001e20000
  531. [ 16.362390] Bad eraseblock 242 at 0x000001e40000
  532. [ 16.367079] Bad eraseblock 243 at 0x000001e60000
  533. [ 16.371755] Bad eraseblock 244 at 0x000001e80000
  534. [ 16.376445] Bad eraseblock 245 at 0x000001ea0000
  535. [ 16.381120] Bad eraseblock 246 at 0x000001ec0000
  536. [ 16.385794] Bad eraseblock 247 at 0x000001ee0000
  537. [ 16.390485] Bad eraseblock 248 at 0x000001f00000
  538. [ 16.395159] Bad eraseblock 249 at 0x000001f20000
  539. [ 16.399849] Bad eraseblock 250 at 0x000001f40000
  540. [ 16.404524] Bad eraseblock 251 at 0x000001f60000
  541. [ 16.409215] Bad eraseblock 252 at 0x000001f80000
  542. [ 16.413890] Bad eraseblock 253 at 0x000001fa0000
  543. [ 16.418580] Bad eraseblock 254 at 0x000001fc0000
  544. [ 16.423255] Bad eraseblock 255 at 0x000001fe0000
  545. [ 16.427946] Bad eraseblock 256 at 0x000002000000
  546. [ 16.432620] Bad eraseblock 257 at 0x000002020000
  547. [ 16.437311] Bad eraseblock 258 at 0x000002040000
  548. [ 16.441986] Bad eraseblock 259 at 0x000002060000
  549. [ 16.446676] Bad eraseblock 260 at 0x000002080000
  550. [ 16.451351] Bad eraseblock 261 at 0x0000020a0000
  551. [ 16.456025] Bad eraseblock 262 at 0x0000020c0000
  552. [ 16.460715] Bad eraseblock 263 at 0x0000020e0000
  553. [ 16.465391] Bad eraseblock 264 at 0x000002100000
  554. [ 16.470081] Bad eraseblock 265 at 0x000002120000
  555. [ 16.474756] Bad eraseblock 266 at 0x000002140000
  556. [ 16.479445] Bad eraseblock 267 at 0x000002160000
  557. [ 16.484120] Bad eraseblock 268 at 0x000002180000
  558. [ 16.488811] Bad eraseblock 269 at 0x0000021a0000
  559. [ 16.493486] Bad eraseblock 270 at 0x0000021c0000
  560. [ 16.498176] Bad eraseblock 271 at 0x0000021e0000
  561. [ 16.502851] Bad eraseblock 272 at 0x000002200000
  562. [ 16.507542] Bad eraseblock 273 at 0x000002220000
  563. [ 16.512217] Bad eraseblock 274 at 0x000002240000
  564. [ 16.516906] Bad eraseblock 275 at 0x000002260000
  565. [ 16.521583] Bad eraseblock 276 at 0x000002280000
  566. [ 16.526272] Bad eraseblock 277 at 0x0000022a0000
  567. [ 16.530947] Bad eraseblock 278 at 0x0000022c0000
  568. [ 16.535621] Bad eraseblock 279 at 0x0000022e0000
  569. [ 16.540311] Bad eraseblock 280 at 0x000002300000
  570. [ 16.544986] Bad eraseblock 281 at 0x000002320000
  571. [ 16.549677] Bad eraseblock 282 at 0x000002340000
  572. [ 16.554352] Bad eraseblock 283 at 0x000002360000
  573. [ 16.559041] Bad eraseblock 284 at 0x000002380000
  574. [ 16.563718] Bad eraseblock 285 at 0x0000023a0000
  575. [ 16.568407] Bad eraseblock 286 at 0x0000023c0000
  576. [ 16.573082] Bad eraseblock 287 at 0x0000023e0000
  577. [ 16.577772] Bad eraseblock 288 at 0x000002400000
  578. [ 16.582447] Bad eraseblock 289 at 0x000002420000
  579. [ 16.587137] Bad eraseblock 290 at 0x000002440000
  580. [ 16.591813] Bad eraseblock 291 at 0x000002460000
  581. [ 16.596503] Bad eraseblock 292 at 0x000002480000
  582. [ 16.601179] Bad eraseblock 293 at 0x0000024a0000
  583. [ 16.605851] Bad eraseblock 294 at 0x0000024c0000
  584. [ 16.610542] Bad eraseblock 295 at 0x0000024e0000
  585. [ 16.615218] Bad eraseblock 296 at 0x000002500000
  586. [ 16.619907] Bad eraseblock 297 at 0x000002520000
  587. [ 16.624583] Bad eraseblock 298 at 0x000002540000
  588. [ 16.629272] Bad eraseblock 299 at 0x000002560000
  589. [ 16.633949] Bad eraseblock 300 at 0x000002580000
  590. [ 16.638638] Bad eraseblock 301 at 0x0000025a0000
  591. [ 16.643313] Bad eraseblock 302 at 0x0000025c0000
  592. [ 16.648004] Bad eraseblock 303 at 0x0000025e0000
  593. [ 16.652679] Bad eraseblock 304 at 0x000002600000
  594. [ 16.657368] Bad eraseblock 305 at 0x000002620000
  595. [ 16.662044] Bad eraseblock 306 at 0x000002640000
  596. [ 16.666735] Bad eraseblock 307 at 0x000002660000
  597. [ 16.671410] Bad eraseblock 308 at 0x000002680000
  598. [ 16.676082] Bad eraseblock 309 at 0x0000026a0000
  599. [ 16.680774] Bad eraseblock 310 at 0x0000026c0000
  600. [ 16.685448] Bad eraseblock 311 at 0x0000026e0000
  601. [ 16.690138] Bad eraseblock 312 at 0x000002700000
  602. [ 16.694814] Bad eraseblock 313 at 0x000002720000
  603. [ 16.699503] Bad eraseblock 314 at 0x000002740000
  604. [ 16.704179] Bad eraseblock 315 at 0x000002760000
  605. [ 16.708869] Bad eraseblock 316 at 0x000002780000
  606. [ 16.713544] Bad eraseblock 317 at 0x0000027a0000
  607. [ 16.718235] Bad eraseblock 318 at 0x0000027c0000
  608. [ 16.722910] Bad eraseblock 319 at 0x0000027e0000
  609. [ 16.727599] Bad eraseblock 320 at 0x000002800000
  610. [ 16.732274] Bad eraseblock 321 at 0x000002820000
  611. [ 16.736965] Bad eraseblock 322 at 0x000002840000
  612. [ 16.741640] Bad eraseblock 323 at 0x000002860000
  613. [ 16.746330] Bad eraseblock 324 at 0x000002880000
  614. [ 16.751006] Bad eraseblock 325 at 0x0000028a0000
  615. [ 16.755678] Bad eraseblock 326 at 0x0000028c0000
  616. [ 16.760370] Bad eraseblock 327 at 0x0000028e0000
  617. [ 16.765044] Bad eraseblock 328 at 0x000002900000
  618. [ 16.769734] Bad eraseblock 329 at 0x000002920000
  619. [ 16.774410] Bad eraseblock 330 at 0x000002940000
  620. [ 16.779100] Bad eraseblock 331 at 0x000002960000
  621. [ 16.783775] Bad eraseblock 332 at 0x000002980000
  622. [ 16.788466] Bad eraseblock 333 at 0x0000029a0000
  623. [ 16.793141] Bad eraseblock 334 at 0x0000029c0000
  624. [ 16.797831] Bad eraseblock 335 at 0x0000029e0000
  625. [ 16.802506] Bad eraseblock 336 at 0x000002a00000
  626. [ 16.807195] Bad eraseblock 337 at 0x000002a20000
  627. [ 16.811871] Bad eraseblock 338 at 0x000002a40000
  628. [ 16.816560] Bad eraseblock 339 at 0x000002a60000
  629. [ 16.821235] Bad eraseblock 340 at 0x000002a80000
  630. [ 16.825909] Bad eraseblock 341 at 0x000002aa0000
  631. [ 16.830601] Bad eraseblock 342 at 0x000002ac0000
  632. [ 16.835275] Bad eraseblock 343 at 0x000002ae0000
  633. [ 16.839965] Bad eraseblock 344 at 0x000002b00000
  634. [ 16.844641] Bad eraseblock 345 at 0x000002b20000
  635. [ 16.849331] Bad eraseblock 346 at 0x000002b40000
  636. [ 16.854007] Bad eraseblock 347 at 0x000002b60000
  637. [ 16.858696] Bad eraseblock 348 at 0x000002b80000
  638. [ 16.863371] Bad eraseblock 349 at 0x000002ba0000
  639. [ 16.868062] Bad eraseblock 350 at 0x000002bc0000
  640. [ 16.872737] Bad eraseblock 351 at 0x000002be0000
  641. [ 16.877426] Bad eraseblock 352 at 0x000002c00000
  642. [ 16.882102] Bad eraseblock 353 at 0x000002c20000
  643. [ 16.886792] Bad eraseblock 354 at 0x000002c40000
  644. [ 16.891467] Bad eraseblock 355 at 0x000002c60000
  645. [ 16.896140] Bad eraseblock 356 at 0x000002c80000
  646. [ 16.900831] Bad eraseblock 357 at 0x000002ca0000
  647. [ 16.905506] Bad eraseblock 358 at 0x000002cc0000
  648. [ 16.910196] Bad eraseblock 359 at 0x000002ce0000
  649. [ 16.914871] Bad eraseblock 360 at 0x000002d00000
  650. [ 16.919562] Bad eraseblock 361 at 0x000002d20000
  651. [ 16.924237] Bad eraseblock 362 at 0x000002d40000
  652. [ 16.928927] Bad eraseblock 363 at 0x000002d60000
  653. [ 16.933601] Bad eraseblock 364 at 0x000002d80000
  654. [ 16.938292] Bad eraseblock 365 at 0x000002da0000
  655. [ 16.942967] Bad eraseblock 366 at 0x000002dc0000
  656. [ 16.947658] Bad eraseblock 367 at 0x000002de0000
  657. [ 16.952333] Bad eraseblock 368 at 0x000002e00000
  658. [ 16.957022] Bad eraseblock 369 at 0x000002e20000
  659. [ 16.961698] Bad eraseblock 370 at 0x000002e40000
  660. [ 16.966389] Bad eraseblock 371 at 0x000002e60000
  661. [ 16.971063] Bad eraseblock 372 at 0x000002e80000
  662. [ 16.975736] Bad eraseblock 373 at 0x000002ea0000
  663. [ 16.980428] Bad eraseblock 374 at 0x000002ec0000
  664. [ 16.985103] Bad eraseblock 375 at 0x000002ee0000
  665. [ 16.989791] Bad eraseblock 376 at 0x000002f00000
  666. [ 16.994468] Bad eraseblock 377 at 0x000002f20000
  667. [ 16.999158] Bad eraseblock 378 at 0x000002f40000
  668. [ 17.003833] Bad eraseblock 379 at 0x000002f60000
  669. [ 17.008522] Bad eraseblock 380 at 0x000002f80000
  670. [ 17.013198] Bad eraseblock 381 at 0x000002fa0000
  671. [ 17.017889] Bad eraseblock 382 at 0x000002fc0000
  672. [ 17.022563] Bad eraseblock 383 at 0x000002fe0000
  673. [ 17.027254] Bad eraseblock 384 at 0x000003000000
  674. [ 17.031928] Bad eraseblock 385 at 0x000003020000
  675. [ 17.036619] Bad eraseblock 386 at 0x000003040000
  676. [ 17.041294] Bad eraseblock 387 at 0x000003060000
  677. [ 17.045968] Bad eraseblock 388 at 0x000003080000
  678. [ 17.050659] Bad eraseblock 389 at 0x0000030a0000
  679. [ 17.055333] Bad eraseblock 390 at 0x0000030c0000
  680. [ 17.060024] Bad eraseblock 391 at 0x0000030e0000
  681. [ 17.064699] Bad eraseblock 392 at 0x000003100000
  682. [ 17.069389] Bad eraseblock 393 at 0x000003120000
  683. [ 17.074064] Bad eraseblock 394 at 0x000003140000
  684. [ 17.078753] Bad eraseblock 395 at 0x000003160000
  685. [ 17.083430] Bad eraseblock 396 at 0x000003180000
  686. [ 17.088119] Bad eraseblock 397 at 0x0000031a0000
  687. [ 17.092795] Bad eraseblock 398 at 0x0000031c0000
  688. [ 17.097484] Bad eraseblock 399 at 0x0000031e0000
  689. [ 17.102160] Bad eraseblock 400 at 0x000003200000
  690. [ 17.106849] Bad eraseblock 401 at 0x000003220000
  691. [ 17.111526] Bad eraseblock 402 at 0x000003240000
  692. [ 17.116215] Bad eraseblock 403 at 0x000003260000
  693. [ 17.120890] Bad eraseblock 404 at 0x000003280000
  694. [ 17.125564] Bad eraseblock 405 at 0x0000032a0000
  695. [ 17.130254] Bad eraseblock 406 at 0x0000032c0000
  696. [ 17.134929] Bad eraseblock 407 at 0x0000032e0000
  697. [ 17.139619] Bad eraseblock 408 at 0x000003300000
  698. [ 17.144295] Bad eraseblock 409 at 0x000003320000
  699. [ 17.148985] Bad eraseblock 410 at 0x000003340000
  700. [ 17.153661] Bad eraseblock 411 at 0x000003360000
  701. [ 17.158350] Bad eraseblock 412 at 0x000003380000
  702. [ 17.163025] Bad eraseblock 413 at 0x0000033a0000
  703. [ 17.167716] Bad eraseblock 414 at 0x0000033c0000
  704. [ 17.172391] Bad eraseblock 415 at 0x0000033e0000
  705. [ 17.177081] Bad eraseblock 416 at 0x000003400000
  706. [ 17.181756] Bad eraseblock 417 at 0x000003420000
  707. [ 17.186446] Bad eraseblock 418 at 0x000003440000
  708. [ 17.191121] Bad eraseblock 419 at 0x000003460000
  709. [ 17.195794] Bad eraseblock 420 at 0x000003480000
  710. [ 17.200486] Bad eraseblock 421 at 0x0000034a0000
  711. [ 17.205161] Bad eraseblock 422 at 0x0000034c0000
  712. [ 17.209851] Bad eraseblock 423 at 0x0000034e0000
  713. [ 17.214526] Bad eraseblock 424 at 0x000003500000
  714. [ 17.219216] Bad eraseblock 425 at 0x000003520000
  715. [ 17.223891] Bad eraseblock 426 at 0x000003540000
  716. [ 17.228581] Bad eraseblock 427 at 0x000003560000
  717. [ 17.233256] Bad eraseblock 428 at 0x000003580000
  718. [ 17.237946] Bad eraseblock 429 at 0x0000035a0000
  719. [ 17.242622] Bad eraseblock 430 at 0x0000035c0000
  720. [ 17.247311] Bad eraseblock 431 at 0x0000035e0000
  721. [ 17.251987] Bad eraseblock 432 at 0x000003600000
  722. [ 17.256677] Bad eraseblock 433 at 0x000003620000
  723. [ 17.261352] Bad eraseblock 434 at 0x000003640000
  724. [ 17.266026] Bad eraseblock 435 at 0x000003660000
  725. [ 17.270717] Bad eraseblock 436 at 0x000003680000
  726. [ 17.275392] Bad eraseblock 437 at 0x0000036a0000
  727. [ 17.280081] Bad eraseblock 438 at 0x0000036c0000
  728. [ 17.284756] Bad eraseblock 439 at 0x0000036e0000
  729. [ 17.289447] Bad eraseblock 440 at 0x000003700000
  730. [ 17.294122] Bad eraseblock 441 at 0x000003720000
  731. [ 17.298812] Bad eraseblock 442 at 0x000003740000
  732. [ 17.303487] Bad eraseblock 443 at 0x000003760000
  733. [ 17.308177] Bad eraseblock 444 at 0x000003780000
  734. [ 17.312853] Bad eraseblock 445 at 0x0000037a0000
  735. [ 17.317542] Bad eraseblock 446 at 0x0000037c0000
  736. [ 17.322217] Bad eraseblock 447 at 0x0000037e0000
  737. [ 17.326907] Bad eraseblock 448 at 0x000003800000
  738. [ 17.331583] Bad eraseblock 449 at 0x000003820000
  739. [ 17.336273] Bad eraseblock 450 at 0x000003840000
  740. [ 17.340948] Bad eraseblock 451 at 0x000003860000
  741. [ 17.345621] Bad eraseblock 452 at 0x000003880000
  742. [ 17.350312] Bad eraseblock 453 at 0x0000038a0000
  743. [ 17.354987] Bad eraseblock 454 at 0x0000038c0000
  744. [ 17.359678] Bad eraseblock 455 at 0x0000038e0000
  745. [ 17.364353] Bad eraseblock 456 at 0x000003900000
  746. [ 17.369043] Bad eraseblock 457 at 0x000003920000
  747. [ 17.373718] Bad eraseblock 458 at 0x000003940000
  748. [ 17.378408] Bad eraseblock 459 at 0x000003960000
  749. [ 17.383083] Bad eraseblock 460 at 0x000003980000
  750. [ 17.387773] Bad eraseblock 461 at 0x0000039a0000
  751. [ 17.392448] Bad eraseblock 462 at 0x0000039c0000
  752. [ 17.397139] Bad eraseblock 463 at 0x0000039e0000
  753. [ 17.401813] Bad eraseblock 464 at 0x000003a00000
  754. [ 17.406503] Bad eraseblock 465 at 0x000003a20000
  755. [ 17.411180] Bad eraseblock 466 at 0x000003a40000
  756. [ 17.415852] Bad eraseblock 467 at 0x000003a60000
  757. [ 17.420543] Bad eraseblock 468 at 0x000003a80000
  758. [ 17.425218] Bad eraseblock 469 at 0x000003aa0000
  759. [ 17.429909] Bad eraseblock 470 at 0x000003ac0000
  760. [ 17.434584] Bad eraseblock 471 at 0x000003ae0000
  761. [ 17.439273] Bad eraseblock 472 at 0x000003b00000
  762. [ 17.443949] Bad eraseblock 473 at 0x000003b20000
  763. [ 17.448639] Bad eraseblock 474 at 0x000003b40000
  764. [ 17.453314] Bad eraseblock 475 at 0x000003b60000
  765. [ 17.458004] Bad eraseblock 476 at 0x000003b80000
  766. [ 17.462680] Bad eraseblock 477 at 0x000003ba0000
  767. [ 17.467368] Bad eraseblock 478 at 0x000003bc0000
  768. [ 17.472045] Bad eraseblock 479 at 0x000003be0000
  769. [ 17.476734] Bad eraseblock 480 at 0x000003c00000
  770. [ 17.481409] Bad eraseblock 481 at 0x000003c20000
  771. [ 17.486083] Bad eraseblock 482 at 0x000003c40000
  772. [ 17.490773] Bad eraseblock 483 at 0x000003c60000
  773. [ 17.495449] Bad eraseblock 484 at 0x000003c80000
  774. [ 17.500140] Bad eraseblock 485 at 0x000003ca0000
  775. [ 17.504815] Bad eraseblock 486 at 0x000003cc0000
  776. [ 17.509504] Bad eraseblock 487 at 0x000003ce0000
  777. [ 17.514179] Bad eraseblock 488 at 0x000003d00000
  778. [ 17.518870] Bad eraseblock 489 at 0x000003d20000
  779. [ 17.523545] Bad eraseblock 490 at 0x000003d40000
  780. [ 17.528235] Bad eraseblock 491 at 0x000003d60000
  781. [ 17.532910] Bad eraseblock 492 at 0x000003d80000
  782. [ 17.537600] Bad eraseblock 493 at 0x000003da0000
  783. [ 17.542275] Bad eraseblock 494 at 0x000003dc0000
  784. [ 17.546966] Bad eraseblock 495 at 0x000003de0000
  785. [ 17.551641] Bad eraseblock 496 at 0x000003e00000
  786. [ 17.556332] Bad eraseblock 497 at 0x000003e20000
  787. [ 17.561006] Bad eraseblock 498 at 0x000003e40000
  788. [ 17.565680] Bad eraseblock 499 at 0x000003e60000
  789. [ 17.570370] Bad eraseblock 500 at 0x000003e80000
  790. [ 17.575045] Bad eraseblock 501 at 0x000003ea0000
  791. [ 17.579736] Bad eraseblock 502 at 0x000003ec0000
  792. [ 17.584411] Bad eraseblock 503 at 0x000003ee0000
  793. [ 17.589100] Bad eraseblock 504 at 0x000003f00000
  794. [ 17.593776] Bad eraseblock 505 at 0x000003f20000
  795. [ 17.598465] Bad eraseblock 506 at 0x000003f40000
  796. [ 17.603141] Bad eraseblock 507 at 0x000003f60000
  797. [ 17.607832] Bad eraseblock 508 at 0x000003f80000
  798. [ 17.612507] Bad eraseblock 509 at 0x000003fa0000
  799. [ 17.617196] Bad eraseblock 510 at 0x000003fc0000
  800. [ 17.621871] Bad eraseblock 511 at 0x000003fe0000
  801. [ 17.626562] Bad eraseblock 512 at 0x000004000000
  802. [ 17.631237] Bad eraseblock 513 at 0x000004020000
  803. [ 17.635910] Bad eraseblock 514 at 0x000004040000
  804. [ 17.640601] Bad eraseblock 515 at 0x000004060000
  805. [ 17.645276] Bad eraseblock 516 at 0x000004080000
  806. [ 17.649966] Bad eraseblock 517 at 0x0000040a0000
  807. [ 17.654641] Bad eraseblock 518 at 0x0000040c0000
  808. [ 17.659331] Bad eraseblock 519 at 0x0000040e0000
  809. [ 17.664007] Bad eraseblock 520 at 0x000004100000
  810. [ 17.668697] Bad eraseblock 521 at 0x000004120000
  811. [ 17.673372] Bad eraseblock 522 at 0x000004140000
  812. [ 17.678063] Bad eraseblock 523 at 0x000004160000
  813. [ 17.682738] Bad eraseblock 524 at 0x000004180000
  814. [ 17.687427] Bad eraseblock 525 at 0x0000041a0000
  815. [ 17.692103] Bad eraseblock 526 at 0x0000041c0000
  816. [ 17.696792] Bad eraseblock 527 at 0x0000041e0000
  817. [ 17.701468] Bad eraseblock 528 at 0x000004200000
  818. [ 17.706141] Bad eraseblock 529 at 0x000004220000
  819. [ 17.710833] Bad eraseblock 530 at 0x000004240000
  820. [ 17.715507] Bad eraseblock 531 at 0x000004260000
  821. [ 17.720197] Bad eraseblock 532 at 0x000004280000
  822. [ 17.724872] Bad eraseblock 533 at 0x0000042a0000
  823. [ 17.729562] Bad eraseblock 534 at 0x0000042c0000
  824. [ 17.734238] Bad eraseblock 535 at 0x0000042e0000
  825. [ 17.738928] Bad eraseblock 536 at 0x000004300000
  826. [ 17.743604] Bad eraseblock 537 at 0x000004320000
  827. [ 17.748293] Bad eraseblock 538 at 0x000004340000
  828. [ 17.752968] Bad eraseblock 539 at 0x000004360000
  829. [ 17.757658] Bad eraseblock 540 at 0x000004380000
  830. [ 17.762333] Bad eraseblock 541 at 0x0000043a0000
  831. [ 17.767024] Bad eraseblock 542 at 0x0000043c0000
  832. [ 17.771699] Bad eraseblock 543 at 0x0000043e0000
  833. [ 17.776388] Bad eraseblock 544 at 0x000004400000
  834. [ 17.781065] Bad eraseblock 545 at 0x000004420000
  835. [ 17.785737] Bad eraseblock 546 at 0x000004440000
  836. [ 17.790427] Bad eraseblock 547 at 0x000004460000
  837. [ 17.795104] Bad eraseblock 548 at 0x000004480000
  838. [ 17.799793] Bad eraseblock 549 at 0x0000044a0000
  839. [ 17.804468] Bad eraseblock 550 at 0x0000044c0000
  840. [ 17.809159] Bad eraseblock 551 at 0x0000044e0000
  841. [ 17.813834] Bad eraseblock 552 at 0x000004500000
  842. [ 17.818524] Bad eraseblock 553 at 0x000004520000
  843. [ 17.823200] Bad eraseblock 554 at 0x000004540000
  844. [ 17.827889] Bad eraseblock 555 at 0x000004560000
  845. [ 17.832564] Bad eraseblock 556 at 0x000004580000
  846. [ 17.837255] Bad eraseblock 557 at 0x0000045a0000
  847. [ 17.841930] Bad eraseblock 558 at 0x0000045c0000
  848. [ 17.846619] Bad eraseblock 559 at 0x0000045e0000
  849. [ 17.851296] Bad eraseblock 560 at 0x000004600000
  850. [ 17.855968] Bad eraseblock 561 at 0x000004620000
  851. [ 17.860660] Bad eraseblock 562 at 0x000004640000
  852. [ 17.865335] Bad eraseblock 563 at 0x000004660000
  853. [ 17.870024] Bad eraseblock 564 at 0x000004680000
  854. [ 17.874699] Bad eraseblock 565 at 0x0000046a0000
  855. [ 17.879390] Bad eraseblock 566 at 0x0000046c0000
  856. [ 17.884065] Bad eraseblock 567 at 0x0000046e0000
  857. [ 17.888755] Bad eraseblock 568 at 0x000004700000
  858. [ 17.893430] Bad eraseblock 569 at 0x000004720000
  859. [ 17.898121] Bad eraseblock 570 at 0x000004740000
  860. [ 17.902796] Bad eraseblock 571 at 0x000004760000
  861. [ 17.907485] Bad eraseblock 572 at 0x000004780000
  862. [ 17.912161] Bad eraseblock 573 at 0x0000047a0000
  863. [ 17.916850] Bad eraseblock 574 at 0x0000047c0000
  864. [ 17.921526] Bad eraseblock 575 at 0x0000047e0000
  865. [ 17.926216] Bad eraseblock 576 at 0x000004800000
  866. [ 17.930891] Bad eraseblock 577 at 0x000004820000
  867. [ 17.935564] Bad eraseblock 578 at 0x000004840000
  868. [ 17.940255] Bad eraseblock 579 at 0x000004860000
  869. [ 17.944930] Bad eraseblock 580 at 0x000004880000
  870. [ 17.949621] Bad eraseblock 581 at 0x0000048a0000
  871. [ 17.954296] Bad eraseblock 582 at 0x0000048c0000
  872. [ 17.958986] Bad eraseblock 583 at 0x0000048e0000
  873. [ 17.963661] Bad eraseblock 584 at 0x000004900000
  874. [ 17.968352] Bad eraseblock 585 at 0x000004920000
  875. [ 17.973027] Bad eraseblock 586 at 0x000004940000
  876. [ 17.977716] Bad eraseblock 587 at 0x000004960000
  877. [ 17.982391] Bad eraseblock 588 at 0x000004980000
  878. [ 17.987082] Bad eraseblock 589 at 0x0000049a0000
  879. [ 17.991757] Bad eraseblock 590 at 0x0000049c0000
  880. [ 17.996446] Bad eraseblock 591 at 0x0000049e0000
  881. [ 18.001122] Bad eraseblock 592 at 0x000004a00000
  882. [ 18.005796] Bad eraseblock 593 at 0x000004a20000
  883. [ 18.010485] Bad eraseblock 594 at 0x000004a40000
  884. [ 18.015161] Bad eraseblock 595 at 0x000004a60000
  885. [ 18.019852] Bad eraseblock 596 at 0x000004a80000
  886. [ 18.024527] Bad eraseblock 597 at 0x000004aa0000
  887. [ 18.029216] Bad eraseblock 598 at 0x000004ac0000
  888. [ 18.033892] Bad eraseblock 599 at 0x000004ae0000
  889. [ 18.038582] Bad eraseblock 600 at 0x000004b00000
  890. [ 18.043257] Bad eraseblock 601 at 0x000004b20000
  891. [ 18.047947] Bad eraseblock 602 at 0x000004b40000
  892. [ 18.052622] Bad eraseblock 603 at 0x000004b60000
  893. [ 18.057312] Bad eraseblock 604 at 0x000004b80000
  894. [ 18.061987] Bad eraseblock 605 at 0x000004ba0000
  895. [ 18.066678] Bad eraseblock 606 at 0x000004bc0000
  896. [ 18.071352] Bad eraseblock 607 at 0x000004be0000
  897. [ 18.076026] Bad eraseblock 608 at 0x000004c00000
  898. [ 18.080717] Bad eraseblock 609 at 0x000004c20000
  899. [ 18.085392] Bad eraseblock 610 at 0x000004c40000
  900. [ 18.090082] Bad eraseblock 611 at 0x000004c60000
  901. [ 18.094758] Bad eraseblock 612 at 0x000004c80000
  902. [ 18.099446] Bad eraseblock 613 at 0x000004ca0000
  903. [ 18.104123] Bad eraseblock 614 at 0x000004cc0000
  904. [ 18.108813] Bad eraseblock 615 at 0x000004ce0000
  905. [ 18.113488] Bad eraseblock 616 at 0x000004d00000
  906. [ 18.118178] Bad eraseblock 617 at 0x000004d20000
  907. [ 18.122854] Bad eraseblock 618 at 0x000004d40000
  908. [ 18.127543] Bad eraseblock 619 at 0x000004d60000
  909. [ 18.132218] Bad eraseblock 620 at 0x000004d80000
  910. [ 18.136908] Bad eraseblock 621 at 0x000004da0000
  911. [ 18.141583] Bad eraseblock 622 at 0x000004dc0000
  912. [ 18.146274] Bad eraseblock 623 at 0x000004de0000
  913. [ 18.150949] Bad eraseblock 624 at 0x000004e00000
  914. [ 18.155623] Bad eraseblock 625 at 0x000004e20000
  915. [ 18.160313] Bad eraseblock 626 at 0x000004e40000
  916. [ 18.164988] Bad eraseblock 627 at 0x000004e60000
  917. [ 18.169679] Bad eraseblock 628 at 0x000004e80000
  918. [ 18.174354] Bad eraseblock 629 at 0x000004ea0000
  919. [ 18.179043] Bad eraseblock 630 at 0x000004ec0000
  920. [ 18.183718] Bad eraseblock 631 at 0x000004ee0000
  921. [ 18.188409] Bad eraseblock 632 at 0x000004f00000
  922. [ 18.193084] Bad eraseblock 633 at 0x000004f20000
  923. [ 18.197775] Bad eraseblock 634 at 0x000004f40000
  924. [ 18.202450] Bad eraseblock 635 at 0x000004f60000
  925. [ 18.207140] Bad eraseblock 636 at 0x000004f80000
  926. [ 18.211815] Bad eraseblock 637 at 0x000004fa0000
  927. [ 18.216505] Bad eraseblock 638 at 0x000004fc0000
  928. [ 18.221180] Bad eraseblock 639 at 0x000004fe0000
  929. [ 18.225853] Bad eraseblock 640 at 0x000005000000
  930. [ 18.230543] Bad eraseblock 641 at 0x000005020000
  931. [ 18.235219] Bad eraseblock 642 at 0x000005040000
  932. [ 18.239910] Bad eraseblock 643 at 0x000005060000
  933. [ 18.244584] Bad eraseblock 644 at 0x000005080000
  934. [ 18.249275] Bad eraseblock 645 at 0x0000050a0000
  935. [ 18.253950] Bad eraseblock 646 at 0x0000050c0000
  936. [ 18.258640] Bad eraseblock 647 at 0x0000050e0000
  937. [ 18.263315] Bad eraseblock 648 at 0x000005100000
  938. [ 18.268004] Bad eraseblock 649 at 0x000005120000
  939. [ 18.272681] Bad eraseblock 650 at 0x000005140000
  940. [ 18.277370] Bad eraseblock 651 at 0x000005160000
  941. [ 18.282045] Bad eraseblock 652 at 0x000005180000
  942. [ 18.286735] Bad eraseblock 653 at 0x0000051a0000
  943. [ 18.291411] Bad eraseblock 654 at 0x0000051c0000
  944. [ 18.296084] Bad eraseblock 655 at 0x0000051e0000
  945. [ 18.300775] Bad eraseblock 656 at 0x000005200000
  946. [ 18.305450] Bad eraseblock 657 at 0x000005220000
  947. [ 18.310139] Bad eraseblock 658 at 0x000005240000
  948. [ 18.314815] Bad eraseblock 659 at 0x000005260000
  949. [ 18.319504] Bad eraseblock 660 at 0x000005280000
  950. [ 18.324181] Bad eraseblock 661 at 0x0000052a0000
  951. [ 18.328870] Bad eraseblock 662 at 0x0000052c0000
  952. [ 18.333546] Bad eraseblock 663 at 0x0000052e0000
  953. [ 18.338236] Bad eraseblock 664 at 0x000005300000
  954. [ 18.342911] Bad eraseblock 665 at 0x000005320000
  955. [ 18.347601] Bad eraseblock 666 at 0x000005340000
  956. [ 18.352277] Bad eraseblock 667 at 0x000005360000
  957. [ 18.356967] Bad eraseblock 668 at 0x000005380000
  958. [ 18.361642] Bad eraseblock 669 at 0x0000053a0000
  959. [ 18.366332] Bad eraseblock 670 at 0x0000053c0000
  960. [ 18.371007] Bad eraseblock 671 at 0x0000053e0000
  961. [ 18.375680] Bad eraseblock 672 at 0x000005400000
  962. [ 18.380370] Bad eraseblock 673 at 0x000005420000
  963. [ 18.385047] Bad eraseblock 674 at 0x000005440000
  964. [ 18.389736] Bad eraseblock 675 at 0x000005460000
  965. [ 18.394411] Bad eraseblock 676 at 0x000005480000
  966. [ 18.399101] Bad eraseblock 677 at 0x0000054a0000
  967. [ 18.403777] Bad eraseblock 678 at 0x0000054c0000
  968. [ 18.408468] Bad eraseblock 679 at 0x0000054e0000
  969. [ 18.413142] Bad eraseblock 680 at 0x000005500000
  970. [ 18.417832] Bad eraseblock 681 at 0x000005520000
  971. [ 18.422507] Bad eraseblock 682 at 0x000005540000
  972. [ 18.427197] Bad eraseblock 683 at 0x000005560000
  973. [ 18.431873] Bad eraseblock 684 at 0x000005580000
  974. [ 18.436562] Bad eraseblock 685 at 0x0000055a0000
  975. [ 18.441239] Bad eraseblock 686 at 0x0000055c0000
  976. [ 18.445911] Bad eraseblock 687 at 0x0000055e0000
  977. [ 18.450602] Bad eraseblock 688 at 0x000005600000
  978. [ 18.455277] Bad eraseblock 689 at 0x000005620000
  979. [ 18.459967] Bad eraseblock 690 at 0x000005640000
  980. [ 18.464642] Bad eraseblock 691 at 0x000005660000
  981. [ 18.469333] Bad eraseblock 692 at 0x000005680000
  982. [ 18.474008] Bad eraseblock 693 at 0x0000056a0000
  983. [ 18.478697] Bad eraseblock 694 at 0x0000056c0000
  984. [ 18.483374] Bad eraseblock 695 at 0x0000056e0000
  985. [ 18.488063] Bad eraseblock 696 at 0x000005700000
  986. [ 18.492738] Bad eraseblock 697 at 0x000005720000
  987. [ 18.497428] Bad eraseblock 698 at 0x000005740000
  988. [ 18.502104] Bad eraseblock 699 at 0x000005760000
  989. [ 18.506793] Bad eraseblock 700 at 0x000005780000
  990. [ 18.511469] Bad eraseblock 701 at 0x0000057a0000
  991. [ 18.516142] Bad eraseblock 702 at 0x0000057c0000
  992. [ 18.520833] Bad eraseblock 703 at 0x0000057e0000
  993. [ 18.525507] Bad eraseblock 704 at 0x000005800000
  994. [ 18.530198] Bad eraseblock 705 at 0x000005820000
  995. [ 18.534873] Bad eraseblock 706 at 0x000005840000
  996. [ 18.539563] Bad eraseblock 707 at 0x000005860000
  997. [ 18.544239] Bad eraseblock 708 at 0x000005880000
  998. [ 18.548928] Bad eraseblock 709 at 0x0000058a0000
  999. [ 18.553604] Bad eraseblock 710 at 0x0000058c0000
  1000. [ 18.558294] Bad eraseblock 711 at 0x0000058e0000
  1001. [ 18.562969] Bad eraseblock 712 at 0x000005900000
  1002. [ 18.567659] Bad eraseblock 713 at 0x000005920000
  1003. [ 18.572334] Bad eraseblock 714 at 0x000005940000
  1004. [ 18.577025] Bad eraseblock 715 at 0x000005960000
  1005. [ 18.581700] Bad eraseblock 716 at 0x000005980000
  1006. [ 18.586390] Bad eraseblock 717 at 0x0000059a0000
  1007. [ 18.591065] Bad eraseblock 718 at 0x0000059c0000
  1008. [ 18.595738] Bad eraseblock 719 at 0x0000059e0000
  1009. [ 18.600428] Bad eraseblock 720 at 0x000005a00000
  1010. [ 18.605103] Bad eraseblock 721 at 0x000005a20000
  1011. [ 18.609794] Bad eraseblock 722 at 0x000005a40000
  1012. [ 18.614469] Bad eraseblock 723 at 0x000005a60000
  1013. [ 18.619160] Bad eraseblock 724 at 0x000005a80000
  1014. [ 18.623835] Bad eraseblock 725 at 0x000005aa0000
  1015. [ 18.628524] Bad eraseblock 726 at 0x000005ac0000
  1016. [ 18.633199] Bad eraseblock 727 at 0x000005ae0000
  1017. [ 18.637890] Bad eraseblock 728 at 0x000005b00000
  1018. [ 18.642565] Bad eraseblock 729 at 0x000005b20000
  1019. [ 18.647255] Bad eraseblock 730 at 0x000005b40000
  1020. [ 18.651931] Bad eraseblock 731 at 0x000005b60000
  1021. [ 18.656620] Bad eraseblock 732 at 0x000005b80000
  1022. [ 18.661296] Bad eraseblock 733 at 0x000005ba0000
  1023. [ 18.665969] Bad eraseblock 734 at 0x000005bc0000
  1024. [ 18.670659] Bad eraseblock 735 at 0x000005be0000
  1025. [ 18.675335] Bad eraseblock 736 at 0x000005c00000
  1026. [ 18.680024] Bad eraseblock 737 at 0x000005c20000
  1027. [ 18.684700] Bad eraseblock 738 at 0x000005c40000
  1028. [ 18.689390] Bad eraseblock 739 at 0x000005c60000
  1029. [ 18.694065] Bad eraseblock 740 at 0x000005c80000
  1030. [ 18.698755] Bad eraseblock 741 at 0x000005ca0000
  1031. [ 18.703431] Bad eraseblock 742 at 0x000005cc0000
  1032. [ 18.708121] Bad eraseblock 743 at 0x000005ce0000
  1033. [ 18.712796] Bad eraseblock 744 at 0x000005d00000
  1034. [ 18.717487] Bad eraseblock 745 at 0x000005d20000
  1035. [ 18.722162] Bad eraseblock 746 at 0x000005d40000
  1036. [ 18.726851] Bad eraseblock 747 at 0x000005d60000
  1037. [ 18.731526] Bad eraseblock 748 at 0x000005d80000
  1038. [ 18.736217] Bad eraseblock 749 at 0x000005da0000
  1039. [ 18.740892] Bad eraseblock 750 at 0x000005dc0000
  1040. [ 18.745565] Bad eraseblock 751 at 0x000005de0000
  1041. [ 18.750256] Bad eraseblock 752 at 0x000005e00000
  1042. [ 18.754931] Bad eraseblock 753 at 0x000005e20000
  1043. [ 18.759621] Bad eraseblock 754 at 0x000005e40000
  1044. [ 18.764297] Bad eraseblock 755 at 0x000005e60000
  1045. [ 18.768986] Bad eraseblock 756 at 0x000005e80000
  1046. [ 18.773662] Bad eraseblock 757 at 0x000005ea0000
  1047. [ 18.778351] Bad eraseblock 758 at 0x000005ec0000
  1048. [ 18.783027] Bad eraseblock 759 at 0x000005ee0000
  1049. [ 18.787716] Bad eraseblock 760 at 0x000005f00000
  1050. [ 18.792393] Bad eraseblock 761 at 0x000005f20000
  1051. [ 18.797082] Bad eraseblock 762 at 0x000005f40000
  1052. [ 18.801757] Bad eraseblock 763 at 0x000005f60000
  1053. [ 18.806448] Bad eraseblock 764 at 0x000005f80000
  1054. [ 18.811123] Bad eraseblock 765 at 0x000005fa0000
  1055. [ 18.815796] Bad eraseblock 766 at 0x000005fc0000
  1056. [ 18.820486] Bad eraseblock 767 at 0x000005fe0000
  1057. [ 18.825163] Bad eraseblock 768 at 0x000006000000
  1058. [ 18.829852] Bad eraseblock 769 at 0x000006020000
  1059. [ 18.834527] Bad eraseblock 770 at 0x000006040000
  1060. [ 18.839217] Bad eraseblock 771 at 0x000006060000
  1061. [ 18.843892] Bad eraseblock 772 at 0x000006080000
  1062. [ 18.848582] Bad eraseblock 773 at 0x0000060a0000
  1063. [ 18.853258] Bad eraseblock 774 at 0x0000060c0000
  1064. [ 18.857948] Bad eraseblock 775 at 0x0000060e0000
  1065. [ 18.862623] Bad eraseblock 776 at 0x000006100000
  1066. [ 18.867312] Bad eraseblock 777 at 0x000006120000
  1067. [ 18.871988] Bad eraseblock 778 at 0x000006140000
  1068. [ 18.876679] Bad eraseblock 779 at 0x000006160000
  1069. [ 18.881354] Bad eraseblock 780 at 0x000006180000
  1070. [ 18.886027] Bad eraseblock 781 at 0x0000061a0000
  1071. [ 18.890717] Bad eraseblock 782 at 0x0000061c0000
  1072. [ 18.895393] Bad eraseblock 783 at 0x0000061e0000
  1073. [ 18.900083] Bad eraseblock 784 at 0x000006200000
  1074. [ 18.904759] Bad eraseblock 785 at 0x000006220000
  1075. [ 18.909448] Bad eraseblock 786 at 0x000006240000
  1076. [ 18.914123] Bad eraseblock 787 at 0x000006260000
  1077. [ 18.918814] Bad eraseblock 788 at 0x000006280000
  1078. [ 18.923489] Bad eraseblock 789 at 0x0000062a0000
  1079. [ 18.928178] Bad eraseblock 790 at 0x0000062c0000
  1080. [ 18.932854] Bad eraseblock 791 at 0x0000062e0000
  1081. [ 18.937544] Bad eraseblock 792 at 0x000006300000
  1082. [ 18.942219] Bad eraseblock 793 at 0x000006320000
  1083. [ 18.946910] Bad eraseblock 794 at 0x000006340000
  1084. [ 18.951585] Bad eraseblock 795 at 0x000006360000
  1085. [ 18.956274] Bad eraseblock 796 at 0x000006380000
  1086. [ 18.960949] Bad eraseblock 797 at 0x0000063a0000
  1087. [ 18.965623] Bad eraseblock 798 at 0x0000063c0000
  1088. [ 18.970314] Bad eraseblock 799 at 0x0000063e0000
  1089. [ 18.974989] Bad eraseblock 800 at 0x000006400000
  1090. [ 18.979679] Bad eraseblock 801 at 0x000006420000
  1091. [ 18.984354] Bad eraseblock 802 at 0x000006440000
  1092. [ 18.989045] Bad eraseblock 803 at 0x000006460000
  1093. [ 18.993720] Bad eraseblock 804 at 0x000006480000
  1094. [ 18.998409] Bad eraseblock 805 at 0x0000064a0000
  1095. [ 19.003084] Bad eraseblock 806 at 0x0000064c0000
  1096. [ 19.007775] Bad eraseblock 807 at 0x0000064e0000
  1097. [ 19.012450] Bad eraseblock 808 at 0x000006500000
  1098. [ 19.017141] Bad eraseblock 809 at 0x000006520000
  1099. [ 19.021816] Bad eraseblock 810 at 0x000006540000
  1100. [ 19.026505] Bad eraseblock 811 at 0x000006560000
  1101. [ 19.031181] Bad eraseblock 812 at 0x000006580000
  1102. [ 19.035854] Bad eraseblock 813 at 0x0000065a0000
  1103. [ 19.040544] Bad eraseblock 814 at 0x0000065c0000
  1104. [ 19.045219] Bad eraseblock 815 at 0x0000065e0000
  1105. [ 19.049910] Bad eraseblock 816 at 0x000006600000
  1106. [ 19.054586] Bad eraseblock 817 at 0x000006620000
  1107. [ 19.059275] Bad eraseblock 818 at 0x000006640000
  1108. [ 19.063951] Bad eraseblock 819 at 0x000006660000
  1109. [ 19.068640] Bad eraseblock 820 at 0x000006680000
  1110. [ 19.073315] Bad eraseblock 821 at 0x0000066a0000
  1111. [ 19.078006] Bad eraseblock 822 at 0x0000066c0000
  1112. [ 19.082682] Bad eraseblock 823 at 0x0000066e0000
  1113. [ 19.087371] Bad eraseblock 824 at 0x000006700000
  1114. [ 19.092047] Bad eraseblock 825 at 0x000006720000
  1115. [ 19.096736] Bad eraseblock 826 at 0x000006740000
  1116. [ 19.101412] Bad eraseblock 827 at 0x000006760000
  1117. [ 19.106084] Bad eraseblock 828 at 0x000006780000
  1118. [ 19.110776] Bad eraseblock 829 at 0x0000067a0000
  1119. [ 19.115452] Bad eraseblock 830 at 0x0000067c0000
  1120. [ 19.120141] Bad eraseblock 831 at 0x0000067e0000
  1121. [ 19.124817] Bad eraseblock 832 at 0x000006800000
  1122. [ 19.129506] Bad eraseblock 833 at 0x000006820000
  1123. [ 19.134181] Bad eraseblock 834 at 0x000006840000
  1124. [ 19.138872] Bad eraseblock 835 at 0x000006860000
  1125. [ 19.143547] Bad eraseblock 836 at 0x000006880000
  1126. [ 19.148236] Bad eraseblock 837 at 0x0000068a0000
  1127. [ 19.152911] Bad eraseblock 838 at 0x0000068c0000
  1128. [ 19.157602] Bad eraseblock 839 at 0x0000068e0000
  1129. [ 19.162277] Bad eraseblock 840 at 0x000006900000
  1130. [ 19.166968] Bad eraseblock 841 at 0x000006920000
  1131. [ 19.171643] Bad eraseblock 842 at 0x000006940000
  1132. [ 19.176332] Bad eraseblock 843 at 0x000006960000
  1133. [ 19.181007] Bad eraseblock 844 at 0x000006980000
  1134. [ 19.185681] Bad eraseblock 845 at 0x0000069a0000
  1135. [ 19.190371] Bad eraseblock 846 at 0x0000069c0000
  1136. [ 19.195046] Bad eraseblock 847 at 0x0000069e0000
  1137. [ 19.199737] Bad eraseblock 848 at 0x000006a00000
  1138. [ 19.204412] Bad eraseblock 849 at 0x000006a20000
  1139. [ 19.209102] Bad eraseblock 850 at 0x000006a40000
  1140. [ 19.213778] Bad eraseblock 851 at 0x000006a60000
  1141. [ 19.218468] Bad eraseblock 852 at 0x000006a80000
  1142. [ 19.223143] Bad eraseblock 853 at 0x000006aa0000
  1143. [ 19.227833] Bad eraseblock 854 at 0x000006ac0000
  1144. [ 19.232509] Bad eraseblock 855 at 0x000006ae0000
  1145. [ 19.237198] Bad eraseblock 856 at 0x000006b00000
  1146. [ 19.241873] Bad eraseblock 857 at 0x000006b20000
  1147. [ 19.246564] Bad eraseblock 858 at 0x000006b40000
  1148. [ 19.251238] Bad eraseblock 859 at 0x000006b60000
  1149. [ 19.255912] Bad eraseblock 860 at 0x000006b80000
  1150. [ 19.260602] Bad eraseblock 861 at 0x000006ba0000
  1151. [ 19.265278] Bad eraseblock 862 at 0x000006bc0000
  1152. [ 19.269968] Bad eraseblock 863 at 0x000006be0000
  1153. [ 19.274643] Bad eraseblock 864 at 0x000006c00000
  1154. [ 19.279333] Bad eraseblock 865 at 0x000006c20000
  1155. [ 19.284008] Bad eraseblock 866 at 0x000006c40000
  1156. [ 19.288698] Bad eraseblock 867 at 0x000006c60000
  1157. [ 19.293374] Bad eraseblock 868 at 0x000006c80000
  1158. [ 19.298063] Bad eraseblock 869 at 0x000006ca0000
  1159. [ 19.302740] Bad eraseblock 870 at 0x000006cc0000
  1160. [ 19.307429] Bad eraseblock 871 at 0x000006ce0000
  1161. [ 19.312104] Bad eraseblock 872 at 0x000006d00000
  1162. [ 19.316794] Bad eraseblock 873 at 0x000006d20000
  1163. [ 19.321469] Bad eraseblock 874 at 0x000006d40000
  1164. [ 19.326143] Bad eraseblock 875 at 0x000006d60000
  1165. [ 19.330834] Bad eraseblock 876 at 0x000006d80000
  1166. [ 19.335509] Bad eraseblock 877 at 0x000006da0000
  1167. [ 19.340198] Bad eraseblock 878 at 0x000006dc0000
  1168. [ 19.344874] Bad eraseblock 879 at 0x000006de0000
  1169. [ 19.349564] Bad eraseblock 880 at 0x000006e00000
  1170. [ 19.354239] Bad eraseblock 881 at 0x000006e20000
  1171. [ 19.358929] Bad eraseblock 882 at 0x000006e40000
  1172. [ 19.363604] Bad eraseblock 883 at 0x000006e60000
  1173. [ 19.368295] Bad eraseblock 884 at 0x000006e80000
  1174. [ 19.372970] Bad eraseblock 885 at 0x000006ea0000
  1175. [ 19.377660] Bad eraseblock 886 at 0x000006ec0000
  1176. [ 19.382335] Bad eraseblock 887 at 0x000006ee0000
  1177. [ 19.387024] Bad eraseblock 888 at 0x000006f00000
  1178. [ 19.391701] Bad eraseblock 889 at 0x000006f20000
  1179. [ 19.396390] Bad eraseblock 890 at 0x000006f40000
  1180. [ 19.401066] Bad eraseblock 891 at 0x000006f60000
  1181. [ 19.405738] Bad eraseblock 892 at 0x000006f80000
  1182. [ 19.410430] Bad eraseblock 893 at 0x000006fa0000
  1183. [ 19.415104] Bad eraseblock 894 at 0x000006fc0000
  1184. [ 19.419795] Bad eraseblock 895 at 0x000006fe0000
  1185. [ 19.424470] Bad eraseblock 896 at 0x000007000000
  1186. [ 19.429160] Bad eraseblock 897 at 0x000007020000
  1187. [ 19.433835] Bad eraseblock 898 at 0x000007040000
  1188. [ 19.438525] Bad eraseblock 899 at 0x000007060000
  1189. [ 19.443201] Bad eraseblock 900 at 0x000007080000
  1190. [ 19.447890] Bad eraseblock 901 at 0x0000070a0000
  1191. [ 19.452566] Bad eraseblock 902 at 0x0000070c0000
  1192. [ 19.457256] Bad eraseblock 903 at 0x0000070e0000
  1193. [ 19.461932] Bad eraseblock 904 at 0x000007100000
  1194. [ 19.466621] Bad eraseblock 905 at 0x000007120000
  1195. [ 19.471297] Bad eraseblock 906 at 0x000007140000
  1196. [ 19.475969] Bad eraseblock 907 at 0x000007160000
  1197. [ 19.480661] Bad eraseblock 908 at 0x000007180000
  1198. [ 19.485336] Bad eraseblock 909 at 0x0000071a0000
  1199. [ 19.490025] Bad eraseblock 910 at 0x0000071c0000
  1200. [ 19.494701] Bad eraseblock 911 at 0x0000071e0000
  1201. [ 19.499391] Bad eraseblock 912 at 0x000007200000
  1202. [ 19.504066] Bad eraseblock 913 at 0x000007220000
  1203. [ 19.508756] Bad eraseblock 914 at 0x000007240000
  1204. [ 19.513432] Bad eraseblock 915 at 0x000007260000
  1205. [ 19.518121] Bad eraseblock 916 at 0x000007280000
  1206. [ 19.522797] Bad eraseblock 917 at 0x0000072a0000
  1207. [ 19.527487] Bad eraseblock 918 at 0x0000072c0000
  1208. [ 19.532162] Bad eraseblock 919 at 0x0000072e0000
  1209. [ 19.536852] Bad eraseblock 920 at 0x000007300000
  1210. [ 19.541527] Bad eraseblock 921 at 0x000007320000
  1211. [ 19.546217] Bad eraseblock 922 at 0x000007340000
  1212. [ 19.550893] Bad eraseblock 923 at 0x000007360000
  1213. [ 19.555566] Bad eraseblock 924 at 0x000007380000
  1214. [ 19.560257] Bad eraseblock 925 at 0x0000073a0000
  1215. [ 19.564932] Bad eraseblock 926 at 0x0000073c0000
  1216. [ 19.569621] Bad eraseblock 927 at 0x0000073e0000
  1217. [ 19.574298] Bad eraseblock 928 at 0x000007400000
  1218. [ 19.578987] Bad eraseblock 929 at 0x000007420000
  1219. [ 19.583662] Bad eraseblock 930 at 0x000007440000
  1220. [ 19.588352] Bad eraseblock 931 at 0x000007460000
  1221. [ 19.593027] Bad eraseblock 932 at 0x000007480000
  1222. [ 19.597718] Bad eraseblock 933 at 0x0000074a0000
  1223. [ 19.602394] Bad eraseblock 934 at 0x0000074c0000
  1224. [ 19.607083] Bad eraseblock 935 at 0x0000074e0000
  1225. [ 19.611758] Bad eraseblock 936 at 0x000007500000
  1226. [ 19.616449] Bad eraseblock 937 at 0x000007520000
  1227. [ 19.621124] Bad eraseblock 938 at 0x000007540000
  1228. [ 19.625797] Bad eraseblock 939 at 0x000007560000
  1229. [ 19.630487] Bad eraseblock 940 at 0x000007580000
  1230. [ 19.635162] Bad eraseblock 941 at 0x0000075a0000
  1231. [ 19.639853] Bad eraseblock 942 at 0x0000075c0000
  1232. [ 19.644528] Bad eraseblock 943 at 0x0000075e0000
  1233. [ 19.649218] Bad eraseblock 944 at 0x000007600000
  1234. [ 19.653893] Bad eraseblock 945 at 0x000007620000
  1235. [ 19.658583] Bad eraseblock 946 at 0x000007640000
  1236. [ 19.663259] Bad eraseblock 947 at 0x000007660000
  1237. [ 19.667949] Bad eraseblock 948 at 0x000007680000
  1238. [ 19.672624] Bad eraseblock 949 at 0x0000076a0000
  1239. [ 19.677313] Bad eraseblock 950 at 0x0000076c0000
  1240. [ 19.681989] Bad eraseblock 951 at 0x0000076e0000
  1241. [ 19.686679] Bad eraseblock 952 at 0x000007700000
  1242. [ 19.691355] Bad eraseblock 953 at 0x000007720000
  1243. [ 19.696027] Bad eraseblock 954 at 0x000007740000
  1244. [ 19.700718] Bad eraseblock 955 at 0x000007760000
  1245. [ 19.705393] Bad eraseblock 956 at 0x000007780000
  1246. [ 19.710084] Bad eraseblock 957 at 0x0000077a0000
  1247. [ 19.714760] Bad eraseblock 958 at 0x0000077c0000
  1248. [ 19.719449] Bad eraseblock 959 at 0x0000077e0000
  1249. [ 19.724125] Bad eraseblock 960 at 0x000007800000
  1250. [ 19.728814] Bad eraseblock 961 at 0x000007820000
  1251. [ 19.733489] Bad eraseblock 962 at 0x000007840000
  1252. [ 19.738180] Bad eraseblock 963 at 0x000007860000
  1253. [ 19.742855] Bad eraseblock 964 at 0x000007880000
  1254. [ 19.747545] Bad eraseblock 965 at 0x0000078a0000
  1255. [ 19.752221] Bad eraseblock 966 at 0x0000078c0000
  1256. [ 19.756909] Bad eraseblock 967 at 0x0000078e0000
  1257. [ 19.761586] Bad eraseblock 968 at 0x000007900000
  1258. [ 19.766275] Bad eraseblock 969 at 0x000007920000
  1259. [ 19.770951] Bad eraseblock 970 at 0x000007940000
  1260. [ 19.775624] Bad eraseblock 971 at 0x000007960000
  1261. [ 19.780315] Bad eraseblock 972 at 0x000007980000
  1262. [ 19.784990] Bad eraseblock 973 at 0x0000079a0000
  1263. [ 19.789680] Bad eraseblock 974 at 0x0000079c0000
  1264. [ 19.794356] Bad eraseblock 975 at 0x0000079e0000
  1265. [ 19.799045] Bad eraseblock 976 at 0x000007a00000
  1266. [ 19.803721] Bad eraseblock 977 at 0x000007a20000
  1267. [ 19.808410] Bad eraseblock 978 at 0x000007a40000
  1268. [ 19.813085] Bad eraseblock 979 at 0x000007a60000
  1269. [ 19.817775] Bad eraseblock 980 at 0x000007a80000
  1270. [ 19.822451] Bad eraseblock 981 at 0x000007aa0000
  1271. [ 19.827141] Bad eraseblock 982 at 0x000007ac0000
  1272. [ 19.831816] Bad eraseblock 983 at 0x000007ae0000
  1273. [ 19.836506] Bad eraseblock 984 at 0x000007b00000
  1274. [ 19.841181] Bad eraseblock 985 at 0x000007b20000
  1275. [ 19.845855] Bad eraseblock 986 at 0x000007b40000
  1276. [ 19.850545] Bad eraseblock 987 at 0x000007b60000
  1277. [ 19.855221] Bad eraseblock 988 at 0x000007b80000
  1278. [ 19.859911] Bad eraseblock 989 at 0x000007ba0000
  1279. [ 19.864586] Bad eraseblock 990 at 0x000007bc0000
  1280. [ 19.869276] Bad eraseblock 991 at 0x000007be0000
  1281. [ 19.873951] Bad eraseblock 992 at 0x000007c00000
  1282. [ 19.878642] Bad eraseblock 993 at 0x000007c20000
  1283. [ 19.883317] Bad eraseblock 994 at 0x000007c40000
  1284. [ 19.888006] Bad eraseblock 995 at 0x000007c60000
  1285. [ 19.892681] Bad eraseblock 996 at 0x000007c80000
  1286. [ 19.897372] Bad eraseblock 997 at 0x000007ca0000
  1287. [ 19.902047] Bad eraseblock 998 at 0x000007cc0000
  1288. [ 19.906737] Bad eraseblock 999 at 0x000007ce0000
  1289. [ 19.911413] Bad eraseblock 1000 at 0x000007d00000
  1290. [ 19.916228] Bad eraseblock 1001 at 0x000007d20000
  1291. [ 19.920987] Bad eraseblock 1002 at 0x000007d40000
  1292. [ 19.925748] Bad eraseblock 1003 at 0x000007d60000
  1293. [ 19.930526] Bad eraseblock 1004 at 0x000007d80000
  1294. [ 19.935288] Bad eraseblock 1005 at 0x000007da0000
  1295. [ 19.940064] Bad eraseblock 1006 at 0x000007dc0000
  1296. [ 19.944827] Bad eraseblock 1007 at 0x000007de0000
  1297. [ 19.949605] Bad eraseblock 1008 at 0x000007e00000
  1298. [ 19.954368] Bad eraseblock 1009 at 0x000007e20000
  1299. [ 19.959145] Bad eraseblock 1010 at 0x000007e40000
  1300. [ 19.963907] Bad eraseblock 1011 at 0x000007e60000
  1301. [ 19.968684] Bad eraseblock 1012 at 0x000007e80000
  1302. [ 19.973447] Bad eraseblock 1013 at 0x000007ea0000
  1303. [ 19.978223] Bad eraseblock 1014 at 0x000007ec0000
  1304. [ 19.982986] Bad eraseblock 1015 at 0x000007ee0000
  1305. [ 19.987764] Bad eraseblock 1016 at 0x000007f00000
  1306. [ 19.992527] Bad eraseblock 1017 at 0x000007f20000
  1307. [ 19.997303] Bad eraseblock 1018 at 0x000007f40000
  1308. [ 20.002065] Bad eraseblock 1019 at 0x000007f60000
  1309. [ 20.006843] Bad eraseblock 1020 at 0x000007f80000
  1310. [ 20.011605] Bad eraseblock 1021 at 0x000007fa0000
  1311. [ 20.016383] Bad eraseblock 1022 at 0x000007fc0000
  1312. [ 20.021146] Bad eraseblock 1023 at 0x000007fe0000
  1313. [ 20.025887] Creating 9 MTD partitions on "orion_nand":
  1314. [ 20.031071] 0x000000000000-0x000000100000 : "uboot"
  1315. [ 20.036369] 0x000000100000-0x000000180000 : "uboot_env"
  1316. [ 20.041896] 0x000000180000-0x000000200000 : "key_store"
  1317. [ 20.047455] 0x000000200000-0x000000280000 : "info"
  1318. [ 20.052571] 0x000000280000-0x000000c80000 : "etc"
  1319. [ 20.057619] 0x000000c80000-0x000001680000 : "kernel_1"
  1320. [ 20.063084] 0x000001680000-0x000004640000 : "rootfs1"
  1321. [ 20.068519] 0x000004640000-0x000005040000 : "kernel_2"
  1322. [ 20.073989] 0x000005040000-0x000008000000 : "rootfs2"
  1323. [ 20.080263] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
  1324. [ 20.087216] mv643xx_eth smi: probed
  1325. [ 20.091739] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC address c8:6c:87:0a:f3:b1
  1326. [ 20.100666] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
  1327. [ 20.106361] r8169 0000:00:01.0: no MSI. Back to INTx.
  1328. [ 20.112232] r8169 0000:00:01.0: eth1: RTL8168d/8111d at 0xd0862000, 00:00:00:00:00:30, XID 083000c0 IRQ 9
  1329. [ 20.122020] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1330. [ 20.128645] orion-ehci orion-ehci.0: Marvell Orion EHCI
  1331. [ 20.133960] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
  1332. [ 20.166195] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
  1333. [ 20.186177] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
  1334. [ 20.192718] hub 1-0:1.0: USB hub found
  1335. [ 20.196526] hub 1-0:1.0: 1 port detected
  1336. [ 20.201002] Initializing USB Mass Storage driver...
  1337. [ 20.205985] usbcore: registered new interface driver usb-storage
  1338. [ 20.212048] USB Mass Storage support registered.
  1339. [ 20.216791] usbcore: registered new interface driver libusual
  1340. [ 20.222892] mousedev: PS/2 mouse device common for all mice
  1341. [ 20.228734] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
  1342. [ 20.234718] sdhci: Secure Digital Host Controller Interface driver
  1343. [ 20.240953] sdhci: Copyright(c) Pierre Ossman
  1344. [ 20.245408] sdhci-pltfm: SDHCI platform and OF driver helper
  1345. [ 20.251237] Registered led device: nsa310:green:System
  1346. [ 20.256498] Registered led device: nsa310:red:System
  1347. [ 20.261561] Registered led device: nsa310:green:SATA1
  1348. [ 20.266734] Registered led device: nsa310:red:SATA1
  1349. [ 20.271721] Registered led device: nsa310:green:SATA2
  1350. [ 20.276901] Registered led device: nsa310:red:SATA2
  1351. [ 20.281881] Registered led device: nsa310:green:USB
  1352. [ 20.286883] Registered led device: nsa310:green:Copy
  1353. [ 20.291953] Registered led device: nsa310:red:Copy
  1354. [ 20.297035] usbcore: registered new interface driver r8712u
  1355. [ 20.303574] GRE over IPv4 demultiplexor driver
  1356. [ 20.308017] TCP cubic registered
  1357. [ 20.311441] NET: Registered protocol family 17
  1358. [ 20.315987] lib80211: common routines for IEEE802.11 drivers
  1359. [ 20.321694] lib80211_crypt: registered algorithm 'NULL'
  1360. [ 20.326959] Registering the dns_resolver key type
  1361. [ 20.331713] Gating clock of unused units
  1362. [ 20.335655] before: 0x00dfc3dd
  1363. [ 20.338734] after: 0x00c7c1cd
  1364. [ 20.342297] registered taskstats version 1
  1365. [ 20.347151] console [netcon0] enabled
  1366. [ 20.350826] netconsole: network logging started
  1367. [ 20.355910] input: gpio-keys as /devices/platform/gpio-keys/input/input0
  1368. [ 20.362976] rtc-mv rtc-mv: setting system clock to 2013-05-21 07:40:45 UTC (1369122045)
  1369. [ 20.440513] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities
  1370. [ 20.473513] EXT4-fs (sda2): couldn't mount as ext2 due to feature incompatibilities
  1371. [ 20.516189] usb 1-1: new high speed USB device number 2 using orion-ehci
  1372. [ 20.668493] hub 1-1:1.0: USB hub found
  1373. [ 20.673451] hub 1-1:1.0: 4 ports detected
  1374. [ 23.611542] EXT4-fs (sda2): warning: maximal mount count reached, running e2fsck is recommended
  1375. [ 23.731668] EXT4-fs (sda2): recovery complete
  1376. [ 23.737348] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
  1377. [ 23.745079] VFS: Mounted root (ext4 filesystem) on device 8:2.
  1378. [ 23.822154] devtmpfs: mounted
  1379. [ 23.825636] Freeing init memory: 172K
  1380. [ 24.636330] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
  1381.  
  1382. Welcome to Arch Linux ARM!
  1383.  
  1384. [ 24.887596] systemd[1]: Inserted module 'autofs4'
  1385. [ 24.936680] NET: Registered protocol family 10
  1386. [ 24.945654] systemd[1]: Inserted module 'ipv6'
  1387. [ 24.963630] systemd[1]: Set hostname to <alarm>.
  1388. [ 25.323689] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such.
  1389. [ 25.346094] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  1390. [ 25.354189] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1391. [ 25.361916] systemd[1]: Expecting device dev-ttyS0.device...
  1392. Expecting device dev-ttyS0.device...
  1393. [ 25.386302] systemd[1]: Starting Remote File Systems.
  1394. [ OK ] Reached target Remote File Systems.
  1395. [ 25.406258] systemd[1]: Reached target Remote File Systems.
  1396. [ 25.411932] systemd[1]: Starting Syslog Socket.
  1397. [ OK ] Listening on Syslog Socket.
  1398. [ 25.436262] systemd[1]: Listening on Syslog Socket.
  1399. [ 25.441250] systemd[1]: Starting Delayed Shutdown Socket.
  1400. [ OK ] Listening on Delayed Shutdown Socket.
  1401. [ 25.466260] systemd[1]: Listening on Delayed Shutdown Socket.
  1402. [ 25.472107] systemd[1]: Starting Device-mapper event daemon FIFOs.
  1403. [ OK ] Listening on Device-mapper event daemon FIFOs.
  1404. [ 25.496257] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1405. [ 25.502888] systemd[1]: Starting LVM2 metadata daemon socket.
  1406. [ OK ] Listening on LVM2 metadata daemon socket.
  1407. [ 25.526259] systemd[1]: Listening on LVM2 metadata daemon socket.
  1408. [ 25.532458] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  1409. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  1410. [ 25.556258] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1411. [ 25.563444] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  1412. [ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
  1413. [ 25.596272] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1414. [ 25.605792] systemd[1]: Starting Encrypted Volumes.
  1415. [ OK ] Reached target Encrypted Volumes.
  1416. [ 25.626256] systemd[1]: Reached target Encrypted Volumes.
  1417. [ 25.631766] systemd[1]: Starting Journal Socket.
  1418. [ OK ] Listening on Journal Socket.
  1419. [ 25.656261] systemd[1]: Listening on Journal Socket.
  1420. [ 25.661392] systemd[1]: Mounted Huge Pages File System.
  1421. [ 25.681081] systemd[1]: Starting Apply Kernel Variables...
  1422. Starting Apply Kernel Variables...
  1423. [ 25.796586] systemd[1]: Started Set Up Additional Binary Formats.
  1424. [ 25.802813] systemd[1]: Starting Journal Service...
  1425. Starting Journal Service...
  1426. [ OK ] Started Journal Service.
  1427. [ 25.886371] systemd[1]: Started Journal Service.
  1428. [ 25.891567] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
  1429. [ 25.901590] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1430. [ 25.911217] systemd[1]: Starting Paths.
  1431. [ OK ] Reached target Paths.
  1432. [ 25.936324] systemd[1]: Reached target Paths.
  1433. [ 25.940838] systemd[1]: Mounting POSIX Message Queue File System...
  1434. Mounting POSIX Message Queue File System...
  1435. [ 26.006535] systemd[1]: Starting Setup Virtual Console...
  1436. Starting Setup Virtual Console...
  1437. [ 26.077327] systemd[1]: Mounting Debug File System...
  1438. Mounting Debug File System...
  1439. [ 26.136877] systemd[1]: Starting udev Kernel Socket.
  1440. [ OK ] Listening on udev Kernel Socket.
  1441. [ 26.166320] systemd[1]: Listening on udev Kernel Socket.
  1442. [ 26.172317] systemd[1]: Starting udev Control Socket.
  1443. [ OK ] Listening on udev Control Socket.
  1444. [ 26.196540] systemd[1]: Listening on udev Control Socket.
  1445. [ 26.205426] systemd[1]: Starting udev Coldplug all Devices...
  1446. Starting udev Coldplug all Devices...
  1447. [ 26.267095] systemd[1]: Starting Create static device nodes in /dev...
  1448. Starting Create static device nodes in /dev...
  1449. [ 26.430724] systemd[1]: Started Load Kernel Modules.
  1450. [ 26.435830] systemd[1]: Mounted Configuration File System.
  1451. [ 26.441499] systemd[1]: Mounted FUSE Control File System.
  1452. [ 26.447016] systemd[1]: Starting Swap.
  1453. [ OK ] Reached target Swap.
  1454. [ 26.466309] systemd[1]: Reached target Swap.
  1455. [ 26.471122] systemd[1]: Started File System Check on Root Device.
  1456. [ 26.478206] systemd[1]: Starting Remount Root and Kernel File Systems...
  1457. Starting Remount Root and Kernel File Systems...
  1458. [ 26.556820] systemd[1]: Mounting Temporary Directory...
  1459. Mounting Temporary Directory...
  1460. [ OK ] Started Apply Kernel Variables.
  1461. [ 26.756349] systemd[1]: Started Apply Kernel Variables.
  1462. [ OK ] Mounted POSIX Message Queue File System.
  1463. [ 26.786287] systemd[1]: Mounted POSIX Message Queue File System.
  1464. [ OK ] Mounted Debug File System.
  1465. [ 26.819591] systemd[1]: Mounted Debug File System.
  1466. [ OK ] Started Create static device nodes in /dev.
  1467. [ 26.916383] systemd[1]: Started Create static device nodes in /dev.
  1468. [ OK ] Started Remount Root and Kernel File Systems.
  1469. [ 26.966441] systemd[1]: Started Remount Root and Kernel File Systems.
  1470. [ OK ] Mounted Temporary Directory.
  1471. [ 26.996364] systemd[1]: Mounted Temporary Directory.
  1472. [ OK ] Started udev Coldplug all Devices.
  1473. [ 27.056278] systemd[1]: Started udev Coldplug all Devices.
  1474. [ OK ] Started Setup Virtual Console.
  1475. [ 27.116279] systemd[1]: Started Setup Virtual Console.
  1476. [ 27.121625] systemd[1]: Starting Load Random Seed...
  1477. Starting Load Random Seed...
  1478. [ 27.187584] systemd[1]: Starting udev Kernel Device Manager...
  1479. Starting udev Kernel Device Manager...
  1480. [ 27.290167] systemd-udevd[73]: starting version 204
  1481. [ OK ] Started Load Random Seed.
  1482. [ 27.316286] systemd[1]: Started Load Random Seed.
  1483. [ OK ] Started udev Kernel Device Manager.
  1484. [ 27.346320] systemd[1]: Started udev Kernel Device Manager.
  1485. [ 27.352574] systemd[1]: Starting Local File Systems (Pre).
  1486. [ OK ] Reached target Local File Systems (Pre).
  1487. [ 27.376304] systemd[1]: Reached target Local File Systems (Pre).
  1488. [ 27.383397] systemd[1]: Starting Local File Systems.
  1489. [ OK ] Reached target Local File Systems.
  1490. [ 27.409639] systemd[1]: Reached target Local File Systems.
  1491. [ 27.416428] systemd[1]: Starting Recreate Volatile Files and Directories...
  1492. Starting Recreate Volatile Files and Directories...
  1493. [ 27.487020] systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
  1494. Starting Trigger Flushing of Journal to Persistent Storage...
  1495. [ OK ] Started Recreate Volatile Files and Directories.
  1496. [ 27.626353] systemd[1]: Started Recreate Volatile Files and Directories.
  1497. [ 27.633317] systemd[1]: Starting System Initialization.
  1498. [ OK ] Reached target System Initialization.
  1499. [ 27.666334] systemd[1]: Reached target System Initialization.
  1500. [ 27.672247] systemd[1]: Starting Daily Cleanup of Temporary Directories.
  1501. [ 27.690280] systemd[1]: Started Daily Cleanup of Temporary Directories.
  1502. [ 27.704479] systemd[1]: Starting Timers.
  1503. [ OK ] Reached target Timers.
  1504. [ 27.736446] systemd[1]: Reached target Timers.
  1505. [ 27.741026] systemd[1]: Starting D-Bus System Message Bus Socket.
  1506. [ OK ] Listening on D-Bus System Message Bus Socket.
  1507. [ 27.776375] systemd[1]: Listening on D-Bus System Message Bus Socket.
  1508. [ 27.782980] systemd[1]: Starting Sockets.
  1509. [ OK ] Reached target Sockets.
  1510. [ 27.816426] systemd[1]: Reached target Sockets.
  1511. [ 27.821118] systemd[1]: Starting Basic System.
  1512. [ OK ] Reached target Basic System.
  1513. [ 27.835095] systemd[1]: Reached target Basic System.
  1514. [ 27.845573] systemd[1]: Starting Netcfg multi-profile daemon...
  1515. Starting Netcfg multi-profile daemon...
  1516. [ 28.345754] systemd[1]: Started SSH Key Generation.
  1517. [ 28.350962] systemd[1]: Starting OpenSSH Daemon...
  1518. Starting OpenSSH Daemon...
  1519. [ OK ] Started OpenSSH Daemon.
  1520. [ 28.436484] systemd[1]: Started OpenSSH Daemon.
  1521. [ 28.444195] systemd[1]: Starting System Logger Daemon...
  1522. Starting System Logger Daemon...
  1523. [ OK ] Started System Logger Daemon.
  1524. [ 28.536432] systemd[1]: Started System Logger Daemon.
  1525. [ 28.545249] systemd[1]: Starting Periodic Command Scheduler...
  1526. Starting Periodic Command Scheduler...
  1527. [ OK ] Started Periodic Command Scheduler.
  1528. [ 28.636428] systemd[1]: Started Periodic Command Scheduler.
  1529. [ 28.646487] systemd[1]: Starting Initialize hardware monitoring sensors...
  1530. Starting Initialize hardware monitoring sensors...
  1531. [ 29.036754] systemd[1]: Starting Login Service...
  1532. Starting Login Service...
  1533. [ 29.096840] systemd[1]: Starting D-Bus System Message Bus...
  1534. Starting D-Bus System Message Bus...
  1535. [ OK ] Started D-Bus System Message Bus.
  1536. [ 29.186349] systemd[1]: Started D-Bus System Message Bus.
  1537. [ OK ] Found device /dev/ttyS0.
  1538. [ 29.216343] systemd[1]: Found device /dev/ttyS0.
  1539. [ 29.281561] rtc-pcf8563 0-0051: chip found, driver version 0.4.3
  1540. [ 29.288959] rtc-pcf8563 0-0051: pcf8563_get_datetime: read error
  1541. [ 29.298248] rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc1
  1542. [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
  1543. [ 29.466324] systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
  1544. [ 29.474188] systemd[1]: Starting Permit User Sessions...
  1545. Starting Permit User Sessions...
  1546. [ 29.572272] hwmon_vid: Unknown VRM version of your CPU
  1547. [ 29.579570] lm85 0-002e: Starting monitoring
  1548. [ OK ] Started Permit User Sessions.
  1549. Starting Getty on tty1...
  1550. [ OK ] Started Getty on tty1.
  1551. Starting Serial Getty on ttyS0...
  1552. [ OK ] Started Serial Getty on ttyS0.
  1553. [ OK ] Reached target Login Prompts.
  1554. [ 29.876726] systemd-journald[50]: File /var/log/journal/5c49cb5bf08724338eb09a6900092bb0/system.journal corrupted or uncleanly shut down, renaming.
  1555. [ OK ] Started Initialize hardware monitoring sensors.
  1556. [ OK ] Started Login Service.
  1557. [ 31.510040] r8169 0000:00:01.0: eth1: link down
  1558. [ 31.514605] r8169 0000:00:01.0: eth1: link down
  1559. [ 31.526355] ADDRCONF(NETDEV_UP): eth1: link is not ready
  1560. [ 33.405712] r8169 0000:00:01.0: eth1: link up
  1561. [ 33.410234] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  1562. [ 34.176163] USB power enabled
  1563.  
  1564. Arch Linux 3.1.10-20-ARCH (ttyS0)
  1565.  
  1566. alarm login: root[ OK ] Started Netcfg multi-profile daemon.
  1567. [ OK ] Reached target Network.
  1568. Starting OpenNTP Daemon...
  1569. [ OK ] Started OpenNTP Daemon.
  1570. [ OK ] Reached target Multi-User System.
  1571. [ OK ] Reached target Graphical Interface.
  1572.  
  1573. Has�ło:
  1574. [ 44.216165] eth1: no IPv6 routers present
  1575. Ostatnie logowanie: Tue May 21 09:22:18 z 192.168.1.3
  1576. [root@alarm ~]# sensors
  1577. lm85-i2c-0-2e
  1578. Adapter: mv64xxx_i2c adapter
  1579. in0: +1.80 V (min = +0.00 V, max = +3.32 V)
  1580. Vcore: +1.08 V (min = +0.00 V, max = +2.99 V)
  1581. +3.3V: +3.23 V (min = +2.97 V, max = +3.63 V)
  1582. +5V: +5.10 V (min = +4.50 V, max = +5.50 V)
  1583. +12V: +12.25 V (min = +0.00 V, max = +15.94 V)
  1584. fan1: 4967 RPM (min = 0 RPM)
  1585. fan2: 0 RPM (min = 0 RPM)
  1586. fan3: 0 RPM (min = 0 RPM)
  1587. fan4: 0 RPM (min = 0 RPM)
  1588. temp1: +31.0�°C (low = -127.0�°C, high = +127.0�°C)
  1589. M/B Temp: +32.0�°C (low = -127.0�°C, high = +127.0�°C)
  1590. temp3: +36.0�°C (low = -127.0�°C, high = +127.0�°C)
  1591. cpu0_vid: +0.000 V
  1592.  
  1593. [root@alarm ~]# ifconfig
  1594. eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  1595. inet 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255
  1596. inet6 fe80::ca6c:87ff:fe0a:f3b1 prefixlen 64 scopeid 0x20<link>
  1597. ether c8:6c:87:0a:f3:b1 txqueuelen 1000 (Ethernet)
  1598. RX packets 29 bytes 4148 (4.0 KiB)
  1599. RX errors 0 dropped 0 overruns 0 frame 0
  1600. TX packets 32 bytes 2664 (2.6 KiB)
  1601. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1602. device interrupt 9 base 0x2000
  1603.  
  1604. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
  1605. inet 127.0.0.1 netmask 255.0.0.0
  1606. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  1607. loop txqueuelen 0 (Local Loopback)
  1608. RX packets 0 bytes 0 (0.0 B)
  1609. RX errors 0 dropped 0 overruns 0 frame 0
  1610. TX packets 0 bytes 0 (0.0 B)
  1611. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1612.  
  1613. [root@alarm ~]# ifconfig -a
  1614. eth0: flags=4098<BROADCAST,MULTICAST> mtu 1500
  1615. ether c8:6c:87:0a:f3:b1 txqueuelen 1000 (Ethernet)
  1616. RX packets 0 bytes 0 (0.0 B)
  1617. RX errors 0 dropped 0 overruns 0 frame 0
  1618. TX packets 0 bytes 0 (0.0 B)
  1619. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1620. device interrupt 11
  1621.  
  1622. eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  1623. inet 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255
  1624. inet6 fe80::ca6c:87ff:fe0a:f3b1 prefixlen 64 scopeid 0x20<link>
  1625. ether c8:6c:87:0a:f3:b1 txqueuelen 1000 (Ethernet)
  1626. RX packets 48 bytes 6836 (6.6 KiB)
  1627. RX errors 0 dropped 0 overruns 0 frame 0
  1628. TX packets 42 bytes 3516 (3.4 KiB)
  1629. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1630. device interrupt 9 base 0x2000
  1631.  
  1632. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
  1633. inet 127.0.0.1 netmask 255.0.0.0
  1634. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  1635. loop txqueuelen 0 (Local Loopback)
  1636. RX packets 0 bytes 0 (0.0 B)
  1637. RX errors 0 dropped 0 overruns 0 frame 0
  1638. TX packets 0 bytes 0 (0.0 B)
  1639. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1640.  
  1641. [root@alarm ~]# cat /etc/network.d/wired-eth0
  1642. CONNECTION='ethernet'
  1643. DESCRIPTION='A basic dhcp ethernet connection using iproute'
  1644. PRE_UP="/sbin/ifconfig eth0 hw ether 00:00:00:00:00:30"
  1645. PRE_UP="/sbin/ifconfig eth1 hw ether C8:6C:87:0A:F3:B1"
  1646. INTERFACE='eth1'
  1647. IP='dhcp'
  1648. ## for DHCPv6
  1649. #IP6='dhcp'
  1650. ## for IPv6 autoconfiguration
  1651. #IP6='stateless'
  1652.  
  1653. ## Example of static eth0
  1654. #CONNECTION='ethernet'
  1655. #DESCRIPTION='A basic static ethernet connection using iproute'
  1656. #INTERFACE='eth0'
  1657. #IP='static'
  1658. #ADDR='192.168.1.23'
  1659. #ROUTES=('192.168.0.0/24 via 192.168.1.2')
  1660. #GATEWAY='192.168.1.1'
  1661. #DNS=('192.168.1.1')
  1662.  
  1663. ## For IPv6 autoconfiguration
  1664. #IP6=stateless
  1665.  
  1666. ## For IPv6 static address configuration
  1667. #IP6='static'
  1668. #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
  1669. #ROUTES6=('abcd::1234')
  1670. #GATEWAY6='1234:0:123::abcd'
  1671. [root@alarm ~]# cat /etc/fw_env.config
  1672. # Configuration file for fw_(printenv/saveenv) utility.
  1673. # Up to two entries are valid, in this case the redundand
  1674. # environment sector is assumed present.
  1675. # MTD device name Device offset Env. size Flash sector size
  1676. #/dev/mtd2 0x0000 0x20000 0x20000
  1677.  
  1678. # segate dockstar:
  1679. # /dev/mtd0 0xc0000 0x20000 0x20000
  1680.  
  1681. # iomega iconnect
  1682. # /dev/mtd0 0xa0000 0x20000 0x20000
  1683.  
  1684. # CuBox
  1685. # /dev/mtd0 0xc0000 0x10000 0x10000
  1686.  
  1687. # NSA-310
  1688. /dev/mtd1 0x0000 0x20000 0x20000
  1689. [root@alarm ~]# fw_printenv
  1690. Too few good blocks within range
  1691. [root@alarm ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement