Advertisement
Guest User

Pogo_Serial_Log

a guest
Jan 13th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.97 KB | None | 0 0
  1.  
  2. U-Boot SPL 2013.10 (Apr 27 2014 - 19:08:27)
  3. Boot device: NAND
  4. Attempting to set PLLA to 800 MHz ...
  5. plla_ctrl0 : 0000030a
  6. plla_ctrl1 : 00400000
  7. plla_ctrl2 : 007f0068
  8. plla_ctrl3 : 00000193
  9.  
  10. PLLA Set
  11.  
  12.  
  13. U-Boot 2013.10-tld-3 (May 15 2014 - 14:54:14) for OXNAS
  14.  
  15. DRAM: 128 MiB
  16. NAND: 128 MiB
  17. In: serial
  18. Out: serial
  19. Err: serial
  20. Net:
  21. Led:\0x09GREEN
  22. mii0
  23. Main Loop
  24. Hit any key to stop autoboot: 10 \0x08\0x08\0x08 9 \0x08\0x08\0x08 0
  25. OX820 #
  26. OX820 # setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=41000000.nand:14m(boot),-(data) earlyprintk=serial'
  27. OX820 #
  28. OX820 # setenv dt_bootm 'bootm $uimage_addr $uinitrd_addr $dtb_addr'
  29. OX820 #
  30. OX820 # setenv dt_usb_boot 'run dt_load_uimage; run dt_load_initrd; run dt_load_dtb; run dt_bootm'
  31. OX820 #
  32. OX820 # setenv dt_load_dtb 'ext2load usb 0:1 $dtb_addr /boot/dts/ox820-pogoplug-classic.dtb'
  33. OX820 #
  34. OX820 # boot
  35. (Re)start USB...
  36. USB0: USB EHCI 1.00
  37. scanning bus 0 for devices... 3 USB Device(s) found
  38. scanning usb for storage devices... 1 Storage Device(s) found
  39. 4621824 bytes read in 377 ms (11.7 MiB/s)
  40. 4594376 bytes read in 349 ms (12.6 MiB/s)
  41. 7075 bytes read in 184 ms (37.1 KiB/s)
  42. ## Booting kernel from Legacy Image at 60500000 ...
  43. Image Name: Linux-4.4.54-oxnas-tld-1
  44. Image Type: ARM Linux Kernel Image (uncompressed)
  45. Data Size: 4621760 Bytes = 4.4 MiB
  46. Load Address: 60008000
  47. Entry Point: 60008000
  48. Verifying Checksum ... OK
  49. ## Loading init Ramdisk from Legacy Image at 60e00000 ...
  50. Image Name: initramfs-4.4.54-oxnas-tld-1
  51. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  52. Data Size: 4594312 Bytes = 4.4 MiB
  53. Load Address: 60000000
  54. Entry Point: 60000000
  55. Verifying Checksum ... OK
  56. ## Flattened Device Tree blob at 62c00000
  57. Booting using the fdt blob at 0x62c00000
  58. Loading Kernel Image ... OK
  59. Loading Ramdisk to 679c8000, end 67e29a88 ... OK
  60. Loading Device Tree to 679c3000, end 679c7ba2 ... OK
  61.  
  62. Led:\0x09GREEN
  63.  
  64. Starting kernel ...
  65.  
  66. Uncompressing Linux... done, booting the kernel.
  67. [ 0.000000] Booting Linux on physical CPU 0x0
  68.  
  69. [ 0.000000] Linux version 4.4.54-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017
  70.  
  71. [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d
  72.  
  73. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  74.  
  75. [ 0.000000] Machine model: Pogoplug V3 Classic
  76.  
  77. [ 0.000000] bootconsole [earlycon0] enabled
  78.  
  79. [ 0.000000] Memory policy: Data cache writealloc
  80.  
  81. [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map
  82.  
  83. [ 0.000000] PERCPU: Embedded 12 pages/cpu @c7eda000 s17696 r8192 d23264 u49152
  84.  
  85. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
  86.  
  87. [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=41000000.nand:14m(boot),-(data) earlyprintk=serial
  88.  
  89. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  90.  
  91. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  92.  
  93. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  94.  
  95. [ 0.000000] Memory: 116204K/131072K available (6410K kernel code, 288K rwdata, 1908K rodata, 224K init, 247K bss, 14868K reserved, 0K cma-reserved)
  96.  
  97. [ 0.000000] Virtual kernel memory layout:
  98.  
  99. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  100.  
  101. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  102.  
  103. [ 0.000000] vmalloc : 0xc8800000 - 0xff800000 ( 880 MB)
  104.  
  105. [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
  106.  
  107. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  108.  
  109. [ 0.000000] .text : 0xc0008000 - 0xc0827e14 (8320 kB)
  110.  
  111. [ 0.000000] .init : 0xc0828000 - 0xc0860000 ( 224 kB)
  112.  
  113. [ 0.000000] .data : 0xc0860000 - 0xc08a8378 ( 289 kB)
  114.  
  115. [ 0.000000] .bss : 0xc08a8378 - 0xc08e6350 ( 248 kB)
  116.  
  117. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  118.  
  119. [ 0.000000] Preemptible hierarchical RCU implementation.
  120.  
  121. [ 0.000000] NR_IRQS:160
  122.  
  123. [ 0.000000] clocksource: rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns
  124.  
  125. [ 0.000010] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns
  126.  
  127. [ 0.008345] Console: colour dummy device 80x30
  128.  
  129. [ 0.012902] Calibrating delay loop... 319.48 BogoMIPS (lpj=1597440)
  130.  
  131. [ 0.062597] pid_max: default: 32768 minimum: 301
  132.  
  133. [ 0.067445] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  134.  
  135. [ 0.074150] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  136.  
  137. [ 0.082099] Initializing cgroup subsys net_cls
  138.  
  139. [ 0.086673] CPU: Testing write buffer coherency: ok
  140.  
  141. [ 0.092088] Setting up static identity map for 0x60008220 - 0x60008258
  142.  
  143. [ 0.229954] Brought up 2 CPUs
  144.  
  145. [ 0.233000] SMP: Total of 2 processors activated (638.97 BogoMIPS).
  146.  
  147. [ 0.240199] devtmpfs: initialized
  148.  
  149. [ 0.249269] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  150.  
  151. [ 0.259223] futex hash table entries: 512 (order: 2, 16384 bytes)
  152.  
  153. [ 0.265715] prandom: seed boundary self test passed
  154.  
  155. [ 0.275315] prandom: 100 self tests passed
  156.  
  157. [ 0.279490] pinctrl core: initialized pinctrl subsystem
  158.  
  159. [ 0.285662] NET: Registered protocol family 16
  160.  
  161. [ 0.290823] DMA: preallocated 256 KiB pool for atomic coherent allocations
  162.  
  163. [ 0.319818] cpuidle: using governor ladder
  164.  
  165. [ 0.349816] cpuidle: using governor menu
  166.  
  167. [ 0.358986] gpio-oxnas 44000000.gpio: at address c8848000
  168.  
  169. [ 0.364930] gpio-oxnas 44100000.gpio: at address c884a000
  170.  
  171. [ 0.371025] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver
  172.  
  173. [ 0.391170] vgaarb: loaded
  174.  
  175. [ 0.394447] SCSI subsystem initialized
  176.  
  177. [ 0.399162] usbcore: registered new interface driver usbfs
  178.  
  179. [ 0.404874] usbcore: registered new interface driver hub
  180.  
  181. [ 0.410432] usbcore: registered new device driver usb
  182.  
  183. [ 0.415738] pps_core: LinuxPPS API ver. 1 registered
  184.  
  185. [ 0.420800] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  186.  
  187. [ 0.430041] PTP clock support registered
  188.  
  189. [ 0.436354] clocksource: Switched to clocksource rps_clocksource_timer
  190.  
  191. [ 0.462881] NET: Registered protocol family 2
  192.  
  193. [ 0.468221] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  194.  
  195. [ 0.475322] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
  196.  
  197. [ 0.481797] TCP: Hash tables configured (established 1024 bind 1024)
  198.  
  199. [ 0.488302] UDP hash table entries: 256 (order: 1, 8192 bytes)
  200.  
  201. [ 0.494266] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  202.  
  203. [ 0.500892] NET: Registered protocol family 1
  204.  
  205. [ 0.505876] RPC: Registered named UNIX socket transport module.
  206.  
  207. [ 0.511905] RPC: Registered udp transport module.
  208.  
  209. [ 0.516674] RPC: Registered tcp transport module.
  210.  
  211. [ 0.521459] RPC: Registered tcp NFSv4.1 backchannel transport module.
  212.  
  213. [ 0.528360] Unpacking initramfs...
  214.  
  215. [ 1.038863] Freeing initrd memory: 4488K (c79c8000 - c7e2a000)
  216.  
  217. [ 1.046638] Initialise system trusted keyring
  218.  
  219. [ 1.064931] zbud: loaded
  220.  
  221. [ 1.091343] NFS: Registering the id_resolver key type
  222.  
  223. [ 1.096532] Key type id_resolver registered
  224.  
  225. [ 1.100861] Key type id_legacy registered
  226.  
  227. [ 1.104980] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  228.  
  229. [ 1.111772] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  230.  
  231. [ 1.119180] fuse init (API version 7.23)
  232.  
  233. [ 1.125414] Key type big_key registered
  234.  
  235. [ 1.224286] Key type asymmetric registered
  236.  
  237. [ 1.228464] Asymmetric key parser 'x509' registered
  238.  
  239. [ 1.233664] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  240.  
  241. [ 1.241210] io scheduler noop registered
  242.  
  243. [ 1.245209] io scheduler deadline registered
  244.  
  245. [ 1.249602] io scheduler cfq registered (default)
  246.  
  247. [ 1.255070] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  248.  
  249. [ 1.263160] console [ttyS0] disabled
  250.  
  251. [ 1.266892] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A
  252.  
  253. [ 1.275584] console [ttyS0] enabled
  254. [ 1.275584] console [ttyS0] enabled
  255.  
  256. [ 1.282654] bootconsole [earlycon0] disabled
  257. [ 1.282654] bootconsole [earlycon0] disabled
  258.  
  259. [ 1.320885] loop: module loaded
  260. [ 1.588444] scsi host0: sata_oxnas
  261. [ 1.644835] ata1: SATA max UDMA/133 irq 7
  262. [ 1.648934] sata_oxnas: resetting SATA core
  263. [ 1.650030] nand: Could not find valid ONFI parameter page; aborting
  264. [ 1.650073] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
  265. [ 1.650078] nand: Hynix NAND 128MiB 3,3V 8-bit
  266. [ 1.650086] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  267. [ 1.650104] Scanning device for bad blocks
  268. [ 1.726878] Bad eraseblock 946 at 0x000007640000
  269. [ 1.737740] 2 cmdlinepart partitions found on MTD device 41000000.nand
  270. [ 1.744258] Creating 2 MTD partitions on "41000000.nand":
  271. [ 1.749655] 0x000000000000-0x000000e00000 : "boot"
  272. [ 1.756544] 0x000000e00000-0x000008000000 : "data"
  273. [ 1.764065] oxnas-gmac 40400000.ethernet: no reset control found
  274. [ 1.770091] stmmac - user ID: 0x12, Synopsys ID: 0x35
  275. [ 1.775119] Ring mode enabled
  276. [ 1.778158] DMA HW capability register supported
  277. [ 1.782684] Enhanced/Alternate descriptors
  278. [ 1.787020] \0x09Enabled extended descriptors
  279. [ 1.791024] RX Checksum Offload Engine supported (type 2)
  280. [ 1.796477] TX Checksum insertion supported
  281. [ 1.800737] Wake-Up On Lan supported
  282. [ 1.804380] Enable RX Mitigation via HW Watchdog Timer
  283. [ 1.845560] libphy: stmmac: probed
  284. [ 1.848957] eth%d: PHY ID 001cc914 at 0 IRQ POLL (stmmac-0:00) active
  285. [ 1.855431] eth%d: PHY ID 001cc914 at 3 IRQ POLL (stmmac-0:03)
  286. [ 1.862164] PPP generic driver version 2.4.2
  287. [ 1.867018] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  288. [ 1.873589] ehci-pci: EHCI PCI platform driver
  289. [ 1.878540] oxnas-ehci 40200100.ehci: EHCI Host Controller
  290. [ 1.884149] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1
  291. [ 1.892001] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100
  292. [ 1.909957] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00
  293. [ 1.916275] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  294. [ 1.923077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  295. [ 1.930283] usb usb1: Product: EHCI Host Controller
  296. [ 1.935139] usb usb1: Manufacturer: Linux 4.4.54-oxnas-tld-1 ehci_hcd
  297. [ 1.941565] usb usb1: SerialNumber: 40200100.ehci
  298. [ 1.947240] hub 1-0:1.0: USB hub found
  299. [ 1.951109] hub 1-0:1.0: 2 ports detected
  300. [ 1.956252] usbcore: registered new interface driver cdc_acm
  301. [ 1.961930] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  302. [ 1.970063] usbcore: registered new interface driver cdc_wdm
  303. [ 1.975874] usbcore: registered new interface driver usb-storage
  304. [ 1.982082] usbcore: registered new interface driver usbserial
  305. [ 1.987950] usbcore: registered new interface driver usbserial_generic
  306. [ 1.994557] usbserial: USB Serial support registered for generic
  307. [ 2.001144] mousedev: PS/2 mouse device common for all mice
  308. [ 2.006883] i2c /dev entries driver
  309. [ 2.011799] hidraw: raw HID events driver (C) Jiri Kosina
  310. [ 2.017425] usbcore: registered new interface driver usbhid
  311. [ 2.023014] usbhid: USB HID core driver
  312. [ 2.029073] NET: Registered protocol family 10
  313. [ 2.034990] sit: IPv6 over IPv4 tunneling driver
  314. [ 2.039854] ata1: SATA link down (SStatus 0 SControl 300)
  315. [ 2.040727] NET: Registered protocol family 17
  316. [ 2.040906] Key type dns_resolver registered
  317. [ 2.042314] registered taskstats version 1
  318. [ 2.042357] Loading compiled-in X.509 certificates
  319. [ 2.042485] zswap: loaded using pool lzo/zbud
  320. [ 2.075194] Key type encrypted registered
  321. [ 2.092897] Freeing unused kernel memory: 224K (c0828000 - c0860000)
  322. Loading, please wait...
  323. [ 2.270059] usb 1-1: new high-speed USB device number 2 using oxnas-ehci
  324. starting version 232
  325. [ 2.287173] random: systemd-udevd: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
  326. [ 2.298562] random: systemd-udevd: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
  327. [ 2.300321] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
  328. [ 2.302635] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
  329. [ 2.302817] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
  330. [ 2.303930] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
  331. [ 2.308047] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
  332. [ 2.309091] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
  333. [ 2.310149] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
  334. [ 2.311306] random: udevadm: uninitialized urandom read (16 bytes read, 0 bits of entropy available)
  335. [ 2.471971] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
  336. [ 2.478663] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  337. [ 2.512120] usb 1-1: Product: USB2.0 Hub
  338. [ 2.517739] hub 1-1:1.0: USB hub found
  339. [ 2.530071] hub 1-1:1.0: 4 ports detected
  340. [ 2.810065] usb 1-1.4: new high-speed USB device number 3 using oxnas-ehci
  341. [ 2.921553] usb 1-1.4: New USB device found, idVendor=0781, idProduct=5567
  342. [ 2.928412] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  343. [ 2.956500] usb 1-1.4: Product: Cruzer Blade
  344. [ 2.960852] usb 1-1.4: Manufacturer: SanDisk
  345. [ 2.965107] usb 1-1.4: SerialNumber: 4C532000030318123381
  346. [ 2.972108] usb-storage 1-1.4:1.0: USB Mass Storage device detected
  347. [ 2.990274] scsi host1: usb-storage 1-1.4:1.0
  348. [ 3.024634] usbcore: registered new interface driver uas
  349. Begin: Loading essential drivers ... done.
  350. [ 3.991767] scsi 1:0:0:0: Direct-Access SanDisk Cruzer Blade 1.26 PQ: 0 ANSI: 5
  351. [ 4.008542] sd 1:0:0:0: [sda] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
  352. [ 4.018275] sd 1:0:0:0: [sda] Write Protect is off
  353. [ 4.028794] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  354. [ 4.049341] sda: sda1
  355. [ 4.062638] sd 1:0:0:0: [sda] Attached SCSI removable disk
  356. Begin: Running /scripts/init-premount ... done.
  357. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  358. Begin: Running /scripts/local-premount ... done.
  359. Begin: Will now check root file system ... fsck from util-linux 2.29.2
  360. fsck: error 2 (No such file or directory) while executing fsck.ext3 for /dev/sda1
  361. fsck exited with status code 8
  362. done.
  363. Warning: File system check failed but did not detect errors
  364. [ 18.308774] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
  365. [ 18.337192] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
  366. done.
  367. Begin: Running /scripts/local-bottom ... done.
  368. Begin: Running /scripts/init-bottom ... done.
  369.  
  370. INIT: version 2.88 booting
  371.  
  372. [\0x1b[36minfo\0x1b[39;49m] Using makefile-style concurrent boot in runlevel S.
  373. [....] Starting the hotplug events dispatcher: systemd-udevdstarting version 232
  374. \0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  375. [....] Synthesizing the initial hotplug events...\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0cdone.
  376. [....] Waiting for /dev to be fully populated...\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0cdone.
  377. [....] Activating swap...[ 22.270161] random: nonblocking pool is initialized
  378. \0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0cdone.
  379. [ 22.481208] EXT4-fs (sda1): re-mounted. Opts: (null)
  380. [....] Checking root file system...fsck from util-linux 2.29.2
  381. rootfs: clean, 14309/488640 files, 203317/1953920 blocks
  382. \0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0cdone.
  383. [ 22.783037] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
  384. [....] Activating lvm and md swap...\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0cdone.
  385. [....] Checking file systems...fsck from util-linux 2.29.2
  386. \0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0cdone.
  387. [....] Loading kernel modules...\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0cdone.
  388. [....] Cleaning up temporary files... /tmp\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  389. [....] Mounting local filesystems...\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0cdone.
  390. [....] Activating swapfile swap...\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0cdone.
  391. [....] Cleaning up temporary files...\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  392. [....] Setting kernel variables...\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0cdone.
  393. [....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.3.5
  394. Copyright 2004-2016 Internet Systems Consortium.
  395. All rights reserved.
  396. For info, please visit https://www.isc.org/software/dhcp/
  397.  
  398. Listening on LPF/eth0/5e:2b:15:71:ec:b6
  399. Sending on LPF/eth0/5e:2b:15:71:ec:b6
  400. Sending on Socket/fallback
  401. DHCPREQUEST of 192.168.1.144 on eth0 to 255.255.255.255 port 67
  402. [ 35.579993] oxnas-gmac 40400000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  403. DHCPREQUEST of 192.168.1.144 on eth0 to 255.255.255.255 port 67
  404. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
  405. DHCPREQUEST of 192.168.1.144 on eth0 to 255.255.255.255 port 67
  406. DHCPOFFER of 192.168.1.144 from 192.168.1.1
  407. DHCPACK of 192.168.1.144 from 192.168.1.1
  408. invoke-rc.d: could not determine current runlevel
  409. bound to 192.168.1.144 -- renewal in 384676 seconds.
  410. \0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0cdone.
  411. [....] Starting RPC port mapper daemon: rpcbind\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  412. [....] Starting NFS common utilities: statd idmapd\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  413. [....] Cleaning up temporary files...\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  414.  
  415. INIT: Entering runlevel: 2
  416.  
  417. [\0x1b[36minfo\0x1b[39;49m] Using makefile-style concurrent boot in runlevel 2.
  418. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
  419. 1275 (syslogd)
  420. \0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  421. [....] Starting NFS common utilities: statd idmapd\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  422. [....] Starting system message bus: dbus\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  423. [....] Not starting NFS kernel daemon: no exports. ...\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[33mwarn\0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c \0x1b[33m(warning).\0x1b[39;49m
  424. [....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  425. [....] Starting OpenBSD Secure Shell server: sshd\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  426. [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
  427. 1281 (klogd)
  428. \0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  429. [....] Starting NTP server: ntpd\0x1b[?25l\0x1b[?1c\0x1b7\0x1b[1G[\0x1b[32m ok \0x1b[39;49m\0x1b8\0x1b[?25h\0x1b[?0c.
  430.  
  431.  
  432. Debian GNU/Linux 9 Pogoplug-Pro ttyS0
  433.  
  434. Pogoplug-Pro login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement