Advertisement
Guest User

dmesg output

a guest
Jul 3rd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.32 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 4.9.24-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #993 SMP Wed Apr 26 18:01:23 BST 2017
  3. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  4. [ 0.000000] CPU: div instructions available: patching division code
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. [ 0.000000] OF: fdt:Machine model: Raspberry Pi 3 Model B Rev 1.2
  7. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  8. [ 0.000000] Memory policy: Data cache writealloc
  9. [ 0.000000] On node 0 totalpages: 241664
  10. [ 0.000000] free_area_init_node: node 0, pgdat 80c6edc0, node_mem_map b9faa000
  11. [ 0.000000] Normal zone: 2124 pages used for memmap
  12. [ 0.000000] Normal zone: 0 pages reserved
  13. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  14. [ 0.000000] percpu: Embedded 14 pages/cpu @b9f64000 s25600 r8192 d23552 u57344
  15. [ 0.000000] pcpu-alloc: s25600 r8192 d23552 u57344 alloc=14*4096
  16. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  17. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  18. [ 0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=1600 bcm2708_fb.fbheight=900 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p7 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
  19. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  20. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  21. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  22. [ 0.000000] Memory: 936304K/966656K available (7168K kernel code, 483K rwdata, 2012K rodata, 1024K init, 778K bss, 22160K reserved, 8192K cma-reserved)
  23. [ 0.000000] Virtual kernel memory layout:
  24. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  25. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  26. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  27. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  28. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  29. .text : 0x80008000 - 0x80800000 (8160 kB)
  30. .init : 0x80b00000 - 0x80c00000 (1024 kB)
  31. .data : 0x80c00000 - 0x80c78f94 ( 484 kB)
  32. .bss : 0x80c7a000 - 0x80d3ca64 ( 779 kB)
  33. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  34. [ 0.000000] Hierarchical RCU implementation.
  35. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  36. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  37. [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
  38. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  39. [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  40. [ 0.000025] Switching to timer-based delay loop, resolution 52ns
  41. [ 0.000331] Console: colour dummy device 80x30
  42. [ 0.001228] console [tty1] enabled
  43. [ 0.001278] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  44. [ 0.001347] pid_max: default: 32768 minimum: 301
  45. [ 0.001712] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  46. [ 0.001754] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  47. [ 0.002789] Disabling cpuset control group subsystem
  48. [ 0.002980] CPU: Testing write buffer coherency: ok
  49. [ 0.003050] ftrace: allocating 22386 entries in 66 pages
  50. [ 0.054138] CPU0: update cpu_capacity 1024
  51. [ 0.054206] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  52. [ 0.054306] Setting up static identity map for 0x100000 - 0x100034
  53. [ 0.056558] CPU1: update cpu_capacity 1024
  54. [ 0.056566] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  55. [ 0.057289] CPU2: update cpu_capacity 1024
  56. [ 0.057295] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  57. [ 0.057960] CPU3: update cpu_capacity 1024
  58. [ 0.057967] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  59. [ 0.058050] Brought up 4 CPUs
  60. [ 0.058223] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  61. [ 0.058253] CPU: All CPU(s) started in HYP mode.
  62. [ 0.058280] CPU: Virtualization extensions available.
  63. [ 0.059106] devtmpfs: initialized
  64. [ 0.070166] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  65. [ 0.070485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  66. [ 0.070547] futex hash table entries: 1024 (order: 4, 65536 bytes)
  67. [ 0.071109] pinctrl core: initialized pinctrl subsystem
  68. [ 0.072027] NET: Registered protocol family 16
  69. [ 0.074307] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  70. [ 0.083095] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  71. [ 0.083144] hw-breakpoint: maximum watchpoint size is 8 bytes.
  72. [ 0.083315] Serial: AMBA PL011 UART driver
  73. [ 0.085200] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  74. [ 0.085743] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  75. [ 0.154702] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb80f000, dmachans=0x1
  76. [ 0.156553] SCSI subsystem initialized
  77. [ 0.156733] usbcore: registered new interface driver usbfs
  78. [ 0.156833] usbcore: registered new interface driver hub
  79. [ 0.156949] usbcore: registered new device driver usb
  80. [ 0.163676] raspberrypi-firmware soc:firmware: Attached to firmware from 2017-04-27 17:19
  81. [ 0.165094] clocksource: Switched to clocksource arch_sys_counter
  82. [ 0.212039] VFS: Disk quotas dquot_6.6.0
  83. [ 0.212150] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  84. [ 0.212381] FS-Cache: Loaded
  85. [ 0.212648] CacheFiles: Loaded
  86. [ 0.224840] NET: Registered protocol family 2
  87. [ 0.225782] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  88. [ 0.225920] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  89. [ 0.226131] TCP: Hash tables configured (established 8192 bind 8192)
  90. [ 0.226245] UDP hash table entries: 512 (order: 2, 16384 bytes)
  91. [ 0.226312] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  92. [ 0.226548] NET: Registered protocol family 1
  93. [ 0.226979] RPC: Registered named UNIX socket transport module.
  94. [ 0.227012] RPC: Registered udp transport module.
  95. [ 0.227040] RPC: Registered tcp transport module.
  96. [ 0.227067] RPC: Registered tcp NFSv4.1 backchannel transport module.
  97. [ 0.228026] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  98. [ 0.230325] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  99. [ 0.246384] FS-Cache: Netfs 'nfs' registered for caching
  100. [ 0.247381] NFS: Registering the id_resolver key type
  101. [ 0.247432] Key type id_resolver registered
  102. [ 0.247460] Key type id_legacy registered
  103. [ 0.249910] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  104. [ 0.250058] io scheduler noop registered
  105. [ 0.250089] io scheduler deadline registered (default)
  106. [ 0.250414] io scheduler cfq registered
  107. [ 0.256056] BCM2708FB: allocated DMA memory fa910000
  108. [ 0.256111] BCM2708FB: allocated DMA channel 0 @ bb80f000
  109. [ 0.298381] Console: switching to colour frame buffer device 200x56
  110. [ 0.323140] bcm2835-rng 3f104000.rng: hwrng registered
  111. [ 0.323396] vc-cma: Videocore CMA driver
  112. [ 0.323515] vc-cma: vc_cma_base = 0x00000000
  113. [ 0.323651] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  114. [ 0.323805] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  115. [ 0.324160] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  116. [ 0.339773] brd: module loaded
  117. [ 0.348802] loop: module loaded
  118. [ 0.348933] Loading iSCSI transport class v2.0-870.
  119. [ 0.349627] usbcore: registered new interface driver smsc95xx
  120. [ 0.349807] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  121. [ 0.576016] Core Release: 2.80a
  122. [ 0.576118] Setting default values for core params
  123. [ 0.576278] Finished setting default values for core params
  124. [ 0.776809] Using Buffer DMA mode
  125. [ 0.776912] Periodic Transfer Interrupt Enhancement - disabled
  126. [ 0.777073] Multiprocessor Interrupt Enhancement - disabled
  127. [ 0.777228] OTG VER PARAM: 0, OTG VER FLAG: 0
  128. [ 0.777360] Dedicated Tx FIFOs mode
  129. [ 0.777812] WARN::dwc_otg_hcd_init:1053: FIQ DMA bounce buffers: virt = 0xba904000 dma = 0xfa904000 len=9024
  130. [ 0.778105] FIQ FSM acceleration enabled for :
  131. Non-periodic Split Transactions
  132. Periodic Split Transactions
  133. High-Speed Isochronous Endpoints
  134. Interrupt/Control Split Transaction hack enabled
  135. [ 0.808181] dwc_otg: Microframe scheduler enabled
  136. [ 0.808234] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x8058e4c4
  137. [ 0.814253] WARN::hcd_init_fiq:460: FIQ ASM at 0x8058e834 length 36
  138. [ 0.820243] WARN::hcd_init_fiq:486: MPHI regs_base at 0xbb87a000
  139. [ 0.826217] dwc_otg 3f980000.usb: DWC OTG Controller
  140. [ 0.832132] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  141. [ 0.838127] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  142. [ 0.844012] Init: Port Power? op_state=1
  143. [ 0.849893] Init: Power Port (0)
  144. [ 0.855924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  145. [ 0.861931] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  146. [ 0.868012] usb usb1: Product: DWC OTG Controller
  147. [ 0.873996] usb usb1: Manufacturer: Linux 4.9.24-v7+ dwc_otg_hcd
  148. [ 0.879936] usb usb1: SerialNumber: 3f980000.usb
  149. [ 0.886669] hub 1-0:1.0: USB hub found
  150. [ 0.892495] hub 1-0:1.0: 1 port detected
  151. [ 0.898987] dwc_otg: FIQ enabled
  152. [ 0.898992] dwc_otg: NAK holdoff enabled
  153. [ 0.898997] dwc_otg: FIQ split-transaction FSM enabled
  154. [ 0.899011] Module dwc_common_port init
  155. [ 0.899267] usbcore: registered new interface driver usb-storage
  156. [ 0.905377] mousedev: PS/2 mouse device common for all mice
  157. [ 0.912240] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  158. [ 0.918462] bcm2835-cpufreq: min=600000 max=1200000
  159. [ 0.924692] sdhci: Secure Digital Host Controller Interface driver
  160. [ 0.930587] sdhci: Copyright(c) Pierre Ossman
  161. [ 0.936787] sdhost-bcm2835 3f202000.sdhost: could not get clk, deferring probe
  162. [ 0.944980] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
  163. [ 0.951170] sdhci-pltfm: SDHCI platform and OF driver helper
  164. [ 0.964614] ledtrig-cpu: registered to indicate activity on CPUs
  165. [ 0.970975] hidraw: raw HID events driver (C) Jiri Kosina
  166. [ 0.977254] usbcore: registered new interface driver usbhid
  167. [ 0.983382] usbhid: USB HID core driver
  168. [ 0.990381] vchiq: vchiq_init_state: slot_zero = 0xba980000, is_master = 0
  169. [ 0.998500] Initializing XFRM netlink socket
  170. [ 1.004909] NET: Registered protocol family 17
  171. [ 1.011304] Key type dns_resolver registered
  172. [ 1.017893] Registering SWP/SWPB emulation handler
  173. [ 1.024871] registered taskstats version 1
  174. [ 1.031423] vc-sm: Videocore shared memory driver
  175. [ 1.037651] [vc_sm_connected_init]: start
  176. [ 1.044263] [vc_sm_connected_init]: end - returning 0
  177. [ 1.056532] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  178. [ 1.064520] sdhost: log_buf @ ba907000 (fa907000)
  179. [ 1.145123] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  180. [ 1.153657] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  181. [ 1.159986] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  182. [ 1.187020] Indeed it is in host mode hprt0 = 00021501
  183. [ 1.275226] of_cfs_init
  184. [ 1.280416] random: fast init done
  185. [ 1.287793] of_cfs_init: OK
  186. [ 1.293124] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  187. [ 1.294686] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  188. [ 1.296251] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  189. [ 1.299062] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  190. [ 1.318180] Waiting for root device /dev/mmcblk0p7...
  191. [ 1.366383] mmc0: host does not support reading read-only switch, assuming write-enable
  192. [ 1.375155] mmc0: new high speed SDHC card at address aaaa
  193. [ 1.381895] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
  194. [ 1.387934] usb 1-1: new high-speed USB device number 2 using dwc_otg
  195. [ 1.394076] Indeed it is in host mode hprt0 = 00001101
  196. [ 1.468018] mmcblk0: p1 p2 < p5 p6 p7 >
  197. [ 1.488217] mmc1: new high speed SDIO card at address 0001
  198. [ 1.560418] EXT4-fs (mmcblk0p7): INFO: recovery required on readonly filesystem
  199. [ 1.566625] EXT4-fs (mmcblk0p7): write access will be enabled during recovery
  200. [ 1.625408] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  201. [ 1.631564] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  202. [ 1.638598] hub 1-1:1.0: USB hub found
  203. [ 1.644784] hub 1-1:1.0: 5 ports detected
  204. [ 1.965136] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  205. [ 2.095410] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  206. [ 2.101724] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  207. [ 2.110902] smsc95xx v1.0.5
  208. [ 2.208995] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:e6:50:c6
  209. [ 2.315132] usb 1-1.2: new low-speed USB device number 4 using dwc_otg
  210. [ 2.483713] usb 1-1.2: New USB device found, idVendor=258a, idProduct=1006
  211. [ 2.490323] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  212. [ 2.496847] usb 1-1.2: Product: USB KEYBOARD
  213. [ 2.503253] usb 1-1.2: Manufacturer: SINO WEALTH
  214. [ 2.523827] input: SINO WEALTH USB KEYBOARD as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:258A:1006.0001/input/input0
  215. [ 2.595931] hid-generic 0003:258A:1006.0001: input,hidraw0: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-3f980000.usb-1.2/input0
  216. [ 2.639829] input: SINO WEALTH USB KEYBOARD as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:258A:1006.0002/input/input1
  217. [ 2.715730] hid-generic 0003:258A:1006.0002: input,hiddev0,hidraw1: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-3f980000.usb-1.2/input1
  218. [ 3.015136] usb 1-1.3: new full-speed USB device number 5 using dwc_otg
  219. [ 3.257564] usb 1-1.3: New USB device found, idVendor=04d9, idProduct=fc02
  220. [ 3.264684] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  221. [ 3.271867] usb 1-1.3: Product: USB Laser Game Mouse
  222. [ 3.323316] input: USB Laser Game Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:04D9:FC02.0003/input/input2
  223. [ 3.331410] hid-generic 0003:04D9:FC02.0003: input,hidraw2: USB HID v1.10 Mouse [USB Laser Game Mouse] on usb-3f980000.usb-1.3/input0
  224. [ 3.368436] input: USB Laser Game Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:04D9:FC02.0004/input/input3
  225. [ 3.445358] hid-generic 0003:04D9:FC02.0004: input,hidraw3: USB HID v1.10 Keyboard [USB Laser Game Mouse] on usb-3f980000.usb-1.3/input1
  226. [ 4.155358] EXT4-fs (mmcblk0p7): orphan cleanup on readonly fs
  227. [ 4.189554] EXT4-fs (mmcblk0p7): 7 orphan inodes deleted
  228. [ 4.197708] EXT4-fs (mmcblk0p7): recovery complete
  229. [ 4.720949] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
  230. [ 4.729053] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
  231. [ 4.742303] devtmpfs: mounted
  232. [ 4.752209] Freeing unused kernel memory: 1024K (80b00000 - 80c00000)
  233. [ 5.049682] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
  234. [ 5.058624] systemd[1]: Detected architecture 'arm'.
  235. [ 5.198582] NET: Registered protocol family 10
  236. [ 5.208883] systemd[1]: Inserted module 'ipv6'
  237. [ 5.222648] systemd[1]: Set hostname to <pi>.
  238. [ 5.364449] random: crng init done
  239. [ 5.658686] systemd[1]: Cannot add dependency job for unit regenerate_ssh_host_keys.service, ignoring: Unit regenerate_ssh_host_keys.service failed to load: No such file or directory.
  240. [ 5.671504] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  241. [ 5.681013] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  242. [ 5.690238] systemd[1]: Starting Remote File Systems (Pre).
  243. [ 5.709220] systemd[1]: Reached target Remote File Systems (Pre).
  244. [ 5.718474] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  245. [ 6.010577] fuse init (API version 7.26)
  246. [ 6.073134] i2c /dev entries driver
  247. [ 6.490525] systemd-udevd[147]: starting version 215
  248. [ 6.941173] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  249. [ 7.262541] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
  250. [ 7.382658] usbcore: registered new interface driver brcmfmac
  251. [ 7.552459] brcmfmac: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7
  252. [ 8.164657] systemd-journald[144]: Received request to flush runtime journal from PID 1
  253. [ 12.694698] input: USB Laser Game Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.2/0003:04D9:FC02.0005/input/input4
  254. [ 12.755799] hid-generic 0003:04D9:FC02.0005: input,hiddev0,hidraw4: USB HID v1.10 Device [USB Laser Game Mouse] on usb-3f980000.usb-1.3/input2
  255. [ 12.855189] usb 1-1.4: new high-speed USB device number 6 using dwc_otg
  256. [ 12.995326] usb 1-1.4: New USB device found, idVendor=1908, idProduct=0226
  257. [ 12.995336] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  258. [ 12.995835] usb-storage 1-1.4:1.0: USB Mass Storage device detected
  259. [ 12.996036] scsi host0: usb-storage 1-1.4:1.0
  260. [ 13.252158] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  261. [ 13.252192] brcmfmac: power management disabled
  262. [ 13.620719] uart-pl011 3f201000.serial: no DMA platform data
  263. [ 14.016459] scsi 0:0:0:0: Direct-Access Generic Mass-Storage 1.11 PQ: 0 ANSI: 2
  264. [ 14.051135] Adding 102396k swap on /var/swap. Priority:-1 extents:2 across:274428k SSFS
  265. [ 14.084940] sd 0:0:0:0: Attached scsi generic sg0 type 0
  266. [ 14.480214] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  267. [ 14.641788] sd 0:0:0:0: [sda] 61734912 512-byte logical blocks: (31.6 GB/29.4 GiB)
  268. [ 14.642029] sd 0:0:0:0: [sda] Write Protect is off
  269. [ 14.642035] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
  270. [ 14.642271] sd 0:0:0:0: [sda] No Caching mode page found
  271. [ 14.642277] sd 0:0:0:0: [sda] Assuming drive cache: write through
  272. [ 14.645465] sda: sda1
  273. [ 14.647243] sd 0:0:0:0: [sda] Attached SCSI removable disk
  274. [ 16.018736] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
  275. [ 18.046327] Bluetooth: Core ver 2.22
  276. [ 18.046432] NET: Registered protocol family 31
  277. [ 18.046437] Bluetooth: HCI device and connection manager initialized
  278. [ 18.046456] Bluetooth: HCI socket layer initialized
  279. [ 18.046468] Bluetooth: L2CAP socket layer initialized
  280. [ 18.046493] Bluetooth: SCO socket layer initialized
  281. [ 18.057881] Bluetooth: HCI UART driver ver 2.3
  282. [ 18.057890] Bluetooth: HCI UART protocol H4 registered
  283. [ 18.057893] Bluetooth: HCI UART protocol Three-wire (H5) registered
  284. [ 18.057996] Bluetooth: HCI UART protocol Broadcom registered
  285. [ 18.215260] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  286. [ 18.215268] Bluetooth: BNEP filters: protocol multicast
  287. [ 18.215281] Bluetooth: BNEP socket layer initialized
  288. [ 25.067309] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  289. [ 25.158769] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
  290. [ 2570.976684] kthreadd invoked oom-killer: gfp_mask=0x27000c0(GFP_KERNEL_ACCOUNT|__GFP_NOTRACK), nodemask=0, order=1, oom_score_adj=0
  291. [ 2570.976691] kthreadd cpuset=/ mems_allowed=0
  292. [ 2570.976703] CPU: 3 PID: 2 Comm: kthreadd Not tainted 4.9.24-v7+ #993
  293. [ 2570.976705] Hardware name: BCM2835
  294. [ 2570.976725] [<8010fb3c>] (unwind_backtrace) from [<8010c058>] (show_stack+0x20/0x24)
  295. [ 2570.976735] [<8010c058>] (show_stack) from [<80455200>] (dump_stack+0xd4/0x118)
  296. [ 2570.976745] [<80455200>] (dump_stack) from [<8026c998>] (dump_header+0x9c/0x1f4)
  297. [ 2570.976755] [<8026c998>] (dump_header) from [<80210364>] (oom_kill_process+0x3e0/0x4e4)
  298. [ 2570.976764] [<80210364>] (oom_kill_process) from [<802107cc>] (out_of_memory+0x124/0x334)
  299. [ 2570.976773] [<802107cc>] (out_of_memory) from [<802158f0>] (__alloc_pages_nodemask+0xcf4/0xdd0)
  300. [ 2570.976784] [<802158f0>] (__alloc_pages_nodemask) from [<8011aaf4>] (copy_process.part.5+0xec/0x1770)
  301. [ 2570.976793] [<8011aaf4>] (copy_process.part.5) from [<8011c308>] (_do_fork+0xc8/0x408)
  302. [ 2570.976801] [<8011c308>] (_do_fork) from [<8011c6b8>] (kernel_thread+0x40/0x48)
  303. [ 2570.976810] [<8011c6b8>] (kernel_thread) from [<8013d828>] (kthreadd+0x1e0/0x268)
  304. [ 2570.976819] [<8013d828>] (kthreadd) from [<80108148>] (ret_from_fork+0x14/0x2c)
  305. [ 2570.976822] Mem-Info:
  306. [ 2570.976834] active_anon:107741 inactive_anon:111250 isolated_anon:0
  307. active_file:260 inactive_file:315 isolated_file:0
  308. unevictable:0 dirty:1 writeback:0 unstable:0
  309. slab_reclaimable:2212 slab_unreclaimable:3580
  310. mapped:72417 shmem:72240 pagetables:2907 bounce:0
  311. free:4858 free_pcp:294 free_cma:127
  312. [ 2570.976843] Node 0 active_anon:430964kB inactive_anon:445000kB active_file:1040kB inactive_file:1260kB unevictable:0kB isolated(anon):0kB isolated(file):0kB mapped:289668kB dirty:4kB writeback:0kB shmem:288960kB writeback_tmp:0kB unstable:0kB pages_scanned:4915 all_unreclaimable? yes
  313. [ 2570.976856] Normal free:19432kB min:16384kB low:20480kB high:24576kB active_anon:430964kB inactive_anon:445000kB active_file:1040kB inactive_file:1260kB unevictable:0kB writepending:4kB present:966656kB managed:945520kB mlocked:0kB slab_reclaimable:8848kB slab_unreclaimable:14320kB kernel_stack:2856kB pagetables:11628kB bounce:0kB free_pcp:1176kB local_pcp:648kB free_cma:508kB
  314. [ 2570.976857] lowmem_reserve[]: 0 0
  315. [ 2570.976863] Normal: 670*4kB (MEHC) 248*8kB (MEHC) 129*16kB (UMEHC) 36*32kB (EHC) 24*64kB (UEH) 13*128kB (UEHC) 5*256kB (EC) 2*512kB (UE) 2*1024kB (UE) 2*2048kB (UE) 0*4096kB = 19528kB
  316. [ 2570.976903] 73264 total pagecache pages
  317. [ 2570.976907] 434 pages in swap cache
  318. [ 2570.976911] Swap cache stats: add 28762, delete 28328, find 1637/2752
  319. [ 2570.976913] Free swap = 0kB
  320. [ 2570.976915] Total swap = 102396kB
  321. [ 2570.976917] 241664 pages RAM
  322. [ 2570.976919] 0 pages HighMem/MovableOnly
  323. [ 2570.976921] 5284 pages reserved
  324. [ 2570.976923] 2048 pages cma reserved
  325. [ 2570.976925] [ pid ] uid tgid total_vm rss nr_ptes nr_pmds swapents oom_score_adj name
  326. [ 2570.976952] [ 144] 0 144 2483 202 7 0 44 0 systemd-journal
  327. [ 2570.976958] [ 147] 0 147 3028 1 7 0 207 -1000 systemd-udevd
  328. [ 2570.976966] [ 452] 0 452 669 0 5 0 36 0 atd
  329. [ 2570.976971] [ 457] 0 457 8036 14 10 0 137 0 rsyslogd
  330. [ 2570.976977] [ 460] 0 460 1268 20 6 0 31 0 cron
  331. [ 2570.976983] [ 462] 105 462 969 23 7 0 42 0 avahi-daemon
  332. [ 2570.976988] [ 464] 104 464 1442 74 8 0 70 -900 dbus-daemon
  333. [ 2570.976994] [ 466] 0 466 641 12 5 0 59 0 dhcpcd
  334. [ 2570.976999] [ 473] 105 473 969 2 6 0 54 0 avahi-daemon
  335. [ 2570.977006] [ 517] 0 517 963 22 6 0 46 0 systemd-logind
  336. [ 2570.977012] [ 549] 0 549 1966 1 8 0 114 -1000 sshd
  337. [ 2570.977018] [ 576] 0 576 1789 30 7 0 78 0 wpa_supplicant
  338. [ 2570.977023] [ 588] 0 588 672 90 5 0 13 0 ninja
  339. [ 2570.977029] [ 589] 65534 589 573 6 6 0 25 0 thd
  340. [ 2570.977035] [ 627] 0 627 8973 20 11 0 140 0 lightdm
  341. [ 2570.977042] [ 634] 0 634 458 8 5 0 14 0 minissdpd
  342. [ 2570.977047] [ 667] 106 667 1422 37 8 0 72 0 ntpd
  343. [ 2570.977053] [ 715] 0 715 1435 1 7 0 115 0 login
  344. [ 2570.977059] [ 879] 0 879 38294 7676 66 0 3927 0 Xorg
  345. [ 2570.977064] [ 1028] 113 1028 2456 13 8 0 116 0 exim4
  346. [ 2570.977070] [ 1040] 0 1040 7053 19 12 0 157 0 lightdm
  347. [ 2570.977076] [ 1048] 1000 1048 1281 1 8 0 106 0 systemd
  348. [ 2570.977082] [ 1051] 1000 1051 1730 22 6 0 295 0 (sd-pam)
  349. [ 2570.977088] [ 1054] 1000 1054 12805 47 19 0 283 0 lxsession
  350. [ 2570.977093] [ 1089] 1000 1089 925 9 5 0 43 0 ssh-agent
  351. [ 2570.977099] [ 1092] 1000 1092 923 0 6 0 67 0 dbus-launch
  352. [ 2570.977104] [ 1093] 1000 1093 1406 54 6 0 53 0 dbus-daemon
  353. [ 2570.977111] [ 1103] 0 1103 517 0 4 0 33 0 hciattach
  354. [ 2570.977116] [ 1112] 0 1112 1252 0 7 0 69 0 bluetoothd
  355. [ 2570.977121] [ 1122] 1000 1122 1832 0 7 0 607 0 bash
  356. [ 2570.977127] [ 1127] 1000 1127 7842 47 13 0 89 0 gvfsd
  357. [ 2570.977132] [ 1133] 1000 1133 11940 0 16 0 164 0 gvfsd-fuse
  358. [ 2570.977138] [ 1228] 1000 1228 5332 398 15 0 279 0 openbox
  359. [ 2570.977144] [ 1234] 1000 1234 7593 0 16 0 230 0 lxpolkit
  360. [ 2570.977149] [ 1237] 1000 1237 24401 631 34 0 1246 0 lxpanel
  361. [ 2570.977155] [ 1241] 1000 1241 19229 158 27 0 1149 0 pcmanfm
  362. [ 2570.977161] [ 1250] 1000 1250 925 0 5 0 52 0 ssh-agent
  363. [ 2570.977166] [ 1256] 0 1256 9196 1 13 0 333 0 polkitd
  364. [ 2570.977172] [ 1258] 1000 1258 11790 64 21 0 699 0 notification-da
  365. [ 2570.977177] [ 1276] 111 1276 5344 3 8 0 48 0 rtkit-daemon
  366. [ 2570.977183] [ 1282] 1000 1282 15197 151 19 0 160 0 gvfs-udisks2-vo
  367. [ 2570.977189] [ 1286] 1000 1286 11118 0 13 0 124 0 at-spi-bus-laun
  368. [ 2570.977195] [ 1287] 0 1287 13675 91 16 0 212 0 udisksd
  369. [ 2570.977200] [ 1291] 1000 1291 1373 23 6 0 52 0 dbus-daemon
  370. [ 2570.977206] [ 1294] 1000 1294 4404 34 9 0 81 0 at-spi2-registr
  371. [ 2570.977212] [ 1311] 1000 1311 10733 42 16 0 141 0 gvfs-afc-volume
  372. [ 2570.977218] [ 1316] 1000 1316 7636 53 13 0 71 0 gvfs-goa-volume
  373. [ 2570.977224] [ 1323] 1000 1323 7611 49 11 0 89 0 gvfs-mtp-volume
  374. [ 2570.977230] [ 1324] 1000 1324 478 0 5 0 21 0 start-pulseaudi
  375. [ 2570.977235] [ 1325] 1000 1325 1449 36 6 0 24 0 xprop
  376. [ 2570.977241] [ 1329] 1000 1329 7866 49 13 0 115 0 gvfs-gphoto2-vo
  377. [ 2570.977246] [ 1348] 1000 1348 14904 69 18 0 125 0 gvfsd-trash
  378. [ 2570.977253] [ 1395] 1000 1395 242286 35189 298 0 7458 0 chromium-browse
  379. [ 2570.977258] [ 1415] 1000 1415 47426 409 72 0 791 0 chromium-browse
  380. [ 2570.977264] [ 1418] 1000 1418 47426 437 32 0 772 0 chromium-browse
  381. [ 2570.977269] [ 1445] 1000 1445 2324 20 9 0 91 0 gconfd-2
  382. [ 2570.977275] [ 1451] 1000 1451 97927 7705 176 0 2356 300 chromium-browse
  383. [ 2570.977280] [ 1454] 1000 1454 103101 11639 158 0 1183 300 chromium-browse
  384. [ 2570.977286] [ 1456] 1000 1456 93578 4911 148 0 1742 300 chromium-browse
  385. [ 2570.977292] [ 1458] 1000 1458 95320 5861 156 0 886 300 chromium-browse
  386. [ 2570.977298] [ 1510] 1000 1510 113783 16417 224 0 716 300 chromium-browse
  387. [ 2570.977303] [ 1555] 1000 1555 66425 3579 97 0 14 200 chromium-browse
  388. [ 2570.977309] [ 1834] 1000 1834 101950 8531 170 0 701 300 chromium-browse
  389. [ 2570.977315] [ 1855] 1000 1855 221024 109284 445 0 690 300 chromium-browse
  390. [ 2570.977320] [ 1893] 1000 1893 95762 11143 176 0 700 300 chromium-browse
  391. [ 2570.977326] [ 1945] 1000 1945 82916 9437 147 0 701 300 chromium-browse
  392. [ 2570.977333] Out of memory: Kill process 1855 (chromium-browse) score 720 or sacrifice child
  393. [ 2570.977353] Killed process 1855 (chromium-browse) total-vm:884096kB, anon-rss:189492kB, file-rss:0kB, shmem-rss:247644kB
  394. [ 2675.718584] sd 0:0:0:0: [sda] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
  395. [ 2675.720949] sda: sda1 sda2
  396. [ 2676.264555] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystem
  397. [ 2676.273847] EXT4-fs (sda2): recovery complete
  398. [ 2676.273862] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
  399. [ 2676.288023] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  400. [ 2736.646624] JBD2: Error -5 detected when updating journal superblock for sda2-8.
  401. [ 2736.646630] Aborting journal on device sda2-8.
  402. [ 2736.646645] JBD2: Error -5 detected when updating journal superblock for sda2-8.
  403. [ 2736.646708] EXT4-fs error (device sda2): ext4_put_super:842: Couldn't clean up the journal
  404. [ 2736.646718] EXT4-fs (sda2): Remounting filesystem read-only
  405. [ 2736.646725] EXT4-fs (sda2): previous I/O error to superblock detected
  406. [ 2758.003377] sd 0:0:0:0: [sda] 61734912 512-byte logical blocks: (31.6 GB/29.4 GiB)
  407. [ 2758.006422] sda: sda1
  408. [ 2758.476510] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  409. [ 3243.240763] sd 0:0:0:0: [sda] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
  410. [ 3243.246636] sda: sda1 sda2
  411. [ 3243.681482] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystem
  412. [ 3243.706886] EXT4-fs (sda2): recovery complete
  413. [ 3243.709353] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
  414. [ 3243.716924] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  415. [ 3474.026799] FAT-fs (sda1): error, invalid access to FAT (entry 0x000070ac)
  416. [ 3474.026806] FAT-fs (sda1): Filesystem has been set read-only
  417. [ 3479.390345] EXT4-fs error (device sda2): htree_dirblock_to_tree:990: inode #8257: block 58771: comm pool: bad entry in directory: rec_len % 4 != 0 - offset=0(0), inode=3954506701, rec_len=3722, name_len=215
  418. [ 3479.407611] EXT4-fs error (device sda2): htree_dirblock_to_tree:990: inode #8256: block 58770: comm pool: bad entry in directory: rec_len % 4 != 0 - offset=0(0), inode=1310509418, rec_len=43983, name_len=77
  419. [ 3479.417751] EXT4-fs error (device sda2): ext4_readdir:237: inode #7681: block 58711: comm pool: path /media/pi/f3e57f5f-e179-4ff7-b433-0fa6c1f37fc1/etc: bad entry in directory: rec_len % 4 != 0 - offset=0(0), inode=1972381210, rec_len=56078, name_len=33
  420. [ 3479.429659] EXT4-fs error (device sda2): ext4_readdir:237: inode #7607: block 57920: comm pool: path /media/pi/f3e57f5f-e179-4ff7-b433-0fa6c1f37fc1/bin: bad entry in directory: rec_len % 4 != 0 - offset=0(0), inode=221853179, rec_len=61042, name_len=193
  421. [ 3481.698551] FAT-fs (sda1): error, invalid access to FAT (entry 0x000070ac)
  422. [ 3481.954096] EXT4-fs error (device sda2): htree_dirblock_to_tree:990: inode #8257: block 58771: comm pool: bad entry in directory: rec_len % 4 != 0 - offset=0(0), inode=3954506701, rec_len=3722, name_len=215
  423. [ 3484.401927] EXT4-fs error (device sda2): htree_dirblock_to_tree:990: inode #8256: block 58770: comm pool: bad entry in directory: rec_len % 4 != 0 - offset=0(0), inode=1310509418, rec_len=43983, name_len=77
  424. [ 3756.925709] FAT-fs (sda1): error, invalid access to FAT (entry 0x000070ac)
  425. [ 3760.927909] EXT4-fs error (device sda2): htree_dirblock_to_tree:990: inode #2: block 509: comm pool: bad entry in directory: rec_len % 4 != 0 - offset=0(0), inode=1659563890, rec_len=25394, name_len=13
  426. [ 3762.306146] FAT-fs (sda1): error, invalid access to FAT (entry 0x000070ac)
  427. [ 3762.492637] EXT4-fs error (device sda2): htree_dirblock_to_tree:990: inode #2: block 509: comm pool: bad entry in directory: rec_len % 4 != 0 - offset=0(0), inode=1659563890, rec_len=25394, name_len=13
  428. [ 3776.842744] usb 1-1.4: USB disconnect, device number 6
  429. [ 3777.088650] JBD2: Error -5 detected when updating journal superblock for sda2-8.
  430. [ 3777.088660] Aborting journal on device sda2-8.
  431. [ 3777.088672] JBD2: Error -5 detected when updating journal superblock for sda2-8.
  432. [ 4215.149492] usb 1-1.4: new high-speed USB device number 7 using dwc_otg
  433. [ 4215.280744] usb 1-1.4: New USB device found, idVendor=0930, idProduct=1400
  434. [ 4215.280752] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  435. [ 4215.280757] usb 1-1.4: Product: MSFT NORB
  436. [ 4215.280761] usb 1-1.4: Manufacturer: TOSHIBA
  437. [ 4215.280765] usb 1-1.4: SerialNumber: 07087369961B9F66
  438. [ 4215.281353] usb-storage 1-1.4:1.0: USB Mass Storage device detected
  439. [ 4215.282365] scsi host0: usb-storage 1-1.4:1.0
  440. [ 4216.340546] scsi 0:0:0:0: Direct-Access TOSHIBA MSFT NORB PMAP PQ: 0 ANSI: 6
  441. [ 4216.341422] sd 0:0:0:0: Attached scsi generic sg0 type 0
  442. [ 4216.341489] sd 0:0:0:0: [sda] 30302208 512-byte logical blocks: (15.5 GB/14.4 GiB)
  443. [ 4216.341821] sd 0:0:0:0: [sda] Write Protect is on
  444. [ 4216.341830] sd 0:0:0:0: [sda] Mode Sense: 2b 00 80 08
  445. [ 4216.342096] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  446. [ 4216.392965] sda: sda1
  447. [ 4216.395628] sd 0:0:0:0: [sda] Attached SCSI removable disk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement