Advertisement
Guest User

RuneAudio debug info

a guest
Feb 19th, 2016
1,215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 104.42 KB | None | 0 0
  1.  
  2. ###### System info ######
  3. Linux version 3.10.80 (root@runeaudio) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #2 SMP PREEMPT Sat Aug 15 16:29:14 CEST 2015
  4.  
  5. system time: Fri Feb 19 14:39:10 EET 2016
  6.  
  7. system load: 0.08 0.16 0.15 1/117 22890
  8.  
  9. HW platform: ODROID-C1 (09)
  10.  
  11. playerID: 097774dd8e208a508d631d33b0b32a0f6a
  12.  
  13.  
  14. ###### System load statistics (procinfo -H) ######
  15. sh: procinfo: command not found
  16.  
  17.  
  18. ###### Active processes (pstree) ######
  19. systemd-+-2*[agetty]
  20. |-avahi-daemon---avahi-daemon
  21. |-dbus-daemon
  22. |-ifplugd
  23. |-mpd-+-{decoder}
  24. | |-{io}
  25. | |-{output:ODROID-D}
  26. | `-{player}
  27. |-nginx---nginx
  28. |-nmbd
  29. |-ntpd
  30. |-php-fpm---3*[php-fpm]
  31. |-redis-server---2*[{redis-server}]
  32. |-rngd
  33. |-rpc.statd
  34. |-rpcbind
  35. |-rune_PL_wrk
  36. |-rune_SY_wrk---sh---debug_collector---sh---pstree
  37. |-smbd
  38. |-sshd
  39. |-systemd-network
  40. |-systemd-resolve
  41. |-systemd-udevd
  42. `-upmpdcli---7*[{upmpdcli}]
  43.  
  44.  
  45. ###### Audio backend ######
  46. Advanced Linux Sound Architecture Driver Version k3.10.80.
  47.  
  48. Card list: (/proc/asound/cards)
  49. --------------------------------------------------
  50. 0 [ODROIDHDMI ]: SOC-Audio - ODROID-HDMI
  51. ODROID-HDMI
  52. 1 [ODROIDDAC ]: SOC-Audio - ODROID-DAC
  53. ODROID-DAC
  54.  
  55.  
  56. PLAYBACK devices: (aplay -l)
  57. --------------------------------------------------
  58. **** List of PLAYBACK Hardware Devices ****
  59. card 0: ODROIDHDMI [ODROID-HDMI], device 0: SPDIF PCM dit-hifi-0 []
  60. Subdevices: 1/1
  61. Subdevice #0: subdevice #0
  62. card 1: ODROIDDAC [ODROID-DAC], device 0: PCM5102 HiFi pcm5102-0 []
  63. Subdevices: 1/1
  64. Subdevice #0: subdevice #0
  65.  
  66.  
  67. PCM devices: (aplay -L)
  68. --------------------------------------------------
  69. null
  70. Discard all samples (playback) or generate zero samples (capture)
  71. default:CARD=ODROIDHDMI
  72. ODROID-HDMI,
  73. Default Audio Device
  74. sysdefault:CARD=ODROIDHDMI
  75. ODROID-HDMI,
  76. Default Audio Device
  77. default:CARD=ODROIDDAC
  78. ODROID-DAC,
  79. Default Audio Device
  80. sysdefault:CARD=ODROIDDAC
  81. ODROID-DAC,
  82. Default Audio Device
  83.  
  84.  
  85. Simple mixer controls: (amixer scontrols)
  86. --------------------------------------------------
  87. card 0:
  88. no mixer scontrols
  89.  
  90. card 1:
  91. no mixer scontrols
  92.  
  93.  
  94. Mixer controls: (amixer controls)
  95. --------------------------------------------------
  96. card 0:
  97. no mixer controls
  98.  
  99. card 1:
  100. no mixer controls
  101.  
  102.  
  103. MPD audio outputs status: (mpc outputs)
  104. --------------------------------------------------
  105. Output 1 (ODROID-DAC) is enabled
  106. Output 2 (ODROID-HDMI) is disabled
  107.  
  108.  
  109. ###### mpd.conf ######
  110. ###################################
  111. # Auto generated mpd.conf file
  112. # please DO NOT edit it manually!
  113. # Use RuneUI MPD config section
  114. ###################################
  115.  
  116. log_level "verbose"
  117. log_file "/var/log/runeaudio/mpd.log"
  118. state_file "/var/lib/mpd/mpdstate"
  119. zeroconf_enabled "yes"
  120. zeroconf_name "runeaudio"
  121. bind_to_address "/run/mpd.sock"
  122. bind_to_address "any"
  123. port "6600"
  124. max_connections "20"
  125. user "mpd"
  126. group "audio"
  127. db_file "/var/lib/mpd/mpd.db"
  128. sticker_file "/var/lib/mpd/sticker.sql"
  129. pid_file "/var/run/mpd/pid"
  130. music_directory "/mnt/MPD"
  131. playlist_directory "/var/lib/mpd/playlists"
  132. follow_outside_symlinks "yes"
  133. follow_inside_symlinks "yes"
  134. auto_update "yes"
  135. filesystem_charset "UTF-8"
  136. id3v1_encoding "UTF-8"
  137. volume_normalization "no"
  138. audio_buffer_size "2048"
  139. buffer_before_play "10%"
  140. gapless_mp3_playback "yes"
  141. mixer_type "disabled"
  142.  
  143. input {
  144. plugin "curl"
  145. }
  146.  
  147. decoder {
  148. plugin "ffmpeg"
  149. enabled "yes"
  150. }
  151. replaygain "off"
  152.  
  153. audio_output {
  154. name "ODROID-DAC"
  155. type "alsa"
  156. device "hw:1,0"
  157. auto_resample "no"
  158. auto_format "no"
  159. enabled "yes"
  160. }
  161.  
  162. audio_output {
  163. name "ODROID-HDMI"
  164. type "alsa"
  165. device "hw:0,0"
  166. auto_resample "no"
  167. auto_format "no"
  168. }
  169.  
  170.  
  171. ###### Kernel optimization parameters ######
  172. hardware platform: ODROID-C1
  173. current orionprofile: default
  174.  
  175.  
  176. kernel scheduler for mmcblk0: [noop] deadline cfq
  177. /proc/sys/vm/swappiness: 60
  178. /proc/sys/kernel/sched_latency_ns: 18000000
  179. /proc/sys/kernel/sched_rt_period_us: 1000000
  180. /proc/sys/kernel/sched_rt_runtime_us: 950000
  181. /proc/sys/kernel/sched_autogroup_enabled: /proc/sys/kernel/sched_rr_timeslice_ms: 10
  182. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  183. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  184.  
  185.  
  186. ###### Kernel module snd_usb_audio settings ######
  187. Error opening module snd_usb_audio
  188.  
  189. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  190. total 8.0K
  191. drwxr-xr-x 2 root root 4.0K Feb 18 11:11 .
  192. drwxr-xr-x 6 root root 4.0K Aug 25 00:19 ..
  193. lrwxrwxrwx 1 root root 39 Apr 1 2015 amlogic.service -> /usr/lib/systemd/system/amlogic.service
  194. lrwxrwxrwx 1 root root 44 Aug 25 00:07 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
  195. lrwxrwxrwx 1 root root 47 Feb 18 11:11 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  196. lrwxrwxrwx 1 root root 37 May 23 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  197. lrwxrwxrwx 1 root root 36 May 24 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  198. lrwxrwxrwx 1 root root 39 May 23 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  199. lrwxrwxrwx 1 root root 37 May 23 2015 redis.service -> /usr/lib/systemd/system/redis.service
  200. lrwxrwxrwx 1 root root 40 May 23 2015 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  201. lrwxrwxrwx 1 root root 36 May 23 2015 rngd.service -> /usr/lib/systemd/system/rngd.service
  202. lrwxrwxrwx 1 root root 43 May 23 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  203. lrwxrwxrwx 1 root root 43 May 23 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  204. lrwxrwxrwx 1 root root 45 May 23 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  205. lrwxrwxrwx 1 root root 36 Apr 1 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  206. lrwxrwxrwx 1 root root 48 Apr 1 2015 systemd-networkd.service -> /usr/lib/systemd/system/systemd-networkd.service
  207. lrwxrwxrwx 1 root root 48 Apr 1 2015 systemd-resolved.service -> /usr/lib/systemd/system/systemd-resolved.service
  208.  
  209.  
  210. ###### Filesystem mounts ######
  211. rootfs / rootfs rw 0 0
  212. /dev/root / ext4 rw,relatime,data=ordered 0 0
  213. devtmpfs /dev devtmpfs rw,relatime,size=424036k,nr_inodes=106009,mode=755 0 0
  214. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  215. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  216. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  217. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  218. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  219. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  220. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  221. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  222. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  223. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct,cpu 0 0
  224. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  225. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  226. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  227. cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
  228. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  229. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
  230. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  231. mqueue /dev/mqueue mqueue rw,relatime 0 0
  232. tmpfs /tmp tmpfs rw 0 0
  233. configfs /sys/kernel/config configfs rw,relatime 0 0
  234. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  235. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  236.  
  237.  
  238. ###### Filesystem mounts - free space (df -h) ######
  239. Filesystem Size Used Avail Use% Mounted on
  240. /dev/root 1.8G 1.3G 421M 76% /
  241. devtmpfs 415M 0 415M 0% /dev
  242. tmpfs 419M 0 419M 0% /dev/shm
  243. tmpfs 419M 1.4M 417M 1% /run
  244. tmpfs 419M 0 419M 0% /sys/fs/cgroup
  245. tmpfs 419M 0 419M 0% /tmp
  246. logs 5.0M 16K 5.0M 1% /var/log
  247. rune-logs 5.0M 772K 4.3M 16% /var/log/runeaudio
  248.  
  249.  
  250. ###### Loaded kernel modules ######
  251. Module Size Used by
  252. nfsv3 20603 0
  253. w1_gpio 3326 0
  254. aml_gpio 7825 0
  255. wire 20827 1 w1_gpio
  256. ir_lirc_codec 4278 0
  257. lirc_dev 10141 1 ir_lirc_codec
  258. ir_sanyo_decoder 1673 0
  259. ir_mce_kbd_decoder 3119 0
  260. ir_sony_decoder 1702 0
  261. ir_rc6_decoder 2059 0
  262. ir_jvc_decoder 1699 0
  263. ir_nec_decoder 1803 0
  264. ir_rc5_decoder 1579 0
  265. meson_ir 2906 0
  266. nfs 132502 1 nfsv3
  267. lockd 63448 2 nfs,nfsv3
  268. sunrpc 195081 3 nfs,lockd,nfsv3
  269. dns_resolver 5253 1 nfs
  270. autofs4 22387 2
  271.  
  272.  
  273. ###### Network listening sockets (netstat -lnp) ######
  274. Active Internet connections (only servers)
  275. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  276. tcp 0 0 0.0.0.0:56090 0.0.0.0:* LISTEN 18938/rpc.statd
  277. tcp 0 0 0.0.0.0:49152 0.0.0.0:* LISTEN 19438/upmpdcli
  278. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 19435/mpd
  279. tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 342/smbd
  280. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 246/redis-server 12
  281. tcp 0 0 0.0.0.0:5355 0.0.0.0:* LISTEN 204/systemd-resolve
  282. tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 18940/rpcbind
  283. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 256/nginx: master p
  284. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 256/nginx: master p
  285. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 256/nginx: master p
  286. tcp 0 0 0.0.0.0:83 0.0.0.0:* LISTEN 256/nginx: master p
  287. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 241/sshd
  288. tcp6 0 0 :::5355 :::* LISTEN 204/systemd-resolve
  289. tcp6 0 0 :::22 :::* LISTEN 241/sshd
  290. udp 0 0 127.0.0.1:56567 0.0.0.0:* 19438/upmpdcli
  291. udp 0 0 0.0.0.0:1900 0.0.0.0:* 19438/upmpdcli
  292. udp 0 0 127.0.0.1:882 0.0.0.0:* 18938/rpc.statd
  293. udp 0 0 0.0.0.0:883 0.0.0.0:* 18940/rpcbind
  294. udp 0 0 0.0.0.0:43391 0.0.0.0:* 18938/rpc.statd
  295. udp 0 0 0.0.0.0:38466 0.0.0.0:* 310/avahi-daemon: r
  296. udp 0 0 192.168.11.7:68 0.0.0.0:* 201/systemd-network
  297. udp 0 0 0.0.0.0:111 0.0.0.0:* 18940/rpcbind
  298. udp 0 0 192.168.11.7:123 0.0.0.0:* 247/ntpd
  299. udp 0 0 127.0.0.1:123 0.0.0.0:* 247/ntpd
  300. udp 0 0 0.0.0.0:123 0.0.0.0:* 247/ntpd
  301. udp 0 0 192.168.11.7:137 0.0.0.0:* 303/nmbd
  302. udp 0 0 0.0.0.0:137 0.0.0.0:* 303/nmbd
  303. udp 0 0 192.168.11.7:138 0.0.0.0:* 303/nmbd
  304. udp 0 0 0.0.0.0:138 0.0.0.0:* 303/nmbd
  305. udp 0 0 0.0.0.0:5353 0.0.0.0:* 310/avahi-daemon: r
  306. udp 0 0 0.0.0.0:5355 0.0.0.0:* 204/systemd-resolve
  307. udp6 0 0 :::546 :::* 201/systemd-network
  308. udp6 0 0 fe80::21e:6ff:fe20::123 :::* 247/ntpd
  309. udp6 0 0 ::1:123 :::* 247/ntpd
  310. udp6 0 0 :::123 :::* 247/ntpd
  311. udp6 0 0 :::5355 :::* 204/systemd-resolve
  312. raw6 0 0 :::58 :::* 7 201/systemd-network
  313. Active UNIX domain sockets (only servers)
  314. Proto RefCnt Flags Type State I-Node PID/Program name Path
  315. unix 2 [ ACC ] STREAM LISTENING 4153 1/init /var/run/rpcbind.sock
  316. unix 2 [ ACC ] STREAM LISTENING 4157 1/init /run/dbus/system_bus_socket
  317. unix 2 [ ACC ] STREAM LISTENING 238183 19435/mpd /run/mpd.sock
  318. unix 2 [ ACC ] STREAM LISTENING 2176 1/init /run/systemd/private
  319. unix 2 [ ACC ] SEQPACKET LISTENING 2191 1/init /run/udev/control
  320. unix 2 [ ACC ] STREAM LISTENING 4775 416/php-fpm: master /var/run/php-db.sock
  321. unix 2 [ ACC ] STREAM LISTENING 4778 416/php-fpm: master /var/run/php-command.sock
  322. unix 2 [ ACC ] STREAM LISTENING 4781 416/php-fpm: master /var/run/php-display.sock
  323. unix 2 [ ACC ] STREAM LISTENING 4549 246/redis-server 12 /tmp/redis.sock
  324. unix 2 [ ACC ] STREAM LISTENING 5832 1/init /var/run/avahi-daemon/socket
  325.  
  326.  
  327. ###### Network established sockets (netstat -np) ######
  328. Active Internet connections (w/o servers)
  329. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  330. tcp 0 0 127.0.0.1:54502 127.0.0.1:6379 TIME_WAIT -
  331. tcp 0 0 192.168.11.7:49152 192.168.11.2:54092 TIME_WAIT -
  332. tcp 0 0 127.0.0.1:54459 127.0.0.1:6379 TIME_WAIT -
  333. tcp 0 0 127.0.0.1:42916 127.0.0.1:6600 TIME_WAIT -
  334. tcp 0 0 127.0.0.1:54558 127.0.0.1:6379 TIME_WAIT -
  335. tcp 0 0 127.0.0.1:54475 127.0.0.1:6379 TIME_WAIT -
  336. tcp 2120 0 192.168.11.7:80 192.168.11.2:53540 ESTABLISHED 257/nginx: worker p
  337. tcp 0 0 192.168.11.7:53497 192.168.11.2:49705 TIME_WAIT -
  338. tcp 0 0 192.168.11.7:80 192.168.11.2:54113 TIME_WAIT -
  339. tcp 0 0 192.168.11.7:53502 192.168.11.2:49705 TIME_WAIT -
  340. tcp 0 0 127.0.0.1:54495 127.0.0.1:6379 TIME_WAIT -
  341. tcp 0 0 127.0.0.1:54426 127.0.0.1:6379 TIME_WAIT -
  342. tcp 0 0 127.0.0.1:54444 127.0.0.1:6379 TIME_WAIT -
  343. tcp 0 0 127.0.0.1:54469 127.0.0.1:6379 TIME_WAIT -
  344. tcp 0 0 127.0.0.1:54523 127.0.0.1:6379 TIME_WAIT -
  345. tcp 0 0 192.168.11.7:53517 192.168.11.2:49705 TIME_WAIT -
  346. tcp 0 0 127.0.0.1:54545 127.0.0.1:6379 TIME_WAIT -
  347. tcp 0 0 192.168.11.7:49152 192.168.11.2:54095 TIME_WAIT -
  348. tcp 0 0 192.168.11.7:53471 192.168.11.2:49705 TIME_WAIT -
  349. tcp 0 0 127.0.0.1:54474 127.0.0.1:6379 TIME_WAIT -
  350. tcp 0 0 127.0.0.1:54453 127.0.0.1:6379 TIME_WAIT -
  351. tcp 0 0 192.168.11.7:53494 192.168.11.2:49705 TIME_WAIT -
  352. tcp 0 0 192.168.11.7:53482 192.168.11.2:49705 TIME_WAIT -
  353. tcp 0 0 127.0.0.1:54454 127.0.0.1:6379 TIME_WAIT -
  354. tcp 0 0 192.168.11.7:53470 192.168.11.2:49705 TIME_WAIT -
  355. tcp 0 0 127.0.0.1:54512 127.0.0.1:6379 TIME_WAIT -
  356. tcp 0 0 192.168.11.7:53478 192.168.11.2:49705 TIME_WAIT -
  357. tcp 0 0 192.168.11.7:53520 192.168.11.2:49705 TIME_WAIT -
  358. tcp 0 0 127.0.0.1:54482 127.0.0.1:6379 TIME_WAIT -
  359. tcp 0 0 127.0.0.1:54490 127.0.0.1:6379 TIME_WAIT -
  360. tcp 0 0 127.0.0.1:54555 127.0.0.1:6379 TIME_WAIT -
  361. tcp 8 0 192.168.11.7:80 192.168.11.2:54104 ESTABLISHED 257/nginx: worker p
  362. tcp 0 0 127.0.0.1:54552 127.0.0.1:6379 TIME_WAIT -
  363. tcp 0 0 127.0.0.1:37245 127.0.0.1:6600 ESTABLISHED 19438/upmpdcli
  364. tcp 0 0 192.168.11.7:53489 192.168.11.2:49705 TIME_WAIT -
  365. tcp 0 0 127.0.0.1:54549 127.0.0.1:6379 TIME_WAIT -
  366. tcp 0 0 127.0.0.1:54496 127.0.0.1:6379 TIME_WAIT -
  367. tcp 0 0 192.168.11.7:53529 192.168.11.2:49705 TIME_WAIT -
  368. tcp 0 0 127.0.0.1:54560 127.0.0.1:6379 TIME_WAIT -
  369. tcp 0 0 192.168.11.7:53509 192.168.11.2:49705 TIME_WAIT -
  370. tcp 0 0 127.0.0.1:54510 127.0.0.1:6379 TIME_WAIT -
  371. tcp 0 0 127.0.0.1:54524 127.0.0.1:6379 TIME_WAIT -
  372. tcp 0 0 192.168.11.7:53476 192.168.11.2:49705 TIME_WAIT -
  373. tcp 0 0 127.0.0.1:54442 127.0.0.1:6379 TIME_WAIT -
  374. tcp 0 0 127.0.0.1:54537 127.0.0.1:6379 TIME_WAIT -
  375. tcp 0 0 192.168.11.7:80 192.168.11.2:54119 TIME_WAIT -
  376. tcp 0 0 192.168.11.7:80 192.168.11.2:54107 TIME_WAIT -
  377. tcp 0 0 127.0.0.1:54439 127.0.0.1:6379 TIME_WAIT -
  378. tcp 0 0 192.168.11.7:53490 192.168.11.2:49705 TIME_WAIT -
  379. tcp 0 0 127.0.0.1:54434 127.0.0.1:6379 TIME_WAIT -
  380. tcp 0 0 127.0.0.1:54485 127.0.0.1:6379 TIME_WAIT -
  381. tcp 0 0 127.0.0.1:54479 127.0.0.1:6379 TIME_WAIT -
  382. tcp 0 0 127.0.0.1:54539 127.0.0.1:6379 TIME_WAIT -
  383. tcp 0 0 192.168.11.7:53526 192.168.11.2:49705 TIME_WAIT -
  384. tcp 0 0 192.168.11.7:80 192.168.11.2:54111 TIME_WAIT -
  385. tcp 0 0 192.168.11.7:53498 192.168.11.2:49705 TIME_WAIT -
  386. tcp 0 0 192.168.11.7:80 192.168.11.2:54108 TIME_WAIT -
  387. tcp 0 0 127.0.0.1:54534 127.0.0.1:6379 TIME_WAIT -
  388. tcp 8 0 192.168.11.7:80 192.168.11.2:54106 ESTABLISHED 257/nginx: worker p
  389. tcp 0 0 192.168.11.7:53505 192.168.11.2:49705 TIME_WAIT -
  390. tcp 0 0 127.0.0.1:82 127.0.0.1:46041 TIME_WAIT -
  391. tcp 0 0 127.0.0.1:54550 127.0.0.1:6379 TIME_WAIT -
  392. tcp 0 0 127.0.0.1:54527 127.0.0.1:6379 TIME_WAIT -
  393. tcp 0 0 192.168.11.7:80 192.168.11.2:54117 TIME_WAIT -
  394. tcp 0 0 192.168.11.7:53484 192.168.11.2:49705 TIME_WAIT -
  395. tcp 0 0 192.168.11.7:53522 192.168.11.2:49705 TIME_WAIT -
  396. tcp 0 0 127.0.0.1:54470 127.0.0.1:6379 TIME_WAIT -
  397. tcp 0 0 192.168.11.7:80 192.168.11.2:54102 TIME_WAIT -
  398. tcp 0 0 127.0.0.1:54464 127.0.0.1:6379 TIME_WAIT -
  399. tcp 0 0 192.168.11.7:53496 192.168.11.2:49705 TIME_WAIT -
  400. tcp 0 0 127.0.0.1:54553 127.0.0.1:6379 TIME_WAIT -
  401. tcp 0 0 192.168.11.7:53483 192.168.11.2:49705 TIME_WAIT -
  402. tcp 0 0 127.0.0.1:54471 127.0.0.1:6379 TIME_WAIT -
  403. tcp 0 0 192.168.11.7:53506 192.168.11.2:49705 TIME_WAIT -
  404. tcp 0 0 192.168.11.7:53510 192.168.11.2:49705 TIME_WAIT -
  405. tcp 0 0 127.0.0.1:54472 127.0.0.1:6379 TIME_WAIT -
  406. tcp 0 0 192.168.11.7:53513 192.168.11.2:49705 TIME_WAIT -
  407. tcp 0 0 192.168.11.7:53524 192.168.11.2:49705 TIME_WAIT -
  408. tcp 0 0 192.168.11.7:53535 192.168.11.2:49705 TIME_WAIT -
  409. tcp 0 0 127.0.0.1:54541 127.0.0.1:6379 TIME_WAIT -
  410. tcp 0 0 127.0.0.1:54531 127.0.0.1:6379 TIME_WAIT -
  411. tcp 0 0 127.0.0.1:54435 127.0.0.1:6379 TIME_WAIT -
  412. tcp 0 0 127.0.0.1:54516 127.0.0.1:6379 TIME_WAIT -
  413. tcp 0 0 127.0.0.1:54505 127.0.0.1:6379 TIME_WAIT -
  414. tcp 0 0 192.168.11.7:80 192.168.11.2:54110 TIME_WAIT -
  415. tcp 0 0 192.168.11.7:53525 192.168.11.2:49705 TIME_WAIT -
  416. tcp 0 0 192.168.11.7:53495 192.168.11.2:49705 TIME_WAIT -
  417. tcp 0 0 127.0.0.1:54535 127.0.0.1:6379 TIME_WAIT -
  418. tcp 0 0 192.168.11.7:53492 192.168.11.2:49705 TIME_WAIT -
  419. tcp 0 0 192.168.11.7:53511 192.168.11.2:49705 TIME_WAIT -
  420. tcp 0 0 127.0.0.1:54448 127.0.0.1:6379 TIME_WAIT -
  421. tcp 0 0 192.168.11.7:53521 192.168.11.2:49705 TIME_WAIT -
  422. tcp 0 0 192.168.11.7:80 192.168.11.2:54105 TIME_WAIT -
  423. tcp 0 0 127.0.0.1:54437 127.0.0.1:6379 TIME_WAIT -
  424. tcp 0 0 127.0.0.1:54506 127.0.0.1:6379 TIME_WAIT -
  425. tcp 0 0 127.0.0.1:54484 127.0.0.1:6379 TIME_WAIT -
  426. tcp 0 0 127.0.0.1:54457 127.0.0.1:6379 TIME_WAIT -
  427. tcp 0 0 127.0.0.1:54515 127.0.0.1:6379 TIME_WAIT -
  428. tcp 0 0 127.0.0.1:54559 127.0.0.1:6379 TIME_WAIT -
  429. tcp 0 0 127.0.0.1:54468 127.0.0.1:6379 TIME_WAIT -
  430. tcp 0 0 192.168.11.7:53518 192.168.11.2:49705 TIME_WAIT -
  431. tcp 0 0 127.0.0.1:54518 127.0.0.1:6379 TIME_WAIT -
  432. tcp 0 0 192.168.11.7:80 192.168.11.2:54103 TIME_WAIT -
  433. tcp 0 0 192.168.11.7:53475 192.168.11.2:49705 TIME_WAIT -
  434. tcp 0 0 192.168.11.7:49152 192.168.11.2:54094 TIME_WAIT -
  435. tcp 0 0 127.0.0.1:54508 127.0.0.1:6379 TIME_WAIT -
  436. tcp 0 0 192.168.11.7:53481 192.168.11.2:49705 TIME_WAIT -
  437. tcp 0 0 127.0.0.1:54483 127.0.0.1:6379 TIME_WAIT -
  438. tcp 0 0 192.168.11.7:80 192.168.11.2:54116 TIME_WAIT -
  439. tcp 0 0 192.168.11.7:80 192.168.11.2:54115 TIME_WAIT -
  440. tcp 0 0 192.168.11.7:53467 192.168.11.2:49705 TIME_WAIT -
  441. tcp 0 0 127.0.0.1:54529 127.0.0.1:6379 TIME_WAIT -
  442. tcp 0 0 192.168.11.7:53480 192.168.11.2:49705 TIME_WAIT -
  443. tcp 0 0 192.168.11.7:80 192.168.11.2:54109 TIME_WAIT -
  444. tcp 0 0 127.0.0.1:54465 127.0.0.1:6379 TIME_WAIT -
  445. tcp 0 0 127.0.0.1:54532 127.0.0.1:6379 TIME_WAIT -
  446. tcp 0 0 127.0.0.1:54462 127.0.0.1:6379 TIME_WAIT -
  447. tcp 0 0 127.0.0.1:54463 127.0.0.1:6379 TIME_WAIT -
  448. tcp 0 0 127.0.0.1:54466 127.0.0.1:6379 TIME_WAIT -
  449. tcp 0 0 127.0.0.1:54447 127.0.0.1:6379 TIME_WAIT -
  450. tcp 0 0 192.168.11.7:53533 192.168.11.2:49705 TIME_WAIT -
  451. tcp 0 0 192.168.11.7:53479 192.168.11.2:49705 TIME_WAIT -
  452. tcp 0 0 192.168.11.7:53468 192.168.11.2:49705 TIME_WAIT -
  453. tcp 0 0 192.168.11.7:53523 192.168.11.2:49705 TIME_WAIT -
  454. tcp 0 0 127.0.0.1:54493 127.0.0.1:6379 TIME_WAIT -
  455. tcp 0 0 192.168.11.7:53474 192.168.11.2:49705 TIME_WAIT -
  456. tcp 0 0 127.0.0.1:54538 127.0.0.1:6379 TIME_WAIT -
  457. tcp 0 0 127.0.0.1:54544 127.0.0.1:6379 TIME_WAIT -
  458. tcp 0 0 127.0.0.1:6600 127.0.0.1:37245 ESTABLISHED 19435/mpd
  459. tcp 0 0 127.0.0.1:54504 127.0.0.1:6379 TIME_WAIT -
  460. tcp 0 0 127.0.0.1:54517 127.0.0.1:6379 TIME_WAIT -
  461. tcp 0 0 127.0.0.1:54452 127.0.0.1:6379 TIME_WAIT -
  462. tcp 0 0 127.0.0.1:54519 127.0.0.1:6379 TIME_WAIT -
  463. tcp 0 0 127.0.0.1:54525 127.0.0.1:6379 TIME_WAIT -
  464. tcp 0 0 127.0.0.1:54486 127.0.0.1:6379 TIME_WAIT -
  465. tcp 0 0 192.168.11.7:53534 192.168.11.2:49705 TIME_WAIT -
  466. tcp 0 0 127.0.0.1:54528 127.0.0.1:6379 TIME_WAIT -
  467. tcp 0 0 192.168.11.7:53488 192.168.11.2:49705 TIME_WAIT -
  468. tcp 0 0 127.0.0.1:42824 127.0.0.1:6600 TIME_WAIT -
  469. tcp 0 0 127.0.0.1:54562 127.0.0.1:6379 TIME_WAIT -
  470. tcp 0 0 127.0.0.1:54481 127.0.0.1:6379 TIME_WAIT -
  471. tcp 0 0 127.0.0.1:54511 127.0.0.1:6379 TIME_WAIT -
  472. tcp 0 0 192.168.11.7:58648 188.165.209.139:80 TIME_WAIT -
  473. tcp 0 0 192.168.11.7:53493 192.168.11.2:49705 TIME_WAIT -
  474. tcp 0 0 192.168.11.7:53486 192.168.11.2:49705 TIME_WAIT -
  475. tcp 0 0 127.0.0.1:54476 127.0.0.1:6379 TIME_WAIT -
  476. tcp 0 0 127.0.0.1:54526 127.0.0.1:6379 TIME_WAIT -
  477. tcp 0 0 192.168.11.7:80 192.168.11.2:54118 TIME_WAIT -
  478. tcp 0 0 127.0.0.1:54561 127.0.0.1:6379 TIME_WAIT -
  479. tcp 0 0 192.168.11.7:80 192.168.11.2:54114 TIME_WAIT -
  480. tcp 0 0 127.0.0.1:54473 127.0.0.1:6379 TIME_WAIT -
  481. tcp 0 0 192.168.11.7:53532 192.168.11.2:49705 TIME_WAIT -
  482. tcp 0 0 192.168.11.7:53508 192.168.11.2:49705 TIME_WAIT -
  483. tcp 0 0 192.168.11.7:53512 192.168.11.2:49705 TIME_WAIT -
  484. tcp 0 0 127.0.0.1:54451 127.0.0.1:6379 TIME_WAIT -
  485. tcp 0 0 192.168.11.7:53485 192.168.11.2:49705 TIME_WAIT -
  486. tcp 0 0 192.168.11.7:53528 192.168.11.2:49705 TIME_WAIT -
  487. tcp 0 0 127.0.0.1:80 127.0.0.1:36672 TIME_WAIT -
  488. tcp 0 0 127.0.0.1:54494 127.0.0.1:6379 TIME_WAIT -
  489. tcp 0 0 127.0.0.1:54554 127.0.0.1:6379 TIME_WAIT -
  490. tcp 0 0 127.0.0.1:54540 127.0.0.1:6379 TIME_WAIT -
  491. tcp 0 0 127.0.0.1:54433 127.0.0.1:6379 TIME_WAIT -
  492. tcp 0 0 127.0.0.1:54546 127.0.0.1:6379 TIME_WAIT -
  493. tcp 0 0 192.168.11.7:80 192.168.11.2:54112 TIME_WAIT -
  494. tcp 0 0 127.0.0.1:54503 127.0.0.1:6379 TIME_WAIT -
  495. tcp 0 0 192.168.11.7:53464 192.168.11.2:49705 TIME_WAIT -
  496. tcp 0 0 127.0.0.1:54446 127.0.0.1:6379 TIME_WAIT -
  497. tcp 0 0 127.0.0.1:54436 127.0.0.1:6379 TIME_WAIT -
  498. tcp 0 0 192.168.11.7:53530 192.168.11.2:49705 TIME_WAIT -
  499. tcp 0 0 127.0.0.1:54513 127.0.0.1:6379 TIME_WAIT -
  500. tcp 0 0 127.0.0.1:54487 127.0.0.1:6379 TIME_WAIT -
  501. tcp 0 0 127.0.0.1:54509 127.0.0.1:6379 TIME_WAIT -
  502. tcp 0 0 127.0.0.1:54533 127.0.0.1:6379 TIME_WAIT -
  503. tcp 0 0 127.0.0.1:54477 127.0.0.1:6379 TIME_WAIT -
  504. tcp 0 0 192.168.11.7:53499 192.168.11.2:49705 TIME_WAIT -
  505. tcp 0 0 192.168.11.7:49152 192.168.11.2:54091 TIME_WAIT -
  506. tcp 0 0 192.168.11.7:53514 192.168.11.2:49705 TIME_WAIT -
  507. tcp 0 0 127.0.0.1:54450 127.0.0.1:6379 TIME_WAIT -
  508. tcp 0 0 127.0.0.1:54425 127.0.0.1:6379 TIME_WAIT -
  509. tcp 0 0 127.0.0.1:54449 127.0.0.1:6379 TIME_WAIT -
  510. tcp 0 0 127.0.0.1:80 127.0.0.1:36680 TIME_WAIT -
  511. tcp 0 0 127.0.0.1:54521 127.0.0.1:6379 TIME_WAIT -
  512. tcp 0 0 127.0.0.1:54557 127.0.0.1:6379 TIME_WAIT -
  513. tcp 0 0 127.0.0.1:54438 127.0.0.1:6379 TIME_WAIT -
  514. tcp 0 0 127.0.0.1:54514 127.0.0.1:6379 TIME_WAIT -
  515. tcp 0 0 127.0.0.1:54536 127.0.0.1:6379 TIME_WAIT -
  516. tcp 0 0 192.168.11.7:53465 192.168.11.2:49705 TIME_WAIT -
  517. tcp 0 0 127.0.0.1:54551 127.0.0.1:6379 TIME_WAIT -
  518. tcp 0 0 192.168.11.7:53531 192.168.11.2:49705 TIME_WAIT -
  519. tcp 2114 0 192.168.11.7:80 192.168.11.2:53538 ESTABLISHED 257/nginx: worker p
  520. tcp 0 0 127.0.0.1:54542 127.0.0.1:6379 TIME_WAIT -
  521. tcp 0 0 127.0.0.1:54488 127.0.0.1:6379 TIME_WAIT -
  522. tcp 0 0 192.168.11.7:80 192.168.11.2:54101 TIME_WAIT -
  523. tcp 0 0 192.168.11.7:53472 192.168.11.2:49705 TIME_WAIT -
  524. tcp 0 0 192.168.11.7:49152 192.168.11.2:54090 TIME_WAIT -
  525. tcp 0 0 127.0.0.1:54501 127.0.0.1:6379 TIME_WAIT -
  526. tcp 0 0 192.168.11.7:53527 192.168.11.2:49705 TIME_WAIT -
  527. tcp 0 0 127.0.0.1:54431 127.0.0.1:6379 TIME_WAIT -
  528. tcp 0 0 127.0.0.1:54443 127.0.0.1:6379 TIME_WAIT -
  529. tcp 0 0 192.168.11.7:53491 192.168.11.2:49705 TIME_WAIT -
  530. tcp 0 0 127.0.0.1:54440 127.0.0.1:6379 TIME_WAIT -
  531. tcp 0 0 127.0.0.1:54458 127.0.0.1:6379 TIME_WAIT -
  532. tcp 0 0 127.0.0.1:54530 127.0.0.1:6379 TIME_WAIT -
  533. tcp 0 0 192.168.11.7:53477 192.168.11.2:49705 TIME_WAIT -
  534. tcp 0 0 127.0.0.1:54478 127.0.0.1:6379 TIME_WAIT -
  535. tcp 0 0 192.168.11.7:53500 192.168.11.2:49705 TIME_WAIT -
  536. tcp 0 0 192.168.11.7:53501 192.168.11.2:49705 TIME_WAIT -
  537. tcp 0 0 192.168.11.7:53507 192.168.11.2:49705 TIME_WAIT -
  538. tcp 0 0 127.0.0.1:54520 127.0.0.1:6379 TIME_WAIT -
  539. tcp 0 0 192.168.11.7:53473 192.168.11.2:49705 TIME_WAIT -
  540. tcp 0 0 127.0.0.1:54441 127.0.0.1:6379 TIME_WAIT -
  541. tcp 0 0 192.168.11.7:53466 192.168.11.2:49705 TIME_WAIT -
  542. tcp 0 0 127.0.0.1:54429 127.0.0.1:6379 TIME_WAIT -
  543. tcp 0 0 127.0.0.1:54480 127.0.0.1:6379 TIME_WAIT -
  544. tcp 0 0 127.0.0.1:54498 127.0.0.1:6379 TIME_WAIT -
  545. tcp 0 0 127.0.0.1:54556 127.0.0.1:6379 TIME_WAIT -
  546. tcp 0 0 127.0.0.1:54432 127.0.0.1:6379 TIME_WAIT -
  547. tcp 0 0 127.0.0.1:54427 127.0.0.1:6379 TIME_WAIT -
  548. tcp 0 0 192.168.11.7:53469 192.168.11.2:49705 TIME_WAIT -
  549. tcp 0 0 192.168.11.7:53503 192.168.11.2:49705 TIME_WAIT -
  550. tcp 0 0 192.168.11.7:49152 192.168.11.2:54093 TIME_WAIT -
  551. tcp 0 0 192.168.11.7:53515 192.168.11.2:49705 TIME_WAIT -
  552. tcp 0 0 127.0.0.1:54460 127.0.0.1:6379 TIME_WAIT -
  553. tcp 0 0 127.0.0.1:54489 127.0.0.1:6379 TIME_WAIT -
  554. tcp 0 0 192.168.11.7:53504 192.168.11.2:49705 TIME_WAIT -
  555. tcp 0 0 127.0.0.1:54522 127.0.0.1:6379 TIME_WAIT -
  556. tcp 0 0 127.0.0.1:54430 127.0.0.1:6379 TIME_WAIT -
  557. tcp 0 0 127.0.0.1:54491 127.0.0.1:6379 TIME_WAIT -
  558. tcp 0 0 127.0.0.1:54445 127.0.0.1:6379 TIME_WAIT -
  559. tcp 0 0 127.0.0.1:54500 127.0.0.1:6379 TIME_WAIT -
  560. tcp 0 0 127.0.0.1:54461 127.0.0.1:6379 TIME_WAIT -
  561. tcp 0 0 192.168.11.7:53487 192.168.11.2:49705 TIME_WAIT -
  562. tcp 0 0 127.0.0.1:54467 127.0.0.1:6379 TIME_WAIT -
  563. tcp 0 0 127.0.0.1:54543 127.0.0.1:6379 TIME_WAIT -
  564. tcp 0 0 127.0.0.1:54428 127.0.0.1:6379 TIME_WAIT -
  565. Active UNIX domain sockets (w/o servers)
  566. Proto RefCnt Flags Type State I-Node PID/Program name Path
  567. unix 2 [ ] DGRAM 2174 1/init /run/systemd/notify
  568. unix 2 [ ] DGRAM 2189 1/init /run/systemd/shutdownd
  569. unix 3 [ ] STREAM CONNECTED 1013 190/dbus-daemon
  570. unix 3 [ ] STREAM CONNECTED 4241 1/init
  571. unix 3 [ ] STREAM CONNECTED 238187 19435/mpd
  572. unix 3 [ ] STREAM CONNECTED 6907 190/dbus-daemon /run/dbus/system_bus_socket
  573. unix 3 [ ] DGRAM 1898 150/systemd-udevd
  574. unix 3 [ ] STREAM CONNECTED 5351 190/dbus-daemon /run/dbus/system_bus_socket
  575. unix 3 [ ] STREAM CONNECTED 6415 256/nginx: master p
  576. unix 3 [ ] STREAM CONNECTED 262741 286/php
  577. unix 3 [ ] STREAM CONNECTED 262751 19435/mpd /run/mpd.sock
  578. unix 3 [ ] STREAM CONNECTED 1014 190/dbus-daemon
  579. unix 3 [ ] STREAM CONNECTED 7365 204/systemd-resolve
  580. unix 3 [ ] STREAM CONNECTED 4345 201/systemd-network
  581. unix 3 [ ] STREAM CONNECTED 6416 256/nginx: master p
  582. unix 3 [ ] STREAM CONNECTED 238188 190/dbus-daemon /run/dbus/system_bus_socket
  583. unix 3 [ ] STREAM CONNECTED 262742 246/redis-server 12 /tmp/redis.sock
  584. unix 3 [ ] STREAM CONNECTED 5881 310/avahi-daemon: r
  585. unix 3 [ ] STREAM CONNECTED 4774 416/php-fpm: master
  586. unix 3 [ ] STREAM CONNECTED 7581 256/nginx: master p
  587. unix 3 [ ] STREAM CONNECTED 5873 310/avahi-daemon: r
  588. unix 3 [ ] STREAM CONNECTED 5464 190/dbus-daemon /run/dbus/system_bus_socket
  589. unix 3 [ ] STREAM CONNECTED 262826 22884/php
  590. unix 3 [ ] STREAM CONNECTED 7582 256/nginx: master p
  591. unix 3 [ ] STREAM CONNECTED 4773 416/php-fpm: master
  592. unix 3 [ ] STREAM CONNECTED 262747 286/php
  593. unix 3 [ ] STREAM CONNECTED 262827 246/redis-server 12 /tmp/redis.sock
  594. unix 3 [ ] STREAM CONNECTED 5874 311/avahi-daemon: c
  595. unix 3 [ ] DGRAM 1899 150/systemd-udevd
  596. unix 3 [ ] STREAM CONNECTED 1015 190/dbus-daemon /run/dbus/system_bus_socket
  597. unix 3 [ ] STREAM CONNECTED 262811 261/php
  598. unix 3 [ ] STREAM CONNECTED 262812 246/redis-server 12 /tmp/redis.sock
  599.  
  600.  
  601. ###### Network interfaces (ip addr) ######
  602. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default
  603. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  604. inet 127.0.0.1/8 scope host lo
  605. valid_lft forever preferred_lft forever
  606. inet6 ::1/128 scope host
  607. valid_lft forever preferred_lft forever
  608. 2: eth0: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
  609. link/ether 00:1e:06:20:17:2c brd ff:ff:ff:ff:ff:ff
  610. inet 192.168.11.7/24 brd 192.168.11.255 scope global dynamic eth0
  611. valid_lft 137428sec preferred_lft 137428sec
  612. inet6 fe80::21e:6ff:fe20:172c/64 scope link
  613. valid_lft forever preferred_lft forever
  614. 3: sit0: mtu 1480 qdisc noop state DOWN group default
  615. link/sit 0.0.0.0 brd 0.0.0.0
  616. 4: ip6tnl0@NONE: mtu 1452 qdisc noop state DOWN group default
  617. link/tunnel6 :: brd ::
  618.  
  619.  
  620. ###### Network interfaces (ifconfig) ######
  621. eth0: flags=4163 mtu 1500
  622. inet 192.168.11.7 netmask 255.255.255.0 broadcast 192.168.11.255
  623. inet6 fe80::21e:6ff:fe20:172c prefixlen 64 scopeid 0x20
  624. ether 00:1e:06:20:17:2c txqueuelen 1000 (Ethernet)
  625. RX packets 167397 bytes 16515378 (15.7 MiB)
  626. RX errors 0 dropped 626 overruns 0 frame 0
  627. TX packets 218239 bytes 42453717 (40.4 MiB)
  628. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  629. device interrupt 40
  630.  
  631. lo: flags=73 mtu 65536
  632. inet 127.0.0.1 netmask 255.0.0.0
  633. inet6 ::1 prefixlen 128 scopeid 0x10
  634. loop txqueuelen 0 (Local Loopback)
  635. RX packets 234189 bytes 18531630 (17.6 MiB)
  636. RX errors 0 dropped 0 overruns 0 frame 0
  637. TX packets 234189 bytes 18531630 (17.6 MiB)
  638. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  639.  
  640.  
  641. ###### Network netctl profiles (netctl list) ######
  642. eth0
  643.  
  644. eth0 netctl status
  645. --------------------------------------------------------
  646. ● netctl@eth0.service - Networking for netctl profile eth0
  647. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  648. Active: inactive (dead)
  649. Docs: man:netctl.profile(5)
  650.  
  651. eth0 netctl profile
  652. --------------------------------------------------------
  653. Description='eth0 connection'
  654. Interface=eth0
  655. ForceConnect=yes
  656. SkipNoCarrier=yes
  657. Connection=ethernet
  658. AutoWired=yes
  659. ExcludeAuto=no
  660. IP=static
  661. Address=('192.168.11.7/24')
  662. Gateway='192.168.11.1'
  663. DNS=('192.168.11.1')
  664.  
  665.  
  666. ###### Network wifi status (iwconfig) ######
  667. sit0 no wireless extensions.
  668.  
  669. lo no wireless extensions.
  670.  
  671. eth0 no wireless extensions.
  672.  
  673. ip6tnl0 no wireless extensions.
  674.  
  675.  
  676. ###### Kernel status (dmesg) ######
  677. [ 0.000000] Booting Linux on physical CPU 0x200
  678. [ 0.000000] Initializing cgroup subsys cpuset
  679. [ 0.000000] Initializing cgroup subsys cpu
  680. [ 0.000000] Initializing cgroup subsys cpuacct
  681. [ 0.000000] Linux version 3.10.80 (root@runeaudio) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #2 SMP PREEMPT Sat Aug 15 16:29:14 CEST 2015
  682. [ 0.000000] CPU: ARMv7 Processor [410fc051] revision 1 (ARMv7), cr=10c5387d
  683. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  684. [ 0.000000] Machine: ODROIDC, model: AMLOGIC
  685. [ 0.000000] physical memory start address is 0x200000
  686. [ 0.000000] reserved_end is e3fffff
  687.  
  688. [ 0.000000] Total memory is 1022 MiB
  689. [ 0.000000] Reserved low memory from 0x06000000 to 0x0e3fffff, size: 132 MiB
  690. [ 0.000000] mesonfb0(low) : 0x06100000 - 0x07900000 ( 24 MiB)
  691. [ 0.000000] mesonfb1(low) : 0x07900000 - 0x07a00000 ( 1 MiB)
  692. [ 0.000000] mesonstream0(low) : 0x07a00000 - 0x09a00000 ( 32 MiB)
  693. [ 0.000000] vdec0(low) : 0x09a00000 - 0x0da00000 ( 64 MiB)
  694. [ 0.000000] ppmgr0(high) : 0x3f000000 - 0x40000000 ( 16 MiB)
  695. [ 0.000000] amvideocap0(low) : 0x0da00000 - 0x0e400000 ( 10 MiB)
  696. [ 0.000000] cma: CMA: reserved 8 MiB at 3e800000
  697. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  698. [ 0.000000] On node 0 totalpages: 220160
  699. [ 0.000000] free_area_init_node: node 0, pgdat c09f4100, node_mem_map c0cfa000
  700. [ 0.000000] Normal zone: 1520 pages used for memmap
  701. [ 0.000000] Normal zone: 0 pages reserved
  702. [ 0.000000] Normal zone: 157184 pages, LIFO batch:31
  703. [ 0.000000] HighMem zone: 492 pages used for memmap
  704. [ 0.000000] HighMem zone: 62976 pages, LIFO batch:15
  705. [ 0.000000] Meson chip version = RevA (1B:A - 0:B72)
  706. [ 0.000000] PERCPU: Embedded 8 pages/cpu @c14e3000 s8384 r8192 d16192 u32768
  707. [ 0.000000] pcpu-alloc: s8384 r8192 d16192 u32768 alloc=8*4096
  708. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  709. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 218640
  710. [ 0.000000] Kernel command line: console=ttyS0,115200n8 console=tty0 root=/dev/mmcblk0p1 rootwait rw no_console_suspend vdaccfg=0xa000 logo=osd1,loaded,0x7900000,720p,full dmfc=3 cvbsmode=576cvbs hdmimode=720p m_bpp=32 vout=hdmi disableuhs disablehpd=true enabledac
  711. [ 0.000000] cvbs trimming line = 0xa000
  712. [ 0.000000] cvbs trimming.1.v5: 0xa0, 0x0
  713. [ 0.000000] osd1:1
  714. [ 0.000000] loaded:268435459
  715. [ 0.000000] logo has been loaded
  716. [ 0.000000] 720p:11
  717. [ 0.000000] full:2
  718. [ 0.000000] kernel get cvbsmode form uboot is 576cvbs
  719. [ 0.000000] kernel get hdmimode form uboot is 720p
  720. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  721. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  722. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  723. [ 0.000000] allocated 2060288 bytes of page_cgroup
  724. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  725. [ 0.000000] Memory: 64MB 16MB 780MB = 860MB total
  726. [ 0.000000] Memory: 848072k/848072k available, 32568k reserved, 243712K highmem
  727. [ 0.000000] Virtual kernel memory layout:
  728. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  729. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  730. vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  731. lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  732. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  733. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  734. .text : 0xc0008000 - 0xc0942634 (9450 kB)
  735. .init : 0xc0943000 - 0xc097b0c0 ( 225 kB)
  736. .data : 0xc097c000 - 0xc09f5040 ( 485 kB)
  737. .bss : 0xc09f5040 - 0xc0cf583c (3074 kB)
  738. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  739. [ 0.000000] Preemptible hierarchical RCU implementation.
  740. [ 0.000000] NR_IRQS:256
  741. [ 0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
  742. [ 0.000000] Global timer: MESON TIMER-F (c0997400) initialized
  743. [ 0.000000] Switching to timer-based delay loop
  744. [ 0.000000] Console: colour dummy device 80x30
  745. [ 0.000000] console [tty0] enabled
  746. [ 0.000000] meson_serial_console_setup
  747. [ 0.000000] console [ttyS0] enabled
  748. [ 0.345104] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=10000)
  749. [ 0.355385] pid_max: default: 32768 minimum: 301
  750. [ 0.360368] Security Framework initialized
  751. [ 0.364424] AppArmor: AppArmor initialized
  752. [ 0.368690] Mount-cache hash table entries: 512
  753. [ 0.377618] Initializing cgroup subsys memory
  754. [ 0.377852] Initializing cgroup subsys devices
  755. [ 0.382466] Initializing cgroup subsys freezer
  756. [ 0.386989] Initializing cgroup subsys blkio
  757. [ 0.391445] Initializing cgroup subsys perf_event
  758. [ 0.396399] CPU: Testing write buffer coherency: ok
  759. [ 0.401727] CPU0: thread -1, cpu 0, socket 2, mpidr 80000200
  760. [ 0.407154] Setting up static identity map for 0xc0694b88 - 0xc0694be0
  761. [ 0.413910] L310 cache controller enabled
  762. [ 0.417899] l2x0: 8 ways, 2048 sets, CACHE_ID 0x4100a0c9, Cache size: 524288 B
  763. [ 0.425392] AUX_CTRL 0x7ec60001, PERFETCH_CTRL 0x75000007, POWER_CTRL 0x00000000
  764. [ 0.433495] TAG_LATENCY 0x00000111, DATA_LATENCY 0x00000222
  765. [ 0.510325] CPU1: Booted secondary processor
  766. [ 0.510343] CPU1: thread -1, cpu 1, socket 2, mpidr 80000201
  767. [ 0.530325] CPU2: Booted secondary processor
  768. [ 0.530342] CPU2: thread -1, cpu 2, socket 2, mpidr 80000202
  769. [ 0.550315] CPU3: Booted secondary processor
  770. [ 0.550334] CPU3: thread -1, cpu 3, socket 2, mpidr 80000203
  771. [ 0.550426] Brought up 4 CPUs
  772. [ 0.578617] SMP: Total of 4 processors activated (8.00 BogoMIPS).
  773. [ 0.584843] CPU: All CPU(s) started in SVC mode.
  774. [ 0.590343] devtmpfs: initialized
  775. [ 0.599692] clkrate [ xtal ] : 24000000
  776. [ 0.599738] clkrate [ pll_sys ] : 1200000000
  777. [ 0.602697] clkrate [ pll_fixed ] : 2550000000
  778. [ 0.607348] clkrate [ pll_vid ] : 732000000
  779. [ 0.611775] clkrate [ pll_ddr ] : 0
  780. [ 0.615486] clkrate [ a9_clk ] : 1200000000
  781. [ 0.619903] clkrate [ clk81 ] : 159375000
  782. [ 0.624604] pinctrl core: initialized pinctrl subsystem
  783. [ 0.629755] regulator-dummy: no parameters
  784. [ 0.634269] NET: Registered protocol family 16
  785. [ 0.642529] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  786. [ 0.646580] VPU driver version: v02
  787. [ 0.649083] load vpu_clk in dts: 182150000Hz(3)
  788. [ 0.653812] vpu_probe OK
  789. [ 0.658758] amlogic_gpio gpio: Probed amlogic GPIO driver
  790. [ 0.662428] register lm device lm-root
  791. [ 0.665929] register lm device lm1
  792. [ 0.669477] register lm device lm0
  793. [ 0.673070] hw-breakpoint: found 2 (+1 reserved) breakpoint and 1 watchpoint registers.
  794. [ 0.681135] hw-breakpoint: maximum watchpoint size is 4 bytes.
  795. [ 0.687191] Init pinux probe!
  796. [ 0.690906] pinmux-m8b pinmux: Probed amlogic pinctrl driver
  797. [ 0.696044] tv_init_module
  798. [ 0.698876] major number 254 for disp
  799. [ 0.702698] vout_register_server
  800. [ 0.706056] register tv module server ok
  801. [ 0.710201] hdmitx: system: amhdmitx_init
  802. [ 0.714282] hdmitx: system: Ver: 2014May6
  803. [ 0.718501] hdmitx: system: amhdmitx_probe
  804. [ 0.723023] hdmitx: system: gate/pwr cmd: 7
  805. [ 0.727012] hdmitx: system: ALREADY init VIC = 4
  806. [ 0.731791] hdmitx: system: gate/pwr cmd: 0
  807. [ 0.736529] hdmitx: system: reset intr mask
  808. [ 0.769723] bio: create slab at 0
  809. [ 0.770447] SCSI subsystem initialized
  810. [ 0.772354] usbcore: registered new interface driver usbfs
  811. [ 0.777862] usbcore: registered new interface driver hub
  812. [ 0.783378] usbcore: registered new device driver usb
  813. [ 0.788540] media: Linux media interface: v0.10
  814. [ 0.793187] Linux video capture interface: v2.00
  815. [ 0.798343] request vpu clk holdings: vencp 106250000Hz
  816. [ 0.803290] TV mode 720p selected.
  817. [ 0.806815] already display in uboot
  818. [ 0.813922] Advanced Linux Sound Architecture Driver Initialized.
  819. [ 0.817234] Bluetooth: Core ver 2.16
  820. [ 0.820566] NET: Registered protocol family 31
  821. [ 0.825084] Bluetooth: HCI device and connection manager initialized
  822. [ 0.831602] Bluetooth: HCI socket layer initialized
  823. [ 0.836612] Bluetooth: L2CAP socket layer initialized
  824. [ 0.841829] Bluetooth: SCO socket layer initialized
  825. [ 0.846990] Loading modules backported from Linux version next-20150129-0-g828f79f
  826. [ 0.854546] Backport integrated by backports.git backports-20150129-0-gdd4a670
  827. [ 0.862129] cfg80211: Calling CRDA to update world regulatory domain
  828. [ 0.869028] Switching to clocksource Timer-E
  829. [ 0.873166] AppArmor: AppArmor Filesystem Enabled
  830. [ 0.886318] NET: Registered protocol family 2
  831. [ 0.887069] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  832. [ 0.892515] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  833. [ 0.899132] TCP: Hash tables configured (established 8192 bind 8192)
  834. [ 0.905570] TCP: reno registered
  835. [ 0.908873] UDP hash table entries: 512 (order: 2, 16384 bytes)
  836. [ 0.914974] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  837. [ 0.921643] NET: Registered protocol family 1
  838. [ 0.926770] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 3 counters available
  839. [ 0.934789] audit: initializing netlink socket (disabled)
  840. [ 0.939725] type=2000 audit(0.850:1): initialized
  841. [ 0.945329] bounce pool size: 64 pages
  842. [ 0.953723] VFS: Disk quotas dquot_6.5.2
  843. [ 0.953986] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  844. [ 0.961142] aufs 3.10.x
  845. [ 0.961784] msgmni has been set to 1180
  846. [ 0.967262] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  847. [ 0.973351] io scheduler noop registered
  848. [ 0.977358] io scheduler deadline registered
  849. [ 0.981907] io scheduler cfq registered (default)
  850. [ 1.040422] [drm] Initialized drm 1.1.0 20060810
  851. [ 1.040639] gpu cooling register okay with err=0
  852. [ 1.210838] Mali: Mali device driver loaded
  853. [ 1.211085] UMP: UMP device driver -ed56d8a loaded
  854. [ 1.217844] loop: module loaded
  855. [ 1.218425] tun: Universal TUN/TAP device driver, 1.6
  856. [ 1.223015] tun: (C) 1999-2004 Max Krasnyansky
  857. [ 1.229459] PPP generic driver version 2.4.2
  858. [ 1.234113] usbcore: registered new interface driver usb-storage
  859. [ 1.239968] usbcore: registered new interface driver usbserial
  860. [ 1.245902] usbcore: registered new interface driver usbserial_generic
  861. [ 1.252537] usbserial: USB Serial support registered for generic
  862. [ 1.258958] mousedev: PS/2 mouse device common for all mice
  863. [ 1.264655] i2c /dev entries driver
  864. [ 1.268356] device-mapper: uevent: version 1.0.3
  865. [ 1.273096] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
  866. [ 1.281470] Bluetooth: HCI UART driver ver 2.2
  867. [ 1.285955] Bluetooth: HCI H4 protocol initialized
  868. [ 1.290869] Bluetooth: HCI BCSP protocol initialized
  869. [ 1.295993] Bluetooth: HCILL protocol initialized
  870. [ 1.300826] Bluetooth: HCIATH3K protocol initialized
  871. [ 1.305950] Bluetooth: HCI Three-wire UART (H5) protocol initialized
  872. [ 1.313068] ledtrig-cpu: registered to indicate activity on CPUs
  873. [ 1.318630] hidraw: raw HID events driver (C) Jiri Kosina
  874. [ 1.324395] usbcore: registered new interface driver usbhid
  875. [ 1.329833] usbhid: USB HID core driver
  876. [ 1.334066] efuse===========================================
  877. [ 1.339779] efuse: device efuse created
  878. [ 1.343671] efuse--------------------------------------------
  879. [ 1.349489] vout_init_module
  880. [ 1.352553] start init vout module
  881. [ 1.356298] create vout attribute ok
  882. [ 1.360291] ge2d_init
  883. [ 1.362655] ge2d_dev major:244
  884. [ 1.366146] ge2d start monitor
  885. [ 1.369318] osd_init
  886. [ 1.369331] ge2d workqueue monitor start
  887. [ 1.375785] osd_probe, vinfo:c06d4b18
  888. [ 1.379843] Frame buffer memory assigned at phy:0x06100000, vir:0xf1000000, size=24576K
  889. [ 1.387703] osd_probe, mydef_var:c09ca9d8, vinfo:c06d4b18
  890. [ 1.393235] init fbdev bpp is :32
  891. [ 1.396766] ---------------clear framebuffer0 memory
  892. [ 1.432548] Console: switching to colour frame buffer device 160x90
  893. [ 1.445872] Frame buffer memory assigned at phy:0x07900000, vir:0xf0600000, size=1024K
  894. [ 1.453837] osd_probe, mydef_var:c09ca9d8, vinfo:c06d4b18
  895. [ 1.459350] don't find to display_size_default from mesonfb-dts
  896. [ 1.465428] init fbdev bpp is :24
  897. [ 1.485882] osd probe ok
  898. [ 1.485951] hdmitx: video: get current mode: 720p
  899. [ 1.488113] hdmitx: video: get current mode: 720p
  900. [ 1.492979] hdmitx: system: [set_disp_mode_auto] ALREADY init VIC = 4
  901. [ 1.519807] amlvideo-000: V4L2 device registered as video10
  902. [ 1.520244] ionvideo-000: V4L2 device registered as video13
  903. [ 1.525730] Video Technology Magazine Ion Video Capture Board ver 1.0 successfully loaded.
  904. [ 1.534118] DI: di_init
  905. [ 1.534214] aml_wdt_driver_init,301
  906. [ 1.537746] ** disable watchdog
  907. [ 1.541429] set uart_ao pinmux use pinctrl subsystem
  908. [ 1.546158] P_AO_RTI_PIN_MUX_REG:1801
  909. [ 1.549966] start uart_ao_ttyS0:(irq = 122)
  910. [ 1.554302] register uart_ao ok
  911. [ 1.557831] set uart_b pinmux use pinctrl subsystem
  912. [ 1.562590] P_AO_RTI_PIN_MUX_REG:1801
  913. [ 1.566438] start uart_b_ttyS2:(irq = 107)
  914. [ 1.570649] register uart_b ok
  915. [ 1.573935] dwc_otg: version 3.10a 12-MAY-2014
  916. [ 1.578461] dwc_otg lm-root: dwc_otg_driver_probe(ef343c00)
  917. [ 1.578471] dwc_otg_driver_probe NOT match
  918. [ 1.582698] dwc_otg lm1: dwc_otg_driver_probe(ef343e00)
  919. [ 1.622702] usb1: type: 1, speed: 0, config: 0, dma: 0, id: 1, phy: fe108820, ctrl: fe080000
  920. [ 1.625797] USB (1) use clock source: XTAL input
  921. [ 1.631585] dwc_otg lm1: base=0xfe080000
  922. [ 1.631595] dwc_otg lm1: dwc_otg_device=0xef4d9bc0
  923. [ 1.651724] Core Release: 3.10a
  924. [ 1.651797] Setting default values for core params
  925. [ 1.654416] curmode: 1, host_only: 1
  926. [ 1.658128] dwc_otg lm1: DMA config: BURST_DEFAULT
  927. [ 1.678293] Using Buffer DMA mode
  928. [ 1.678369] OTG VER PARAM: 1, OTG VER FLAG: 1
  929. [ 1.680699] Working on port type = HOST
  930. [ 1.684963] dwc_otg lm1: DWC OTG Controller
  931. [ 1.689040] dwc_otg lm1: new USB bus registered, assigned bus number 1
  932. [ 1.695724] dwc_otg lm1: irq 63, io mem 0x00000000
  933. [ 1.700615] -------hcd->flags.d32 = 0
  934. [ 1.704475] Init: Port Power? op_state=1
  935. [ 1.708493] Init1: Power Port (0)
  936. [ 1.712544] hub 1-0:1.0: USB hub found
  937. [ 1.715890] hub 1-0:1.0: 1 port detected
  938. [ 1.720166] dwc_otg lm0: dwc_otg_driver_probe(ef338000)
  939. [ 1.720202] usb0: type: 0, speed: 0, config: 0, dma: 0, id: 0, phy: fe108800, ctrl: fe040000
  940. [ 1.728526] USB (0) use clock source: XTAL input
  941. [ 1.734276] dwc_otg lm0: base=0xfe040000
  942. [ 1.734287] dwc_otg lm0: dwc_otg_device=0xef4de580
  943. [ 1.754379] Core Release: 3.10a
  944. [ 1.754452] Setting default values for core params
  945. [ 1.757045] curmode: 1, host_only: 0
  946. [ 1.800744] dwc_otg lm0: DMA config: BURST_DEFAULT
  947. [ 1.820922] Using Buffer DMA mode
  948. [ 1.820998] OTG VER PARAM: 1, OTG VER FLAG: 1
  949. [ 1.823347] Working on port type = OTG
  950. [ 1.827224] Current port type: SLAVE
  951. [ 1.831166] dwc_otg lm0: DWC OTG Controller
  952. [ 1.835320] dwc_otg lm0: new USB bus registered, assigned bus number 2
  953. [ 1.842008] dwc_otg lm0: irq 62, io mem 0x00000000
  954. [ 1.847433] hub 2-0:1.0: USB hub found
  955. [ 1.851173] hub 2-0:1.0: 1 port detected
  956. [ 1.855089] Dedicated Tx FIFOs mode
  957. [ 1.859214] using timer detect id change, ef4e1800
  958. [ 1.863605] ethernet_driver probe!
  959. [ 1.867365] ethernetinit(dbg[c09cf5f4]=1)
  960. [ 1.871179] ethernet base addr is fe0c0000
  961. [ 1.875450] write mac add to:eea687c8: 00 1e 06 20 17 2c |.. ,|
  962. [ 1.887126] libphy: AMLMAC MII Bus: probed
  963. [ 1.890823] eth0: PHY ID 001cc916 at 0 IRQ -1 (0:00) active
  964. [ 1.895191] eth0: PHY ID 001cc916 at 1 IRQ -1 (0:01) active
  965. [ 1.901045] amvideocap_init_module
  966. [ 1.904821] amvideocap_probe,amvideocap
  967. [ 1.908470] amvideocap_dev_register buf:0da00000,size:a00000.
  968. [ 1.914380] Indeed it is in host mode hprt0 = 00021501
  969. [ 1.919729] Amlogic A/V streaming port init
  970. [ 1.925401] init vdec memsource 9a00000->d9fffff
  971. [ 1.929209] [tsync_pcr_init]init success.
  972. [ 1.932986] regist mpeg12 codec profile
  973. [ 1.936963] regist mpeg4 codec profile
  974. [ 1.940792] amvdec_vc1 module init
  975. [ 1.944553] regist vc1 codec profile
  976. [ 1.948245] amvdec_h264 module init
  977. [ 1.951972] regist h264 codec profile
  978. [ 1.955627] amvdec_h265 module init
  979. [ 1.959249] regist hevc codec profile
  980. [ 1.963037] regist mjpeg codec profile
  981. [ 1.966857] amvdec_real module init
  982. [ 1.970548] regist real codec profile
  983. [ 1.974323] amvdec_avs module init
  984. [ 1.978030] regist avc codec profile
  985. [ 1.981577] jpegenc module init
  986. [ 1.985157] alloc_keep_buffer keep_y_addr ee600000
  987. [ 1.989884] alloc_keep_buffer keep_u_addr eec00000
  988. [ 1.994792] alloc_keep_buffer keep_v_addr eeb80000
  989. [ 1.999694] yaddr=ee600000,u_addr=eec00000,v_addr=eeb80000
  990. [ 2.005665] create_ge2d_work_queue video task ok
  991. [ 2.010422] SARADC Driver init.
  992. [ 2.013934] __saradc_probe__
  993. [ 2.092925] usb 1-1: new high-speed USB device number 2 using dwc_otg
  994. [ 2.097465] Indeed it is in host mode hprt0 = 00001101
  995. [ 2.162996] saradc calibration: ref_val = 515
  996. [ 2.166322] saradc calibration: ref_nominal = 512
  997. [ 2.170070] saradc calibration: coef = 4048
  998. [ 2.174654] ir irblaster probe
  999. [ 2.178184] Remote Driver
  1000. [ 2.181556] ==touch_ts_init==
  1001. [ 2.184931] ==ft5x0x_ts_init==
  1002. [ 2.188228] ==goodix_ts_init==
  1003. [ 2.191493] i2c-core: driver [gslx680_compatible] using legacy suspend method
  1004. [ 2.197178] i2c-core: driver [gslx680_compatible] using legacy resume method
  1005. [ 2.204407] !!!ntp_ts: ret = 0.
  1006. [ 2.207722] VTL ct36x TouchScreen driver, .
  1007. [ 2.214176] i2c-core: driver [ct36x] using legacy suspend method
  1008. [ 2.220290] i2c-core: driver [ct36x] using legacy resume method
  1009. [ 2.226354] VTL ct36x TouchScreen driver End.
  1010. [ 2.230838] ==gsl_ts_init==
  1011. [ 2.234089] ret=0
  1012. [ 2.237451] i2c-core: driver [mir3da] using legacy suspend method
  1013. [ 2.242099] i2c-core: driver [mir3da] using legacy resume method
  1014. [ 2.248296] i2c-core: driver [lis3dh_acc] using legacy suspend method
  1015. [ 2.254857] i2c-core: driver [lis3dh_acc] using legacy resume method
  1016. [ 2.261375] i2c-core: driver [bma222] using legacy suspend method
  1017. [ 2.267572] i2c-core: driver [bma222] using legacy resume method
  1018. [ 2.273791] i2c-core: driver [dmard06] using legacy suspend method
  1019. [ 2.280024] i2c-core: driver [dmard06] using legacy resume method
  1020. [ 2.286331] lsm303d driver: init
  1021. [ 2.289666] i2c-core: driver [dmard10] using legacy suspend method
  1022. [ 2.295054] hub 1-1:1.0: USB hub found
  1023. [ 2.295393] hub 1-1:1.0: 4 ports detected
  1024. [ 2.304015] i2c-core: driver [dmard10] using legacy resume method
  1025. [ 2.310258] stk8313_init
  1026. [ 2.313427] ======stk831x init ok======
  1027. [ 2.316887] stk831x_init
  1028. [ 2.320029] mxc622x accelerometer driver: init
  1029. [ 2.324212] i2c-core: driver [mxc622x] using legacy suspend method
  1030. [ 2.330481] i2c-core: driver [mxc622x] using legacy resume method
  1031. [ 2.336733] mxc6255xc accelerometer driver: init
  1032. [ 2.341517] i2c-core: driver [mxc6255xc] using legacy suspend method
  1033. [ 2.347989] i2c-core: driver [mxc6255xc] using legacy resume method
  1034. [ 2.354485] cm3217 v.1.0.0.1
  1035. [ 2.357685] i2c-core: driver [elan_epl6814] using legacy suspend method
  1036. [ 2.364181] i2c-core: driver [elan_epl6814] using legacy resume method
  1037. [ 2.370863] i2c-core: driver [LTR501] using legacy suspend method
  1038. [ 2.377084] i2c-core: driver [LTR501] using legacy resume method
  1039. [ 2.383372] mmc driver version: 1.07, 2014-06-30: eMMC add hw reset function
  1040. [ 2.391381] host->base fe108e00
  1041. [ 2.394739] pdata->caps 107
  1042. [ 2.397925] pdata->caps2 0
  1043. [ 2.401061] get property: port, value:0x00000004
  1044. [ 2.406031] get property: ocr_avail, value:0x00200080
  1045. [ 2.412482] get property: f_min, value:0x000493e0
  1046. [ 2.418993] get property: f_max, value:0x05f5e100
  1047. [ 2.425489] get property: max_req_size, value:0x00020000
  1048. [ 2.431965] get property: irq_in, value:0x00000003
  1049. [ 2.438474] get property: irq_out, value:0x00000005
  1050. [ 2.444974] get property: gpio_cd, str:CARD_6
  1051. [ 2.450929] get property: pinname, str:sd
  1052. [ 2.456571] get property: card_type, value:0x00000005
  1053. [ 2.463066] get property: gpio_dat3, str:CARD_4
  1054. [ 2.469026] get property: gpio_volsw, str:GPIOAO_3
  1055. [ 2.475333] aml_sd_voltage_switch[1309] : Switched to voltage -> 3.30 V
  1056. [ 2.532905] sd: mmc_rescan_try_freq: trying to init card at 400000 Hz
  1057. [ 2.572558] sd: new high speed SDHC card at address 1234, clock 50000000, 4-bit-bus-width
  1058. [ 2.578861] mmcblk0: sd:1234 SA08G 7.28 GiB
  1059. [ 2.584885] mmcblk0: p1
  1060. [ 2.622885] [aml_sdhc_probe] aml_sdhc_probe() success!
  1061. [ 2.626867] host->base fe108c20
  1062. [ 2.630173] pdata->caps 80000507
  1063. [ 2.633444] pdata->caps2 1
  1064. [ 2.636665] get property: port, value:0x00000002
  1065. [ 2.641804] get property: ocr_avail, value:0x00200000
  1066. [ 2.648322] get property: f_min, value:0x000493e0
  1067. [ 2.654808] get property: f_max, value:0x02faf080
  1068. [ 2.661287] get property: f_max_w, value:0x02faf080
  1069. [ 2.667798] get property: max_req_size, value:0x00020000
  1070. [ 2.674294] get property: pinname, str:emmc
  1071. [ 2.680077] get property: card_type, value:0x00000001
  1072. [ 2.686590] get property: gpio_dat3, str:BOOT_3
  1073. [ 2.692547] [is_emmc_exist] host->storage_flag=0, POR_BOOT_VALUE=1
  1074. [ 2.732904] emmc: mmc_rescan_try_freq: trying to init card at 400000 Hz
  1075. [ 2.737237] aml_emmc_hw_reset 1379
  1076. [ 2.822876] [aml_sdio_probe] aml_sdio_probe() success!
  1077. [ 2.826236] [dsp]DSP start addr 0xc5e00000
  1078. [ 2.830056] [dsp]register dsp to char divece(257)
  1079. [ 2.835940] aml_rtc rtc.1: rtc core: registered aml_rtc as rtc0
  1080. [ 2.842445] amlogic rfkill init
  1081. [ 2.845887] Bluetooth: btwake_control_init Driver Ver 1.1
  1082. [ 2.850135] aml_hw_crypto initialization.
  1083. [ 2.855155] pcm5102_platform_probe
  1084. [ 2.858875] enter aml_i2s_dai_probe
  1085. [ 2.858885] i2s get no clk src setting in dts, use the default mpll 0
  1086. [ 2.864211] enter aml_pcm_dai_probe
  1087. [ 2.864415] enter spdif_dit_probe
  1088. [ 2.867759] aml_spdif_unmute
  1089. [ 2.872004] aml-i2s 0:playback preallocate_dma_buffer: area=f04fc000, addr=3ec40000, size=65536
  1090. [ 2.879916] aml-i2s 1:capture preallocate_dma_buffer: area=f050e000, addr=3ec60000, size=65536
  1091. [ 2.888360] aml_snd_m8 aml_m8_sound_card.4: dit-hifi <-> aml-spdif-dai.0 mapping ok
  1092. [ 2.897886] aml-i2s 0:playback preallocate_dma_buffer: area=f052f000, addr=3ed00000, size=65536
  1093. [ 2.905072] odroid_snd odroid_sound_card.5: pcm5102 <-> aml-i2s-dai.0 mapping ok
  1094. [ 2.913395] =i2s_pinmux_init==,i2s_pinmux_init done,---0
  1095. [ 2.913553] GACT probability NOT on
  1096. [ 2.917122] Mirror/redirect action on
  1097. [ 2.921269] NET: Registered protocol family 10
  1098. [ 2.925584] mip6: Mobile IPv6
  1099. [ 2.929158] sit: IPv6 over IPv4 tunneling driver
  1100. [ 2.933743] NET: Registered protocol family 17
  1101. [ 2.937380] NET: Registered protocol family 15
  1102. [ 2.941798] Bridge firewalling registered
  1103. [ 2.946053] Bluetooth: RFCOMM TTY layer initialized
  1104. [ 2.950931] Bluetooth: RFCOMM socket layer initialized
  1105. [ 2.956214] Bluetooth: RFCOMM ver 1.11
  1106. [ 2.960086] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  1107. [ 2.965556] Bluetooth: BNEP filters: protocol multicast
  1108. [ 2.970918] Bluetooth: BNEP socket layer initialized
  1109. [ 2.976032] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  1110. [ 2.982087] Bluetooth: HIDP socket layer initialized
  1111. [ 2.987228] NET: Registered protocol family 35
  1112. [ 2.992318] VFP support v0.3: implementor 41 architecture 2 part 30 variant 5 rev 1
  1113. [ 2.999583] Registering SWP/SWPB emulation handler
  1114. [ 3.004549] enter meson_pm_init
  1115. [ 3.008180] enter meson_pm_probe!
  1116. [ 3.011711] hdmi: cec_pm: cec config:0xf
  1117. [ 3.015346] meson_pm_probe done !
  1118. [ 3.018833] AO cpu runs ok.
  1119. [ 3.022781] registered taskstats version 1
  1120. [ 3.026352] regulator-dummy: disabling
  1121. [ 3.030144] Mali DRM initialize, driver name: mali_drm, version 2.1
  1122. [ 3.036588] [drm] Initialized mali_drm 2.1.1 20140306 on minor 0
  1123. [ 3.042448] Mali DRM initialize, driver name: mali_drm, version 2.1
  1124. [ 3.049115] [drm] Initialized mali_drm 2.1.1 20140306 on minor 1
  1125. [ 3.055259] AO cpu stop ok.
  1126. [ 3.059181] AO cpu runs ok.
  1127. [ 3.062731] aml_rtc rtc.1: setting system clock to 2016-02-19 02:49:13 UTC (1455850153)
  1128. [ 3.069080] ### dt-test ### No testcase data in device tree; not running tests
  1129. [ 3.076494] meson_cpufreq_probe:SYSPLL request to be fixed
  1130. [ 3.082000] meson_cpufreq: no voltage_control prop
  1131. [ 3.086955] voltage_control = 0
  1132. [ 3.091519] <<-GTP-INFO->> GTP driver installing...
  1133. [ 3.095475] buf[0]=f2,buf[1]=af,err=4
  1134. [ 3.099058] adc=383,TS_C=18,flag=1
  1135. [ 3.102606] efuse_flag=a
  1136. [ 3.105553] amlogic_thermal_probe, this chip is trimmed, use thermal
  1137. [ 3.111788] amlogic-thermal aml_thermal: amlogic thermal probe start
  1138. [ 3.118295] #thermal-cells=7
  1139. [ 3.121310] pdata->temp_trip_count=4
  1140. [ 3.125049] temperature=70 on trip point=0
  1141. [ 3.129276] fixing high_freq=1488001 to 1488000 at trip point 0,level=3
  1142. [ 3.136067] fixing low_freq=1488001 to 1488000 at trip point 0,level=3
  1143. [ 3.142725] gpu[0].gpu_high_freq=511,tmp_level[0].gpu_high_freq=511
  1144. [ 3.149123] cpu[0] core num==3
  1145. [ 3.152308] gpu[0] core num==2
  1146. [ 3.155524] temperature=80 on trip point=1
  1147. [ 3.159754] fixing high_freq=1200001 to 1200000 at trip point 1,level=6
  1148. [ 3.166606] fixing low_freq=1200001 to 1200000 at trip point 1,level=6
  1149. [ 3.173294] gpu[1].gpu_high_freq=435,tmp_level[1].gpu_high_freq=435
  1150. [ 3.179583] cpu[1] core num==2
  1151. [ 3.182787] gpu[1] core num==2
  1152. [ 3.186003] temperature=90 on trip point=2
  1153. [ 3.190233] fixing high_freq=800001 to 696000 at trip point 2,level=11
  1154. [ 3.197099] fixing low_freq=800001 to 696000 at trip point 2,level=11
  1155. [ 3.203712] gpu[2].gpu_high_freq=328,tmp_level[2].gpu_high_freq=328
  1156. [ 3.209889] cpu[2] core num==1
  1157. [ 3.213106] gpu[2] core num==1
  1158. [ 3.216297] temperature=110 on trip point=3
  1159. [ 3.220626] fixing high_freq=-1 to -22 at trip point 3,level=-1
  1160. [ 3.227105] fixing low_freq=-1 to -22 at trip point 3,level=-1
  1161. [ 3.233087] gpu[3].gpu_high_freq=-1,tmp_level[3].gpu_high_freq=-1
  1162. [ 3.238896] cpu[3] core num==-1
  1163. [ 3.242187] gpu[3] core num==-1
  1164. [ 3.245490] idle interval=1000
  1165. [ 3.248681] pdata->name:aml_thermal
  1166. [ 3.252592] tmp_trip[0].cpu_core_upper=1
  1167. [ 3.256417] tmp_trip[1].cpu_core_upper=2
  1168. [ 3.260467] tmp_trip[2].cpu_core_upper=3
  1169. [ 3.264551] tmp_trip[3].cpu_core_upper=-1
  1170. [ 3.268693] aml_thermal bind thermal-cpucore-0 okay !
  1171. [ 3.273937] aml_thermal bind thermal-cpufreq-0 okay !
  1172. [ 3.279076] pdata->tmp_trip[0].gpu_lower_level=1
  1173. [ 3.283850] pdata->tmp_trip[0].gpu_upper_level=1
  1174. [ 3.288617] pdata->tmp_trip[1].gpu_lower_level=2
  1175. [ 3.293373] pdata->tmp_trip[1].gpu_upper_level=2
  1176. [ 3.298134] pdata->tmp_trip[2].gpu_lower_level=4
  1177. [ 3.302898] pdata->tmp_trip[2].gpu_upper_level=4
  1178. [ 3.307659] pdata->tmp_trip[3].gpu_lower_level=-1
  1179. [ 3.312496] pdata->tmp_trip[3].gpu_upper_level=-1
  1180. [ 3.317369] aml_thermal bind thermal-gpufreq-0 okay !
  1181. [ 3.322671] amlogic: Kernel Thermal management registered
  1182. [ 3.328099] amlogic-thermal aml_thermal: amlogic thermal probe done
  1183. [ 3.334555] hdmitx: cec: CEC init
  1184. [ 3.338039] hdmitx: cec: CEC task process
  1185. [ 3.338173] input: cec_input as /devices/virtual/input/input0
  1186. [ 3.348125] hdmitx: cec: hdmitx_device->cec_init_ready:0x1
  1187. [ 3.353503] ALSA device list:
  1188. [ 3.358745] #0: ODROID-HDMI
  1189. [ 3.361373] #1: ODROID-DAC
  1190. [ 3.364161] md: Waiting for all devices to be available before autodetect
  1191. [ 3.369817] md: If you don't use raid, use raid=noautodetect
  1192. [ 3.376083] md: Autodetecting RAID arrays.
  1193. [ 3.379863] md: Scanned 0 and added 0 devices.
  1194. [ 3.384474] md: autorun ...
  1195. [ 3.387395] md: ... autorun DONE.
  1196. [ 3.392329] force enable DISCARD here for ext4 fs
  1197. [ 3.395737] EXT4-fs (mmcblk0p1): couldn't mount as ext3 due to feature incompatibilities
  1198. [ 3.405304] force enable DISCARD here for ext4 fs
  1199. [ 3.408787] EXT4-fs (mmcblk0p1): couldn't mount as ext2 due to feature incompatibilities
  1200. [ 3.418314] force enable DISCARD here for ext4 fs
  1201. [ 3.453362] checked enable EXT4 DISCARD here
  1202. [ 3.456121] EXT4-fs (mmcblk0p1): mounting with "discard" option, but the device does not support discard
  1203. [ 3.464533] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  1204. [ 3.472767] VFS: Mounted root (ext4 filesystem) on device 179:1.
  1205. [ 3.489066] devtmpfs: mounted
  1206. [ 3.492130] Freeing unused kernel memory: 224K (c0943000 - c097b000)
  1207. [ 3.960849] systemd[1]: Inserted module 'autofs4'
  1208. [ 3.988245] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
  1209. [ 4.006914] systemd[1]: Detected architecture 'arm'.
  1210. [ 4.024730] systemd[1]: Set hostname to .
  1211. [ 4.072934] config uart_ao_ttyS0:: Character length 8bits/char
  1212. [ 4.092935] Changing uart_ao_ttyS0: baud from 0 to 115200
  1213. [ 4.125457] mmcblk0: r/w command failed, status = 0x80000b00
  1214. [ 4.128614] end_request: I/O error, dev mmcblk0, sector 15278072
  1215. [ 4.134798] Buffer I/O error on device mmcblk0, logical block 1909759
  1216. [ 4.142239] mmcblk0: r/w command failed, status = 0x80000b00
  1217. [ 4.147217] mmc_blk_reset 938 reset error md->reset_done:1 and type:1
  1218. [ 4.153824] end_request: I/O error, dev mmcblk0, sector 15278072
  1219. [ 4.159960] Buffer I/O error on device mmcblk0, logical block 1909759
  1220. [ 4.166713] systemd-gpt-auto-generator[100]: Failed to probe /dev/mmcblk0: Input/output error
  1221. [ 4.175823] systemd[93]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator failed with error code 1.
  1222. [ 4.204988] systemd[1]: Unit type .busname is not supported on this system.
  1223. [ 4.513602] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1224. [ 4.524061] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1225. [ 4.537163] systemd[1]: Cannot add dependency job for unit org.freedesktop.resolve1.busname, ignoring: Unit org.freedesktop.resolve1.busname failed to load: No such file or directory.
  1226. [ 4.554930] systemd[1]: Cannot add dependency job for unit systemd-logind.service, ignoring: Unit systemd-logind.service is masked.
  1227. [ 4.567107] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service is masked.
  1228. [ 4.589469] systemd[1]: Reached target Swap.
  1229. [ 4.593062] systemd[1]: Starting Swap.
  1230. [ 4.600313] systemd[1]: Reached target System Time Synchronized.
  1231. [ 4.604427] systemd[1]: Starting System Time Synchronized.
  1232. [ 4.614426] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1233. [ 4.621995] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  1234. [ 4.635275] systemd[1]: Created slice Root Slice.
  1235. [ 4.638974] systemd[1]: Starting Root Slice.
  1236. [ 4.646822] systemd[1]: Listening on Delayed Shutdown Socket.
  1237. [ 4.650814] systemd[1]: Starting Delayed Shutdown Socket.
  1238. [ 4.660570] systemd[1]: Listening on udev Control Socket.
  1239. [ 4.664442] systemd[1]: Starting udev Control Socket.
  1240. [ 4.673774] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1241. [ 4.679144] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  1242. [ 4.685960] systemd[1]: Socket service systemd-journald.service not loaded, refusing.
  1243. [ 4.702372] systemd[1]: Failed to listen on Journal Socket.
  1244. [ 4.710971] systemd[1]: Reached target Remote File Systems.
  1245. [ 4.715224] systemd[1]: Starting Remote File Systems.
  1246. [ 4.720469] systemd[1]: Socket service systemd-journald.service not loaded, refusing.
  1247. [ 4.737249] systemd[1]: Failed to listen on Journal Audit Socket.
  1248. [ 4.742082] systemd[1]: Socket service systemd-journald.service not loaded, refusing.
  1249. [ 4.759072] systemd[1]: Failed to listen on Journal Socket (/dev/log).
  1250. [ 4.769742] systemd[1]: Created slice System Slice.
  1251. [ 4.774175] systemd[1]: Starting System Slice.
  1252. [ 4.780964] systemd[1]: Mounting Debug File System...
  1253. [ 4.795631] systemd[1]: Created slice system-getty.slice.
  1254. [ 4.800270] systemd[1]: Starting system-getty.slice.
  1255. [ 4.807663] systemd[1]: Starting Setup Virtual Console...
  1256. [ 4.819677] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1257. [ 4.833365] systemd[1]: Mounted Huge Pages File System.
  1258. [ 4.843483] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1259. [ 4.848830] systemd[1]: Starting system-netctl\x2difplugd.slice.
  1260. [ 4.917192] systemd[1]: Starting RuneAudio shutdown script...
  1261. [ 4.928970] systemd[1]: Mounting POSIX Message Queue File System...
  1262. [ 4.945062] systemd[1]: Created slice system-serial\x2dgetty.slice.
  1263. [ 4.950116] systemd[1]: Starting system-serial\x2dgetty.slice.
  1264. [ 4.971508] systemd[1]: Starting Load Kernel Modules...
  1265. [ 4.980691] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1266. [ 4.987182] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  1267. [ 4.999749] systemd[1]: Listening on udev Kernel Socket.
  1268. [ 5.004182] systemd[1]: Starting udev Kernel Socket.
  1269. [ 5.011975] systemd[1]: Starting udev Coldplug all Devices...
  1270. [ 5.026038] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1271. [ 5.031400] systemd[1]: Starting Device-mapper event daemon FIFOs.
  1272. [ 5.053672] systemd[1]: Started Set Up Additional Binary Formats.
  1273. [ 5.067055] systemd[1]: Mounting Temporary Directory...
  1274. [ 5.080743] systemd[1]: Reached target Slices.
  1275. [ 5.084581] Key type dns_resolver registered
  1276. [ 5.088824] systemd[1]: Starting Slices.
  1277. [ 5.097689] systemd[1]: Created slice system-netctl\x2dauto.slice.
  1278. [ 5.102257] systemd[1]: Starting system-netctl\x2dauto.slice.
  1279. [ 5.112376] systemd[1]: Reached target Encrypted Volumes.
  1280. [ 5.116482] systemd[1]: Starting Encrypted Volumes.
  1281. [ 5.121701] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1282. [ 5.129500] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
  1283. [ 5.141672] systemd[1]: Reached target Paths.
  1284. [ 5.145583] systemd[1]: Starting Paths.
  1285. [ 5.151733] systemd[1]: Starting Remount Root and Kernel File Systems...
  1286. [ 5.168649] systemd[1]: Mounted POSIX Message Queue File System.
  1287. [ 5.177243] systemd[1]: Mounted Debug File System.
  1288. [ 5.185220] systemd[1]: Mounted Temporary Directory.
  1289. [ 5.195123] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1290. [ 5.207986] systemd[1]: Started RuneAudio shutdown script.
  1291. [ 5.373639] systemd[1]: Started Remount Root and Kernel File Systems.
  1292. [ 5.384849] systemd[1]: Started Setup Virtual Console.
  1293. [ 5.392193] RPC: Registered named UNIX socket transport module.
  1294. [ 5.396712] RPC: Registered udp transport module.
  1295. [ 5.403070] RPC: Registered tcp transport module.
  1296. [ 5.406848] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1297. [ 5.513989] systemd[1]: Started Rebuild Hardware Database.
  1298. [ 5.517915] systemd[1]: Started First Boot Wizard.
  1299. [ 5.525917] systemd[1]: Starting Load/Save Random Seed...
  1300. [ 5.534257] systemd[1]: Started Create System Users.
  1301. [ 5.541145] systemd[1]: Starting Create Static Device Nodes in /dev...
  1302. [ 5.550317] systemd[1]: Started Rebuild Dynamic Linker Cache.
  1303. [ 5.560108] systemd[1]: Started udev Coldplug all Devices.
  1304. [ 5.595339] systemd[1]: Started Load/Save Random Seed.
  1305. [ 5.798342] systemd-modules-load[116]: Inserted module 'nfs'
  1306. [ 5.833599] Registered IR keymap rc-empty
  1307. [ 5.837571] input: meson-ir as /devices/platform/c8100580.meson-ir/rc/rc0/input1
  1308. [ 5.843639] rc0: meson-ir as /devices/platform/c8100580.meson-ir/rc/rc0
  1309. [ 5.859595] systemd[1]: Started Create Static Device Nodes in /dev.
  1310. [ 5.865337] meson-ir c8100580.meson-ir: receiver initialized
  1311. [ 5.870128] systemd-modules-load[116]: Inserted module 'meson_ir'
  1312. [ 5.876988] IR RC5(x) protocol handler initialized
  1313. [ 5.880238] IR NEC protocol handler initialized
  1314. [ 5.889999] systemd[1]: Started Load Kernel Modules.
  1315. [ 5.894433] IR JVC protocol handler initialized
  1316. [ 5.901758] IR RC6 protocol handler initialized
  1317. [ 5.917439] IR Sony protocol handler initialized
  1318. [ 5.921141] input: MCE IR Keyboard/Mouse (meson-ir) as /devices/virtual/input/input2
  1319. [ 5.928705] systemd[1]: Mounted FUSE Control File System.
  1320. [ 5.928896] IR MCE Keyboard/mouse protocol handler initialized
  1321. [ 5.928960] IR SANYO protocol handler initialized
  1322. [ 5.947383] systemd[1]: Mounting Configuration File System...
  1323. [ 5.958288] lirc_dev: IR Remote Control driver registered, major 238
  1324. [ 5.958938] systemd[1]: Starting Apply Kernel Variables...
  1325. [ 5.975601] systemd[1]: Starting udev Kernel Device Manager...
  1326. [ 5.988295] systemd[1]: Reached target Local File Systems (Pre).
  1327. [ 5.992574] systemd[1]: Starting Local File Systems (Pre).
  1328. [ 5.993724] rc rc0: lirc_dev: driver ir-lirc-codec (meson-ir) registered at minor = 0
  1329. [ 5.993726] IR LIRC bridge handler initialized
  1330. [ 6.040567] systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
  1331. [ 6.050443] systemd[1]: Mounting /var/log...
  1332. [ 6.056990] systemd-udevd[150]: starting version 219
  1333. [ 6.064722] systemd-sysctl[148]: Overwriting earlier assignment of net/core/rmem_max in file '/etc/sysctl.d/raspberrypi.conf'.
  1334. [ 6.074626] systemd-sysctl[148]: Overwriting earlier assignment of net/core/wmem_max in file '/etc/sysctl.d/raspberrypi.conf'.
  1335. [ 6.074668] systemd-sysctl[148]: Overwriting earlier assignment of net/ipv4/tcp_rmem in file '/etc/sysctl.d/raspberrypi.conf'.
  1336. [ 6.074698] systemd-sysctl[148]: Overwriting earlier assignment of net/ipv4/tcp_wmem in file '/etc/sysctl.d/raspberrypi.conf'.
  1337. [ 6.074738] systemd-sysctl[148]: Overwriting earlier assignment of net/ipv4/tcp_timestamps in file '/etc/sysctl.d/raspberrypi.conf'.
  1338. [ 6.074775] systemd-sysctl[148]: Overwriting earlier assignment of net/ipv4/tcp_sack in file '/etc/sysctl.d/raspberrypi.conf'.
  1339. [ 6.090378] systemd[1]: Mounted Configuration File System.
  1340. [ 6.094868] systemd[1]: Mounted /var/log.
  1341. [ 6.101011] systemd[1]: Started Apply Kernel Variables.
  1342. [ 6.173935] systemd[1]: Started udev Kernel Device Manager.
  1343. [ 6.186881] systemd[1]: Mounting /var/log/runeaudio...
  1344. [ 6.205999] systemd[1]: Mounted /var/log/runeaudio.
  1345. [ 6.235196] systemd[1]: Reached target Local File Systems.
  1346. [ 6.235326] systemd[1]: Starting Local File Systems.
  1347. [ 6.235449] systemd[1]: Started Commit a transient machine-id on disk.
  1348. [ 6.238508] systemd[1]: Starting Create Volatile Files and Directories...
  1349. [ 6.243315] systemd[1]: Started Rebuild Journal Catalog.
  1350. [ 6.243593] systemd[1]: Started Update is Completed.
  1351. [ 6.292568] systemd[1]: Started Create Volatile Files and Directories.
  1352. [ 6.296095] systemd[1]: Starting Update UTMP about System Boot/Shutdown...
  1353. [ 6.336288] systemd[1]: Found device /dev/ttyS0.
  1354. [ 6.404414] systemd[1]: Started Update UTMP about System Boot/Shutdown.
  1355. [ 6.417346] Driver for 1-wire Dallas network protocol.
  1356. [ 6.430348] mmcblk0: r/w command failed, status = 0x80000b00
  1357. [ 6.430365] end_request: I/O error, dev mmcblk0, sector 15278072
  1358. [ 6.430375] Buffer I/O error on device mmcblk0, logical block 1909759
  1359. [ 6.448525] systemd[1]: Reached target System Initialization.
  1360. [ 6.448671] systemd[1]: Starting System Initialization.
  1361. [ 6.450745] aml_gpio_probe : success
  1362. [ 6.565233] systemd[1]: Started Daily verification of password and group files.
  1363. [ 6.565362] systemd[1]: Starting Daily verification of password and group files.
  1364. [ 6.569911] systemd[1]: Listening on RPCbind Server Activation Socket.
  1365. [ 6.570046] systemd[1]: Starting RPCbind Server Activation Socket.
  1366. [ 6.570176] systemd[1]: Started Daily Cleanup of Temporary Directories.
  1367. [ 6.570257] systemd[1]: Starting Daily Cleanup of Temporary Directories.
  1368. [ 6.570612] systemd[1]: Started Daily rotation of log files.
  1369. [ 6.570703] systemd[1]: Starting Daily rotation of log files.
  1370. [ 6.577050] systemd[1]: Reached target Timers.
  1371. [ 6.577174] systemd[1]: Starting Timers.
  1372. [ 6.587867] systemd[1]: Listening on D-Bus System Message Bus Socket.
  1373. [ 6.587993] systemd[1]: Starting D-Bus System Message Bus Socket.
  1374. [ 6.593419] systemd[1]: Reached target Sockets.
  1375. [ 6.593543] systemd[1]: Starting Sockets.
  1376. [ 6.597908] systemd[1]: Reached target Basic System.
  1377. [ 6.598042] systemd[1]: Starting Basic System.
  1378. [ 6.604031] systemd[1]: Started SSH Key Generation.
  1379. [ 6.608211] systemd[1]: Starting Permit User Sessions...
  1380. [ 6.643407] systemd[1]: Starting Hardware RNG Entropy Gatherer Daemon...
  1381. [ 6.654003] systemd[1]: Starting AMlogic HDMI Initialization...
  1382. [ 6.668462] systemd[1]: Started D-Bus System Message Bus.
  1383. [ 6.707121] tvmode set to 720p
  1384.  
  1385. [ 6.707144] don't set the same mode as current.
  1386. [ 6.743947] emmc: mmc_rescan_try_freq: trying to init card at 300000 Hz
  1387. [ 6.769773] tvmode set to 720p
  1388.  
  1389. [ 6.769793] don't set the same mode as current.
  1390. [ 6.782878] aml_emmc_hw_reset 1379
  1391. [ 6.788962] ionvideo open
  1392. [ 6.789138] ionvideo_stop_generating!!!!
  1393. [ 6.789161] ionvideo release
  1394. [ 7.235570] systemd[1]: Starting D-Bus System Message Bus...
  1395. [ 7.243085] systemd[1]: Starting Network Service...
  1396. [ 7.247721] systemd[1]: Started Manage Sound Card State (restore and store).
  1397. [ 7.250512] systemd[1]: Starting Restore Sound Card State...
  1398. [ 7.262362] systemd[1]: Started Permit User Sessions.
  1399. [ 7.268227] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
  1400. [ 7.274351] systemd[1]: Started AMlogic HDMI Initialization.
  1401. [ 7.280365] systemd[1]: Found device /sys/subsystem/net/devices/eth0.
  1402. [ 7.298854] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1403. [ 7.299360] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1404. [ 7.301948] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1405. [ 7.302460] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1406. [ 6.788928] amlvideo openamlvideo closesystemd-networkd[201]: Enumeration completed
  1407. [ 7.492910] systemd[1]: Started Network Service.
  1408. [ 7.495691] netdev_open
  1409. [ 7.495703] Ethernet reset
  1410. [ 7.495725] NET MDA descpter start addr=ee100000
  1411. [ 7.561114] phy_interface = 0
  1412. [ 7.561129] aml_phy_init: trying to attach to 0:01
  1413. [ 7.561310] am_rtl811f called phy reset
  1414. [ 7.573005] --1--write mac add to:eea687c8: 00 1e 06 20 17 2c |.. ,|
  1415. [ 7.573031] --2--write mac add to:eea687c8: 00 1e 06 20 17 2c |.. ,|
  1416. [ 7.573046] write mac add to:eea687c8: 00 1e 06 20 17 2c |.. ,|
  1417. [ 7.573063] Current DMA mode=0, set mode=621c100
  1418. [ 7.573091] eth0: opened (irq 40).
  1419. [ 7.583109] ether leave promiscuous mode
  1420. [ 7.583121] ether leave all muticast mode
  1421. [ 7.583194] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  1422. [ 7.586377] systemd-networkd[201]: eth0 : eth0 : could not bring up interface: Invalid argument
  1423. [ 7.593375] systemd[1]: Started Restore Sound Card State.
  1424. [ 7.814453] systemd[1]: Starting Network Name Resolution...
  1425. [ 7.822369] systemd[1]: Starting Rotate log files...
  1426. [ 7.830654] systemd[1]: Starting Verify integrity of password and group files...
  1427. [ 7.845716] systemd[1]: Started Automatic wired network connection using netctl profiles.
  1428. [ 7.845998] systemd[1]: Starting Automatic wired network connection using netctl profiles...
  1429. [ 7.859887] systemd[1]: Started Getty on tty1.
  1430. [ 7.860236] systemd[1]: Starting Getty on tty1...
  1431. [ 7.874476] systemd[1]: Started Serial Getty on ttyS0.
  1432. [ 7.874880] systemd[1]: Starting Serial Getty on ttyS0...
  1433. [ 7.884752] systemd[1]: Reached target Login Prompts.
  1434. [ 7.884915] systemd[1]: Starting Login Prompts.
  1435. [ 7.905072] systemd-resolved[204]: Using system hostname 'runeaudio'.
  1436. [ 7.944223] systemd[1]: Reached target Sound Card.
  1437. [ 7.944379] systemd[1]: Starting Sound Card.
  1438. [ 7.952587] systemd[1]: Started Network Name Resolution.
  1439. [ 7.990476] systemd[1]: shadow.service: main process exited, code=exited, status=2/INVALIDARGUMENT
  1440. [ 8.001763] systemd[1]: Failed to start Verify integrity of password and group files.
  1441. [ 8.002385] systemd[1]: Unit shadow.service entered failed state.
  1442. [ 8.002797] systemd[1]: shadow.service failed.
  1443. [ 8.021326] systemd[1]: Started Rotate log files.
  1444. [ 11.572960] [adjust link] -> eth: full-duplex
  1445. [ 11.572971] [adjust link] -> eth: phy_speed <> priv_speed)
  1446. [ 11.572984] [adjust link -> eth: am_adjust_link state change (new_state=true)
  1447. [ 11.572991] libphy: 0:01 - Link is Up - 1000/Full
  1448. [ 11.573036] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  1449. [ 11.574925] systemd-networkd[201]: eth0 : gained carrier
  1450. [ 11.593171] systemd-networkd[201]: eth0 : DHCPv4 address 192.168.11.7/24 via 192.168.11.1
  1451. [ 11.594989] systemd-networkd[201]: eth0 : link configured
  1452. [ 12.860751] config uart_ao_ttyS0:: Character length 8bits/char
  1453. [ 12.861059] config uart_ao_ttyS0:: Character length 8bits/char
  1454. [ 12.871474] config uart_ao_ttyS0:: Character length 8bits/char
  1455. [ 12.871833] config uart_ao_ttyS0:: Character length 8bits/char
  1456. [ 13.070446] NET DMA is stopped, ETH_DMA_Status=0!
  1457. [ 13.129817] eth0: closed
  1458. [ 13.131152] systemd-networkd[201]: eth0 : lost carrier
  1459. [ 13.131183] systemd-networkd[201]: eth0 : DHCP lease lost
  1460. [ 13.136028] netdev_open
  1461. [ 13.136038] Ethernet reset
  1462. [ 13.136060] NET MDA descpter start addr=ee100000
  1463. [ 13.189847] phy_interface = 0
  1464. [ 13.189859] aml_phy_init: trying to attach to 0:01
  1465. [ 13.190027] am_rtl811f called phy reset
  1466. [ 13.202990] --1--write mac add to:eea687c8: 00 1e 06 20 17 2c |.. ,|
  1467. [ 13.203011] --2--write mac add to:eea687c8: 00 1e 06 20 17 2c |.. ,|
  1468. [ 13.203027] write mac add to:eea687c8: 00 1e 06 20 17 2c |.. ,|
  1469. [ 13.203044] Current DMA mode=0, set mode=621c100
  1470. [ 13.203080] eth0: opened (irq 40).
  1471. [ 13.214153] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  1472. [ 17.202963] [adjust link] -> eth: full-duplex
  1473. [ 17.202974] [adjust link] -> eth: phy_speed <> priv_speed)
  1474. [ 17.202987] [adjust link -> eth: am_adjust_link state change (new_state=true)
  1475. [ 17.202994] libphy: 0:01 - Link is Up - 1000/Full
  1476. [ 17.203037] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  1477. [ 17.204096] systemd-networkd[201]: eth0 : gained carrier
  1478. [ 17.210139] systemd-networkd[201]: eth0 : DHCPv4 address 192.168.11.7/24 via 192.168.11.1
  1479. [ 94.675776] systemd[1]: Job sys-subsystem-net-devices-wlan0.device/start timed out.
  1480. [ 94.675830] systemd[1]: Timed out waiting for device sys-subsystem-net-devices-wlan0.device.
  1481. [ 94.675915] systemd[1]: Dependency failed for Automatic wireless network connection using netctl profiles.
  1482. [ 94.675962] systemd[1]: Job netctl-auto@wlan0.service/start failed with result 'dependency'.
  1483. [ 94.675999] systemd[1]: Job sys-subsystem-net-devices-wlan0.device/start failed with result 'timeout'.
  1484. [ 94.676130] systemd[1]: Reached target Network.
  1485. [ 94.676208] systemd[1]: Starting Network.
  1486. [ 94.678735] systemd[1]: Starting Advanced key-value store...
  1487. [ 94.684357] systemd[1]: Starting Network Time Service...
  1488. [ 94.687515] systemd[1]: Started RuneAudio Playback Worker.
  1489. [ 94.687791] systemd[1]: Starting RuneAudio Playback Worker...
  1490. [ 94.694002] systemd[1]: Started OpenSSH Daemon.
  1491. [ 94.694300] systemd[1]: Starting OpenSSH Daemon...
  1492. [ 94.697412] systemd[1]: Starting A high performance web server and a reverse proxy server...
  1493. [ 94.701375] systemd[1]: Starting The PHP FastCGI Process Manager...
  1494. [ 94.706319] systemd[1]: Started Advanced key-value store.
  1495. [ 94.773577] systemd[1]: Started Network Time Service.
  1496. [ 94.913157] systemd[1]: rune_PL_wrk.service: main process exited, code=exited, status=255/n/a
  1497. [ 94.915694] systemd[1]: Unit rune_PL_wrk.service entered failed state.
  1498. [ 94.915751] systemd[1]: rune_PL_wrk.service failed.
  1499. [ 95.034261] systemd[1]: Started A high performance web server and a reverse proxy server.
  1500. [ 95.038182] AO cpu stop ok.
  1501. [ 95.038576] AO cpu runs ok.
  1502. [ 95.038862] AO cpu stop ok.
  1503. [ 95.039250] AO cpu runs ok.
  1504. [ 95.260127] systemd[1]: Started The PHP FastCGI Process Manager.
  1505. [ 95.260460] systemd[1]: Reached target Multi-User System.
  1506. [ 95.260566] systemd[1]: Starting Multi-User System.
  1507. [ 95.263357] systemd[1]: Started RuneAudio System Worker.
  1508. [ 95.263568] systemd[1]: Starting RuneAudio System Worker...
  1509. [ 95.263702] systemd[1]: Reached target Graphical Interface.
  1510. [ 95.263964] systemd[1]: Startup finished in 3.718s (kernel) + 1min 31.462s (userspace) = 1min 35.181s.
  1511. [ 95.264089] systemd[1]: Starting Graphical Interface.
  1512. [ 95.642746] systemd[1]: Stopping The PHP FastCGI Process Manager...
  1513. [ 95.715660] systemd[1]: Stopped The PHP FastCGI Process Manager.
  1514. [ 95.822971] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1515. [ 95.823495] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1516. [ 95.829338] systemd[1]: Started Music Player Daemon.
  1517. [ 95.830798] systemd[1]: Starting Music Player Daemon...
  1518. [ 95.925740] systemd[1]: rune_PL_wrk.service holdoff time over, scheduling restart.
  1519. [ 95.926555] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1520. [ 95.927080] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1521. [ 95.932101] systemd[1]: Started RuneAudio Playback Worker.
  1522. [ 95.932472] systemd[1]: Starting RuneAudio Playback Worker...
  1523. [ 96.188049] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1524. [ 96.188578] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1525. [ 96.195037] systemd[1]: Started Samba SMB/CIFS server.
  1526. [ 96.196502] systemd[1]: Starting Samba SMB/CIFS server...
  1527. [ 96.264727] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1528. [ 96.265241] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1529. [ 96.270848] systemd[1]: Starting Samba NetBIOS name server...
  1530. [ 96.457996] systemd[1]: Started Samba NetBIOS name server.
  1531. [ 96.530536] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1532. [ 96.531159] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1533. [ 96.534226] systemd[1]: Started Music Player Daemon.
  1534. [ 96.819068] systemd[1]: Time has been changed
  1535. [ 96.891336] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1536. [ 96.891903] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1537. [ 96.893437] systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  1538. [ 96.893528] systemd[1]: Starting Avahi mDNS/DNS-SD Stack Activation Socket.
  1539. [ 96.896367] systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
  1540. [ 96.936212] systemd[1]: Started Avahi mDNS/DNS-SD Stack.
  1541. [ 97.073045] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1542. [ 97.073564] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1543. [ 97.079443] systemd[1]: Started Upmpdcli UPnP/dlna receiver.
  1544. [ 97.080830] systemd[1]: Starting Upmpdcli UPnP/dlna receiver...
  1545. [ 97.675728] systemd[1]: smbd.service holdoff time over, scheduling restart.
  1546. [ 97.676547] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1547. [ 97.677054] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1548. [ 97.681880] systemd[1]: Started Samba SMB/CIFS server.
  1549. [ 97.682195] systemd[1]: Starting Samba SMB/CIFS server...
  1550. [ 98.425734] systemd[1]: mpd.service holdoff time over, scheduling restart.
  1551. [ 98.426606] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1552. [ 98.427150] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1553. [ 98.429414] systemd[1]: Stopping Upmpdcli UPnP/dlna receiver...
  1554. [ 98.540339] systemd[1]: Started Music Player Daemon.
  1555. [ 98.540582] systemd[1]: Starting Music Player Daemon...
  1556. [ 98.543753] systemd[1]: Started Upmpdcli UPnP/dlna receiver.
  1557. [ 98.544196] systemd[1]: Starting Upmpdcli UPnP/dlna receiver...
  1558. [ 99.161653] systemd[1]: Stopping Upmpdcli UPnP/dlna receiver...
  1559. [ 99.165600] systemd[1]: Stopped Upmpdcli UPnP/dlna receiver.
  1560. [ 99.184448] systemd[1]: Stopping Music Player Daemon...
  1561. [ 99.199016] systemd[1]: Stopped Music Player Daemon.
  1562. [ 100.257440] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1563. [ 100.257948] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1564. [ 100.263871] systemd[1]: Started Music Player Daemon.
  1565. [ 100.265297] systemd[1]: Starting Music Player Daemon...
  1566. [ 100.306260] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1567. [ 100.306820] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1568. [ 100.314176] systemd[1]: Started Upmpdcli UPnP/dlna receiver.
  1569. [ 100.315774] systemd[1]: Starting Upmpdcli UPnP/dlna receiver...
  1570. [ 100.568453] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1571. [ 100.568968] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1572. [ 100.573890] systemd[1]: Starting The PHP FastCGI Process Manager...
  1573. [ 100.640414] systemd[1]: Started The PHP FastCGI Process Manager.
  1574. [ 102.465301] systemd[1]: Reloading.
  1575. [ 102.572145] mmcblk0: r/w command failed, status = 0x80000b00
  1576. [ 102.572160] end_request: I/O error, dev mmcblk0, sector 15278072
  1577. [ 102.572171] Buffer I/O error on device mmcblk0, logical block 1909759
  1578. [ 102.572293] systemd-gpt-auto-generator[552]: Failed to probe /dev/mmcblk0: Input/output error
  1579. [ 102.572895] systemd[545]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator failed with error code 1.
  1580. [ 102.578610] systemd[1]: Unit type .busname is not supported on this system.
  1581. [ 756.629348] AO cpu stop ok.
  1582. [ 756.629741] AO cpu runs ok.
  1583. [ 756.630009] AO cpu stop ok.
  1584. [ 756.630393] AO cpu runs ok.
  1585. [ 900.742976] systemd[1]: Starting Cleanup of Temporary Directories...
  1586. [ 900.850551] systemd[1]: Started Cleanup of Temporary Directories.
  1587. [ 1419.626122] AO cpu stop ok.
  1588. [ 1419.626515] AO cpu runs ok.
  1589. [ 1419.626784] AO cpu stop ok.
  1590. [ 1419.627169] AO cpu runs ok.
  1591. [ 2082.623264] AO cpu stop ok.
  1592. [ 2082.623657] AO cpu runs ok.
  1593. [ 2082.623925] AO cpu stop ok.
  1594. [ 2082.624311] AO cpu runs ok.
  1595. [ 2745.620395] AO cpu stop ok.
  1596. [ 2745.620787] AO cpu runs ok.
  1597. [ 2745.621040] AO cpu stop ok.
  1598. [ 2745.621425] AO cpu runs ok.
  1599. [ 3408.618381] AO cpu stop ok.
  1600. [ 3408.618774] AO cpu runs ok.
  1601. [ 3408.619058] AO cpu stop ok.
  1602. [ 3408.619444] AO cpu runs ok.
  1603. [ 4071.616413] AO cpu stop ok.
  1604. [ 4071.616805] AO cpu runs ok.
  1605. [ 4071.617042] AO cpu stop ok.
  1606. [ 4071.617428] AO cpu runs ok.
  1607. [ 4734.613424] AO cpu stop ok.
  1608. [ 4734.613817] AO cpu runs ok.
  1609. [ 4734.614101] AO cpu stop ok.
  1610. [ 4734.614486] AO cpu runs ok.
  1611. [ 5397.610514] AO cpu stop ok.
  1612. [ 5397.610907] AO cpu runs ok.
  1613. [ 5397.611175] AO cpu stop ok.
  1614. [ 5397.611560] AO cpu runs ok.
  1615. [ 6060.607675] AO cpu stop ok.
  1616. [ 6060.608069] AO cpu runs ok.
  1617. [ 6060.608353] AO cpu stop ok.
  1618. [ 6060.608739] AO cpu runs ok.
  1619. [ 6723.605005] AO cpu stop ok.
  1620. [ 6723.605399] AO cpu runs ok.
  1621. [ 6723.605651] AO cpu stop ok.
  1622. [ 6723.606035] AO cpu runs ok.
  1623. [ 7386.602249] AO cpu stop ok.
  1624. [ 7386.602641] AO cpu runs ok.
  1625. [ 7386.602924] AO cpu stop ok.
  1626. [ 7386.603310] AO cpu runs ok.
  1627. [ 8046.609493] AO cpu stop ok.
  1628. [ 8046.609886] AO cpu runs ok.
  1629. [ 8046.610170] AO cpu stop ok.
  1630. [ 8046.610556] AO cpu runs ok.
  1631. [ 8707.597117] AO cpu stop ok.
  1632. [ 8707.597510] AO cpu runs ok.
  1633. [ 8707.597778] AO cpu stop ok.
  1634. [ 8707.598163] AO cpu runs ok.
  1635. [ 9370.594873] AO cpu stop ok.
  1636. [ 9370.595266] AO cpu runs ok.
  1637. [ 9370.595533] AO cpu stop ok.
  1638. [ 9370.595919] AO cpu runs ok.
  1639. [10033.592451] AO cpu stop ok.
  1640. [10033.592843] AO cpu runs ok.
  1641. [10033.593111] AO cpu stop ok.
  1642. [10033.593496] AO cpu runs ok.
  1643. [10694.590016] AO cpu stop ok.
  1644. [10694.590410] AO cpu runs ok.
  1645. [10694.590678] AO cpu stop ok.
  1646. [10694.591064] AO cpu runs ok.
  1647. [11357.587340] AO cpu stop ok.
  1648. [11357.587732] AO cpu runs ok.
  1649. [11357.588000] AO cpu stop ok.
  1650. [11357.588386] AO cpu runs ok.
  1651. [12020.584102] AO cpu stop ok.
  1652. [12020.584494] AO cpu runs ok.
  1653. [12020.584746] AO cpu stop ok.
  1654. [12020.585132] AO cpu runs ok.
  1655. [12683.581020] AO cpu stop ok.
  1656. [12683.581413] AO cpu runs ok.
  1657. [12683.581665] AO cpu stop ok.
  1658. [12683.582050] AO cpu runs ok.
  1659. [13346.577752] AO cpu stop ok.
  1660. [13346.578145] AO cpu runs ok.
  1661. [13346.578413] AO cpu stop ok.
  1662. [13346.578799] AO cpu runs ok.
  1663. [14009.574615] AO cpu stop ok.
  1664. [14009.575008] AO cpu runs ok.
  1665. [14009.575277] AO cpu stop ok.
  1666. [14009.575662] AO cpu runs ok.
  1667. [14672.571640] AO cpu stop ok.
  1668. [14672.572033] AO cpu runs ok.
  1669. [14672.572301] AO cpu stop ok.
  1670. [14672.572685] AO cpu runs ok.
  1671. [15335.568746] AO cpu stop ok.
  1672. [15335.569138] AO cpu runs ok.
  1673. [15335.569406] AO cpu stop ok.
  1674. [15335.569792] AO cpu runs ok.
  1675. [15998.565884] AO cpu stop ok.
  1676. [15998.566276] AO cpu runs ok.
  1677. [15998.566544] AO cpu stop ok.
  1678. [15998.566930] AO cpu runs ok.
  1679. [16661.562903] AO cpu stop ok.
  1680. [16661.563296] AO cpu runs ok.
  1681. [16661.563564] AO cpu stop ok.
  1682. [16661.563950] AO cpu runs ok.
  1683. [17324.559978] AO cpu stop ok.
  1684. [17324.560370] AO cpu runs ok.
  1685. [17324.560606] AO cpu stop ok.
  1686. [17324.560991] AO cpu runs ok.
  1687. [17987.557090] AO cpu stop ok.
  1688. [17987.557483] AO cpu runs ok.
  1689. [17987.557751] AO cpu stop ok.
  1690. [17987.558136] AO cpu runs ok.
  1691. [18650.554225] AO cpu stop ok.
  1692. [18650.554619] AO cpu runs ok.
  1693. [18650.554887] AO cpu stop ok.
  1694. [18650.555273] AO cpu runs ok.
  1695. [19310.561484] AO cpu stop ok.
  1696. [19310.561877] AO cpu runs ok.
  1697. [19310.562160] AO cpu stop ok.
  1698. [19310.562544] AO cpu runs ok.
  1699. [19971.548715] AO cpu stop ok.
  1700. [19971.549107] AO cpu runs ok.
  1701. [19971.549359] AO cpu stop ok.
  1702. [19971.549745] AO cpu runs ok.
  1703. [20634.545942] AO cpu stop ok.
  1704. [20634.546335] AO cpu runs ok.
  1705. [20634.546603] AO cpu stop ok.
  1706. [20634.546988] AO cpu runs ok.
  1707. [21297.543394] AO cpu stop ok.
  1708. [21297.543788] AO cpu runs ok.
  1709. [21297.544057] AO cpu stop ok.
  1710. [21297.544443] AO cpu runs ok.
  1711. [21958.540848] AO cpu stop ok.
  1712. [21958.541242] AO cpu runs ok.
  1713. [21958.541511] AO cpu stop ok.
  1714. [21958.541897] AO cpu runs ok.
  1715. [22621.538270] AO cpu stop ok.
  1716. [22621.538664] AO cpu runs ok.
  1717. [22621.538932] AO cpu stop ok.
  1718. [22621.539318] AO cpu runs ok.
  1719. [23284.535840] AO cpu stop ok.
  1720. [23284.536233] AO cpu runs ok.
  1721. [23284.536500] AO cpu stop ok.
  1722. [23284.536886] AO cpu runs ok.
  1723. [23947.533452] AO cpu stop ok.
  1724. [23947.533846] AO cpu runs ok.
  1725. [23947.534114] AO cpu stop ok.
  1726. [23947.534499] AO cpu runs ok.
  1727. [24610.531043] AO cpu stop ok.
  1728. [24610.531436] AO cpu runs ok.
  1729. [24610.531720] AO cpu stop ok.
  1730. [24610.532106] AO cpu runs ok.
  1731. [25273.528518] AO cpu stop ok.
  1732. [25273.528911] AO cpu runs ok.
  1733. [25273.529180] AO cpu stop ok.
  1734. [25273.529565] AO cpu runs ok.
  1735. [25936.525891] AO cpu stop ok.
  1736. [25936.526284] AO cpu runs ok.
  1737. [25936.526536] AO cpu stop ok.
  1738. [25936.526921] AO cpu runs ok.
  1739. [26599.523268] AO cpu stop ok.
  1740. [26599.523661] AO cpu runs ok.
  1741. [26599.523929] AO cpu stop ok.
  1742. [26599.524314] AO cpu runs ok.
  1743. [27262.520640] AO cpu stop ok.
  1744. [27262.521033] AO cpu runs ok.
  1745. [27262.521317] AO cpu stop ok.
  1746. [27262.521704] AO cpu runs ok.
  1747. [27925.517963] AO cpu stop ok.
  1748. [27925.518356] AO cpu runs ok.
  1749. [27925.518640] AO cpu stop ok.
  1750. [27925.519025] AO cpu runs ok.
  1751. [28588.515227] AO cpu stop ok.
  1752. [28588.515620] AO cpu runs ok.
  1753. [28588.515905] AO cpu stop ok.
  1754. [28588.516292] AO cpu runs ok.
  1755. [29251.512473] AO cpu stop ok.
  1756. [29251.512865] AO cpu runs ok.
  1757. [29251.513133] AO cpu stop ok.
  1758. [29251.513518] AO cpu runs ok.
  1759. [29914.509734] AO cpu stop ok.
  1760. [29914.510127] AO cpu runs ok.
  1761. [29914.510380] AO cpu stop ok.
  1762. [29914.510765] AO cpu runs ok.
  1763. [30574.517018] AO cpu stop ok.
  1764. [30574.517411] AO cpu runs ok.
  1765. [30574.517680] AO cpu stop ok.
  1766. [30574.518065] AO cpu runs ok.
  1767. [31120.371686] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1768. [31120.372565] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1769. [31120.374362] systemd[1]: Reached target RPC Port Mapper.
  1770. [31120.374508] systemd[1]: Starting RPC Port Mapper.
  1771. [31120.377431] systemd[1]: Starting Preprocess NFS configuration...
  1772. [31120.377569] systemd[1]: Reached target Host and Network Name Lookups.
  1773. [31120.377931] systemd[1]: Starting Host and Network Name Lookups.
  1774. [31120.400482] systemd[1]: Started Preprocess NFS configuration.
  1775. [31120.405183] systemd[1]: Starting NFS status monitor for NFSv2/3 locking....
  1776. [31120.463246] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1777. [31120.464263] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1778. [31120.470421] systemd[1]: Starting RPC bind service...
  1779. [31120.490014] systemd[1]: Started RPC bind service.
  1780. [31120.614422] systemd[1]: Started NFS status monitor for NFSv2/3 locking..
  1781. [31235.504310] AO cpu stop ok.
  1782. [31235.504703] AO cpu runs ok.
  1783. [31235.504972] AO cpu stop ok.
  1784. [31235.505357] AO cpu runs ok.
  1785. [31734.295026] systemd[1]: mpd.service holdoff time over, scheduling restart.
  1786. [31734.295430] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1787. [31734.296476] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1788. [31734.298828] systemd[1]: Stopping Upmpdcli UPnP/dlna receiver...
  1789. [31734.409483] systemd[1]: Started Music Player Daemon.
  1790. [31734.409733] systemd[1]: Starting Music Player Daemon...
  1791. [31734.413143] systemd[1]: Started Upmpdcli UPnP/dlna receiver.
  1792. [31734.413505] systemd[1]: Starting Upmpdcli UPnP/dlna receiver...
  1793. [31735.143056] systemd[1]: Stopping Upmpdcli UPnP/dlna receiver...
  1794. [31735.146458] systemd[1]: Stopped Upmpdcli UPnP/dlna receiver.
  1795. [31735.166003] systemd[1]: Stopping Music Player Daemon...
  1796. [31735.183683] systemd[1]: Stopped Music Player Daemon.
  1797. [31736.241817] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1798. [31736.242749] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1799. [31736.246973] systemd[1]: Started Music Player Daemon.
  1800. [31736.247451] systemd[1]: Starting Music Player Daemon...
  1801. [31736.293382] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
  1802. [31736.294376] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
  1803. [31736.299507] systemd[1]: Started Upmpdcli UPnP/dlna receiver.
  1804. [31736.300005] systemd[1]: Starting Upmpdcli UPnP/dlna receiver...
  1805. [31898.501568] AO cpu stop ok.
  1806. [31898.501960] AO cpu runs ok.
  1807. [31898.502213] AO cpu stop ok.
  1808. [31898.502599] AO cpu runs ok.
  1809. [32561.498818] AO cpu stop ok.
  1810. [32561.499210] AO cpu runs ok.
  1811. [32561.499478] AO cpu stop ok.
  1812. [32561.499864] AO cpu runs ok.
  1813. [33222.496087] AO cpu stop ok.
  1814. [33222.496479] AO cpu runs ok.
  1815. [33222.496731] AO cpu stop ok.
  1816. [33222.497117] AO cpu runs ok.
  1817. [33885.493326] AO cpu stop ok.
  1818. [33885.493720] AO cpu runs ok.
  1819. [33885.494003] AO cpu stop ok.
  1820. [33885.494388] AO cpu runs ok.
  1821. [34548.490554] AO cpu stop ok.
  1822. [34548.490947] AO cpu runs ok.
  1823. [34548.491215] AO cpu stop ok.
  1824. [34548.491601] AO cpu runs ok.
  1825. [35211.487751] AO cpu stop ok.
  1826. [35211.488144] AO cpu runs ok.
  1827. [35211.488397] AO cpu stop ok.
  1828. [35211.488782] AO cpu runs ok.
  1829.  
  1830. ###### PHP backend ######
  1831. php version: 5.5.19
  1832. debug level: 0
  1833.  
  1834.  
  1835. Debug data collected in 0.799 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement