Advertisement
Guest User

Untitled

a guest
Oct 11th, 2018
1,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 86.50 KB | None | 0 0
  1. ###### System info ######
  2. Linux version 4.4.39-ARCH+ (frank@franks-ubuntu) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017
  3.  
  4. system time: Thu Oct 11 16:28:16 EEST 2018
  5.  
  6. system load: 0.11 0.14 0.22 1/178 4544
  7.  
  8. HW platform: RaspberryPi2 (08)
  9.  
  10. playerID: 08b26fff2ac4ddac6fee7fbbc1890504ae
  11.  
  12.  
  13. ###### Boot configuration ######
  14. # Uncomment some or all of these to enable the optional hardware interfaces
  15. # Params:
  16. # i2c_arm Set to "on" to enable the ARM's i2c interface
  17. # (default "off")
  18. # i2c_vc Set to "on" to enable the i2c interface
  19. # usually reserved for the VideoCore processor
  20. # (default "off")
  21. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  22. # (default "100000")
  23. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  24. # (default "100000")
  25. # i2c_baudrate An alias for i2c_arm_baudrate
  26. # i2s Set to "on" to enable the i2s interface
  27. # (default "off")
  28. # spi Set to "on" to enable the spi interfaces
  29. # (default "off")
  30. # act_led_trigger Choose which activity the LED tracks.
  31. # Use "heartbeat" for a nice load indicator.
  32. # (default "mmc")
  33. # act_led_activelow Set to "on" to invert the sense of the LED
  34. # (default "off")
  35. # act_led_gpio Set which GPIO pin to use for the activity LED
  36. # (in case you want to connect it to an external
  37. # device)
  38. # (default "16" on a non-Plus board, "47" on a
  39. # Plus or Pi 2)
  40. # N.B. It is recommended to only enable those interfaces that are needed.
  41. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  42. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  43. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  44. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  45. # but deprecated because the ARM/VC assignments differ between board
  46. # revisions. The same board-specific mapping applies to i2c_baudrate,
  47. # and the other i2c baudrate parameters.
  48.  
  49. #dtparam=i2c_arm=on
  50. #dtparam=i2c_vc=on
  51. #dtparam=i2s=on
  52. #dtparam=spi=on
  53. #dtparam=act_led_trigger=mmc
  54. #dtdebug=on
  55.  
  56. #dtparam=uart1=off
  57. #dtoverlay=pi3-disable-bt-overlay
  58. #dtoverlay=pi3-miniuart-bt-overlay
  59.  
  60. ## RuneAudio HDMI & 3,5mm jack
  61. dtparam=audio=on
  62.  
  63. ## RuneAudio I2S-Settings
  64. dtoverlay=none
  65.  
  66. # Uncomment to enable the lirc-rpi module
  67. # Params: gpio_out_pin GPIO pin for output (default "17")
  68. # gpio_in_pin GPIO pin for input (default "18")
  69. # gpio_in_pull Pull up/down/off on the input pin
  70. # (default "down")
  71. # sense Override the IR receive auto-detection logic:
  72. # "1" = force active high
  73. # "0" = force active low
  74. # "-1" = use auto-detection
  75. # (default "-1")
  76. # softcarrier Turn the software carrier "on" or "off"
  77. # (default "on")
  78. # invert "on" = invert the output pin (default "off")
  79. # debug "on" = enable additional debug messages
  80. # (default "off")
  81. #dtoverlay=lirc-rpi
  82. #dtparam=gpio_out_pin=17
  83. #dtparam=gpio_in_pin=18
  84. #dtparam=gpio_in_pull=down
  85.  
  86. # LCD settings
  87. # 180 degrees
  88. #lcd_rotate=2
  89. # Normal
  90. lcd_rotate=0
  91. #dtoverlay=rpi-backlight
  92. #dtoverlay=rpi-ft5406
  93. disable_splash=1
  94.  
  95. # Uncomment if you get no picture on HDMI for a default "safe" mode
  96. #hdmi_safe=1
  97.  
  98. # Uncomment this if your display has a black border of unused pixels visible
  99. # and your display can output without overscan
  100. #disable_overscan=1
  101.  
  102. # Uncomment the following to adjust overscan. Use positive numbers if console
  103. # goes off screen, and negative if there is too much border
  104. #overscan_left=16
  105. #overscan_right=16
  106. #overscan_top=16
  107. #overscan_bottom=16
  108.  
  109. # Uncomment to force a console size. By default it will be display's size minus
  110. # overscan.
  111. #framebuffer_width=1280
  112. #framebuffer_height=720
  113.  
  114. # Uncomment if hdmi display is not detected and composite is being output
  115. #hdmi_force_hotplug=1
  116.  
  117. # Uncomment to force a specific HDMI mode (this will force VGA)
  118. #hdmi_group=1
  119. #hdmi_mode=1
  120.  
  121. # Uncomment to force a HDMI mode rather than DVI. This can make audio work in
  122. # DMT (computer monitor) modes
  123. hdmi_drive=2
  124.  
  125. # Uncomment to set monitor mode to DMT
  126. #hdmi_group=2
  127.  
  128. # Uncomment to increase signal to HDMI, if you have interference, blanking, or
  129. # no display
  130. #config_hdmi_boost=4
  131.  
  132. # setting the max usb current to 1200mA
  133. max_usb_current=1
  134.  
  135. # memory options
  136. gpu_mem=64
  137.  
  138. # Overclocking options
  139. force_turbo=1
  140.  
  141.  
  142. ##################################################
  143.  
  144.  
  145. ###### System load statistics (procinfo -H) ######
  146. Memory: Total Used Free Buffers
  147. RAM: 922.56MiB 871.13MiB 51.43MiB 21.64MiB
  148. Swap: 0.00B 0.00B 0.00B
  149.  
  150. Bootup: Thu Oct 11 15:59:45 2018 Load average: 0.11 0.14 0.22 1/180 4546
  151.  
  152. user : 00:01:34.73 1.4% page in : 202182
  153. nice : 00:02:04.06 1.9% page out: 8288
  154. system: 00:01:11.45 1.1% page act: 20264
  155. IOwait: 00:04:51.95 4.4% page dea: 0
  156. hw irq: 00:00:00.00 0.0% page flt: 1484910
  157. sw irq: 00:00:27.14 0.4% swap in : 0
  158. idle : 01:41:22.64 90.9% swap out: 0
  159. uptime: 00:28:31.26 context : 3517481
  160.  
  161. irq 16: 0 irq 50: 0
  162. irq 17: 343492 irq 62: 13640332
  163. irq 23: 23 irq 79: 0
  164. irq 24: 63446 irq 80: 0
  165. irq 39: 1 irq 86: 740
  166. irq 46: 0 irq 92: 232017
  167. irq 48: 6427
  168.  
  169. mmcblk0 5761r 7 mmcblk0p2 5653r
  170. mmcblk0p1 66r
  171.  
  172. eth0 TX 37.36MiB RX 1.14GiB wlan0 TX 2.44MiB RX 32.09MiB
  173. lo TX 8.12MiB RX 8.12MiB
  174.  
  175.  
  176. ###### Active processes (pstree) ######
  177. systemd-+-at-spi-bus-laun-+-dbus-daemon
  178. | |-{dconf worker}
  179. | |-{gdbus}
  180. | `-{gmain}
  181. |-at-spi2-registr-+-{gdbus}
  182. | `-{gmain}
  183. |-avahi-daemon---avahi-daemon
  184. |-cmd_async---sh---sudo---xinit-+-Xorg-+-{llvmpipe-0}
  185. | | |-{llvmpipe-1}
  186. | | |-{llvmpipe-2}
  187. | | `-{llvmpipe-3}
  188. | `-sh-+-matchbox-window
  189. | `-midori-+-{dconf worker}
  190. | |-{gdbus}
  191. | |-{gmain}
  192. | |-{llvmpipe-0}
  193. | |-{llvmpipe-1}
  194. | |-{llvmpipe-2}
  195. | |-{llvmpipe-3}
  196. | `-2*[{midori}]
  197. |-2*[dbus-daemon]
  198. |-dbus-launch
  199. |-devmon---udevil
  200. |-dhcpcd
  201. |-haveged
  202. |-ifplugd
  203. |-mpd-+-{decoder:mad}
  204. | |-{io}
  205. | |-{output:Xonar U7}
  206. | `-{player}
  207. |-nginx---nginx
  208. |-nmbd
  209. |-ntpd---{ntpd}
  210. |-php-fpm---3*[php-fpm]
  211. |-python
  212. |-redis-server---2*[{redis-server}]
  213. |-rune_PL_wrk
  214. |-rune_SY_wrk---sh---debug_collector---sh---pstree
  215. |-sh---sleep
  216. |-sshd---sshd---bash
  217. |-systemd-journal
  218. |-systemd-udevd
  219. |-wpa_actiond
  220. |-wpa_supplicant
  221. `-xbindkeys
  222.  
  223.  
  224. ###### Audio backend ######
  225. Advanced Linux Sound Architecture Driver Version k4.4.39-ARCH+.
  226.  
  227. Card list: (/proc/asound/cards)
  228. --------------------------------------------------
  229. 0 [MKII ]: USB-Audio - Xonar U7 MKII
  230. ASUS Xonar U7 MKII at usb-3f980000.usb-1.3, high speed
  231. 1 [ALSA ]: bcm2835 - bcm2835 ALSA
  232. bcm2835 ALSA
  233.  
  234.  
  235. PLAYBACK devices: (aplay -l)
  236. --------------------------------------------------
  237. **** List of PLAYBACK Hardware Devices ****
  238. card 0: MKII [Xonar U7 MKII], device 0: USB Audio [USB Audio]
  239. Subdevices: 0/1
  240. Subdevice #0: subdevice #0
  241. card 0: MKII [Xonar U7 MKII], device 1: USB Audio [USB Audio #1]
  242. Subdevices: 1/1
  243. Subdevice #0: subdevice #0
  244. card 0: MKII [Xonar U7 MKII], device 2: USB Audio [USB Audio #2]
  245. Subdevices: 1/1
  246. Subdevice #0: subdevice #0
  247. card 1: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
  248. Subdevices: 8/8
  249. Subdevice #0: subdevice #0
  250. Subdevice #1: subdevice #1
  251. Subdevice #2: subdevice #2
  252. Subdevice #3: subdevice #3
  253. Subdevice #4: subdevice #4
  254. Subdevice #5: subdevice #5
  255. Subdevice #6: subdevice #6
  256. Subdevice #7: subdevice #7
  257. card 1: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
  258. Subdevices: 1/1
  259. Subdevice #0: subdevice #0
  260.  
  261.  
  262. PCM devices: (aplay -L)
  263. --------------------------------------------------
  264. null
  265. Discard all samples (playback) or generate zero samples (capture)
  266. default:CARD=MKII
  267. Xonar U7 MKII, USB Audio
  268. Default Audio Device
  269. sysdefault:CARD=MKII
  270. Xonar U7 MKII, USB Audio
  271. Default Audio Device
  272. front:CARD=MKII,DEV=0
  273. Xonar U7 MKII, USB Audio
  274. Front speakers
  275. surround21:CARD=MKII,DEV=0
  276. Xonar U7 MKII, USB Audio
  277. 2.1 Surround output to Front and Subwoofer speakers
  278. surround40:CARD=MKII,DEV=0
  279. Xonar U7 MKII, USB Audio
  280. 4.0 Surround output to Front and Rear speakers
  281. surround41:CARD=MKII,DEV=0
  282. Xonar U7 MKII, USB Audio
  283. 4.1 Surround output to Front, Rear and Subwoofer speakers
  284. surround50:CARD=MKII,DEV=0
  285. Xonar U7 MKII, USB Audio
  286. 5.0 Surround output to Front, Center and Rear speakers
  287. surround51:CARD=MKII,DEV=0
  288. Xonar U7 MKII, USB Audio
  289. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  290. surround71:CARD=MKII,DEV=0
  291. Xonar U7 MKII, USB Audio
  292. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  293. iec958:CARD=MKII,DEV=0
  294. Xonar U7 MKII, USB Audio
  295. IEC958 (S/PDIF) Digital Audio Output
  296. default:CARD=ALSA
  297. bcm2835 ALSA, bcm2835 ALSA
  298. Default Audio Device
  299. sysdefault:CARD=ALSA
  300. bcm2835 ALSA, bcm2835 ALSA
  301. Default Audio Device
  302.  
  303.  
  304. Simple mixer controls: (amixer scontrols)
  305. --------------------------------------------------
  306. card 0:
  307. Simple mixer control 'PCM',0
  308. Simple mixer control 'PCM Capture Source',0
  309. Simple mixer control 'PCM',1
  310. Simple mixer control 'Line',0
  311. Simple mixer control 'Mic',0
  312. Simple mixer control 'Input Gain Pad Control',0
  313.  
  314. card 1:
  315. Simple mixer control 'PCM',0
  316.  
  317.  
  318. Mixer controls: (amixer controls)
  319. --------------------------------------------------
  320. card 0:
  321. numid=5,iface=MIXER,name='PCM Playback Switch'
  322. numid=8,iface=MIXER,name='PCM Playback Switch',index=1
  323. numid=6,iface=MIXER,name='PCM Playback Volume'
  324. numid=11,iface=MIXER,name='PCM Capture Source'
  325. numid=10,iface=MIXER,name='Line Capture Switch'
  326. numid=9,iface=MIXER,name='Mic Capture Switch'
  327. numid=7,iface=MIXER,name='Input Gain Pad Control'
  328. numid=4,iface=PCM,name='Capture Channel Map'
  329. numid=1,iface=PCM,name='Playback Channel Map'
  330. numid=2,iface=PCM,name='Playback Channel Map',device=1
  331. numid=3,iface=PCM,name='Playback Channel Map',device=2
  332.  
  333. card 1:
  334. numid=3,iface=MIXER,name='PCM Playback Route'
  335. numid=2,iface=MIXER,name='PCM Playback Switch'
  336. numid=1,iface=MIXER,name='PCM Playback Volume'
  337. numid=5,iface=PCM,name='IEC958 Playback Con Mask'
  338. numid=4,iface=PCM,name='IEC958 Playback Default'
  339.  
  340.  
  341. MPD audio outputs status: (mpc outputs)
  342. --------------------------------------------------
  343. Output 1 (bcm2835 ALSA_1) is disabled
  344. Output 2 (bcm2835 ALSA_2) is disabled
  345. Output 3 (Xonar U7 MKII) is enabled
  346.  
  347. MPD statistics: (mpc stats)
  348. --------------------------------------------------
  349. Artists: 71
  350. Albums: 105
  351. Songs: 1372
  352.  
  353. Play Time: 0 days, 0:13:38
  354. Uptime: 0 days, 0:16:22
  355. DB Updated: Thu Oct 11 16:05:23 2018
  356. DB Play Time: 4 days, 5:53:08
  357.  
  358. ###### mpd version ######
  359. Music Player Daemon 0.19.19-dsd
  360.  
  361. Copyright (C) 2003-2007 Warren Dukes
  362. Copyright (C) 2008-2014 Max Kellermann
  363. This is free software; see the source for copying conditions. There is NO
  364. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  365.  
  366.  
  367. Database plugins:
  368. simple proxy upnp
  369.  
  370. Storage plugins:
  371. local smbclient nfs
  372.  
  373. Neighbor plugins:
  374. smbclient upnp
  375.  
  376. Decoders plugins:
  377. [mad] mp3 mp2
  378. [vorbis] ogg oga
  379. [oggflac] ogg oga
  380. [flac] flac
  381. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  382. [audiofile] wav au aiff aif
  383. [dsdiff] dff
  384. [dsf] dsf
  385. [faad] aac
  386. [ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 afc aif aifc aiff al alaw amr anim apc ape asf atrac au aud avi avm2 avs bap bfi c93 cak cin cmv cpk daud dct divx dts dv dvd dxa eac3 film flac flc fli fll flx flv g726 gsm gxf iss m1v m2v m2t m2ts m4a m4b m4v mad mj2 mjpeg mjpg mka mkv mlp mm mmf mov mp+ mp1 mp2 mp3 mp4 mpc mpeg mpg mpga mpp mpu mve mvi mxf nc nsv nut nuv oga ogm ogv ogx oma ogg omg opus psp pva qcp qt r3d ra ram rl2 rm rmvb roq rpl rvc shn smk snd sol son spx str swf tak tgi tgq tgv thp ts tsp tta xa xvid uv uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve
  387. [pcm]
  388.  
  389. Output plugins:
  390. null fifo pipe alsa jack httpd
  391.  
  392. Encoder plugins:
  393. null vorbis wave flac
  394.  
  395. Input plugins:
  396. file alsa curl ffmpeg smbclient nfs mms
  397.  
  398. Playlist plugins:
  399. extm3u m3u pls xspf asx rss soundcloud cue embcue
  400.  
  401. Protocols:
  402. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  403.  
  404. ###### mpd.conf ######
  405. ###################################
  406. # Auto generated mpd.conf file
  407. # please DO NOT edit it manually!
  408. # Use RuneUI MPD config section
  409. ###################################
  410.  
  411. log_level "default"
  412. log_file "/var/log/runeaudio/mpd.log"
  413. state_file "/var/lib/mpd/mpdstate"
  414. zeroconf_enabled "yes"
  415. zeroconf_name "runeaudio"
  416. bind_to_address "/run/mpd.sock"
  417. bind_to_address "any"
  418. port "6600"
  419. max_connections "20"
  420. user "mpd"
  421. group "audio"
  422. db_file "/var/lib/mpd/mpd.db"
  423. sticker_file "/var/lib/mpd/sticker.sql"
  424. pid_file "/var/run/mpd/pid"
  425. music_directory "/mnt/MPD"
  426. playlist_directory "/var/lib/mpd/playlists"
  427. follow_outside_symlinks "yes"
  428. follow_inside_symlinks "yes"
  429. auto_update "no"
  430. filesystem_charset "UTF-8"
  431. id3v1_encoding "UTF-8"
  432. volume_normalization "no"
  433. audio_buffer_size "4096"
  434. buffer_before_play "20%"
  435. gapless_mp3_playback "yes"
  436.  
  437. input {
  438. plugin "curl"
  439. }
  440.  
  441. decoder {
  442. plugin "ffmpeg"
  443. enabled "yes"
  444. }
  445. replaygain "off"
  446.  
  447. audio_output {
  448. name "bcm2835 ALSA_1"
  449. type "alsa"
  450. device "hw:1,0"
  451. mixer_control "PCM"
  452. mixer_type "hardware"
  453. mixer_device "hw:1"
  454. auto_resample "no"
  455. auto_format "no"
  456. }
  457.  
  458. audio_output {
  459. name "bcm2835 ALSA_2"
  460. type "alsa"
  461. device "hw:1,0"
  462. mixer_control "PCM"
  463. mixer_type "hardware"
  464. mixer_device "hw:1"
  465. auto_resample "no"
  466. auto_format "no"
  467. }
  468.  
  469. audio_output {
  470. name "Xonar U7 MKII"
  471. type "alsa"
  472. device "hw:0,0"
  473. mixer_control "PCM"
  474. auto_resample "no"
  475. auto_format "no"
  476. enabled "yes"
  477. }
  478.  
  479.  
  480. ###### Kernel optimization parameters ######
  481. hardware platform: RaspberryPi2
  482. current orionprofile: RuneAudio
  483.  
  484.  
  485. kernel scheduler for mmcblk0: [noop] deadline cfq
  486. /proc/sys/vm/swappiness: 0
  487. /proc/sys/kernel/sched_latency_ns: 4500000
  488. /proc/sys/kernel/sched_rt_period_us: 1000000
  489. /proc/sys/kernel/sched_rt_runtime_us: 950000
  490. /proc/sys/kernel/sched_autogroup_enabled: 1
  491. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  492. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  493. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  494.  
  495.  
  496. ###### Kernel module snd_usb_audio settings ######
  497. Module = "snd_usb_audio"
  498.  
  499. Attributes:
  500. coresize = "134121"
  501. initsize = "0"
  502. initstate = "live"
  503. refcnt = "2"
  504. srcversion = "5579E819524D483DA4FDE14"
  505. taint = ""
  506. uevent =
  507.  
  508. Parameters:
  509. autoclock = "Y"
  510. device_setup = "0,0,0,0,0,0,0,0"
  511. enable = "Y,Y,Y,Y,Y,Y,Y,Y"
  512. id = "(null),(null),(null),(null),(null),(null),(null),(null)"
  513. ignore_ctl_error = "N"
  514. index = "-1,-1,-1,-1,-1,-1,-1,-1"
  515. pid = "-1,-1,-1,-1,-1,-1,-1,-1"
  516. vid = "-1,-1,-1,-1,-1,-1,-1,-1"
  517.  
  518. Sections:
  519. .ARM.exidx.exit.text= "0x7f119050"
  520. .ARM.exidx.init.text= "0x7f119048"
  521. .ARM.exidx = "0x7f11baa0"
  522. .ARM.extab = "0x7f11ba1c"
  523. .alt.smp.init = "0x7f118fd8"
  524. .bss = "0x7f11f600"
  525. .data = "0x7f11c154"
  526. .exit.text = "0x7f116174"
  527. .gnu.linkonce.this_module= "0x7f11f400"
  528. .init.text = "0x7f129000"
  529. .note.gnu.build-id = "0x7f11c130"
  530. .rodata = "0x7f116180"
  531. .rodata.str1.4 = "0x7f119058"
  532. .strtab = "0x7f12ecdc"
  533. .symtab = "0x7f12901c"
  534. .text = "0x7f107000"
  535. __param = "0x7f11b97c"
  536.  
  537.  
  538. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  539. total 8.0K
  540. drwxr-xr-x 2 root root 4.0K Oct 11 15:58 .
  541. drwxr-xr-x 6 root root 4.0K Dec 15 2016 ..
  542. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  543. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  544. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  545. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  546. lrwxrwxrwx 1 root root 44 Oct 11 15:58 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
  547. lrwxrwxrwx 1 root root 47 Oct 19 2016 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  548. lrwxrwxrwx 1 root root 37 Feb 14 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  549. lrwxrwxrwx 1 root root 36 Feb 15 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  550. lrwxrwxrwx 1 root root 39 Feb 14 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  551. lrwxrwxrwx 1 root root 37 Feb 14 2015 redis.service -> /usr/lib/systemd/system/redis.service
  552. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  553. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  554. lrwxrwxrwx 1 root root 45 Feb 14 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  555. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  556. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  557.  
  558.  
  559. ###### Filesystem mounts ######
  560. /dev/root / ext4 rw,relatime,data=ordered 0 0
  561. devtmpfs /dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
  562. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  563. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  564. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  565. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  566. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  567. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  568. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  569. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  570. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  571. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  572. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  573. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  574. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  575. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  576. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  577. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  578. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  579. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  580. mqueue /dev/mqueue mqueue rw,relatime 0 0
  581. tmpfs /tmp tmpfs rw 0 0
  582. configfs /sys/kernel/config configfs rw,relatime 0 0
  583. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  584. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  585. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  586. //192.168.1.7/Music /mnt/MPD/NAS/Music cifs rw,relatime,vers=1.0,sec=ntlm,cache=strict,username=Tobba,uid=1000,forceuid,gid=92,forcegid,addr=192.168.1.7,unix,posixpaths,serverino,mapposix,acl,rsize=16384,wsize=17408,actimeo=1 0 0
  587.  
  588.  
  589. ###### Filesystem mounts - free space (df -h) ######
  590. Filesystem Size Used Avail Use% Mounted on
  591. /dev/root 1.9G 1.7G 100M 95% /
  592. devtmpfs 458M 0 458M 0% /dev
  593. tmpfs 462M 0 462M 0% /dev/shm
  594. tmpfs 462M 12M 450M 3% /run
  595. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  596. tmpfs 462M 4.0K 462M 1% /tmp
  597. logs 5.0M 40K 5.0M 1% /var/log
  598. rune-logs 5.0M 520K 4.5M 11% /var/log/runeaudio
  599. /dev/mmcblk0p1 100M 18M 82M 18% /boot
  600. //192.168.1.7/Music 112G 79G 34G 70% /mnt/MPD/NAS/Music
  601.  
  602.  
  603. ###### Loaded kernel modules ######
  604. Module Size Used by
  605. md4 3599 0
  606. nls_utf8 1419 1
  607. cifs 392255 2
  608. brcmfmac 184455 0
  609. joydev 9523 0
  610. brcmutil 8379 1 brcmfmac
  611. cfg80211 498228 1 brcmfmac
  612. bcm2835_rng 2167 0
  613. rng_core 8183 1 bcm2835_rng
  614. snd_bcm2835 21181 0
  615. bcm2835_gpiomem 3638 0
  616. bcm2835_wdt 3756 0
  617. snd_usb_audio 134121 2
  618. snd_pcm 88980 3 snd_bcm2835,snd_usb_audio
  619. snd_timer 22172 1 snd_pcm
  620. snd_usbmidi_lib 20594 1 snd_usb_audio
  621. snd_rawmidi 21951 1 snd_usbmidi_lib
  622. snd_seq_device 4945 1 snd_rawmidi
  623. snd_hwdep 5878 1 snd_usb_audio
  624. snd 63333 11 snd_bcm2835,snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_seq_device
  625. evdev 11396 5
  626. uio_pdrv_genirq 3539 0
  627. uio 9114 1 uio_pdrv_genirq
  628. sch_fq_codel 8174 3
  629. ip_tables 12147 0
  630. x_tables 18169 1 ip_tables
  631. ipv6 372060 0
  632.  
  633.  
  634. ###### Network listening sockets (netstat -lnp) ######
  635. Active Internet connections (only servers)
  636. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  637. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 2571/mpd
  638. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 350/redis-server 12
  639. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 287/python
  640. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 365/nginx: master p
  641. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 365/nginx: master p
  642. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 365/nginx: master p
  643. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 341/sshd
  644. udp 0 0 0.0.0.0:68 0.0.0.0:* 589/dhcpcd
  645. udp 0 0 192.168.1.105:123 0.0.0.0:* 354/ntpd
  646. udp 0 0 127.0.0.1:123 0.0.0.0:* 354/ntpd
  647. udp 0 0 0.0.0.0:123 0.0.0.0:* 354/ntpd
  648. udp 0 0 192.168.1.255:137 0.0.0.0:* 417/nmbd
  649. udp 0 0 192.168.1.105:137 0.0.0.0:* 417/nmbd
  650. udp 0 0 0.0.0.0:137 0.0.0.0:* 417/nmbd
  651. udp 0 0 192.168.1.255:138 0.0.0.0:* 417/nmbd
  652. udp 0 0 192.168.1.105:138 0.0.0.0:* 417/nmbd
  653. udp 0 0 0.0.0.0:138 0.0.0.0:* 417/nmbd
  654. udp 0 0 0.0.0.0:5353 0.0.0.0:* 292/avahi-daemon: r
  655. udp 0 0 0.0.0.0:42777 0.0.0.0:* 292/avahi-daemon: r
  656. Active UNIX domain sockets (only servers)
  657. Proto RefCnt Flags Type State I-Node PID/Program name Path
  658. unix 2 [ ACC ] STREAM LISTENING 9474 1/init /run/systemd/private
  659. unix 2 [ ACC ] STREAM LISTENING 9481 1/init /run/systemd/journal/stdout
  660. unix 2 [ ACC ] SEQPACKET LISTENING 9498 1/init /run/udev/control
  661. unix 2 [ ACC ] STREAM LISTENING 11976 546/Xorg @/tmp/.X11-unix/X0
  662. unix 2 [ ACC ] STREAM LISTENING 44855 2571/mpd /run/mpd.sock
  663. unix 2 [ ACC ] STREAM LISTENING 13113 417/nmbd /var/run/samba/nmbd/unexpected
  664. unix 2 [ ACC ] STREAM LISTENING 14414 523/php-fpm: master /var/run/php-display.sock
  665. unix 2 [ ACC ] STREAM LISTENING 14417 523/php-fpm: master /var/run/php-db.sock
  666. unix 2 [ ACC ] STREAM LISTENING 14420 523/php-fpm: master /var/run/php-command.sock
  667. unix 2 [ ACC ] STREAM LISTENING 14679 822/dbus-daemon @/tmp/dbus-oJY6pzfqZk
  668. unix 2 [ ACC ] STREAM LISTENING 7868 350/redis-server 12 /tmp/redis.sock
  669. unix 2 [ ACC ] STREAM LISTENING 8897 1/init /run/dbus/system_bus_socket
  670. unix 2 [ ACC ] SEQPACKET LISTENING 1220 1/init /run/systemd/coredump
  671. unix 2 [ ACC ] STREAM LISTENING 8900 1/init /var/run/avahi-daemon/socket
  672. unix 2 [ ACC ] STREAM LISTENING 8903 1/init /var/run/rpcbind.sock
  673. unix 2 [ ACC ] STREAM LISTENING 11977 546/Xorg /tmp/.X11-unix/X0
  674. unix 2 [ ACC ] STREAM LISTENING 15430 811/dbus-daemon @/tmp/dbus-4sb2fju2Nn
  675.  
  676.  
  677. ###### Network established sockets (netstat -np) ######
  678. Active Internet connections (w/o servers)
  679. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  680. tcp 0 0 127.0.0.1:42298 127.0.0.1:6379 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:42364 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 0 127.0.0.1:42518 127.0.0.1:6379 TIME_WAIT -
  683. tcp 0 0 192.168.1.105:80 192.168.1.82:56939 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:42340 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:42308 127.0.0.1:6379 TIME_WAIT -
  686. tcp 0 0 192.168.1.105:22 192.168.1.82:56356 ESTABLISHED 1165/sshd: root@pts
  687. tcp 0 0 192.168.1.105:80 192.168.1.82:56935 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:42280 127.0.0.1:6379 TIME_WAIT -
  689. tcp 0 0 127.0.0.1:42546 127.0.0.1:6379 TIME_WAIT -
  690. tcp 0 0 127.0.0.1:42396 127.0.0.1:6379 TIME_WAIT -
  691. tcp 0 0 127.0.0.1:42504 127.0.0.1:6379 TIME_WAIT -
  692. tcp 0 0 127.0.0.1:42400 127.0.0.1:6379 TIME_WAIT -
  693. tcp 0 0 127.0.0.1:42488 127.0.0.1:6379 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:42534 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 127.0.0.1:42508 127.0.0.1:6379 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:42434 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 192.168.1.105:80 192.168.1.82:56937 ESTABLISHED 366/nginx: worker p
  698. tcp 0 0 127.0.0.1:42282 127.0.0.1:6379 TIME_WAIT -
  699. tcp 0 0 127.0.0.1:42438 127.0.0.1:6379 TIME_WAIT -
  700. tcp 0 0 127.0.0.1:42442 127.0.0.1:6379 TIME_WAIT -
  701. tcp 0 0 192.168.1.105:80 192.168.1.82:56923 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:42524 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 127.0.0.1:80 127.0.0.1:56858 TIME_WAIT -
  704. tcp 0 0 127.0.0.1:42360 127.0.0.1:6379 TIME_WAIT -
  705. tcp 0 0 127.0.0.1:42436 127.0.0.1:6379 TIME_WAIT -
  706. tcp 0 0 127.0.0.1:42290 127.0.0.1:6379 TIME_WAIT -
  707. tcp 0 0 127.0.0.1:42476 127.0.0.1:6379 TIME_WAIT -
  708. tcp 0 0 127.0.0.1:80 127.0.0.1:50202 ESTABLISHED 366/nginx: worker p
  709. tcp 0 0 127.0.0.1:42408 127.0.0.1:6379 TIME_WAIT -
  710. tcp 0 0 127.0.0.1:42254 127.0.0.1:6379 TIME_WAIT -
  711. tcp 0 0 127.0.0.1:42286 127.0.0.1:6379 TIME_WAIT -
  712. tcp 0 0 127.0.0.1:42394 127.0.0.1:6379 TIME_WAIT -
  713. tcp 0 0 127.0.0.1:42486 127.0.0.1:6379 TIME_WAIT -
  714. tcp 0 0 127.0.0.1:42380 127.0.0.1:6379 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:42328 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:48930 127.0.0.1:6600 TIME_WAIT -
  717. tcp 0 0 127.0.0.1:42414 127.0.0.1:6379 TIME_WAIT -
  718. tcp 0 0 127.0.0.1:42536 127.0.0.1:6379 TIME_WAIT -
  719. tcp 0 0 127.0.0.1:42334 127.0.0.1:6379 TIME_WAIT -
  720. tcp 0 0 127.0.0.1:42530 127.0.0.1:6379 TIME_WAIT -
  721. tcp 0 0 127.0.0.1:42262 127.0.0.1:6379 TIME_WAIT -
  722. tcp 0 0 127.0.0.1:42352 127.0.0.1:6379 TIME_WAIT -
  723. tcp 0 0 127.0.0.1:80 127.0.0.1:56944 TIME_WAIT -
  724. tcp 0 0 127.0.0.1:42338 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 127.0.0.1:42426 127.0.0.1:6379 TIME_WAIT -
  726. tcp 0 0 127.0.0.1:42520 127.0.0.1:6379 TIME_WAIT -
  727. tcp 0 0 192.168.1.105:53258 104.24.14.89:80 TIME_WAIT -
  728. tcp 0 0 127.0.0.1:80 127.0.0.1:56922 TIME_WAIT -
  729. tcp 0 0 127.0.0.1:42300 127.0.0.1:6379 TIME_WAIT -
  730. tcp 0 0 127.0.0.1:50202 127.0.0.1:80 ESTABLISHED 609/midori
  731. tcp 0 0 127.0.0.1:42480 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 127.0.0.1:42416 127.0.0.1:6379 TIME_WAIT -
  733. tcp 0 0 127.0.0.1:42468 127.0.0.1:6379 TIME_WAIT -
  734. tcp 0 0 127.0.0.1:42392 127.0.0.1:6379 TIME_WAIT -
  735. tcp 0 0 127.0.0.1:42472 127.0.0.1:6379 TIME_WAIT -
  736. tcp 0 0 127.0.0.1:42314 127.0.0.1:6379 TIME_WAIT -
  737. tcp 0 0 127.0.0.1:42332 127.0.0.1:6379 TIME_WAIT -
  738. tcp 0 0 127.0.0.1:82 127.0.0.1:46588 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:42260 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 127.0.0.1:42402 127.0.0.1:6379 TIME_WAIT -
  741. tcp 0 0 127.0.0.1:42270 127.0.0.1:6379 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:42248 127.0.0.1:6379 TIME_WAIT -
  743. tcp 0 0 127.0.0.1:42276 127.0.0.1:6379 TIME_WAIT -
  744. tcp 0 0 127.0.0.1:42318 127.0.0.1:6379 TIME_WAIT -
  745. tcp 0 0 127.0.0.1:42482 127.0.0.1:6379 TIME_WAIT -
  746. tcp 0 0 127.0.0.1:42366 127.0.0.1:6379 TIME_WAIT -
  747. tcp 0 0 127.0.0.1:42544 127.0.0.1:6379 TIME_WAIT -
  748. tcp 0 0 127.0.0.1:42264 127.0.0.1:6379 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:42398 127.0.0.1:6379 TIME_WAIT -
  750. tcp 0 0 127.0.0.1:42342 127.0.0.1:6379 TIME_WAIT -
  751. tcp 0 0 127.0.0.1:42406 127.0.0.1:6379 TIME_WAIT -
  752. tcp 0 0 127.0.0.1:48862 127.0.0.1:6600 TIME_WAIT -
  753. tcp 0 0 127.0.0.1:42278 127.0.0.1:6379 TIME_WAIT -
  754. tcp 0 0 192.168.1.105:80 192.168.1.82:56924 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:42450 127.0.0.1:6379 TIME_WAIT -
  756. tcp 0 0 127.0.0.1:48686 127.0.0.1:6600 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:42502 127.0.0.1:6379 TIME_WAIT -
  758. tcp 0 0 192.168.1.105:53454 104.24.14.89:80 TIME_WAIT -
  759. tcp 0 0 127.0.0.1:42554 127.0.0.1:6379 TIME_WAIT -
  760. tcp 0 0 127.0.0.1:42452 127.0.0.1:6379 TIME_WAIT -
  761. tcp 0 0 127.0.0.1:42322 127.0.0.1:6379 TIME_WAIT -
  762. tcp 0 0 127.0.0.1:42526 127.0.0.1:6379 TIME_WAIT -
  763. tcp 0 0 127.0.0.1:42412 127.0.0.1:6379 TIME_WAIT -
  764. tcp 0 0 127.0.0.1:82 127.0.0.1:46652 TIME_WAIT -
  765. tcp 0 0 127.0.0.1:42404 127.0.0.1:6379 TIME_WAIT -
  766. tcp 0 0 127.0.0.1:42250 127.0.0.1:6379 TIME_WAIT -
  767. tcp 0 0 127.0.0.1:42444 127.0.0.1:6379 TIME_WAIT -
  768. tcp 0 0 127.0.0.1:48682 127.0.0.1:6600 TIME_WAIT -
  769. tcp 0 0 127.0.0.1:42470 127.0.0.1:6379 TIME_WAIT -
  770. tcp 0 0 127.0.0.1:42358 127.0.0.1:6379 TIME_WAIT -
  771. tcp 0 0 127.0.0.1:42532 127.0.0.1:6379 TIME_WAIT -
  772. tcp 0 0 127.0.0.1:42256 127.0.0.1:6379 TIME_WAIT -
  773. tcp 0 0 127.0.0.1:42330 127.0.0.1:6379 TIME_WAIT -
  774. tcp 0 0 127.0.0.1:42538 127.0.0.1:6379 TIME_WAIT -
  775. tcp 0 0 127.0.0.1:42348 127.0.0.1:6379 TIME_WAIT -
  776. tcp 0 0 127.0.0.1:42362 127.0.0.1:6379 TIME_WAIT -
  777. tcp 0 0 127.0.0.1:42428 127.0.0.1:6379 TIME_WAIT -
  778. tcp 0 0 127.0.0.1:42522 127.0.0.1:6379 TIME_WAIT -
  779. tcp 0 0 192.168.1.105:80 192.168.1.82:56927 TIME_WAIT -
  780. tcp 0 0 127.0.0.1:42288 127.0.0.1:6379 TIME_WAIT -
  781. tcp 0 0 127.0.0.1:42350 127.0.0.1:6379 TIME_WAIT -
  782. tcp 0 0 127.0.0.1:82 127.0.0.1:46784 TIME_WAIT -
  783. tcp 0 0 127.0.0.1:42370 127.0.0.1:6379 TIME_WAIT -
  784. tcp 0 0 127.0.0.1:42448 127.0.0.1:6379 TIME_WAIT -
  785. tcp 0 0 127.0.0.1:80 127.0.0.1:57074 TIME_WAIT -
  786. tcp 0 0 127.0.0.1:42462 127.0.0.1:6379 TIME_WAIT -
  787. tcp 0 0 127.0.0.1:42454 127.0.0.1:6379 TIME_WAIT -
  788. tcp 0 0 127.0.0.1:42292 127.0.0.1:6379 TIME_WAIT -
  789. tcp 0 0 127.0.0.1:42548 127.0.0.1:6379 TIME_WAIT -
  790. tcp 0 0 192.168.1.117:56000 193.229.113.139:443 ESTABLISHED 609/midori
  791. tcp 0 0 127.0.0.1:42528 127.0.0.1:6379 TIME_WAIT -
  792. tcp 0 0 127.0.0.1:42464 127.0.0.1:6379 TIME_WAIT -
  793. tcp 0 0 192.168.1.105:39934 192.168.1.7:445 ESTABLISHED -
  794. tcp 0 0 127.0.0.1:42294 127.0.0.1:6379 TIME_WAIT -
  795. tcp 0 0 127.0.0.1:42268 127.0.0.1:6379 TIME_WAIT -
  796. tcp 0 0 127.0.0.1:42418 127.0.0.1:6379 TIME_WAIT -
  797. tcp 0 0 127.0.0.1:42306 127.0.0.1:6379 TIME_WAIT -
  798. tcp 0 0 127.0.0.1:42492 127.0.0.1:6379 TIME_WAIT -
  799. tcp 0 0 127.0.0.1:42368 127.0.0.1:6379 TIME_WAIT -
  800. tcp 0 0 127.0.0.1:42498 127.0.0.1:6379 TIME_WAIT -
  801. tcp 0 0 127.0.0.1:42376 127.0.0.1:6379 TIME_WAIT -
  802. tcp 0 0 127.0.0.1:42466 127.0.0.1:6379 TIME_WAIT -
  803. tcp 0 0 127.0.0.1:42386 127.0.0.1:6379 TIME_WAIT -
  804. tcp 0 0 127.0.0.1:42494 127.0.0.1:6379 TIME_WAIT -
  805. tcp 0 0 127.0.0.1:42456 127.0.0.1:6379 TIME_WAIT -
  806. tcp 0 0 127.0.0.1:42446 127.0.0.1:6379 TIME_WAIT -
  807. tcp 0 0 127.0.0.1:48860 127.0.0.1:6600 TIME_WAIT -
  808. tcp 0 0 127.0.0.1:42514 127.0.0.1:6379 TIME_WAIT -
  809. tcp 0 178 192.168.1.117:80 192.168.1.82:56632 ESTABLISHED 366/nginx: worker p
  810. tcp 0 0 127.0.0.1:42440 127.0.0.1:6379 TIME_WAIT -
  811. tcp 0 0 127.0.0.1:42356 127.0.0.1:6379 TIME_WAIT -
  812. tcp 0 0 127.0.0.1:42510 127.0.0.1:6379 TIME_WAIT -
  813. tcp 0 0 127.0.0.1:48864 127.0.0.1:6600 TIME_WAIT -
  814. tcp 0 0 127.0.0.1:42382 127.0.0.1:6379 TIME_WAIT -
  815. tcp 0 0 127.0.0.1:42500 127.0.0.1:6379 TIME_WAIT -
  816. tcp 0 0 127.0.0.1:48936 127.0.0.1:6600 TIME_WAIT -
  817. tcp 0 0 127.0.0.1:42284 127.0.0.1:6379 TIME_WAIT -
  818. tcp 0 0 127.0.0.1:42484 127.0.0.1:6379 TIME_WAIT -
  819. tcp 0 0 127.0.0.1:42272 127.0.0.1:6379 TIME_WAIT -
  820. tcp 0 0 127.0.0.1:42478 127.0.0.1:6379 TIME_WAIT -
  821. tcp 0 58400 192.168.1.117:80 192.168.1.82:56631 ESTABLISHED 366/nginx: worker p
  822. tcp 0 0 192.168.1.105:80 192.168.1.82:56917 TIME_WAIT -
  823. tcp 0 0 127.0.0.1:42344 127.0.0.1:6379 TIME_WAIT -
  824. tcp 0 0 127.0.0.1:42460 127.0.0.1:6379 TIME_WAIT -
  825. tcp 0 0 127.0.0.1:50204 127.0.0.1:80 ESTABLISHED 609/midori
  826. tcp 0 0 127.0.0.1:42542 127.0.0.1:6379 TIME_WAIT -
  827. tcp 0 0 127.0.0.1:42258 127.0.0.1:6379 TIME_WAIT -
  828. tcp 0 0 127.0.0.1:42550 127.0.0.1:6379 TIME_WAIT -
  829. tcp 0 0 127.0.0.1:42336 127.0.0.1:6379 TIME_WAIT -
  830. tcp 0 0 127.0.0.1:42378 127.0.0.1:6379 TIME_WAIT -
  831. tcp 0 0 127.0.0.1:80 127.0.0.1:50204 ESTABLISHED 366/nginx: worker p
  832. tcp 0 0 127.0.0.1:42552 127.0.0.1:6379 TIME_WAIT -
  833. tcp 0 0 127.0.0.1:42512 127.0.0.1:6379 TIME_WAIT -
  834. tcp 0 0 127.0.0.1:42354 127.0.0.1:6379 TIME_WAIT -
  835. tcp 0 0 127.0.0.1:42274 127.0.0.1:6379 TIME_WAIT -
  836. tcp 0 0 192.168.1.105:80 192.168.1.82:56934 TIME_WAIT -
  837. tcp 0 0 127.0.0.1:42302 127.0.0.1:6379 TIME_WAIT -
  838. tcp 0 0 127.0.0.1:42326 127.0.0.1:6379 TIME_WAIT -
  839. tcp 0 0 192.168.1.105:80 192.168.1.82:56938 ESTABLISHED 366/nginx: worker p
  840. tcp 0 0 127.0.0.1:48684 127.0.0.1:6600 TIME_WAIT -
  841. tcp 0 0 127.0.0.1:42266 127.0.0.1:6379 TIME_WAIT -
  842. tcp 0 0 127.0.0.1:42316 127.0.0.1:6379 TIME_WAIT -
  843. tcp 0 0 127.0.0.1:42432 127.0.0.1:6379 TIME_WAIT -
  844. tcp 0 0 127.0.0.1:42296 127.0.0.1:6379 TIME_WAIT -
  845. tcp 0 0 127.0.0.1:42430 127.0.0.1:6379 TIME_WAIT -
  846. tcp 0 0 127.0.0.1:42372 127.0.0.1:6379 TIME_WAIT -
  847. tcp 0 0 127.0.0.1:80 127.0.0.1:56880 TIME_WAIT -
  848. tcp 0 0 127.0.0.1:42312 127.0.0.1:6379 TIME_WAIT -
  849. tcp 0 0 127.0.0.1:42390 127.0.0.1:6379 TIME_WAIT -
  850. tcp 0 0 127.0.0.1:42304 127.0.0.1:6379 TIME_WAIT -
  851. tcp 0 0 192.168.1.105:53322 104.24.14.89:80 TIME_WAIT -
  852. tcp 0 0 127.0.0.1:42458 127.0.0.1:6379 TIME_WAIT -
  853. tcp 0 0 127.0.0.1:42474 127.0.0.1:6379 TIME_WAIT -
  854. tcp 0 0 192.168.1.105:80 192.168.1.82:56918 TIME_WAIT -
  855. tcp 0 0 127.0.0.1:42252 127.0.0.1:6379 TIME_WAIT -
  856. Active UNIX domain sockets (w/o servers)
  857. Proto RefCnt Flags Type State I-Node PID/Program name Path
  858. unix 3 [ ] DGRAM 9472 1/init /run/systemd/notify
  859. unix 4 [ ] DGRAM 9484 1/init /run/systemd/journal/socket
  860. unix 9 [ ] DGRAM 9493 1/init /run/systemd/journal/dev-log
  861. unix 2 [ ] DGRAM 11039 333/wpa_supplicant /run/wpa_supplicant/p2p-dev-wlan0
  862. unix 2 [ ] DGRAM 12625 417/nmbd /var/lib/samba/private/msg.sock/417
  863. unix 3 [ ] DGRAM 9027 333/wpa_supplicant /run/wpa_supplicant/wlan0
  864. unix 2 [ ] DGRAM 2013 335/wpa_actiond /tmp/wpa_ctrl_335-1
  865. unix 3 [ ] STREAM CONNECTED 13814 832/at-spi2-registr
  866. unix 3 [ ] STREAM CONNECTED 12110 546/Xorg @/tmp/.X11-unix/X0
  867. unix 3 [ ] DGRAM 9816 224/systemd-udevd
  868. unix 3 [ ] STREAM CONNECTED 13815 546/Xorg @/tmp/.X11-unix/X0
  869. unix 3 [ ] STREAM CONNECTED 15428 546/Xorg @/tmp/.X11-unix/X0
  870. unix 3 [ ] STREAM CONNECTED 11110 1/init /run/systemd/journal/stdout
  871. unix 3 [ ] STREAM CONNECTED 14680 822/dbus-daemon
  872. unix 3 [ ] STREAM CONNECTED 14654 813/at-spi-bus-laun
  873. unix 3 [ ] STREAM CONNECTED 1387 1/init /run/systemd/journal/stdout
  874. unix 3 [ ] DGRAM 9817 224/systemd-udevd
  875. unix 3 [ ] STREAM CONNECTED 13799 1/init /run/systemd/journal/stdout
  876. unix 3 [ ] STREAM CONNECTED 9799 224/systemd-udevd
  877. unix 3 [ ] STREAM CONNECTED 14639 810/dbus-launch
  878. unix 3 [ ] STREAM CONNECTED 14649 810/dbus-launch
  879. unix 3 [ ] STREAM CONNECTED 18265 609/midori
  880. unix 3 [ ] STREAM CONNECTED 14840 295/dbus-daemon /run/dbus/system_bus_socket
  881. unix 3 [ ] STREAM CONNECTED 14655 813/at-spi-bus-laun
  882. unix 3 [ ] STREAM CONNECTED 13800 1/init /run/systemd/journal/stdout
  883. unix 3 [ ] STREAM CONNECTED 12118 546/Xorg @/tmp/.X11-unix/X0
  884. unix 3 [ ] STREAM CONNECTED 10961 295/dbus-daemon
  885. unix 3 [ ] STREAM CONNECTED 10960 295/dbus-daemon
  886. unix 3 [ ] STREAM CONNECTED 14607 609/midori
  887. unix 3 [ ] STREAM CONNECTED 11109 341/sshd
  888. unix 3 [ ] STREAM CONNECTED 46405 412/php
  889. unix 3 [ ] STREAM CONNECTED 10962 295/dbus-daemon /run/dbus/system_bus_socket
  890. unix 3 [ ] STREAM CONNECTED 8951 285/haveged
  891. unix 3 [ ] STREAM CONNECTED 13328 1/init /run/systemd/journal/stdout
  892. unix 3 [ ] STREAM CONNECTED 44874 350/redis-server 12 /tmp/redis.sock
  893. unix 3 [ ] STREAM CONNECTED 12042 657/xbindkeys
  894. unix 2 [ ] DGRAM 12332 354/ntpd
  895. unix 3 [ ] STREAM CONNECTED 1836 1/init
  896. unix 3 [ ] STREAM CONNECTED 14690 1/init /run/systemd/journal/stdout
  897. unix 3 [ ] STREAM CONNECTED 14689 1/init /run/systemd/journal/stdout
  898. unix 3 [ ] STREAM CONNECTED 12493 371/php
  899. unix 3 [ ] STREAM CONNECTED 10910 1/init /run/systemd/journal/stdout
  900. unix 3 [ ] STREAM CONNECTED 70186 371/php
  901. unix 2 [ ] DGRAM 12499 589/dhcpcd
  902. unix 3 [ ] STREAM CONNECTED 1822 1/init /run/systemd/journal/stdout
  903. unix 3 [ ] STREAM CONNECTED 44860 2571/mpd
  904. unix 3 [ ] STREAM CONNECTED 12141 832/at-spi2-registr
  905. unix 3 [ ] STREAM CONNECTED 68891 4538/php
  906. unix 3 [ ] STREAM CONNECTED 12845 478/bash
  907. unix 3 [ ] STREAM CONNECTED 7750 1/init /run/systemd/journal/stdout
  908. unix 3 [ ] STREAM CONNECTED 1821 290/sh
  909. unix 3 [ ] STREAM CONNECTED 14529 546/Xorg @/tmp/.X11-unix/X0
  910. unix 3 [ ] STREAM CONNECTED 46367 295/dbus-daemon /run/dbus/system_bus_socket
  911. unix 3 [ ] STREAM CONNECTED 8972 1/init /run/systemd/journal/stdout
  912. unix 2 [ ] DGRAM 8624 224/systemd-udevd
  913. unix 3 [ ] STREAM CONNECTED 1882 295/dbus-daemon
  914. unix 3 [ ] STREAM CONNECTED 11832 1/init /run/systemd/journal/stdout
  915. unix 3 [ ] STREAM CONNECTED 44880 2571/mpd /run/mpd.sock
  916. unix 3 [ ] STREAM CONNECTED 46407 412/php
  917. unix 3 [ ] STREAM CONNECTED 12147 832/at-spi2-registr
  918. unix 3 [ ] STREAM CONNECTED 12319 350/redis-server 12
  919. unix 2 [ ] DGRAM 19060 1165/sshd: root@pts
  920. unix 3 [ ] STREAM CONNECTED 15442 811/dbus-daemon @/tmp/dbus-4sb2fju2Nn
  921. unix 3 [ ] STREAM CONNECTED 12322 1/init /run/systemd/journal/stdout
  922. unix 3 [ ] STREAM CONNECTED 68244 350/redis-server 12 /tmp/redis.sock
  923. unix 3 [ ] STREAM CONNECTED 1771 287/python
  924. unix 3 [ ] STREAM CONNECTED 14682 822/dbus-daemon @/tmp/dbus-oJY6pzfqZk
  925. unix 2 [ ] DGRAM 54723 1/init
  926. unix 3 [ ] STREAM CONNECTED 12142 832/at-spi2-registr
  927. unix 3 [ ] STREAM CONNECTED 68234 350/redis-server 12 /tmp/redis.sock
  928. unix 3 [ ] STREAM CONNECTED 15436 609/midori
  929. unix 3 [ ] STREAM CONNECTED 13813 832/at-spi2-registr
  930. unix 3 [ ] STREAM CONNECTED 7847 292/avahi-daemon: r
  931. unix 3 [ ] STREAM CONNECTED 11577 1/init /run/systemd/journal/stdout
  932. unix 3 [ ] STREAM CONNECTED 13552 546/Xorg @/tmp/.X11-unix/X0
  933. unix 3 [ ] STREAM CONNECTED 9183 354/ntpd
  934. unix 3 [ ] STREAM CONNECTED 14523 546/Xorg @/tmp/.X11-unix/X0
  935. unix 3 [ ] STREAM CONNECTED 14650 811/dbus-daemon @/tmp/dbus-4sb2fju2Nn
  936. unix 3 [ ] STREAM CONNECTED 14656 811/dbus-daemon @/tmp/dbus-4sb2fju2Nn
  937. unix 2 [ ] DGRAM 13517 542/sudo
  938. unix 3 [ ] STREAM CONNECTED 14412 523/php-fpm: master
  939. unix 3 [ ] STREAM CONNECTED 14443 533/php
  940. unix 3 [ ] STREAM CONNECTED 9182 354/ntpd
  941. unix 3 [ ] STREAM CONNECTED 13805 813/at-spi-bus-laun
  942. unix 3 [ ] STREAM CONNECTED 1824 1/init /run/systemd/journal/stdout
  943. unix 3 [ ] STREAM CONNECTED 7880 365/nginx: master p
  944. unix 2 [ ] STREAM CONNECTED 13515 542/sudo
  945. unix 3 [ ] STREAM CONNECTED 7881 365/nginx: master p
  946. unix 3 [ ] STREAM CONNECTED 13607 607/matchbox-window
  947. unix 3 [ ] STREAM CONNECTED 14697 822/dbus-daemon @/tmp/dbus-oJY6pzfqZk
  948. unix 3 [ ] STREAM CONNECTED 14491 545/xinit
  949. unix 3 [ ] STREAM CONNECTED 13797 811/dbus-daemon
  950. unix 3 [ ] STREAM CONNECTED 14444 350/redis-server 12 /tmp/redis.sock
  951. unix 3 [ ] STREAM CONNECTED 13798 609/midori
  952. unix 3 [ ] STREAM CONNECTED 7991 412/php
  953. unix 3 [ ] STREAM CONNECTED 13796 811/dbus-daemon
  954. unix 3 [ ] STREAM CONNECTED 14413 523/php-fpm: master
  955. unix 3 [ ] STREAM CONNECTED 1906 292/avahi-daemon: r
  956. unix 3 [ ] STREAM CONNECTED 11323 365/nginx: master p
  957. unix 3 [ ] STREAM CONNECTED 1901 292/avahi-daemon: r
  958. unix 3 [ ] STREAM CONNECTED 1902 313/avahi-daemon: c
  959. unix 2 [ ] DGRAM 1898 292/avahi-daemon: r
  960. unix 3 [ ] STREAM CONNECTED 7921 350/redis-server 12 /tmp/redis.sock
  961. unix 2 [ ] DGRAM 9563 165/systemd-journal
  962. unix 3 [ ] STREAM CONNECTED 11375 533/php
  963. unix 3 [ ] STREAM CONNECTED 14681 822/dbus-daemon
  964. unix 3 [ ] STREAM CONNECTED 15464 811/dbus-daemon @/tmp/dbus-4sb2fju2Nn
  965. unix 3 [ ] STREAM CONNECTED 10963 295/dbus-daemon /run/dbus/system_bus_socket
  966. unix 3 [ ] STREAM CONNECTED 11324 365/nginx: master p
  967. unix 3 [ ] STREAM CONNECTED 14713 609/midori
  968. unix 3 [ ] STREAM CONNECTED 11980 546/Xorg
  969. unix 3 [ ] STREAM CONNECTED 13475 1/init /run/systemd/journal/stdout
  970. unix 2 [ ] DGRAM 15291 295/dbus-daemon
  971. unix 3 [ ] STREAM CONNECTED 11907 523/php-fpm: master
  972. unix 3 [ ] STREAM CONNECTED 13520 295/dbus-daemon /run/dbus/system_bus_socket
  973. unix 2 [ ] DGRAM 2019 335/wpa_actiond
  974. unix 3 [ ] STREAM CONNECTED 11023 1/init /run/systemd/journal/stdout
  975. unix 3 [ ] STREAM CONNECTED 1984 325/ifplugd
  976.  
  977.  
  978. ###### Network interfaces (ip addr) ######
  979. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  980. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  981. inet 127.0.0.1/8 scope host lo
  982. valid_lft forever preferred_lft forever
  983. 2: eth0: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
  984. link/ether b8:27:eb:83:47:34 brd ff:ff:ff:ff:ff:ff
  985. 3: wlan0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  986. link/ether b8:27:eb:d6:12:61 brd ff:ff:ff:ff:ff:ff
  987. inet 192.168.1.105/24 brd 192.168.1.255 scope global wlan0
  988. valid_lft forever preferred_lft forever
  989.  
  990.  
  991. ###### Network interfaces (ifconfig) ######
  992. eth0: flags=4099 mtu 1500
  993. ether b8:27:eb:83:47:34 txqueuelen 1000 (Ethernet)
  994. RX packets 883073 bytes 1220730744 (1.1 GiB)
  995. RX errors 0 dropped 3 overruns 0 frame 0
  996. TX packets 461975 bytes 39175930 (37.3 MiB)
  997. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  998.  
  999. lo: flags=73 mtu 65536
  1000. inet 127.0.0.1 netmask 255.0.0.0
  1001. loop txqueuelen 1 (Local Loopback)
  1002. RX packets 110515 bytes 8646012 (8.2 MiB)
  1003. RX errors 0 dropped 0 overruns 0 frame 0
  1004. TX packets 110515 bytes 8646012 (8.2 MiB)
  1005. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1006.  
  1007. wlan0: flags=4163 mtu 1500
  1008. inet 192.168.1.105 netmask 255.255.255.0 broadcast 192.168.1.255
  1009. ether b8:27:eb:d6:12:61 txqueuelen 1000 (Ethernet)
  1010. RX packets 26345 bytes 33721743 (32.1 MiB)
  1011. RX errors 0 dropped 473 overruns 0 frame 0
  1012. TX packets 16188 bytes 2705437 (2.5 MiB)
  1013. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1014.  
  1015.  
  1016. ###### Network netctl profiles (netctl list) ######
  1017. HTMEY
  1018. eth0
  1019.  
  1020. HTMEY netctl status
  1021. --------------------------------------------------------
  1022. ● netctl@HTMEY.service - Networking for netctl profile HTMEY
  1023. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  1024. Active: inactive (dead)
  1025. Docs: man:netctl.profile(5)
  1026.  
  1027. HTMEY netctl profile
  1028. --------------------------------------------------------
  1029. Description='wlan0 connection'
  1030. Interface=wlan0
  1031. Connection=wireless
  1032. Security=wpa-configsection
  1033. IP=dhcp
  1034. WPAConfigSection=(
  1035. 'ssid="HTMEY"'
  1036. 'psk="***************"'
  1037. 'key_mgmt=WPA-PSK'
  1038. 'proto=RSN'
  1039. 'group=CCMP'
  1040. 'pairwise=CCMP'
  1041. 'priority=3'
  1042. )
  1043.  
  1044. eth0 netctl status
  1045. --------------------------------------------------------
  1046. ● netctl@eth0.service - Networking for netctl profile eth0
  1047. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  1048. Active: inactive (dead)
  1049. Docs: man:netctl.profile(5)
  1050.  
  1051. eth0 netctl profile
  1052. --------------------------------------------------------
  1053. Description='eth0 connection'
  1054. Interface=eth0
  1055. ForceConnect=yes
  1056. SkipNoCarrier=yes
  1057. Connection=ethernet
  1058. IP=dhcp
  1059.  
  1060.  
  1061. ###### Network wifi status (iwconfig) ######
  1062. lo no wireless extensions.
  1063.  
  1064. eth0 no wireless extensions.
  1065.  
  1066. wlan0 IEEE 802.11bgn ESSID:"HTMEY"
  1067. Mode:Managed Frequency:2.437 GHz Access Point: 0C:9D:92:46:04:21
  1068. Bit Rate=72.2 Mb/s Tx-Power=31 dBm
  1069. Retry short limit:7 RTS thr:off Fragment thr:off
  1070. Encryption key:off
  1071. Power Management:off
  1072. Link Quality=70/70 Signal level=-31 dBm
  1073. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  1074. Tx excessive retries:1 Invalid misc:0 Missed beacon:0
  1075.  
  1076.  
  1077. ###### List all USB devices (lsusb) ######
  1078. Bus 001 Device 006: ID 0b05:183c ASUSTek Computer, Inc.
  1079. Bus 001 Device 008: ID 04d9:0167 Holtek Semiconductor, Inc.
  1080. Bus 001 Device 007: ID 046d:c07d Logitech, Inc.
  1081. Bus 001 Device 004: ID 1a40:0101 Terminus Technology Inc. Hub
  1082. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  1083. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  1084. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1085.  
  1086. ###### Kernel status (dmesg) ######
  1087. [ 0.000000] Booting Linux on physical CPU 0x0
  1088. [ 0.000000] Initializing cgroup subsys cpuset
  1089. [ 0.000000] Initializing cgroup subsys cpu
  1090. [ 0.000000] Initializing cgroup subsys cpuacct
  1091. [ 0.000000] Linux version 4.4.39-ARCH+ (frank@franks-ubuntu) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017
  1092. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  1093. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1094. [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
  1095. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  1096. [ 0.000000] Memory policy: Data cache writealloc
  1097. [ 0.000000] On node 0 totalpages: 241664
  1098. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  1099. [ 0.000000] Normal zone: 2124 pages used for memmap
  1100. [ 0.000000] Normal zone: 0 pages reserved
  1101. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  1102. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  1103. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  1104. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f62000 s22656 r8192 d22400 u53248
  1105. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  1106. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  1107. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  1108. [ 0.000000] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1024 bcm2708_fb.fbheight=768 bcm2709.boardrev=0xa22082 bcm2709.serial=0x72834734 smsc95xx.macaddr=B8:27:EB:83:47:34 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 dwc_otg.fiq_enable=1 dwc_otg.fiq_fsm_enable=1 dwc_otg.fiq_fsm_mask=0x3 elevator=noop ipv6.disable=1 logo.nologo quiet loglevel=3 rd.systemd.show_status=false rd.udev.log-priority=3
  1109. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  1110. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  1111. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  1112. [ 0.000000] Memory: 936072K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22392K reserved, 8192K cma-reserved)
  1113. [ 0.000000] Virtual kernel memory layout:
  1114. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  1115. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  1116. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  1117. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  1118. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  1119. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  1120. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  1121. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  1122. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  1123. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1124. [ 0.000000] Hierarchical RCU implementation.
  1125. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  1126. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  1127. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  1128. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  1129. [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  1130. [ 0.000013] Switching to timer-based delay loop, resolution 52ns
  1131. [ 0.000149] Console: colour dummy device 80x30
  1132. [ 0.000238] console [tty0] enabled
  1133. [ 0.000254] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  1134. [ 0.000263] pid_max: default: 32768 minimum: 301
  1135. [ 0.000411] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1136. [ 0.000418] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1137. [ 0.000908] Disabling cpuset control group subsystem
  1138. [ 0.000924] Initializing cgroup subsys io
  1139. [ 0.000938] Initializing cgroup subsys memory
  1140. [ 0.000960] Initializing cgroup subsys devices
  1141. [ 0.000969] Initializing cgroup subsys freezer
  1142. [ 0.000977] Initializing cgroup subsys net_cls
  1143. [ 0.000985] Initializing cgroup subsys perf_event
  1144. [ 0.000993] Initializing cgroup subsys net_prio
  1145. [ 0.001005] Initializing cgroup subsys pids
  1146. [ 0.001028] CPU: Testing write buffer coherency: ok
  1147. [ 0.001318] CPU0: update cpu_capacity 1024
  1148. [ 0.001324] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1149. [ 0.001330] [bcm2709_smp_prepare_cpus] enter
  1150. [ 0.001403] Setting up static identity map for 0x8240 - 0x8274
  1151. [ 0.002274] [bcm2709_boot_secondary] cpu:1 started (0) 17
  1152. [ 0.002445] [bcm2709_secondary_init] enter cpu:1
  1153. [ 0.002470] CPU1: update cpu_capacity 1024
  1154. [ 0.002472] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1155. [ 0.002674] [bcm2709_boot_secondary] cpu:2 started (0) 17
  1156. [ 0.002811] [bcm2709_secondary_init] enter cpu:2
  1157. [ 0.002821] CPU2: update cpu_capacity 1024
  1158. [ 0.002824] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  1159. [ 0.002999] [bcm2709_boot_secondary] cpu:3 started (0) 17
  1160. [ 0.003125] [bcm2709_secondary_init] enter cpu:3
  1161. [ 0.003135] CPU3: update cpu_capacity 1024
  1162. [ 0.003138] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  1163. [ 0.003168] Brought up 4 CPUs
  1164. [ 0.003179] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1165. [ 0.003183] CPU: All CPU(s) started in HYP mode.
  1166. [ 0.003186] CPU: Virtualization extensions available.
  1167. [ 0.003541] devtmpfs: initialized
  1168. [ 0.008792] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  1169. [ 0.008972] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1170. [ 0.009259] xor: measuring software checksum speed
  1171. [ 0.099973] arm4regs : 2046.800 MB/sec
  1172. [ 0.200004] 8regs : 1198.800 MB/sec
  1173. [ 0.300039] 32regs : 1032.400 MB/sec
  1174. [ 0.400071] neon : 2092.400 MB/sec
  1175. [ 0.400075] xor: using function: neon (2092.400 MB/sec)
  1176. [ 0.400139] pinctrl core: initialized pinctrl subsystem
  1177. [ 0.400427] NET: Registered protocol family 16
  1178. [ 0.403615] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  1179. [ 0.406781] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1180. [ 0.406786] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1181. [ 0.406858] Serial: AMBA PL011 UART driver
  1182. [ 0.406919] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  1183. [ 0.407000] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1184. [ 0.620485] raid6: int32x1 gen() 182 MB/s
  1185. [ 0.790459] raid6: int32x1 xor() 168 MB/s
  1186. [ 0.960426] raid6: int32x2 gen() 279 MB/s
  1187. [ 1.130580] raid6: int32x2 xor() 214 MB/s
  1188. [ 1.300716] raid6: int32x4 gen() 301 MB/s
  1189. [ 1.470727] raid6: int32x4 xor() 225 MB/s
  1190. [ 1.640774] raid6: int32x8 gen() 303 MB/s
  1191. [ 1.810843] raid6: int32x8 xor() 206 MB/s
  1192. [ 1.980978] raid6: neonx1 gen() 751 MB/s
  1193. [ 2.151006] raid6: neonx1 xor() 724 MB/s
  1194. [ 2.321128] raid6: neonx2 gen() 1081 MB/s
  1195. [ 2.491175] raid6: neonx2 xor() 956 MB/s
  1196. [ 2.661244] raid6: neonx4 gen() 1462 MB/s
  1197. [ 2.831337] raid6: neonx4 xor() 1105 MB/s
  1198. [ 3.001424] raid6: neonx8 gen() 1019 MB/s
  1199. [ 3.171513] raid6: neonx8 xor() 840 MB/s
  1200. [ 3.171517] raid6: using algorithm neonx4 gen() 1462 MB/s
  1201. [ 3.171521] raid6: .... xor() 1105 MB/s, rmw enabled
  1202. [ 3.171525] raid6: using intx1 recovery algorithm
  1203. [ 3.172340] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  1204. [ 3.172602] SCSI subsystem initialized
  1205. [ 3.172749] usbcore: registered new interface driver usbfs
  1206. [ 3.172785] usbcore: registered new interface driver hub
  1207. [ 3.172844] usbcore: registered new device driver usb
  1208. [ 3.181523] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  1209. [ 3.208077] clocksource: Switched to clocksource arch_sys_counter
  1210. [ 3.236078] FS-Cache: Loaded
  1211. [ 3.236221] CacheFiles: Loaded
  1212. [ 3.241686] NET: Registered protocol family 2
  1213. [ 3.242111] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1214. [ 3.242168] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1215. [ 3.242262] TCP: Hash tables configured (established 8192 bind 8192)
  1216. [ 3.242319] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1217. [ 3.242342] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1218. [ 3.242463] NET: Registered protocol family 1
  1219. [ 3.242626] RPC: Registered named UNIX socket transport module.
  1220. [ 3.242631] RPC: Registered udp transport module.
  1221. [ 3.242634] RPC: Registered tcp transport module.
  1222. [ 3.242638] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1223. [ 3.243307] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  1224. [ 3.244595] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1225. [ 3.250940] VFS: Disk quotas dquot_6.6.0
  1226. [ 3.251069] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1227. [ 3.252281] FS-Cache: Netfs 'nfs' registered for caching
  1228. [ 3.252661] NFS: Registering the id_resolver key type
  1229. [ 3.252687] Key type id_resolver registered
  1230. [ 3.252691] Key type id_legacy registered
  1231. [ 3.252706] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1232. [ 3.253097] JFS: nTxBlock = 7377, nTxLock = 59016
  1233. [ 3.257626] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1234. [ 3.261533] async_tx: api initialized (async)
  1235. [ 3.261677] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1236. [ 3.261744] io scheduler noop registered (default)
  1237. [ 3.261753] io scheduler deadline registered
  1238. [ 3.261779] io scheduler cfq registered
  1239. [ 3.263012] BCM2708FB: allocated DMA memory fac10000
  1240. [ 3.263026] BCM2708FB: allocated DMA channel 0 @ f3007000
  1241. [ 3.276639] Console: switching to colour frame buffer device 128x48
  1242. [ 3.284015] vc-cma: Videocore CMA driver
  1243. [ 3.284021] vc-cma: vc_cma_base = 0x00000000
  1244. [ 3.284025] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  1245. [ 3.284029] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  1246. [ 3.284119] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  1247. [ 3.291107] brd: module loaded
  1248. [ 3.295310] loop: module loaded
  1249. [ 3.295832] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  1250. [ 3.296900] Loading iSCSI transport class v2.0-870.
  1251. [ 3.297269] usbcore: registered new interface driver ax88179_178a
  1252. [ 3.297315] usbcore: registered new interface driver smsc95xx
  1253. [ 3.297379] usbcore: registered new interface driver cdc_ncm
  1254. [ 3.297389] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1255. [ 3.497533] Core Release: 2.80a
  1256. [ 3.497540] Setting default values for core params
  1257. [ 3.497562] Finished setting default values for core params
  1258. [ 3.697728] Using Buffer DMA mode
  1259. [ 3.697733] Periodic Transfer Interrupt Enhancement - disabled
  1260. [ 3.697737] Multiprocessor Interrupt Enhancement - disabled
  1261. [ 3.697742] OTG VER PARAM: 0, OTG VER FLAG: 0
  1262. [ 3.697749] Dedicated Tx FIFOs mode
  1263. [ 3.697913] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac04000 dma = 0xfac04000 len=9024
  1264. [ 3.697930] FIQ FSM acceleration enabled for :
  1265. Non-periodic Split Transactions
  1266. Periodic Split Transactions
  1267. [ 3.697945] dwc_otg: Microframe scheduler enabled
  1268. [ 3.697976] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  1269. [ 3.697983] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  1270. [ 3.697990] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  1271. [ 3.698020] dwc_otg 3f980000.usb: DWC OTG Controller
  1272. [ 3.698039] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1273. [ 3.698057] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1274. [ 3.698102] Init: Port Power? op_state=1
  1275. [ 3.698106] Init: Power Port (0)
  1276. [ 3.698206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1277. [ 3.698212] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1278. [ 3.698218] usb usb1: Product: DWC OTG Controller
  1279. [ 3.698225] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  1280. [ 3.698230] usb usb1: SerialNumber: 3f980000.usb
  1281. [ 3.698625] hub 1-0:1.0: USB hub found
  1282. [ 3.698644] hub 1-0:1.0: 1 port detected
  1283. [ 3.698945] dwc_otg: FIQ enabled
  1284. [ 3.698949] dwc_otg: NAK holdoff enabled
  1285. [ 3.698953] dwc_otg: FIQ split-transaction FSM enabled
  1286. [ 3.698971] Module dwc_common_port init
  1287. [ 3.699084] usbcore: registered new interface driver usb-storage
  1288. [ 3.699116] usbcore: registered new interface driver ums-alauda
  1289. [ 3.699146] usbcore: registered new interface driver ums-cypress
  1290. [ 3.699176] usbcore: registered new interface driver ums-datafab
  1291. [ 3.699204] usbcore: registered new interface driver ums_eneub6250
  1292. [ 3.699233] usbcore: registered new interface driver ums-freecom
  1293. [ 3.699262] usbcore: registered new interface driver ums-isd200
  1294. [ 3.699291] usbcore: registered new interface driver ums-jumpshot
  1295. [ 3.699322] usbcore: registered new interface driver ums-karma
  1296. [ 3.699352] usbcore: registered new interface driver ums-onetouch
  1297. [ 3.699396] usbcore: registered new interface driver ums-realtek
  1298. [ 3.699426] usbcore: registered new interface driver ums-sddr09
  1299. [ 3.699456] usbcore: registered new interface driver ums-sddr55
  1300. [ 3.699486] usbcore: registered new interface driver ums-usbat
  1301. [ 3.699609] mousedev: PS/2 mouse device common for all mice
  1302. [ 3.699959] md: linear personality registered for level -1
  1303. [ 3.699968] md: raid0 personality registered for level 0
  1304. [ 3.699977] md: raid1 personality registered for level 1
  1305. [ 3.699984] md: raid10 personality registered for level 10
  1306. [ 3.700094] md: raid6 personality registered for level 6
  1307. [ 3.700098] md: raid5 personality registered for level 5
  1308. [ 3.700102] md: raid4 personality registered for level 4
  1309. [ 3.700112] md: multipath personality registered for level -4
  1310. [ 3.700120] md: faulty personality registered for level -5
  1311. [ 3.700296] device-mapper: uevent: version 1.0.3
  1312. [ 3.700524] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  1313. [ 3.700803] device-mapper: multipath: version 1.10.0 loaded
  1314. [ 3.700814] device-mapper: multipath round-robin: version 1.0.0 loaded
  1315. [ 3.700823] device-mapper: multipath queue-length: version 0.1.0 loaded
  1316. [ 3.700831] device-mapper: multipath service-time: version 0.2.0 loaded
  1317. [ 3.700850] device-mapper: raid: Loading target version 1.7.0
  1318. [ 3.700949] bcm2835-cpufreq: min=1200000 max=1200000
  1319. [ 3.701143] sdhci: Secure Digital Host Controller Interface driver
  1320. [ 3.701147] sdhci: Copyright(c) Pierre Ossman
  1321. [ 3.701318] sdhost: log_buf @ bac07000 (fac07000)
  1322. [ 3.758091] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1323. [ 3.760133] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  1324. [ 3.760140] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  1325. [ 3.798182] sdhci-pltfm: SDHCI platform and OF driver helper
  1326. [ 3.798384] ledtrig-cpu: registered to indicate activity on CPUs
  1327. [ 3.798457] hidraw: raw HID events driver (C) Jiri Kosina
  1328. [ 3.798666] usbcore: registered new interface driver usbhid
  1329. [ 3.798669] usbhid: USB HID core driver
  1330. [ 3.798959] Initializing XFRM netlink socket
  1331. [ 3.798975] NET: Registered protocol family 17
  1332. [ 3.799052] Key type dns_resolver registered
  1333. [ 3.799456] Registering SWP/SWPB emulation handler
  1334. [ 3.799851] registered taskstats version 1
  1335. [ 3.801543] Btrfs loaded
  1336. [ 3.802137] Key type encrypted registered
  1337. [ 3.802186] vc-sm: Videocore shared memory driver
  1338. [ 3.802200] [vc_sm_connected_init]: start
  1339. [ 3.802446] [vc_sm_connected_init]: end - returning 0
  1340. [ 3.803552] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1341. [ 3.803752] of_cfs_init
  1342. [ 3.803824] of_cfs_init: OK
  1343. [ 3.804209] md: Waiting for all devices to be available before autodetect
  1344. [ 3.804213] md: If you don't use raid, use raid=noautodetect
  1345. [ 3.804754] md: Autodetecting RAID arrays.
  1346. [ 3.804759] md: Scanned 0 and added 0 devices.
  1347. [ 3.804763] md: autorun ...
  1348. [ 3.804766] md: ... autorun DONE.
  1349. [ 3.804849] Waiting for root device /dev/mmcblk0p2...
  1350. [ 3.859214] mmc0: host does not support reading read-only switch, assuming write-enable
  1351. [ 3.861568] mmc0: new high speed SDHC card at address aaaa
  1352. [ 3.861861] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
  1353. [ 3.863618] mmcblk0: p1 p2
  1354. [ 3.879509] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1355. [ 3.880995] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1356. [ 3.882480] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1357. [ 3.885144] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1358. [ 3.898135] Indeed it is in host mode hprt0 = 00021501
  1359. [ 3.922358] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1360. [ 3.922385] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1361. [ 3.929667] devtmpfs: mounted
  1362. [ 3.930021] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  1363. [ 3.970879] mmc1: new high speed SDIO card at address 0001
  1364. [ 4.078105] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1365. [ 4.078193] Indeed it is in host mode hprt0 = 00001101
  1366. [ 4.208795] systemd[1]: System time before build time, advancing clock.
  1367. [ 4.278252] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1368. [ 4.278263] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1369. [ 4.278689] hub 1-1:1.0: USB hub found
  1370. [ 4.278734] hub 1-1:1.0: 5 ports detected
  1371. [ 4.293747] IPv6: Loaded, but administratively disabled, reboot required to enable
  1372. [ 4.304939] ip_tables: (C) 2000-2006 Netfilter Core Team
  1373. [ 4.308227] random: systemd: uninitialized urandom read (16 bytes read, 47 bits of entropy available)
  1374. [ 4.317976] random: systemd: uninitialized urandom read (16 bytes read, 48 bits of entropy available)
  1375. [ 4.319711] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  1376. [ 4.320014] systemd[1]: Detected architecture arm.
  1377. [ 4.327101] systemd[1]: Set hostname to .
  1378. [ 4.417078] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 61 bits of entropy available)
  1379. [ 4.417225] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 61 bits of entropy available)
  1380. [ 4.422791] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  1381. [ 4.493756] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1382. [ 4.493928] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1383. [ 4.494207] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1384. [ 4.494737] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1385. [ 4.512030] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1386. [ 4.558116] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1387. [ 4.658260] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1388. [ 4.658273] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1389. [ 4.660713] smsc95xx v1.0.4
  1390. [ 4.719636] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:83:47:34
  1391. [ 4.750578] systemd[1]: Listening on Journal Socket.
  1392. [ 4.751130] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1393. [ 4.751233] systemd[1]: Listening on Journal Socket (/dev/log).
  1394. [ 4.768240] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1395. [ 4.768327] systemd[1]: Reached target Encrypted Volumes.
  1396. [ 4.768489] systemd[1]: Listening on udev Control Socket.
  1397. [ 4.768538] systemd[1]: Reached target Login Prompts.
  1398. [ 4.768580] systemd[1]: Reached target Swap.
  1399. [ 4.768693] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1400. [ 4.768813] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1401. [ 4.769916] systemd[1]: Created slice System Slice.
  1402. [ 4.770360] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1403. [ 4.798125] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
  1404. [ 4.808469] systemd[1]: Starting Setup Virtual Console...
  1405. [ 4.810427] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1406. [ 4.812463] systemd[1]: Starting Journal Service...
  1407. [ 4.812543] systemd[1]: Reached target Slices.
  1408. [ 4.875584] systemd[1]: Starting RuneAudio shutdown script...
  1409. [ 4.891679] systemd[1]: Starting Load Kernel Modules...
  1410. [ 4.893749] systemd[1]: Starting Remount Root and Kernel File Systems...
  1411. [ 4.898386] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101
  1412. [ 4.898400] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  1413. [ 4.898406] usb 1-1.2: Product: USB 2.0 Hub
  1414. [ 4.898822] hub 1-1.2:1.0: USB hub found
  1415. [ 4.898873] hub 1-1.2:1.0: 4 ports detected
  1416. [ 4.910586] systemd[1]: Mounting Debug File System...
  1417. [ 4.913177] systemd[1]: Mounting POSIX Message Queue File System...
  1418. [ 4.919106] systemd[1]: Listening on Process Core Dump Socket.
  1419. [ 4.935808] systemd[1]: Mounting Temporary Directory...
  1420. [ 4.935920] systemd[1]: Reached target Remote File Systems.
  1421. [ 4.936000] systemd[1]: Reached target System Time Synchronized.
  1422. [ 4.936243] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1423. [ 4.936307] systemd[1]: Reached target Paths.
  1424. [ 4.936876] systemd[1]: Created slice system-netctl\x2dauto.slice.
  1425. [ 4.937041] systemd[1]: Listening on udev Kernel Socket.
  1426. [ 4.942767] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1427. [ 4.943886] systemd[1]: Started RuneAudio shutdown script.
  1428. [ 4.944979] systemd[1]: Started Load Kernel Modules.
  1429. [ 4.945767] systemd[1]: Started Remount Root and Kernel File Systems.
  1430. [ 4.978157] usb 1-1.3: new full-speed USB device number 5 using dwc_otg
  1431. [ 4.980883] systemd[1]: Mounted POSIX Message Queue File System.
  1432. [ 4.981248] systemd[1]: Mounted Debug File System.
  1433. [ 4.984877] systemd[1]: Mounted Temporary Directory.
  1434. [ 5.005017] systemd[1]: Started Journal Service.
  1435. [ 5.138149] usb 1-1.3: new high-speed USB device number 6 using dwc_otg
  1436. [ 5.259202] usb 1-1.3: New USB device found, idVendor=0b05, idProduct=183c
  1437. [ 5.259216] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1438. [ 5.259223] usb 1-1.3: Product: Xonar U7 MKII
  1439. [ 5.259229] usb 1-1.3: Manufacturer: ASUS
  1440. [ 5.268501] input: ASUS Xonar U7 MKII as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.4/0003:0B05:183C.0001/input/input0
  1441. [ 5.328473] hid-generic 0003:0B05:183C.0001: input,hidraw0: USB HID v1.00 Device [ASUS Xonar U7 MKII] on usb-3f980000.usb-1.3/input4
  1442. [ 5.338167] usb 1-1.2.1: new full-speed USB device number 7 using dwc_otg
  1443. [ 5.461509] usb 1-1.2.1: New USB device found, idVendor=046d, idProduct=c07d
  1444. [ 5.461523] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1445. [ 5.461529] usb 1-1.2.1: Product: Gaming Mouse G502
  1446. [ 5.461535] usb 1-1.2.1: Manufacturer: Logitech
  1447. [ 5.461540] usb 1-1.2.1: SerialNumber: 0D88336E3033
  1448. [ 5.465134] input: Logitech Gaming Mouse G502 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/0003:046D:C07D.0002/input/input1
  1449. [ 5.465506] hid-generic 0003:046D:C07D.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech Gaming Mouse G502] on usb-3f980000.usb-1.2.1/input0
  1450. [ 5.470865] input: Logitech Gaming Mouse G502 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.1/0003:046D:C07D.0003/input/input2
  1451. [ 5.528448] hid-generic 0003:046D:C07D.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [Logitech Gaming Mouse G502] on usb-3f980000.usb-1.2.1/input1
  1452. [ 5.628146] usb 1-1.2.2: new low-speed USB device number 8 using dwc_otg
  1453. [ 5.721604] snd_usb_audio: unknown parameter 'nrpacks' ignored
  1454. [ 5.793004] usbcore: registered new interface driver snd-usb-audio
  1455. [ 5.815121] usb 1-1.2.2: New USB device found, idVendor=04d9, idProduct=0167
  1456. [ 5.815136] usb 1-1.2.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  1457. [ 5.815142] usb 1-1.2.2: Product: USB Keyboard
  1458. [ 5.826237] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1459. [ 5.826867] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1460. [ 5.848976] bcm2835-rng 3f104000.rng: hwrng registered
  1461. [ 5.853243] input: USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/0003:04D9:0167.0004/input/input3
  1462. [ 5.908683] hid-generic 0003:04D9:0167.0004: input,hidraw3: USB HID v1.10 Keyboard [USB Keyboard] on usb-3f980000.usb-1.2.2/input0
  1463. [ 5.983351] random: nonblocking pool is initialized
  1464. [ 5.993276] input: USB Keyboard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:04D9:0167.0005/input/input4
  1465. [ 6.048441] hid-generic 0003:04D9:0167.0005: input,hidraw4: USB HID v1.10 Device [USB Keyboard] on usb-3f980000.usb-1.2.2/input1
  1466. [ 6.133325] usbcore: registered new interface driver brcmfmac
  1467. [ 6.195219] cfg80211: World regulatory domain updated:
  1468. [ 6.195237] cfg80211: DFS Master region: unset
  1469. [ 6.195241] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1470. [ 6.195249] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1471. [ 6.195255] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1472. [ 6.195260] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1473. [ 6.195268] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1474. [ 6.195275] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1475. [ 6.195281] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1476. [ 6.195286] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1477. [ 6.195292] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1478. [ 6.219157] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7
  1479. [ 6.235658] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1480. [ 6.235672] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1481. [ 6.235678] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1482. [ 6.235683] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1483. [ 6.235688] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1484. [ 6.235693] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1485. [ 6.235698] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1486. [ 6.235703] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1487. [ 6.235708] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1488. [ 6.235713] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1489. [ 6.235718] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1490. [ 6.235722] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1491. [ 6.235727] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1492. [ 6.235732] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1493. [ 6.235737] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1494. [ 6.235742] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1495. [ 6.235747] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1496. [ 6.235753] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1497. [ 6.235758] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1498. [ 6.235764] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1499. [ 6.235769] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1500. [ 6.235774] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1501. [ 6.235778] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  1502. [ 6.235783] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1503. [ 6.235788] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  1504. [ 6.235793] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1505. [ 6.235798] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  1506. [ 6.235803] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
  1507. [ 6.235926] cfg80211: Ignoring regulatory request set by core since the driver uses its own custom regulatory domain
  1508. [ 6.235933] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
  1509. [ 7.217210] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1510. [ 7.217236] brcmfmac: brcmf_add_if: ignore IF event
  1511. [ 7.230954] brcmfmac: power management disabled
  1512. [ 7.369402] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1513. [ 7.426314] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1514. [ 7.426332] brcmfmac: brcmf_add_if: ignore IF event
  1515. [ 8.933419] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
  1516. [ 13.122737] brcmfmac: power management disabled
  1517. [ 66.408390] cfg80211: Verifying active interfaces after reg change
  1518. [ 152.911948] FS-Cache: Netfs 'cifs' registered for caching
  1519. [ 152.912275] Key type cifs.spnego registered
  1520. [ 152.912333] Key type cifs.idmap registered
  1521. [ 817.416059] smsc95xx 1-1.1:1.0 eth0: link down
  1522. [ 823.637053] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1523. [ 823.702574] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1524. [ 941.393811] CIFS VFS: Server 192.168.1.7 has not responded in 120 seconds. Reconnecting...
  1525. [ 942.153486] TCP: request_sock_TCP: Possible SYN flooding on port 6600. Sending cookies. Check SNMP counters.
  1526.  
  1527. ###### PHP backend ######
  1528. php version: 5.5.19
  1529. debug level: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement