Advertisement
Guest User

RuneAudio debug info

a guest
Mar 1st, 2017
8,882
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.03 KB | None | 0 0
  1.  
  2. ###### System info ######
  3. 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
  4.  
  5. system time: Wed Mar 1 12:58:35 CET 2017
  6.  
  7. system load: 0.13 0.03 0.01 1/148 3168
  8.  
  9. HW platform: RaspberryPi2 (08)
  10.  
  11. playerID: 08b26fff2ac4ddac6fee7fbbc1890504ae
  12.  
  13.  
  14. ###### Boot configuration ######
  15. # Uncomment some or all of these to enable the optional hardware interfaces
  16. # Params:
  17. # i2c_arm Set to "on" to enable the ARM's i2c interface
  18. # (default "off")
  19. # i2c_vc Set to "on" to enable the i2c interface
  20. # usually reserved for the VideoCore processor
  21. # (default "off")
  22. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  23. # (default "100000")
  24. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  25. # (default "100000")
  26. # i2c_baudrate An alias for i2c_arm_baudrate
  27. # i2s Set to "on" to enable the i2s interface
  28. # (default "off")
  29. # spi Set to "on" to enable the spi interfaces
  30. # (default "off")
  31. # act_led_trigger Choose which activity the LED tracks.
  32. # Use "heartbeat" for a nice load indicator.
  33. # (default "mmc")
  34. # act_led_activelow Set to "on" to invert the sense of the LED
  35. # (default "off")
  36. # act_led_gpio Set which GPIO pin to use for the activity LED
  37. # (in case you want to connect it to an external
  38. # device)
  39. # (default "16" on a non-Plus board, "47" on a
  40. # Plus or Pi 2)
  41. # N.B. It is recommended to only enable those interfaces that are needed.
  42. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  43. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  44. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  45. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  46. # but deprecated because the ARM/VC assignments differ between board
  47. # revisions. The same board-specific mapping applies to i2c_baudrate,
  48. # and the other i2c baudrate parameters.
  49.  
  50. #dtparam=i2c_arm=on
  51. #dtparam=i2c_vc=on
  52. #dtparam=i2s=on
  53. #dtparam=spi=on
  54. #dtparam=act_led_trigger=mmc
  55. #dtdebug=on
  56.  
  57. #dtparam=uart1=off
  58. #dtoverlay=pi3-disable-bt-overlay
  59. #dtoverlay=pi3-miniuart-bt-overlay
  60.  
  61. ## RuneAudio HDMI & 3,5mm jack
  62. dtparam=audio=off
  63.  
  64. ## RuneAudio I2S-Settings
  65. dtoverlay=hifiberry-dacplus
  66.  
  67. # Uncomment to enable the lirc-rpi module
  68. # Params: gpio_out_pin GPIO pin for output (default "17")
  69. # gpio_in_pin GPIO pin for input (default "18")
  70. # gpio_in_pull Pull up/down/off on the input pin
  71. # (default "down")
  72. # sense Override the IR receive auto-detection logic:
  73. # "1" = force active high
  74. # "0" = force active low
  75. # "-1" = use auto-detection
  76. # (default "-1")
  77. # softcarrier Turn the software carrier "on" or "off"
  78. # (default "on")
  79. # invert "on" = invert the output pin (default "off")
  80. # debug "on" = enable additional debug messages
  81. # (default "off")
  82. #dtoverlay=lirc-rpi
  83. #dtparam=gpio_out_pin=17
  84. #dtparam=gpio_in_pin=18
  85. #dtparam=gpio_in_pull=down
  86.  
  87. # LCD settings
  88. # 180 degrees
  89. #lcd_rotate=2
  90. # Normal
  91. lcd_rotate=0
  92. #dtoverlay=rpi-backlight
  93. #dtoverlay=rpi-ft5406
  94. disable_splash=1
  95.  
  96. # Uncomment if you get no picture on HDMI for a default "safe" mode
  97. #hdmi_safe=1
  98.  
  99. # Uncomment this if your display has a black border of unused pixels visible
  100. # and your display can output without overscan
  101. #disable_overscan=1
  102.  
  103. # Uncomment the following to adjust overscan. Use positive numbers if console
  104. # goes off screen, and negative if there is too much border
  105. #overscan_left=16
  106. #overscan_right=16
  107. #overscan_top=16
  108. #overscan_bottom=16
  109.  
  110. # Uncomment to force a console size. By default it will be display's size minus
  111. # overscan.
  112. #framebuffer_width=1280
  113. #framebuffer_height=720
  114.  
  115. # Uncomment if hdmi display is not detected and composite is being output
  116. #hdmi_force_hotplug=1
  117.  
  118. # Uncomment to force a specific HDMI mode (this will force VGA)
  119. #hdmi_group=1
  120. #hdmi_mode=1
  121.  
  122. # Uncomment to force a HDMI mode rather than DVI. This can make audio work in
  123. # DMT (computer monitor) modes
  124. hdmi_drive=2
  125.  
  126. # Uncomment to set monitor mode to DMT
  127. #hdmi_group=2
  128.  
  129. # Uncomment to increase signal to HDMI, if you have interference, blanking, or
  130. # no display
  131. #config_hdmi_boost=4
  132.  
  133. # setting the max usb current to 1200mA
  134. max_usb_current=1
  135.  
  136. # memory options
  137. gpu_mem=64
  138.  
  139. # Overclocking options
  140. force_turbo=1
  141.  
  142.  
  143. ##################################################
  144.  
  145.  
  146. ###### System load statistics (procinfo -H) ######
  147. Memory: Total Used Free Buffers
  148. RAM: 922.56MiB 190.52MiB 732.04MiB 16.51MiB
  149. Swap: 0.00B 0.00B 0.00B
  150.  
  151. Bootup: Wed Mar 1 11:45:25 2017 Load average: 0.13 0.03 0.01 1/150 3170
  152.  
  153. user : 00:00:21.84 0.1% page in : 104258
  154. nice : 00:00:03.22 0.0% page out: 2516
  155. system: 00:00:16.45 0.1% page act: 10981
  156. IOwait: 00:00:28.59 0.2% page dea: 0
  157. hw irq: 00:00:00.00 0.0% page flt: 512656
  158. sw irq: 00:00:00.63 0.0% swap in : 0
  159. idle : 04:51:15.49 99.6% swap out: 0
  160. uptime: 01:13:10.25 context : 739777
  161.  
  162. irq 16: 0 irq 51: 0
  163. irq 17: 886299 irq 54: 0
  164. irq 23: 19 irq 62: 1244747
  165. irq 24: 2 irq 79: 0
  166. irq 39: 1 irq 80: 0
  167. irq 46: 0 irq 83: 138
  168. irq 48: 2931 irq 86: 260
  169. irq 50: 0 irq 92: 39302
  170.  
  171. mmcblk0 2745r 2 sda 76r 0w
  172. mmcblk0p1 67r sdb 86r 0w
  173. mmcblk0p2 2636r
  174.  
  175. eth0 TX 0.00B RX 0.00B wlan0 TX 888.97KiB RX 227.50KiB
  176. lo TX 705.44KiB RX 705.44KiB
  177.  
  178.  
  179. ###### Active processes (pstree) ######
  180. systemd-+-avahi-daemon---avahi-daemon
  181. |-dbus-daemon
  182. |-dhcpcd
  183. |-haveged
  184. |-ifplugd
  185. |-mpd-+-{decoder}
  186. | |-{io}
  187. | |-{output:snd_rpi_}
  188. | `-{player}
  189. |-nginx---nginx
  190. |-nmbd
  191. |-ntpd---{ntpd}
  192. |-php-fpm---3*[php-fpm]
  193. |-python
  194. |-redis-server---2*[{redis-server}]
  195. |-rune_PL_wrk
  196. |-rune_SY_wrk---sh---debug_collector---sh---pstree
  197. |-sh---sleep
  198. |-sshd
  199. |-systemd-journal
  200. |-systemd-udevd
  201. |-wpa_actiond
  202. `-wpa_supplicant
  203.  
  204.  
  205. ###### Audio backend ######
  206. Advanced Linux Sound Architecture Driver Version k4.4.39-ARCH+.
  207.  
  208. Card list: (/proc/asound/cards)
  209. --------------------------------------------------
  210. 0 [sndrpihifiberry]: snd_rpi_hifiber - snd_rpi_hifiberry_dacplus
  211. snd_rpi_hifiberry_dacplus
  212.  
  213.  
  214. PLAYBACK devices: (aplay -l)
  215. --------------------------------------------------
  216. **** List of PLAYBACK Hardware Devices ****
  217. card 0: sndrpihifiberry [snd_rpi_hifiberry_dacplus], device 0: HiFiBerry DAC+ Pro HiFi pcm512x-hifi-0 []
  218. Subdevices: 1/1
  219. Subdevice #0: subdevice #0
  220.  
  221.  
  222. PCM devices: (aplay -L)
  223. --------------------------------------------------
  224. null
  225. Discard all samples (playback) or generate zero samples (capture)
  226. default:CARD=sndrpihifiberry
  227. snd_rpi_hifiberry_dacplus,
  228. Default Audio Device
  229. sysdefault:CARD=sndrpihifiberry
  230. snd_rpi_hifiberry_dacplus,
  231. Default Audio Device
  232.  
  233.  
  234. Simple mixer controls: (amixer scontrols)
  235. --------------------------------------------------
  236. card 0:
  237. Simple mixer control 'DSP Program',0
  238. Simple mixer control 'Analogue',0
  239. Simple mixer control 'Analogue Playback Boost',0
  240. Simple mixer control 'Auto Mute',0
  241. Simple mixer control 'Auto Mute Mono',0
  242. Simple mixer control 'Auto Mute Time Left',0
  243. Simple mixer control 'Auto Mute Time Right',0
  244. Simple mixer control 'Clock Missing Period',0
  245. Simple mixer control 'Deemphasis',0
  246. Simple mixer control 'Digital',0
  247. Simple mixer control 'Max Overclock DAC',0
  248. Simple mixer control 'Max Overclock DSP',0
  249. Simple mixer control 'Max Overclock PLL',0
  250. Simple mixer control 'Volume Ramp Down Emergency Rate',0
  251. Simple mixer control 'Volume Ramp Down Emergency Step',0
  252. Simple mixer control 'Volume Ramp Down Rate',0
  253. Simple mixer control 'Volume Ramp Down Step',0
  254. Simple mixer control 'Volume Ramp Up Rate',0
  255. Simple mixer control 'Volume Ramp Up Step',0
  256.  
  257.  
  258. Mixer controls: (amixer controls)
  259. --------------------------------------------------
  260. card 0:
  261. numid=6,iface=MIXER,name='DSP Program'
  262. numid=3,iface=MIXER,name='Analogue Playback Boost Volume'
  263. numid=2,iface=MIXER,name='Analogue Playback Volume'
  264. numid=10,iface=MIXER,name='Auto Mute Mono Switch'
  265. numid=11,iface=MIXER,name='Auto Mute Switch'
  266. numid=8,iface=MIXER,name='Auto Mute Time Left'
  267. numid=9,iface=MIXER,name='Auto Mute Time Right'
  268. numid=7,iface=MIXER,name='Clock Missing Period'
  269. numid=5,iface=MIXER,name='Deemphasis Switch'
  270. numid=4,iface=MIXER,name='Digital Playback Switch'
  271. numid=1,iface=MIXER,name='Digital Playback Volume'
  272. numid=20,iface=MIXER,name='Max Overclock DAC'
  273. numid=19,iface=MIXER,name='Max Overclock DSP'
  274. numid=18,iface=MIXER,name='Max Overclock PLL'
  275. numid=16,iface=MIXER,name='Volume Ramp Down Emergency Rate'
  276. numid=17,iface=MIXER,name='Volume Ramp Down Emergency Step'
  277. numid=12,iface=MIXER,name='Volume Ramp Down Rate'
  278. numid=13,iface=MIXER,name='Volume Ramp Down Step'
  279. numid=14,iface=MIXER,name='Volume Ramp Up Rate'
  280. numid=15,iface=MIXER,name='Volume Ramp Up Step'
  281.  
  282.  
  283. MPD audio outputs status: (mpc outputs)
  284. --------------------------------------------------
  285. Output 1 (snd_rpi_hifiberry_dacplus) is enabled
  286.  
  287. MPD statistics: (mpc stats)
  288. --------------------------------------------------
  289. Artists: 3225
  290. Albums: 1430
  291. Songs: 15882
  292.  
  293. Play Time: 0 days, 0:00:00
  294. Uptime: 0 days, 1:12:57
  295. DB Updated: Tue Feb 28 16:28:44 2017
  296. DB Play Time: 60 days, 22:05:11
  297.  
  298. ###### mpd version ######
  299. Music Player Daemon 0.19.19-dsd
  300.  
  301. Copyright (C) 2003-2007 Warren Dukes
  302. Copyright (C) 2008-2014 Max Kellermann
  303. This is free software; see the source for copying conditions. There is NO
  304. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  305.  
  306.  
  307. Database plugins:
  308. simple proxy upnp
  309.  
  310. Storage plugins:
  311. local smbclient nfs
  312.  
  313. Neighbor plugins:
  314. smbclient upnp
  315.  
  316. Decoders plugins:
  317. [mad] mp3 mp2
  318. [vorbis] ogg oga
  319. [oggflac] ogg oga
  320. [flac] flac
  321. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  322. [audiofile] wav au aiff aif
  323. [dsdiff] dff
  324. [dsf] dsf
  325. [faad] aac
  326. [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
  327. [pcm]
  328.  
  329. Output plugins:
  330. null fifo pipe alsa jack httpd
  331.  
  332. Encoder plugins:
  333. null vorbis wave flac
  334.  
  335. Input plugins:
  336. file alsa curl ffmpeg smbclient nfs mms
  337.  
  338. Playlist plugins:
  339. extm3u m3u pls xspf asx rss soundcloud cue embcue
  340.  
  341. Protocols:
  342. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  343.  
  344. ###### mpd.conf ######
  345. ###################################
  346. # Auto generated mpd.conf file
  347. # please DO NOT edit it manually!
  348. # Use RuneUI MPD config section
  349. ###################################
  350.  
  351. log_level "default"
  352. log_file "/var/log/runeaudio/mpd.log"
  353. state_file "/var/lib/mpd/mpdstate"
  354. zeroconf_enabled "yes"
  355. zeroconf_name "runeaudio"
  356. bind_to_address "/run/mpd.sock"
  357. bind_to_address "any"
  358. port "6600"
  359. max_connections "20"
  360. user "mpd"
  361. group "audio"
  362. db_file "/var/lib/mpd/mpd.db"
  363. sticker_file "/var/lib/mpd/sticker.sql"
  364. pid_file "/var/run/mpd/pid"
  365. music_directory "/mnt/MPD"
  366. playlist_directory "/var/lib/mpd/playlists"
  367. follow_outside_symlinks "yes"
  368. follow_inside_symlinks "yes"
  369. auto_update "no"
  370. filesystem_charset "UTF-8"
  371. id3v1_encoding "UTF-8"
  372. volume_normalization "no"
  373. audio_buffer_size "4096"
  374. buffer_before_play "20%"
  375. gapless_mp3_playback "yes"
  376. mixer_type "disabled"
  377.  
  378. input {
  379. plugin "curl"
  380. }
  381.  
  382. decoder {
  383. plugin "ffmpeg"
  384. enabled "yes"
  385. }
  386. replaygain "off"
  387.  
  388. audio_output {
  389. name "snd_rpi_hifiberry_dacplus"
  390. type "alsa"
  391. device "hw:0,0"
  392. auto_resample "no"
  393. auto_format "no"
  394. }
  395.  
  396.  
  397. ###### Kernel optimization parameters ######
  398. hardware platform: RaspberryPi2
  399. current orionprofile: RuneAudio
  400.  
  401.  
  402. kernel scheduler for mmcblk0: [noop] deadline cfq
  403. /proc/sys/vm/swappiness: 0
  404. /proc/sys/kernel/sched_latency_ns: 4500000
  405. /proc/sys/kernel/sched_rt_period_us: 1000000
  406. /proc/sys/kernel/sched_rt_runtime_us: 950000
  407. /proc/sys/kernel/sched_autogroup_enabled: 1
  408. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  409. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  410. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  411.  
  412.  
  413. ###### Kernel module snd_usb_audio settings ######
  414. Error opening module snd_usb_audio
  415.  
  416. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  417. total 8.0K
  418. drwxr-xr-x 2 root root 4.0K Feb 28 16:05 .
  419. drwxr-xr-x 6 root root 4.0K Dec 15 20:47 ..
  420. lrwxrwxrwx 1 root root 44 Jan 29 13:51 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  421. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  422. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  423. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  424. lrwxrwxrwx 1 root root 44 Feb 28 16:05 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
  425. lrwxrwxrwx 1 root root 47 Oct 19 18:38 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  426. lrwxrwxrwx 1 root root 37 Feb 14 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  427. lrwxrwxrwx 1 root root 36 Feb 15 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  428. lrwxrwxrwx 1 root root 39 Feb 14 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  429. lrwxrwxrwx 1 root root 37 Feb 14 2015 redis.service -> /usr/lib/systemd/system/redis.service
  430. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  431. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  432. lrwxrwxrwx 1 root root 45 Feb 14 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  433. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  434. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  435.  
  436.  
  437. ###### Filesystem mounts ######
  438. /dev/root / ext4 rw,relatime,data=ordered 0 0
  439. devtmpfs /dev devtmpfs rw,relatime,size=468032k,nr_inodes=117008,mode=755 0 0
  440. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  441. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  442. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  443. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  444. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  445. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  446. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  447. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  448. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  449. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  450. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  451. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  452. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  453. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  454. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  455. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  456. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  457. tmpfs /tmp tmpfs rw 0 0
  458. mqueue /dev/mqueue mqueue rw,relatime 0 0
  459. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  460. configfs /sys/kernel/config configfs rw,relatime 0 0
  461. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  462. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  463. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  464.  
  465.  
  466. ###### Filesystem mounts - free space (df -h) ######
  467. Filesystem Size Used Avail Use% Mounted on
  468. /dev/root 1.9G 1.7G 100M 95% /
  469. devtmpfs 458M 0 458M 0% /dev
  470. tmpfs 462M 0 462M 0% /dev/shm
  471. tmpfs 462M 12M 450M 3% /run
  472. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  473. tmpfs 462M 0 462M 0% /tmp
  474. logs 5.0M 12K 5.0M 1% /var/log
  475. rune-logs 5.0M 52K 5.0M 2% /var/log/runeaudio
  476. /dev/mmcblk0p1 100M 18M 82M 18% /boot
  477.  
  478.  
  479. ###### Loaded kernel modules ######
  480. Module Size Used by
  481. brcmfmac 184455 0
  482. brcmutil 8379 1 brcmfmac
  483. cfg80211 498228 1 brcmfmac
  484. snd_soc_hifiberry_dacplus 4587 0
  485. snd_soc_pcm512x_i2c 2609 1
  486. snd_soc_bcm2835_i2s 6278 2
  487. snd_soc_hifiberry_dac 2887 0
  488. snd_soc_pcm512x 18826 1 snd_soc_pcm512x_i2c
  489. snd_soc_core 153224 4 snd_soc_pcm512x,snd_soc_bcm2835_i2s,snd_soc_hifiberry_dac,snd_soc_hifiberry_dacplus
  490. regmap_i2c 3560 1 snd_soc_pcm512x_i2c
  491. snd_pcm_dmaengine 5503 1 snd_soc_core
  492. snd_pcm 88980 5 snd_soc_pcm512x,snd_soc_core,snd_soc_hifiberry_dac,snd_pcm_dmaengine,snd_soc_hifiberry_dacplus
  493. snd_timer 22172 1 snd_pcm
  494. snd 63333 3 snd_soc_core,snd_timer,snd_pcm
  495. bcm2835_rng 2167 0
  496. i2c_bcm2708 5382 0
  497. rng_core 8183 1 bcm2835_rng
  498. bcm2835_gpiomem 3638 0
  499. bcm2835_wdt 3756 0
  500. clk_hifiberry_dacpro 2557 1
  501. uio_pdrv_genirq 3539 0
  502. uio 9114 1 uio_pdrv_genirq
  503. sch_fq_codel 8174 3
  504. ip_tables 12147 0
  505. x_tables 18169 1 ip_tables
  506. ipv6 372060 0
  507.  
  508.  
  509. ###### Network listening sockets (netstat -lnp) ######
  510. Active Internet connections (only servers)
  511. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  512. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 489/mpd
  513. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 355/redis-server 12
  514. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 285/python
  515. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 370/nginx: master p
  516. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 370/nginx: master p
  517. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 370/nginx: master p
  518. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 341/sshd
  519. udp 0 0 0.0.0.0:51669 0.0.0.0:* 312/avahi-daemon: r
  520. udp 0 0 0.0.0.0:68 0.0.0.0:* 609/dhcpcd
  521. udp 0 0 192.168.1.101:123 0.0.0.0:* 358/ntpd
  522. udp 0 0 127.0.0.1:123 0.0.0.0:* 358/ntpd
  523. udp 0 0 0.0.0.0:123 0.0.0.0:* 358/ntpd
  524. udp 0 0 192.168.1.255:137 0.0.0.0:* 442/nmbd
  525. udp 0 0 192.168.1.101:137 0.0.0.0:* 442/nmbd
  526. udp 0 0 0.0.0.0:137 0.0.0.0:* 442/nmbd
  527. udp 0 0 192.168.1.255:138 0.0.0.0:* 442/nmbd
  528. udp 0 0 192.168.1.101:138 0.0.0.0:* 442/nmbd
  529. udp 0 0 0.0.0.0:138 0.0.0.0:* 442/nmbd
  530. udp 0 0 0.0.0.0:5353 0.0.0.0:* 312/avahi-daemon: r
  531. Active UNIX domain sockets (only servers)
  532. Proto RefCnt Flags Type State I-Node PID/Program name Path
  533. unix 2 [ ACC ] STREAM LISTENING 11783 489/mpd /run/mpd.sock
  534. unix 2 [ ACC ] STREAM LISTENING 13837 511/php-fpm: master /var/run/php-display.sock
  535. unix 2 [ ACC ] STREAM LISTENING 13840 511/php-fpm: master /var/run/php-db.sock
  536. unix 2 [ ACC ] STREAM LISTENING 13843 511/php-fpm: master /var/run/php-command.sock
  537. unix 2 [ ACC ] STREAM LISTENING 14027 442/nmbd /var/run/samba/nmbd/unexpected
  538. unix 2 [ ACC ] STREAM LISTENING 1492 1/init /run/systemd/private
  539. unix 2 [ ACC ] SEQPACKET LISTENING 1499 1/init /run/systemd/coredump
  540. unix 2 [ ACC ] SEQPACKET LISTENING 1504 1/init /run/udev/control
  541. unix 2 [ ACC ] STREAM LISTENING 10985 355/redis-server 12 /tmp/redis.sock
  542. unix 2 [ ACC ] STREAM LISTENING 1523 1/init /run/systemd/journal/stdout
  543. unix 2 [ ACC ] STREAM LISTENING 10741 1/init /var/run/rpcbind.sock
  544. unix 2 [ ACC ] STREAM LISTENING 10743 1/init /run/dbus/system_bus_socket
  545. unix 2 [ ACC ] STREAM LISTENING 8955 1/init /var/run/avahi-daemon/socket
  546.  
  547.  
  548. ###### Network established sockets (netstat -np) ######
  549. Active Internet connections (w/o servers)
  550. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  551. tcp 0 0 127.0.0.1:80 127.0.0.1:46202 TIME_WAIT -
  552. tcp 0 0 127.0.0.1:47074 127.0.0.1:6379 TIME_WAIT -
  553. tcp 0 0 192.168.1.101:50616 64.30.224.206:80 TIME_WAIT -
  554. tcp 0 0 127.0.0.1:47134 127.0.0.1:6379 TIME_WAIT -
  555. tcp 0 0 127.0.0.1:46870 127.0.0.1:6379 TIME_WAIT -
  556. tcp 0 0 127.0.0.1:46986 127.0.0.1:6379 TIME_WAIT -
  557. tcp 0 0 127.0.0.1:46878 127.0.0.1:6379 TIME_WAIT -
  558. tcp 0 0 127.0.0.1:47172 127.0.0.1:6379 TIME_WAIT -
  559. tcp 0 0 127.0.0.1:47162 127.0.0.1:6379 TIME_WAIT -
  560. tcp 0 0 127.0.0.1:80 127.0.0.1:46378 TIME_WAIT -
  561. tcp 0 0 127.0.0.1:82 127.0.0.1:51272 TIME_WAIT -
  562. tcp 0 0 127.0.0.1:47002 127.0.0.1:6379 TIME_WAIT -
  563. tcp 0 0 192.168.1.101:80 192.168.1.100:50912 TIME_WAIT -
  564. tcp 0 0 127.0.0.1:46998 127.0.0.1:6379 TIME_WAIT -
  565. tcp 0 0 127.0.0.1:47190 127.0.0.1:6379 TIME_WAIT -
  566. tcp 0 0 127.0.0.1:33340 127.0.0.1:6600 TIME_WAIT -
  567. tcp 0 0 127.0.0.1:46966 127.0.0.1:6379 TIME_WAIT -
  568. tcp 0 0 127.0.0.1:47062 127.0.0.1:6379 TIME_WAIT -
  569. tcp 0 0 127.0.0.1:47078 127.0.0.1:6379 TIME_WAIT -
  570. tcp 0 0 192.168.1.101:80 192.168.1.100:50914 TIME_WAIT -
  571. tcp 0 0 192.168.1.101:80 192.168.1.100:50927 TIME_WAIT -
  572. tcp 0 0 127.0.0.1:46914 127.0.0.1:6379 TIME_WAIT -
  573. tcp 0 0 127.0.0.1:47094 127.0.0.1:6379 TIME_WAIT -
  574. tcp 0 0 127.0.0.1:47012 127.0.0.1:6379 TIME_WAIT -
  575. tcp 0 0 127.0.0.1:46916 127.0.0.1:6379 TIME_WAIT -
  576. tcp 0 0 127.0.0.1:47048 127.0.0.1:6379 TIME_WAIT -
  577. tcp 0 0 127.0.0.1:46972 127.0.0.1:6379 TIME_WAIT -
  578. tcp 0 0 127.0.0.1:46954 127.0.0.1:6379 TIME_WAIT -
  579. tcp 0 0 127.0.0.1:47076 127.0.0.1:6379 TIME_WAIT -
  580. tcp 0 0 127.0.0.1:33652 127.0.0.1:6600 TIME_WAIT -
  581. tcp 0 0 127.0.0.1:46920 127.0.0.1:6379 TIME_WAIT -
  582. tcp 0 0 127.0.0.1:46962 127.0.0.1:6379 TIME_WAIT -
  583. tcp 0 0 127.0.0.1:47156 127.0.0.1:6379 TIME_WAIT -
  584. tcp 0 0 127.0.0.1:47100 127.0.0.1:6379 TIME_WAIT -
  585. tcp 0 0 192.168.1.101:80 192.168.1.100:50904 TIME_WAIT -
  586. tcp 0 0 127.0.0.1:46918 127.0.0.1:6379 TIME_WAIT -
  587. tcp 0 0 127.0.0.1:47116 127.0.0.1:6379 TIME_WAIT -
  588. tcp 0 0 192.168.1.101:80 192.168.1.100:50933 TIME_WAIT -
  589. tcp 0 0 127.0.0.1:46882 127.0.0.1:6379 TIME_WAIT -
  590. tcp 0 0 127.0.0.1:47168 127.0.0.1:6379 TIME_WAIT -
  591. tcp 0 0 127.0.0.1:46990 127.0.0.1:6379 TIME_WAIT -
  592. tcp 0 0 127.0.0.1:33598 127.0.0.1:6600 TIME_WAIT -
  593. tcp 0 0 127.0.0.1:47148 127.0.0.1:6379 TIME_WAIT -
  594. tcp 0 0 127.0.0.1:46926 127.0.0.1:6379 TIME_WAIT -
  595. tcp 0 0 127.0.0.1:46968 127.0.0.1:6379 TIME_WAIT -
  596. tcp 0 0 127.0.0.1:47008 127.0.0.1:6379 TIME_WAIT -
  597. tcp 0 0 127.0.0.1:46864 127.0.0.1:6379 TIME_WAIT -
  598. tcp 0 0 127.0.0.1:46880 127.0.0.1:6379 TIME_WAIT -
  599. tcp 0 0 127.0.0.1:47174 127.0.0.1:6379 TIME_WAIT -
  600. tcp 0 0 192.168.1.101:80 192.168.1.100:50910 TIME_WAIT -
  601. tcp 0 0 127.0.0.1:47176 127.0.0.1:6379 TIME_WAIT -
  602. tcp 0 0 127.0.0.1:47086 127.0.0.1:6379 TIME_WAIT -
  603. tcp 0 0 127.0.0.1:47114 127.0.0.1:6379 TIME_WAIT -
  604. tcp 0 0 127.0.0.1:46994 127.0.0.1:6379 TIME_WAIT -
  605. tcp 0 0 127.0.0.1:46946 127.0.0.1:6379 TIME_WAIT -
  606. tcp 0 0 127.0.0.1:47138 127.0.0.1:6379 TIME_WAIT -
  607. tcp 0 0 127.0.0.1:80 127.0.0.1:46400 TIME_WAIT -
  608. tcp 0 0 127.0.0.1:46984 127.0.0.1:6379 TIME_WAIT -
  609. tcp 0 0 127.0.0.1:47192 127.0.0.1:6379 TIME_WAIT -
  610. tcp 0 0 127.0.0.1:46992 127.0.0.1:6379 TIME_WAIT -
  611. tcp 0 0 192.168.1.101:80 192.168.1.100:50918 TIME_WAIT -
  612. tcp 0 0 127.0.0.1:33344 127.0.0.1:6600 TIME_WAIT -
  613. tcp 0 0 127.0.0.1:47128 127.0.0.1:6379 TIME_WAIT -
  614. tcp 0 0 127.0.0.1:47014 127.0.0.1:6379 TIME_WAIT -
  615. tcp 0 0 127.0.0.1:46896 127.0.0.1:6379 TIME_WAIT -
  616. tcp 0 0 127.0.0.1:47026 127.0.0.1:6379 TIME_WAIT -
  617. tcp 0 0 192.168.1.101:80 192.168.1.100:50932 TIME_WAIT -
  618. tcp 0 0 127.0.0.1:47184 127.0.0.1:6379 TIME_WAIT -
  619. tcp 0 0 127.0.0.1:46956 127.0.0.1:6379 TIME_WAIT -
  620. tcp 0 0 127.0.0.1:47084 127.0.0.1:6379 TIME_WAIT -
  621. tcp 0 0 127.0.0.1:47090 127.0.0.1:6379 TIME_WAIT -
  622. tcp 0 0 127.0.0.1:46862 127.0.0.1:6379 TIME_WAIT -
  623. tcp 0 0 127.0.0.1:47196 127.0.0.1:6379 TIME_WAIT -
  624. tcp 0 0 127.0.0.1:46948 127.0.0.1:6379 TIME_WAIT -
  625. tcp 0 0 192.168.1.101:50694 64.30.224.206:80 TIME_WAIT -
  626. tcp 0 0 127.0.0.1:47152 127.0.0.1:6379 TIME_WAIT -
  627. tcp 0 0 127.0.0.1:46944 127.0.0.1:6379 TIME_WAIT -
  628. tcp 0 0 127.0.0.1:33658 127.0.0.1:6600 TIME_WAIT -
  629. tcp 0 0 192.168.1.101:80 192.168.1.100:50919 TIME_WAIT -
  630. tcp 0 0 127.0.0.1:47028 127.0.0.1:6379 TIME_WAIT -
  631. tcp 0 0 192.168.1.101:80 192.168.1.100:50938 ESTABLISHED 371/nginx: worker p
  632. tcp 0 0 127.0.0.1:46898 127.0.0.1:6379 TIME_WAIT -
  633. tcp 0 0 127.0.0.1:33422 127.0.0.1:6600 TIME_WAIT -
  634. tcp 0 0 127.0.0.1:47072 127.0.0.1:6379 TIME_WAIT -
  635. tcp 0 0 127.0.0.1:46904 127.0.0.1:6379 TIME_WAIT -
  636. tcp 0 0 192.168.1.101:80 192.168.1.100:50907 TIME_WAIT -
  637. tcp 0 0 127.0.0.1:46874 127.0.0.1:6379 TIME_WAIT -
  638. tcp 0 0 127.0.0.1:47102 127.0.0.1:6379 TIME_WAIT -
  639. tcp 0 0 127.0.0.1:47098 127.0.0.1:6379 TIME_WAIT -
  640. tcp 0 0 127.0.0.1:47064 127.0.0.1:6379 TIME_WAIT -
  641. tcp 0 0 127.0.0.1:47068 127.0.0.1:6379 TIME_WAIT -
  642. tcp 0 0 192.168.1.101:80 192.168.1.100:50926 TIME_WAIT -
  643. tcp 0 0 127.0.0.1:33342 127.0.0.1:6600 TIME_WAIT -
  644. tcp 0 0 127.0.0.1:46866 127.0.0.1:6379 TIME_WAIT -
  645. tcp 0 0 127.0.0.1:47200 127.0.0.1:6379 TIME_WAIT -
  646. tcp 0 0 192.168.1.101:80 192.168.1.100:50916 TIME_WAIT -
  647. tcp 0 0 127.0.0.1:47136 127.0.0.1:6379 TIME_WAIT -
  648. tcp 0 0 127.0.0.1:47104 127.0.0.1:6379 TIME_WAIT -
  649. tcp 0 0 192.168.1.101:80 192.168.1.100:50931 TIME_WAIT -
  650. tcp 0 0 127.0.0.1:46900 127.0.0.1:6379 TIME_WAIT -
  651. tcp 0 0 127.0.0.1:47096 127.0.0.1:6379 TIME_WAIT -
  652. tcp 0 0 127.0.0.1:47154 127.0.0.1:6379 TIME_WAIT -
  653. tcp 0 0 127.0.0.1:46964 127.0.0.1:6379 TIME_WAIT -
  654. tcp 0 0 127.0.0.1:47108 127.0.0.1:6379 TIME_WAIT -
  655. tcp 0 0 127.0.0.1:46938 127.0.0.1:6379 TIME_WAIT -
  656. tcp 0 0 127.0.0.1:47040 127.0.0.1:6379 TIME_WAIT -
  657. tcp 0 0 127.0.0.1:47080 127.0.0.1:6379 TIME_WAIT -
  658. tcp 0 0 127.0.0.1:46932 127.0.0.1:6379 TIME_WAIT -
  659. tcp 0 0 192.168.1.101:80 192.168.1.100:50915 TIME_WAIT -
  660. tcp 0 0 127.0.0.1:47188 127.0.0.1:6379 TIME_WAIT -
  661. tcp 0 0 127.0.0.1:47010 127.0.0.1:6379 TIME_WAIT -
  662. tcp 0 0 127.0.0.1:47124 127.0.0.1:6379 TIME_WAIT -
  663. tcp 0 0 192.168.1.101:80 192.168.1.100:50924 TIME_WAIT -
  664. tcp 0 0 127.0.0.1:46982 127.0.0.1:6379 TIME_WAIT -
  665. tcp 0 0 127.0.0.1:47140 127.0.0.1:6379 TIME_WAIT -
  666. tcp 0 0 192.168.1.101:80 192.168.1.100:50930 TIME_WAIT -
  667. tcp 0 0 127.0.0.1:47056 127.0.0.1:6379 TIME_WAIT -
  668. tcp 0 0 127.0.0.1:47000 127.0.0.1:6379 TIME_WAIT -
  669. tcp 0 0 127.0.0.1:47016 127.0.0.1:6379 TIME_WAIT -
  670. tcp 0 0 127.0.0.1:47130 127.0.0.1:6379 TIME_WAIT -
  671. tcp 0 0 192.168.1.101:80 192.168.1.100:50901 TIME_WAIT -
  672. tcp 0 0 127.0.0.1:47194 127.0.0.1:6379 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:47126 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 0 192.168.1.101:80 192.168.1.100:50896 TIME_WAIT -
  675. tcp 0 0 127.0.0.1:33464 127.0.0.1:6600 TIME_WAIT -
  676. tcp 0 0 192.168.1.101:59878 107.170.105.41:443 TIME_WAIT -
  677. tcp 0 0 127.0.0.1:81 127.0.0.1:47072 TIME_WAIT -
  678. tcp 0 0 127.0.0.1:46988 127.0.0.1:6379 TIME_WAIT -
  679. tcp 0 0 127.0.0.1:47020 127.0.0.1:6379 TIME_WAIT -
  680. tcp 0 0 127.0.0.1:46970 127.0.0.1:6379 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:46892 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 0 127.0.0.1:47198 127.0.0.1:6379 TIME_WAIT -
  683. tcp 0 0 127.0.0.1:47070 127.0.0.1:6379 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:47046 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:46928 127.0.0.1:6379 TIME_WAIT -
  686. tcp 0 0 127.0.0.1:47024 127.0.0.1:6379 TIME_WAIT -
  687. tcp 0 0 127.0.0.1:80 127.0.0.1:46224 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:33346 127.0.0.1:6600 TIME_WAIT -
  689. tcp 0 0 127.0.0.1:47132 127.0.0.1:6379 TIME_WAIT -
  690. tcp 0 0 127.0.0.1:47178 127.0.0.1:6379 TIME_WAIT -
  691. tcp 0 0 127.0.0.1:46888 127.0.0.1:6379 TIME_WAIT -
  692. tcp 0 0 127.0.0.1:46868 127.0.0.1:6379 TIME_WAIT -
  693. tcp 0 0 127.0.0.1:82 127.0.0.1:51432 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:47050 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 127.0.0.1:46872 127.0.0.1:6379 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:46902 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 127.0.0.1:47180 127.0.0.1:6379 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:47160 127.0.0.1:6379 TIME_WAIT -
  699. tcp 0 0 127.0.0.1:47186 127.0.0.1:6379 TIME_WAIT -
  700. tcp 0 0 127.0.0.1:46974 127.0.0.1:6379 TIME_WAIT -
  701. tcp 0 0 127.0.0.1:47060 127.0.0.1:6379 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:47118 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 127.0.0.1:33466 127.0.0.1:6600 TIME_WAIT -
  704. tcp 0 58400 192.168.1.101:80 192.168.1.100:50940 ESTABLISHED 371/nginx: worker p
  705. tcp 0 0 127.0.0.1:46958 127.0.0.1:6379 TIME_WAIT -
  706. tcp 0 0 127.0.0.1:46996 127.0.0.1:6379 TIME_WAIT -
  707. tcp 0 0 192.168.1.101:80 192.168.1.100:50908 TIME_WAIT -
  708. tcp 0 0 192.168.1.101:80 192.168.1.100:50906 TIME_WAIT -
  709. tcp 0 0 127.0.0.1:47122 127.0.0.1:6379 TIME_WAIT -
  710. tcp 0 0 192.168.1.101:80 192.168.1.100:50923 TIME_WAIT -
  711. tcp 0 0 192.168.1.101:80 192.168.1.100:50911 TIME_WAIT -
  712. tcp 0 0 192.168.1.101:80 192.168.1.100:50913 TIME_WAIT -
  713. tcp 0 0 127.0.0.1:47120 127.0.0.1:6379 TIME_WAIT -
  714. tcp 0 0 192.168.1.101:80 192.168.1.100:50920 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:46942 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:47032 127.0.0.1:6379 TIME_WAIT -
  717. tcp 0 0 127.0.0.1:47052 127.0.0.1:6379 TIME_WAIT -
  718. tcp 0 0 127.0.0.1:47042 127.0.0.1:6379 TIME_WAIT -
  719. tcp 0 0 127.0.0.1:47092 127.0.0.1:6379 TIME_WAIT -
  720. tcp 0 0 127.0.0.1:46930 127.0.0.1:6379 TIME_WAIT -
  721. tcp 0 0 127.0.0.1:46894 127.0.0.1:6379 TIME_WAIT -
  722. tcp 0 0 127.0.0.1:46950 127.0.0.1:6379 TIME_WAIT -
  723. tcp 0 0 127.0.0.1:47146 127.0.0.1:6379 TIME_WAIT -
  724. tcp 0 0 127.0.0.1:46922 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 192.168.1.101:80 192.168.1.100:50939 TIME_WAIT -
  726. tcp 0 0 127.0.0.1:47112 127.0.0.1:6379 TIME_WAIT -
  727. tcp 0 0 192.168.1.101:80 192.168.1.100:50922 TIME_WAIT -
  728. tcp 0 0 127.0.0.1:47058 127.0.0.1:6379 TIME_WAIT -
  729. tcp 0 0 127.0.0.1:47004 127.0.0.1:6379 TIME_WAIT -
  730. tcp 0 0 192.168.1.101:45322 104.27.95.110:80 TIME_WAIT -
  731. tcp 0 0 127.0.0.1:47022 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 192.168.1.101:80 192.168.1.100:50917 TIME_WAIT -
  733. tcp 0 0 192.168.1.101:80 192.168.1.100:50905 TIME_WAIT -
  734. tcp 0 0 127.0.0.1:46906 127.0.0.1:6379 TIME_WAIT -
  735. tcp 0 0 127.0.0.1:46884 127.0.0.1:6379 TIME_WAIT -
  736. tcp 0 0 127.0.0.1:46910 127.0.0.1:6379 TIME_WAIT -
  737. tcp 0 0 192.168.1.101:80 192.168.1.100:50934 TIME_WAIT -
  738. tcp 0 0 127.0.0.1:47150 127.0.0.1:6379 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:46908 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 127.0.0.1:47202 127.0.0.1:6379 TIME_WAIT -
  741. tcp 0 0 127.0.0.1:47044 127.0.0.1:6379 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:47142 127.0.0.1:6379 TIME_WAIT -
  743. tcp 0 0 127.0.0.1:47182 127.0.0.1:6379 TIME_WAIT -
  744. tcp 0 0 127.0.0.1:47006 127.0.0.1:6379 TIME_WAIT -
  745. tcp 0 0 127.0.0.1:47158 127.0.0.1:6379 TIME_WAIT -
  746. tcp 0 0 192.168.1.101:80 192.168.1.100:50925 TIME_WAIT -
  747. tcp 0 0 127.0.0.1:47054 127.0.0.1:6379 TIME_WAIT -
  748. tcp 0 0 127.0.0.1:46940 127.0.0.1:6379 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:33348 127.0.0.1:6600 TIME_WAIT -
  750. tcp 0 0 127.0.0.1:47106 127.0.0.1:6379 TIME_WAIT -
  751. tcp 0 0 192.168.1.101:80 192.168.1.100:50937 TIME_WAIT -
  752. tcp 0 0 127.0.0.1:47144 127.0.0.1:6379 TIME_WAIT -
  753. tcp 0 0 127.0.0.1:46960 127.0.0.1:6379 TIME_WAIT -
  754. tcp 0 0 192.168.1.101:80 192.168.1.100:50921 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:47082 127.0.0.1:6379 TIME_WAIT -
  756. tcp 0 0 127.0.0.1:46924 127.0.0.1:6379 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:47166 127.0.0.1:6379 TIME_WAIT -
  758. tcp 0 0 127.0.0.1:47018 127.0.0.1:6379 TIME_WAIT -
  759. tcp 0 0 127.0.0.1:47034 127.0.0.1:6379 TIME_WAIT -
  760. Active UNIX domain sockets (w/o servers)
  761. Proto RefCnt Flags Type State I-Node PID/Program name Path
  762. unix 2 [ ] DGRAM 11625 442/nmbd /var/lib/samba/private/msg.sock/442
  763. unix 3 [ ] DGRAM 9099 338/wpa_supplicant /run/wpa_supplicant/wlan0
  764. unix 2 [ ] DGRAM 9914 338/wpa_supplicant /run/wpa_supplicant/p2p-dev-wlan0
  765. unix 2 [ ] DGRAM 9918 340/wpa_actiond /tmp/wpa_ctrl_340-1
  766. unix 3 [ ] DGRAM 1490 1/init /run/systemd/notify
  767. unix 6 [ ] DGRAM 1507 1/init /run/systemd/journal/dev-log
  768. unix 4 [ ] DGRAM 1525 1/init /run/systemd/journal/socket
  769. unix 3 [ ] STREAM CONNECTED 12785 1/init /run/systemd/journal/stdout
  770. unix 3 [ ] STREAM CONNECTED 14561 511/php-fpm: master
  771. unix 3 [ ] STREAM CONNECTED 49161 375/php
  772. unix 3 [ ] STREAM CONNECTED 10782 291/dbus-daemon
  773. unix 3 [ ] STREAM CONNECTED 10832 1/init /run/systemd/journal/stdout
  774. unix 3 [ ] STREAM CONNECTED 9853 1/init /run/systemd/journal/stdout
  775. unix 3 [ ] STREAM CONNECTED 10831 314/sh
  776. unix 3 [ ] STREAM CONNECTED 39775 355/redis-server 12 /tmp/redis.sock
  777. unix 3 [ ] STREAM CONNECTED 10927 317/haveged
  778. unix 3 [ ] STREAM CONNECTED 10781 291/dbus-daemon
  779. unix 2 [ ] DGRAM 1567 160/systemd-journal
  780. unix 2 [ ] DGRAM 12514 609/dhcpcd
  781. unix 3 [ ] STREAM CONNECTED 12445 370/nginx: master p
  782. unix 3 [ ] STREAM CONNECTED 12446 370/nginx: master p
  783. unix 3 [ ] STREAM CONNECTED 12417 358/ntpd
  784. unix 3 [ ] STREAM CONNECTED 12418 358/ntpd
  785. unix 3 [ ] STREAM CONNECTED 9069 1/init /run/systemd/journal/stdout
  786. unix 3 [ ] STREAM CONNECTED 1973 312/avahi-daemon: r
  787. unix 3 [ ] STREAM CONNECTED 10783 291/dbus-daemon /run/dbus/system_bus_socket
  788. unix 3 [ ] STREAM CONNECTED 1901 1/init
  789. unix 3 [ ] DGRAM 8645 221/systemd-udevd
  790. unix 2 [ ] DGRAM 12005 1/init
  791. unix 3 [ ] STREAM CONNECTED 9050 287/ifplugd
  792. unix 3 [ ] STREAM CONNECTED 9760 1/init /run/systemd/journal/stdout
  793. unix 3 [ ] STREAM CONNECTED 9003 285/python
  794. unix 2 [ ] DGRAM 11291 358/ntpd
  795. unix 3 [ ] STREAM CONNECTED 12892 489/mpd /run/mpd.sock
  796. unix 3 [ ] DGRAM 8646 221/systemd-udevd
  797. unix 3 [ ] STREAM CONNECTED 11796 431/php
  798. unix 3 [ ] STREAM CONNECTED 12888 355/redis-server 12 /tmp/redis.sock
  799. unix 2 [ ] DGRAM 9112 340/wpa_actiond
  800. unix 3 [ ] STREAM CONNECTED 11794 431/php
  801. unix 3 [ ] STREAM CONNECTED 10750 1/init /run/systemd/journal/stdout
  802. unix 3 [ ] STREAM CONNECTED 14596 291/dbus-daemon /run/dbus/system_bus_socket
  803. unix 3 [ ] STREAM CONNECTED 11788 489/mpd
  804. unix 3 [ ] STREAM CONNECTED 10215 370/nginx: master p
  805. unix 3 [ ] STREAM CONNECTED 9820 291/dbus-daemon
  806. unix 3 [ ] STREAM CONNECTED 10216 370/nginx: master p
  807. unix 3 [ ] STREAM CONNECTED 10113 355/redis-server 12
  808. unix 3 [ ] STREAM CONNECTED 13836 511/php-fpm: master
  809. unix 3 [ ] STREAM CONNECTED 11020 1/init /run/systemd/journal/stdout
  810. unix 3 [ ] STREAM CONNECTED 9543 221/systemd-udevd
  811. unix 2 [ ] DGRAM 9892 312/avahi-daemon: r
  812. unix 3 [ ] STREAM CONNECTED 9976 341/sshd
  813. unix 3 [ ] STREAM CONNECTED 13349 375/php
  814. unix 3 [ ] STREAM CONNECTED 9053 1/init /run/systemd/journal/stdout
  815. unix 3 [ ] STREAM CONNECTED 11592 1/init /run/systemd/journal/stdout
  816. unix 3 [ ] STREAM CONNECTED 9110 1/init /run/systemd/journal/stdout
  817. unix 3 [ ] STREAM CONNECTED 9895 312/avahi-daemon: r
  818. unix 3 [ ] STREAM CONNECTED 39785 3162/php
  819. unix 2 [ ] DGRAM 9545 221/systemd-udevd
  820. unix 3 [ ] STREAM CONNECTED 1635 1/init /run/systemd/journal/stdout
  821. unix 3 [ ] STREAM CONNECTED 9901 291/dbus-daemon /run/dbus/system_bus_socket
  822. unix 3 [ ] STREAM CONNECTED 13486 431/php
  823. unix 3 [ ] STREAM CONNECTED 9896 331/avahi-daemon: c
  824. unix 3 [ ] STREAM CONNECTED 13835 511/php-fpm: master
  825. unix 3 [ ] STREAM CONNECTED 48178 355/redis-server 12 /tmp/redis.sock
  826. unix 3 [ ] STREAM CONNECTED 9900 312/avahi-daemon: r
  827. unix 3 [ ] STREAM CONNECTED 12396 1/init /run/systemd/journal/stdout
  828.  
  829.  
  830. ###### Network interfaces (ip addr) ######
  831. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  832. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  833. inet 127.0.0.1/8 scope host lo
  834. valid_lft forever preferred_lft forever
  835. 2: eth0: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
  836. link/ether b8:27:eb:16:11:b1 brd ff:ff:ff:ff:ff:ff
  837. 3: wlan0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  838. link/ether b8:27:eb:43:44:e4 brd ff:ff:ff:ff:ff:ff
  839. inet 192.168.1.101/24 brd 192.168.1.255 scope global wlan0
  840. valid_lft forever preferred_lft forever
  841.  
  842.  
  843. ###### Network interfaces (ifconfig) ######
  844. eth0: flags=4099 mtu 1500
  845. ether b8:27:eb:16:11:b1 txqueuelen 1000 (Ethernet)
  846. RX packets 0 bytes 0 (0.0 B)
  847. RX errors 0 dropped 0 overruns 0 frame 0
  848. TX packets 0 bytes 0 (0.0 B)
  849. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  850.  
  851. lo: flags=73 mtu 65536
  852. inet 127.0.0.1 netmask 255.0.0.0
  853. loop txqueuelen 1 (Local Loopback)
  854. RX packets 13033 bytes 830701 (811.2 KiB)
  855. RX errors 0 dropped 0 overruns 0 frame 0
  856. TX packets 13033 bytes 830701 (811.2 KiB)
  857. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  858.  
  859. wlan0: flags=4163 mtu 1500
  860. inet 192.168.1.101 netmask 255.255.255.0 broadcast 192.168.1.255
  861. ether b8:27:eb:43:44:e4 txqueuelen 1000 (Ethernet)
  862. RX packets 2152 bytes 233543 (228.0 KiB)
  863. RX errors 0 dropped 65 overruns 0 frame 0
  864. TX packets 1396 bytes 944216 (922.0 KiB)
  865. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  866.  
  867.  
  868. ###### Network netctl profiles (netctl list) ######
  869. eth0
  870. AMIS555
  871.  
  872. eth0 netctl status
  873. --------------------------------------------------------
  874. ● netctl@eth0.service - Networking for netctl profile eth0
  875. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  876. Active: inactive (dead)
  877. Docs: man:netctl.profile(5)
  878.  
  879. eth0 netctl profile
  880. --------------------------------------------------------
  881. Description='eth0 connection'
  882. Interface=eth0
  883. ForceConnect=yes
  884. SkipNoCarrier=yes
  885. Connection=ethernet
  886. IP=dhcp
  887.  
  888. AMIS555 netctl status
  889. --------------------------------------------------------
  890. ● netctl@AMIS555.service - Networking for netctl profile AMIS555
  891. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  892. Active: inactive (dead)
  893. Docs: man:netctl.profile(5)
  894.  
  895. AMIS555 netctl profile
  896. --------------------------------------------------------
  897. Description='wlan0 connection'
  898. Interface=wlan0
  899. Connection=wireless
  900. Security=wpa-configsection
  901. IP=dhcp
  902. WPAConfigSection=(
  903. 'ssid="AMIS555"'
  904. 'scan_ssid=1'
  905. 'psk="***************"'
  906. 'key_mgmt=WPA-PSK'
  907. 'proto=WPA'
  908. 'group=TKIP'
  909. 'pairwise=TKIP'
  910. 'priority=3'
  911. )
  912.  
  913.  
  914. ###### Network wifi status (iwconfig) ######
  915. lo no wireless extensions.
  916.  
  917. eth0 no wireless extensions.
  918.  
  919. wlan0 IEEE 802.11bgn ESSID:"AMIS555"
  920. Mode:Managed Frequency:2.452 GHz Access Point: 78:8C:54:01:CA:8F
  921. Bit Rate=24 Mb/s Tx-Power=31 dBm
  922. Retry short limit:7 RTS thr:off Fragment thr:off
  923. Encryption key:off
  924. Power Management:off
  925. Link Quality=63/70 Signal level=-47 dBm
  926. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  927. Tx excessive retries:7 Invalid misc:0 Missed beacon:0
  928.  
  929.  
  930. ###### List all USB devices (lsusb) ######
  931. Bus 001 Device 005: ID 1058:25a2 Western Digital Technologies, Inc.
  932. Bus 001 Device 004: ID 0781:5583 SanDisk Corp.
  933. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  934. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  935. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  936.  
  937. ###### Kernel status (dmesg) ######
  938. [ 0.000000] Booting Linux on physical CPU 0x0
  939. [ 0.000000] Initializing cgroup subsys cpuset
  940. [ 0.000000] Initializing cgroup subsys cpu
  941. [ 0.000000] Initializing cgroup subsys cpuacct
  942. [ 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
  943. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  944. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  945. [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
  946. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  947. [ 0.000000] Memory policy: Data cache writealloc
  948. [ 0.000000] On node 0 totalpages: 241664
  949. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  950. [ 0.000000] Normal zone: 2124 pages used for memmap
  951. [ 0.000000] Normal zone: 0 pages reserved
  952. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  953. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  954. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  955. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f61000 s22656 r8192 d22400 u53248
  956. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  957. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  958. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  959. [ 0.000000] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa02082 bcm2709.serial=0xcd1611b1 smsc95xx.macaddr=B8:27:EB:16:11:B1 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
  960. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  961. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  962. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  963. [ 0.000000] Memory: 936068K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22396K reserved, 8192K cma-reserved)
  964. [ 0.000000] Virtual kernel memory layout:
  965. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  966. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  967. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  968. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  969. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  970. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  971. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  972. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  973. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  974. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  975. [ 0.000000] Hierarchical RCU implementation.
  976. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  977. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  978. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  979. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  980. [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  981. [ 0.000014] Switching to timer-based delay loop, resolution 52ns
  982. [ 0.000150] Console: colour dummy device 80x30
  983. [ 0.000239] console [tty0] enabled
  984. [ 0.000255] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  985. [ 0.000264] pid_max: default: 32768 minimum: 301
  986. [ 0.000414] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  987. [ 0.000420] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  988. [ 0.000909] Disabling cpuset control group subsystem
  989. [ 0.000926] Initializing cgroup subsys io
  990. [ 0.000940] Initializing cgroup subsys memory
  991. [ 0.000962] Initializing cgroup subsys devices
  992. [ 0.000971] Initializing cgroup subsys freezer
  993. [ 0.000979] Initializing cgroup subsys net_cls
  994. [ 0.000987] Initializing cgroup subsys perf_event
  995. [ 0.000996] Initializing cgroup subsys net_prio
  996. [ 0.001009] Initializing cgroup subsys pids
  997. [ 0.001030] CPU: Testing write buffer coherency: ok
  998. [ 0.001322] CPU0: update cpu_capacity 1024
  999. [ 0.001327] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1000. [ 0.001333] [bcm2709_smp_prepare_cpus] enter
  1001. [ 0.001400] Setting up static identity map for 0x8240 - 0x8274
  1002. [ 0.002263] [bcm2709_boot_secondary] cpu:1 started (0) 17
  1003. [ 0.002475] [bcm2709_secondary_init] enter cpu:1
  1004. [ 0.002500] CPU1: update cpu_capacity 1024
  1005. [ 0.002503] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1006. [ 0.002705] [bcm2709_boot_secondary] cpu:2 started (0) 17
  1007. [ 0.002843] [bcm2709_secondary_init] enter cpu:2
  1008. [ 0.002853] CPU2: update cpu_capacity 1024
  1009. [ 0.002856] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  1010. [ 0.003033] [bcm2709_boot_secondary] cpu:3 started (0) 18
  1011. [ 0.003159] [bcm2709_secondary_init] enter cpu:3
  1012. [ 0.003169] CPU3: update cpu_capacity 1024
  1013. [ 0.003172] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  1014. [ 0.003201] Brought up 4 CPUs
  1015. [ 0.003212] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1016. [ 0.003216] CPU: All CPU(s) started in HYP mode.
  1017. [ 0.003219] CPU: Virtualization extensions available.
  1018. [ 0.003577] devtmpfs: initialized
  1019. [ 0.008871] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  1020. [ 0.009045] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1021. [ 0.009335] xor: measuring software checksum speed
  1022. [ 0.099969] arm4regs : 2046.800 MB/sec
  1023. [ 0.200000] 8regs : 1198.800 MB/sec
  1024. [ 0.300035] 32regs : 1032.400 MB/sec
  1025. [ 0.400066] neon : 2092.400 MB/sec
  1026. [ 0.400070] xor: using function: neon (2092.400 MB/sec)
  1027. [ 0.400134] pinctrl core: initialized pinctrl subsystem
  1028. [ 0.400420] NET: Registered protocol family 16
  1029. [ 0.403605] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  1030. [ 0.407007] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1031. [ 0.407012] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1032. [ 0.407086] Serial: AMBA PL011 UART driver
  1033. [ 0.407150] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  1034. [ 0.407230] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1035. [ 0.620529] raid6: int32x1 gen() 182 MB/s
  1036. [ 0.790411] raid6: int32x1 xor() 168 MB/s
  1037. [ 0.960432] raid6: int32x2 gen() 279 MB/s
  1038. [ 1.130528] raid6: int32x2 xor() 214 MB/s
  1039. [ 1.300698] raid6: int32x4 gen() 301 MB/s
  1040. [ 1.470702] raid6: int32x4 xor() 225 MB/s
  1041. [ 1.640796] raid6: int32x8 gen() 303 MB/s
  1042. [ 1.810840] raid6: int32x8 xor() 206 MB/s
  1043. [ 1.980891] raid6: neonx1 gen() 751 MB/s
  1044. [ 2.150988] raid6: neonx1 xor() 724 MB/s
  1045. [ 2.321114] raid6: neonx2 gen() 1081 MB/s
  1046. [ 2.491169] raid6: neonx2 xor() 956 MB/s
  1047. [ 2.661263] raid6: neonx4 gen() 1463 MB/s
  1048. [ 2.831325] raid6: neonx4 xor() 1105 MB/s
  1049. [ 3.001417] raid6: neonx8 gen() 1019 MB/s
  1050. [ 3.171503] raid6: neonx8 xor() 840 MB/s
  1051. [ 3.171508] raid6: using algorithm neonx4 gen() 1463 MB/s
  1052. [ 3.171511] raid6: .... xor() 1105 MB/s, rmw enabled
  1053. [ 3.171515] raid6: using intx1 recovery algorithm
  1054. [ 3.172303] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  1055. [ 3.172574] SCSI subsystem initialized
  1056. [ 3.172726] usbcore: registered new interface driver usbfs
  1057. [ 3.172763] usbcore: registered new interface driver hub
  1058. [ 3.172825] usbcore: registered new device driver usb
  1059. [ 3.181519] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  1060. [ 3.208069] clocksource: Switched to clocksource arch_sys_counter
  1061. [ 3.236061] FS-Cache: Loaded
  1062. [ 3.236204] CacheFiles: Loaded
  1063. [ 3.241686] NET: Registered protocol family 2
  1064. [ 3.242107] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1065. [ 3.242167] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1066. [ 3.242261] TCP: Hash tables configured (established 8192 bind 8192)
  1067. [ 3.242317] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1068. [ 3.242340] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1069. [ 3.242456] NET: Registered protocol family 1
  1070. [ 3.242616] RPC: Registered named UNIX socket transport module.
  1071. [ 3.242621] RPC: Registered udp transport module.
  1072. [ 3.242625] RPC: Registered tcp transport module.
  1073. [ 3.242628] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1074. [ 3.243307] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  1075. [ 3.244607] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1076. [ 3.250940] VFS: Disk quotas dquot_6.6.0
  1077. [ 3.251070] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1078. [ 3.252290] FS-Cache: Netfs 'nfs' registered for caching
  1079. [ 3.252671] NFS: Registering the id_resolver key type
  1080. [ 3.252703] Key type id_resolver registered
  1081. [ 3.252707] Key type id_legacy registered
  1082. [ 3.252722] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1083. [ 3.253119] JFS: nTxBlock = 7377, nTxLock = 59016
  1084. [ 3.257664] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1085. [ 3.261548] async_tx: api initialized (async)
  1086. [ 3.261694] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1087. [ 3.261759] io scheduler noop registered (default)
  1088. [ 3.261768] io scheduler deadline registered
  1089. [ 3.261795] io scheduler cfq registered
  1090. [ 3.263039] BCM2708FB: allocated DMA memory fac10000
  1091. [ 3.263053] BCM2708FB: allocated DMA channel 0 @ f3007000
  1092. [ 3.268299] Console: switching to colour frame buffer device 82x26
  1093. [ 3.271225] vc-cma: Videocore CMA driver
  1094. [ 3.271230] vc-cma: vc_cma_base = 0x00000000
  1095. [ 3.271234] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  1096. [ 3.271238] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  1097. [ 3.271327] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  1098. [ 3.278256] brd: module loaded
  1099. [ 3.282388] loop: module loaded
  1100. [ 3.282886] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  1101. [ 3.283866] Loading iSCSI transport class v2.0-870.
  1102. [ 3.284216] usbcore: registered new interface driver ax88179_178a
  1103. [ 3.284262] usbcore: registered new interface driver smsc95xx
  1104. [ 3.284332] usbcore: registered new interface driver cdc_ncm
  1105. [ 3.284342] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1106. [ 3.484479] Core Release: 2.80a
  1107. [ 3.484485] Setting default values for core params
  1108. [ 3.484505] Finished setting default values for core params
  1109. [ 3.684669] Using Buffer DMA mode
  1110. [ 3.684674] Periodic Transfer Interrupt Enhancement - disabled
  1111. [ 3.684677] Multiprocessor Interrupt Enhancement - disabled
  1112. [ 3.684681] OTG VER PARAM: 0, OTG VER FLAG: 0
  1113. [ 3.684699] Dedicated Tx FIFOs mode
  1114. [ 3.684875] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac04000 dma = 0xfac04000 len=9024
  1115. [ 3.684892] FIQ FSM acceleration enabled for :
  1116. Non-periodic Split Transactions
  1117. Periodic Split Transactions
  1118. [ 3.684900] dwc_otg: Microframe scheduler enabled
  1119. [ 3.684921] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  1120. [ 3.684927] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  1121. [ 3.684934] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  1122. [ 3.684962] dwc_otg 3f980000.usb: DWC OTG Controller
  1123. [ 3.684980] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1124. [ 3.684998] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1125. [ 3.685034] Init: Port Power? op_state=1
  1126. [ 3.685038] Init: Power Port (0)
  1127. [ 3.685136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1128. [ 3.685143] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1129. [ 3.685150] usb usb1: Product: DWC OTG Controller
  1130. [ 3.685156] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  1131. [ 3.685161] usb usb1: SerialNumber: 3f980000.usb
  1132. [ 3.685525] hub 1-0:1.0: USB hub found
  1133. [ 3.685545] hub 1-0:1.0: 1 port detected
  1134. [ 3.685839] dwc_otg: FIQ enabled
  1135. [ 3.685843] dwc_otg: NAK holdoff enabled
  1136. [ 3.685847] dwc_otg: FIQ split-transaction FSM enabled
  1137. [ 3.685864] Module dwc_common_port init
  1138. [ 3.685975] usbcore: registered new interface driver usb-storage
  1139. [ 3.686009] usbcore: registered new interface driver ums-alauda
  1140. [ 3.686038] usbcore: registered new interface driver ums-cypress
  1141. [ 3.686068] usbcore: registered new interface driver ums-datafab
  1142. [ 3.686097] usbcore: registered new interface driver ums_eneub6250
  1143. [ 3.686125] usbcore: registered new interface driver ums-freecom
  1144. [ 3.686154] usbcore: registered new interface driver ums-isd200
  1145. [ 3.686183] usbcore: registered new interface driver ums-jumpshot
  1146. [ 3.686212] usbcore: registered new interface driver ums-karma
  1147. [ 3.686249] usbcore: registered new interface driver ums-onetouch
  1148. [ 3.686290] usbcore: registered new interface driver ums-realtek
  1149. [ 3.686320] usbcore: registered new interface driver ums-sddr09
  1150. [ 3.686349] usbcore: registered new interface driver ums-sddr55
  1151. [ 3.686378] usbcore: registered new interface driver ums-usbat
  1152. [ 3.686517] mousedev: PS/2 mouse device common for all mice
  1153. [ 3.686881] md: linear personality registered for level -1
  1154. [ 3.686890] md: raid0 personality registered for level 0
  1155. [ 3.686898] md: raid1 personality registered for level 1
  1156. [ 3.686906] md: raid10 personality registered for level 10
  1157. [ 3.687017] md: raid6 personality registered for level 6
  1158. [ 3.687021] md: raid5 personality registered for level 5
  1159. [ 3.687025] md: raid4 personality registered for level 4
  1160. [ 3.687034] md: multipath personality registered for level -4
  1161. [ 3.687042] md: faulty personality registered for level -5
  1162. [ 3.687207] device-mapper: uevent: version 1.0.3
  1163. [ 3.687431] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  1164. [ 3.687707] device-mapper: multipath: version 1.10.0 loaded
  1165. [ 3.687717] device-mapper: multipath round-robin: version 1.0.0 loaded
  1166. [ 3.687726] device-mapper: multipath queue-length: version 0.1.0 loaded
  1167. [ 3.687734] device-mapper: multipath service-time: version 0.2.0 loaded
  1168. [ 3.687753] device-mapper: raid: Loading target version 1.7.0
  1169. [ 3.687849] bcm2835-cpufreq: min=1200000 max=1200000
  1170. [ 3.688040] sdhci: Secure Digital Host Controller Interface driver
  1171. [ 3.688044] sdhci: Copyright(c) Pierre Ossman
  1172. [ 3.688263] sdhost: log_buf @ bac07000 (fac07000)
  1173. [ 3.748084] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1174. [ 3.750120] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  1175. [ 3.750127] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  1176. [ 3.788126] sdhci-pltfm: SDHCI platform and OF driver helper
  1177. [ 3.788330] ledtrig-cpu: registered to indicate activity on CPUs
  1178. [ 3.788404] hidraw: raw HID events driver (C) Jiri Kosina
  1179. [ 3.788608] usbcore: registered new interface driver usbhid
  1180. [ 3.788612] usbhid: USB HID core driver
  1181. [ 3.788889] Initializing XFRM netlink socket
  1182. [ 3.788906] NET: Registered protocol family 17
  1183. [ 3.788978] Key type dns_resolver registered
  1184. [ 3.789378] Registering SWP/SWPB emulation handler
  1185. [ 3.789764] registered taskstats version 1
  1186. [ 3.791409] Btrfs loaded
  1187. [ 3.791980] Key type encrypted registered
  1188. [ 3.792026] vc-sm: Videocore shared memory driver
  1189. [ 3.792033] [vc_sm_connected_init]: start
  1190. [ 3.792282] [vc_sm_connected_init]: end - returning 0
  1191. [ 3.793384] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1192. [ 3.793556] of_cfs_init
  1193. [ 3.793600] of_cfs_init: OK
  1194. [ 3.793964] md: Waiting for all devices to be available before autodetect
  1195. [ 3.793968] md: If you don't use raid, use raid=noautodetect
  1196. [ 3.794485] md: Autodetecting RAID arrays.
  1197. [ 3.794490] md: Scanned 0 and added 0 devices.
  1198. [ 3.794493] md: autorun ...
  1199. [ 3.794496] md: ... autorun DONE.
  1200. [ 3.794570] Waiting for root device /dev/mmcblk0p2...
  1201. [ 3.826154] mmc0: host does not support reading read-only switch, assuming write-enable
  1202. [ 3.828692] mmc0: new high speed SDHC card at address c483
  1203. [ 3.828980] mmcblk0: mmc0:c483 SU04G 3.69 GiB
  1204. [ 3.830512] mmcblk0: p1 p2
  1205. [ 3.848394] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1206. [ 3.849883] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1207. [ 3.851371] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1208. [ 3.854043] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1209. [ 3.878122] Indeed it is in host mode hprt0 = 00021501
  1210. [ 3.913898] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1211. [ 3.913923] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1212. [ 3.922089] devtmpfs: mounted
  1213. [ 3.922413] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  1214. [ 3.939305] mmc1: new high speed SDIO card at address 0001
  1215. [ 4.058089] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1216. [ 4.058163] Indeed it is in host mode hprt0 = 00001101
  1217. [ 4.222734] systemd[1]: System time before build time, advancing clock.
  1218. [ 4.258234] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1219. [ 4.258243] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1220. [ 4.258643] hub 1-1:1.0: USB hub found
  1221. [ 4.258687] hub 1-1:1.0: 5 ports detected
  1222. [ 4.315223] IPv6: Loaded, but administratively disabled, reboot required to enable
  1223. [ 4.323176] ip_tables: (C) 2000-2006 Netfilter Core Team
  1224. [ 4.327166] random: systemd: uninitialized urandom read (16 bytes read, 52 bits of entropy available)
  1225. [ 4.337427] random: systemd: uninitialized urandom read (16 bytes read, 53 bits of entropy available)
  1226. [ 4.339146] 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)
  1227. [ 4.339433] systemd[1]: Detected architecture arm.
  1228. [ 4.340378] systemd[1]: Set hostname to .
  1229. [ 4.438284] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 66 bits of entropy available)
  1230. [ 4.438416] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 66 bits of entropy available)
  1231. [ 4.442433] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 67 bits of entropy available)
  1232. [ 4.523589] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1233. [ 4.523772] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1234. [ 4.524047] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1235. [ 4.524598] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1236. [ 4.538105] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1237. [ 4.543053] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1238. [ 4.638274] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1239. [ 4.638286] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1240. [ 4.640693] smsc95xx v1.0.4
  1241. [ 4.699677] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:16:11:b1
  1242. [ 4.814692] systemd[1]: Listening on Process Core Dump Socket.
  1243. [ 4.814897] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1244. [ 4.814958] systemd[1]: Reached target Encrypted Volumes.
  1245. [ 4.815001] systemd[1]: Reached target System Time Synchronized.
  1246. [ 4.815139] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1247. [ 4.815241] systemd[1]: Listening on udev Control Socket.
  1248. [ 4.815292] systemd[1]: Reached target Remote File Systems.
  1249. [ 4.815391] systemd[1]: Listening on Journal Socket (/dev/log).
  1250. [ 4.815763] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1251. [ 4.816815] systemd[1]: Created slice System Slice.
  1252. [ 4.816879] systemd[1]: Reached target Slices.
  1253. [ 4.817296] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1254. [ 4.817398] systemd[1]: Listening on udev Kernel Socket.
  1255. [ 4.834715] systemd[1]: Reached target Login Prompts.
  1256. [ 4.834881] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1257. [ 4.835037] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1258. [ 4.835084] systemd[1]: Reached target Paths.
  1259. [ 4.835622] systemd[1]: Created slice system-netctl\x2dauto.slice.
  1260. [ 4.835771] systemd[1]: Listening on Journal Socket.
  1261. [ 4.898419] systemd[1]: Starting Journal Service...
  1262. [ 4.900118] systemd[1]: Starting Remount Root and Kernel File Systems...
  1263. [ 4.913555] systemd[1]: Starting Load Kernel Modules...
  1264. [ 4.946941] systemd[1]: Mounting Temporary Directory...
  1265. [ 4.949231] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1266. [ 4.954036] systemd[1]: Starting Setup Virtual Console...
  1267. [ 4.999759] systemd[1]: Starting RuneAudio shutdown script...
  1268. [ 5.001642] systemd[1]: Mounting POSIX Message Queue File System...
  1269. [ 5.001727] systemd[1]: Reached target Swap.
  1270. [ 5.003728] systemd[1]: Mounting Debug File System...
  1271. [ 5.010977] systemd[1]: Started Remount Root and Kernel File Systems.
  1272. [ 5.012064] systemd[1]: Started Load Kernel Modules.
  1273. [ 5.013098] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1274. [ 5.033620] systemd[1]: Started RuneAudio shutdown script.
  1275. [ 5.061692] systemd[1]: Mounted POSIX Message Queue File System.
  1276. [ 5.061890] systemd[1]: Mounted Debug File System.
  1277. [ 5.062007] systemd[1]: Mounted Temporary Directory.
  1278. [ 5.077101] systemd[1]: Started Journal Service.
  1279. [ 5.468129] usb 1-1.3: new high-speed USB device number 4 using dwc_otg
  1280. [ 5.568858] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5583
  1281. [ 5.568873] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1282. [ 5.568879] usb 1-1.3: Product: Ultra Fit
  1283. [ 5.568884] usb 1-1.3: Manufacturer: SanDisk
  1284. [ 5.568890] usb 1-1.3: SerialNumber: 4C531001370823120443
  1285. [ 5.569481] usb-storage 1-1.3:1.0: USB Mass Storage device detected
  1286. [ 5.569906] scsi host0: usb-storage 1-1.3:1.0
  1287. [ 5.734758] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1288. [ 5.753300] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1289. [ 5.767750] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 83) (baudrate 100000)
  1290. [ 5.770944] bcm2835-rng 3f104000.rng: hwrng registered
  1291. [ 5.808146] usb 1-1.4: new high-speed USB device number 5 using dwc_otg
  1292. [ 5.894383] snd-rpi-hifiberry-dacplus soc:sound: ASoC: CODEC DAI pcm512x-hifi not registered
  1293. [ 5.894397] snd-rpi-hifiberry-dacplus soc:sound: snd_soc_register_card() failed: -517
  1294. [ 5.965350] snd-rpi-hifiberry-dacplus soc:sound: pcm512x-hifi <-> 3f203000.i2s mapping ok
  1295. [ 5.988867] usb 1-1.4: New USB device found, idVendor=1058, idProduct=25a2
  1296. [ 5.988881] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1297. [ 5.988887] usb 1-1.4: Product: Elements 25A2
  1298. [ 5.988893] usb 1-1.4: Manufacturer: Western Digital
  1299. [ 5.988899] usb 1-1.4: SerialNumber: 575848314142364C36534846
  1300. [ 5.989402] usb-storage 1-1.4:1.0: USB Mass Storage device detected
  1301. [ 5.989595] scsi host1: usb-storage 1-1.4:1.0
  1302. [ 6.095884] usbcore: registered new interface driver brcmfmac
  1303. [ 6.106532] random: nonblocking pool is initialized
  1304. [ 6.163128] cfg80211: World regulatory domain updated:
  1305. [ 6.163145] cfg80211: DFS Master region: unset
  1306. [ 6.163151] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1307. [ 6.163159] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1308. [ 6.163165] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1309. [ 6.163171] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1310. [ 6.163177] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1311. [ 6.163184] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1312. [ 6.163190] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1313. [ 6.163196] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1314. [ 6.163201] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1315. [ 6.185482] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7
  1316. [ 6.201382] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1317. [ 6.201396] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1318. [ 6.201402] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1319. [ 6.201407] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1320. [ 6.201412] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1321. [ 6.201417] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1322. [ 6.201422] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1323. [ 6.201427] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1324. [ 6.201432] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1325. [ 6.201437] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1326. [ 6.201442] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1327. [ 6.201447] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1328. [ 6.201452] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1329. [ 6.201457] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1330. [ 6.201462] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1331. [ 6.201467] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1332. [ 6.201472] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1333. [ 6.201477] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1334. [ 6.201481] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1335. [ 6.201486] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1336. [ 6.201491] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1337. [ 6.201496] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1338. [ 6.201502] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  1339. [ 6.201507] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1340. [ 6.201512] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  1341. [ 6.201517] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1342. [ 6.201522] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  1343. [ 6.201527] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
  1344. [ 6.201696] cfg80211: Ignoring regulatory request set by core since the driver uses its own custom regulatory domain
  1345. [ 6.201704] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
  1346. [ 6.529146] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1347. [ 6.569114] scsi 0:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6
  1348. [ 6.570804] sd 0:0:0:0: [sda] 121307136 512-byte logical blocks: (62.1 GB/57.8 GiB)
  1349. [ 6.571994] sd 0:0:0:0: [sda] Write Protect is off
  1350. [ 6.572009] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  1351. [ 6.573023] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  1352. [ 6.582002] sda: sda1
  1353. [ 6.583409] sd 0:0:0:0: [sda] Attached SCSI removable disk
  1354. [ 6.988552] scsi 1:0:0:0: Direct-Access WD Elements 25A2 1014 PQ: 0 ANSI: 6
  1355. [ 6.989838] sd 1:0:0:0: [sdb] Spinning up disk...
  1356. [ 7.121065] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1357. [ 7.121084] brcmfmac: brcmf_add_if: ignore IF event
  1358. [ 7.127084] brcmfmac: power management disabled
  1359. [ 7.310284] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1360. [ 7.310301] brcmfmac: brcmf_add_if: ignore IF event
  1361. [ 7.998132] .....ready
  1362. [ 12.038410] sd 1:0:0:0: [sdb] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
  1363. [ 12.038603] sd 1:0:0:0: [sdb] Write Protect is off
  1364. [ 12.038611] sd 1:0:0:0: [sdb] Mode Sense: 47 00 10 08
  1365. [ 12.038806] sd 1:0:0:0: [sdb] No Caching mode page found
  1366. [ 12.038813] sd 1:0:0:0: [sdb] Assuming drive cache: write through
  1367. [ 12.138447] sdb: sdb1
  1368. [ 12.139606] sd 1:0:0:0: [sdb] Attached SCSI disk
  1369. [ 13.293918] brcmfmac: power management disabled
  1370. [ 66.248922] cfg80211: Verifying active interfaces after reg change
  1371.  
  1372. ###### PHP backend ######
  1373. php version: 5.5.19
  1374. debug level: 0
  1375.  
  1376.  
  1377. Debug data collected in 1.113 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement