Advertisement
Guest User

GoFlex NET thanks to bodhi

a guest
Sep 16th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.01 KB | None | 0 0
  1.  
  2.  
  3. U-Boot 2011.12 (Apr 18 2012 - 23:08:20)
  4. Seagate GoFlexNet
  5.  
  6. SoC: Kirkwood 88F6281_A1
  7. DRAM: 128 MiB
  8. WARNING: Caches not enabled
  9. NAND: 256 MiB
  10. In: serial
  11. Out: serial
  12. Err: serial
  13. Net: egiga0
  14. 88E1116 Initialized on egiga0
  15. Hit any key to stop autoboot: 0
  16. (Re)start USB...
  17. USB: Register 10011 NbrPorts 1
  18. USB EHCI 1.00
  19. scanning bus for devices... 2 USB Device(s) found
  20. scanning bus for storage devices... 1 Storage Device(s) found
  21. Loading file "/rescueme" from usb device 0:1 (usbda1)
  22. ** File not found /rescueme
  23. reading /rescueme.txt
  24.  
  25. ** Unable to read "/rescueme.txt" from usb 0:1 **
  26. Creating 1 MTD partitions on "nand0":
  27. 0x000002500000-0x000010000000 : "mtd=3"
  28. UBI: attaching mtd1 to ubi0
  29. UBI: physical eraseblock size: 131072 bytes (128 KiB)
  30. UBI: logical eraseblock size: 129024 bytes
  31. UBI: smallest flash I/O unit: 2048
  32. UBI: sub-page size: 512
  33. UBI: VID header offset: 512 (aligned 512)
  34. UBI: data offset: 2048
  35. UBI: attached mtd1 to ubi0
  36. UBI: MTD device name: "mtd=3"
  37. UBI: MTD device size: 219 MiB
  38. UBI: number of good PEBs: 1752
  39. UBI: number of bad PEBs: 0
  40. UBI: max. allowed volumes: 128
  41. UBI: wear-leveling threshold: 4096
  42. UBI: number of internal volumes: 1
  43. UBI: number of user volumes: 0
  44. UBI: available PEBs: 1731
  45. UBI: total number of reserved PEBs: 21
  46. UBI: number of PEBs reserved for bad PEB handling: 17
  47. UBI: max/mean erase counter: 1/1
  48. UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
  49. Error reading superblock on volume 'ubi:rootfs'!
  50. Loading file "/boot/uImage" from usb device 0:1 (usbda1)
  51. 1 bytes read
  52. Found bootable drive on usb 0:1
  53. Loading file "/boot/uImage" from usb device 0:1 (usbda1)
  54. 2191504 bytes read
  55. Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
  56. 6483936 bytes read
  57. ## Booting kernel from Legacy Image at 00800000 ...
  58. Image Name: Linux-3.10.4-kirkwood-tld-1
  59. Image Type: ARM Linux Kernel Image (uncompressed)
  60. Data Size: 2191440 Bytes = 2.1 MiB
  61. Load Address: 00008000
  62. Entry Point: 00008000
  63. Verifying Checksum ... OK
  64. ## Loading init Ramdisk from Legacy Image at 01100000 ...
  65. Image Name: initramfs-3.10.4-kirkwood-tld-1
  66. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  67. Data Size: 6483872 Bytes = 6.2 MiB
  68. Load Address: 00000000
  69. Entry Point: 00000000
  70. Verifying Checksum ... OK
  71. Loading Kernel Image ... OK
  72. OK
  73.  
  74. Starting kernel ...
  75.  
  76. Uncompressing Linux... done, booting the kernel.
  77. [ 0.000000] Booting Linux on physical CPU 0x0
  78. [ 0.000000] Initializing cgroup subsys cpuset
  79. [ 0.000000] Initializing cgroup subsys cpu
  80. [ 0.000000] Initializing cgroup subsys cpuacct
  81. [ 0.000000] Linux version 3.10.4-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Tue Aug 20 23:25:42 PDT 2013
  82. [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
  83. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  84. [ 0.000000] Machine: Marvell SheevaPlug Reference Board
  85. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  86. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
  87. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
  88. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  89. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  90. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  91. [ 0.000000] Memory: 128MB = 128MB total
  92. [ 0.000000] Memory: 117144k/117144k available, 13928k reserved, 0K highmem
  93. [ 0.000000] Virtual kernel memory layout:
  94. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  95. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  96. [ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB)
  97. [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
  98. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  99. [ 0.000000] .text : 0xc0008000 - 0xc0561b44 (5479 kB)
  100. [ 0.000000] .init : 0xc0562000 - 0xc05909bc ( 187 kB)
  101. [ 0.000000] .data : 0xc0592000 - 0xc05de6d0 ( 306 kB)
  102. [ 0.000000] .bss : 0xc05de6d0 - 0xc06470f4 ( 419 kB)
  103. [ 0.000000] Preemptible hierarchical RCU implementation.
  104. [ 0.000000] NR_IRQS:114
  105. [ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
  106. [ 0.000000] Console: colour dummy device 80x30
  107. [ 10.582667] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
  108. [ 10.672493] pid_max: default: 32768 minimum: 301
  109. [ 10.672596] Security Framework initialized
  110. [ 10.672662] Mount-cache hash table entries: 512
  111. [ 10.673273] Initializing cgroup subsys devices
  112. [ 10.673295] Initializing cgroup subsys freezer
  113. [ 10.673308] Initializing cgroup subsys net_cls
  114. [ 10.673320] Initializing cgroup subsys blkio
  115. [ 10.673409] CPU: Testing write buffer coherency: ok
  116. [ 10.673803] Setting up static identity map for 0xc03e88c8 - 0xc03e8904
  117. [ 10.675626] devtmpfs: initialized
  118. [ 10.678005] pinctrl core: initialized pinctrl subsystem
  119. [ 10.678339] regulator-dummy: no parameters
  120. [ 10.678652] NET: Registered protocol family 16
  121. [ 10.679075] DMA: preallocated 256 KiB pool for atomic coherent allocations
  122. [ 10.679770] Kirkwood: MV88F6281-A1, TCLK=200000000.
  123. [ 10.679800] Feroceon L2: Enabling L2
  124. [ 10.679838] Feroceon L2: Cache support initialised.
  125. [ 10.683638] bio: create slab <bio-0> at 0
  126. [ 10.684060] vgaarb: loaded
  127. [ 10.684183] usbcore: registered new interface driver usbfs
  128. [ 10.684244] usbcore: registered new interface driver hub
  129. [ 10.684343] usbcore: registered new device driver usb
  130. [ 10.684941] Switching to clocksource orion_clocksource
  131. [ 10.698928] NET: Registered protocol family 2
  132. [ 10.699560] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
  133. [ 10.699596] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  134. [ 10.699616] TCP: Hash tables configured (established 1024 bind 1024)
  135. [ 10.699683] TCP: reno registered
  136. [ 10.699697] UDP hash table entries: 256 (order: 0, 4096 bytes)
  137. [ 10.699719] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  138. [ 10.699914] NET: Registered protocol family 1
  139. [ 10.700222] RPC: Registered named UNIX socket transport module.
  140. [ 10.700234] RPC: Registered udp transport module.
  141. [ 10.700241] RPC: Registered tcp transport module.
  142. [ 10.700247] RPC: Registered tcp NFSv4.1 backchannel transport module.
  143. [ 10.700452] Unpacking initramfs...
  144. [ 11.241570] Freeing initrd memory: 6324K (c1101000 - c172e000)
  145. [ 11.241672] NetWinder Floating Point Emulator V0.97 (double precision)
  146. [ 11.242176] audit: initializing netlink socket (disabled)
  147. [ 11.242229] type=2000 audit(0.650:1): initialized
  148. [ 11.243031] VFS: Disk quotas dquot_6.5.2
  149. [ 11.243083] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  150. [ 11.243438] NFS: Registering the id_resolver key type
  151. [ 11.243496] Key type id_resolver registered
  152. [ 11.243506] Key type id_legacy registered
  153. [ 11.243524] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  154. [ 11.243676] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  155. [ 11.243889] msgmni has been set to 241
  156. [ 11.245773] alg: No test for stdrng (krng)
  157. [ 11.245868] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  158. [ 11.245879] io scheduler noop registered
  159. [ 11.245887] io scheduler deadline registered
  160. [ 11.245914] io scheduler cfq registered (default)
  161. [ 11.246033] mv_xor mv_xor.0: Marvell shared XOR driver
  162. [ 11.285020] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
  163. [ 11.325020] mv_xor mv_xor.0: Marvell XOR: ( xor fill cpy )
  164. [ 11.325121] mv_xor mv_xor.1: Marvell shared XOR driver
  165. [ 11.365019] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
  166. [ 11.405018] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
  167. [ 11.405261] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  168. [ 11.425812] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
  169. [ 11.923789] console [ttyS0] enabled
  170. [ 11.928218] ONFI param page 0 valid
  171. [ 11.931720] ONFI flash detected
  172. [ 11.934882] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08AAD), 256MiB, page size: 2048, OOB size: 64
  173. [ 11.946001] Scanning device for bad blocks
  174. [ 12.103645] 4 cmdlinepart partitions found on MTD device orion_nand
  175. [ 12.109954] Creating 4 MTD partitions on "orion_nand":
  176. [ 12.115135] 0x000000000000-0x000000100000 : "u-boot"
  177. [ 12.120347] 0x000000100000-0x000000500000 : "uImage"
  178. [ 12.125558] 0x000000500000-0x000002500000 : "rootfs"
  179. [ 12.130777] 0x000002500000-0x000010000000 : "data"
  180. [ 12.136087] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  181. [ 12.142647] ehci-pci: EHCI PCI platform driver
  182. [ 12.147176] ehci-orion: EHCI orion driver
  183. [ 12.151255] orion-ehci orion-ehci.0: EHCI Host Controller
  184. [ 12.156719] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
  185. [ 12.164470] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
  186. [ 12.184993] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
  187. [ 12.191018] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  188. [ 12.197862] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  189. [ 12.205137] usb usb1: Product: EHCI Host Controller
  190. [ 12.210039] usb usb1: Manufacturer: Linux 3.10.4-kirkwood-tld-1 ehci_hcd
  191. [ 12.216785] usb usb1: SerialNumber: orion-ehci.0
  192. [ 12.221833] hub 1-0:1.0: USB hub found
  193. [ 12.225645] hub 1-0:1.0: 1 port detected
  194. [ 12.229989] mousedev: PS/2 mouse device common for all mice
  195. [ 12.544996] usb 1-1: new high-speed USB device number 2 using orion-ehci
  196. [ 12.727227] usb 1-1: New USB device found, idVendor=8564, idProduct=1000
  197. [ 12.733974] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  198. [ 12.741168] usb 1-1: Product: Mass Storage Device
  199. [ 12.745906] usb 1-1: Manufacturer: JetFlash
  200. [ 12.750112] usb 1-1: SerialNumber: 38DM3PPZMTY8FCK2
  201. [ 13.244991] rtc-mv rtc-mv: internal RTC not ticking
  202. [ 13.249983] i2c /dev entries driver
  203. [ 13.253554] cpuidle: using governor ladder
  204. [ 13.257688] cpuidle: using governor menu
  205. [ 13.261806] leds-gpio leds-gpio: pins are not configured from the driver
  206. [ 13.268835] drop_monitor: Initializing network drop monitor service
  207. [ 13.275429] TCP: cubic registered
  208. [ 13.278762] NET: Registered protocol family 17
  209. [ 13.283320] Key type dns_resolver registered
  210. [ 13.288040] registered taskstats version 1
  211. [ 13.292971] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  212. [ 13.300101] Freeing unused kernel memory: 184K (c0562000 - c0590000)
  213. Loading, please wait...
  214. [ 13.375616] udevd[52]: starting version 175
  215. [ 13.478200] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
  216. [ 13.544100] SCSI subsystem initialized
  217. [ 13.550072] mvsdio mvsdio: no pins associated
  218. [ 13.585085] mvsdio mvsdio: lacking card detect (fall back to polling)
  219. [ 13.592454] libphy: PHY orion-mdio-mii:00 not found
  220. [ 13.612657] platform mv643xx_eth_port.0: Driver mv643xx_eth_port requests probe deferral
  221. [ 13.630676] usb-storage 1-1:1.0: USB Mass Storage device detected
  222. [ 13.678297] libphy: orion_mdio_bus: probed
  223. [ 13.683700] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:10:75:26:42:bc
  224. [ 13.705300] scsi0 : usb-storage 1-1:1.0
  225. [ 13.723462] usbcore: registered new interface driver usb-storage
  226. [ 14.904455] scsi 0:0:0:0: Direct-Access JetFlash Transcend 8GB 1100 PQ: 0 ANSI: 4
  227. [ 14.931111] sd 0:0:0:0: [sda] 15950592 512-byte logical blocks: (8.16 GB/7.60 GiB)
  228. [ 14.940139] sd 0:0:0:0: [sda] Write Protect is off
  229. [ 14.945760] sd 0:0:0:0: [sda] No Caching mode page present
  230. [ 14.951296] sd 0:0:0:0: [sda] Assuming drive cache: write through
  231. [ 14.962129] sd 0:0:0:0: [sda] No Caching mode page present
  232. [ 14.967707] sd 0:0:0:0: [sda] Assuming drive cache: write through
  233. [ 14.976377] sda: sda1
  234. [ 14.981881] sd 0:0:0:0: [sda] No Caching mode page present
  235. [ 14.987447] sd 0:0:0:0: [sda] Assuming drive cache: write through
  236. [ 14.994001] sd 0:0:0:0: [sda] Attached SCSI removable disk
  237. [ 15.009876] sd 0:0:0:0: Attached scsi generic sg0 type 0
  238. Begin: Loading essential drivers ... done.
  239. Begin: Running /scripts/init-premount ... done.
  240. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  241. Begin: Running /scripts/local-premount ... done.
  242. Begin: Running /scripts/local-bottom ... done.
  243. done.
  244. Begin: Running /scripts/init-bottom ... done.
  245. INIT: version 2.88 booting
  246. [info] Using makefile-style concurrent boot in runlevel S.
  247. [....] Starting the hotplug events dispatcher: udevd[ 25.025652] udevd[233]: starting version 175
  248. . ok
  249. [ ok ] Synthesizing the initial hotplug events...done.
  250. [....] [ 25.445107] alg: hash: Test 1 failed for mv-hmac-sha1
  251. Waiting for /dev[ 25.453939] 00000000: 0c aa 9f d5 37 c3 79 3a 91 d9 21 5f 42 2b 2c 24
  252. to be fully populated...[ 25.481057] 00000010: b7 c3 16 0c
  253. [ 25.515518] orion_wdt: Initial timeout 21 sec
  254. done.
  255. [ ok ] Activating swap...done.
  256. [....] Checking root file system...fsck from util-linux 2.20.1
  257. rootfs: clean, 12861/498736 files, 128328/1993472 blocks
  258. done.
  259. [ ok ] Loading kernel modules...done.
  260. [ ok ] Cleaning up temporary files... /tmp /lib/init/rw.
  261. [ ok ] Activating lvm and md swap...done.
  262. [....] Checking file systems...fsck from util-linux 2.20.1
  263. done.
  264. [ ok ] Mounting local filesystems...done.
  265. [ ok ] Activating swapfile swap...done.
  266. [ ok ] Cleaning up temporary files....
  267. [ ok ] Setting kernel variables ...done.
  268. [....] Configuring network interfaces...[ 30.721836] NET: Registered protocol family 10
  269. Internet Systems Consortium DHCP Client 4.2.2
  270. Copyright 2004-2011 Internet Systems Consortium.
  271. All rights reserved.
  272. For info, please visit https://www.isc.org/software/dhcp/
  273.  
  274. [ 30.878507] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  275. Listening on LPF/eth0/00:10:75:26:42:bc
  276. Sending on LPF/eth0/00:10:75:26:42:bc
  277. Sending on Socket/fallback
  278. DHCPREQUEST on eth0 to 255.255.255.255 port 67
  279. DHCPREQUEST on eth0 to 255.255.255.255 port 67
  280. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
  281. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
  282. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
  283. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
  284. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
  285. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
  286. No DHCPOFFERS received.
  287. Trying recorded lease 192.168.0.15
  288. PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
  289.  
  290. --- 192.168.0.1 ping statistics ---
  291. 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
  292.  
  293. No working leases in persistent database - sleeping.
  294. done.
  295. [ ok ] Starting rpcbind daemon....
  296. [ ok ] Starting NFS common utilities: statd idmapd.
  297. [ ok ] Cleaning up temporary files....
  298. INIT: Entering runlevel: 2
  299. [info] Using makefile-style concurrent boot in runlevel 2.
  300. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
  301. 1651 (syslogd)
  302. . ok
  303. [ ok ] Starting system message bus: dbus.
  304. [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
  305. [ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
  306. [ ok ] Starting NFS common utilities: statd idmapd.
  307. [ ok ] Starting rpcbind daemon...[....] Already running..
  308. [ ok ] Starting NTP server: ntpd.
  309. [warn] Not starting NFS kernel daemon: no exports. ... (warning).
  310. [ ok ] Starting OpenBSD Secure Shell server: sshd.
  311. 1649 (klogd)
  312. . ok
  313.  
  314. Debian GNU/Linux 7.0 debian ttyS0
  315.  
  316. debian login: root
  317. Password:
  318. Linux debian 3.10.4-kirkwood-tld-1 #1 PREEMPT Tue Aug 20 23:25:42 PDT 2013 armv5tel
  319.  
  320. The programs included with the Debian GNU/Linux system are free software;
  321. the exact distribution terms for each program are described in the
  322. individual files in /usr/share/doc/*/copyright.
  323.  
  324. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  325. permitted by applicable law.
  326. root@debian:~# sync
  327. root@debian:~# reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement