Advertisement
tml3nr

RuneAudio_0.4_20170229_20181022_tml3nr

Oct 22nd, 2018
815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.18 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 -
  4.  
  5. Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017
  6.  
  7. system time: Mon Feb 22 21:40:29 ICT 2016
  8.  
  9. system load: 0.53 0.12 0.04 1/140 687
  10.  
  11. HW platform: RaspberryPi2 (08)
  12.  
  13. playerID: 08b26fff2ac4ddac6fee7fbbc1890504ae
  14.  
  15.  
  16. ###### Boot configuration ######
  17. # Uncomment some or all of these to enable the optional hardware interfaces
  18. # Params:
  19. # i2c_arm Set to "on" to enable the ARM's i2c interface
  20. # (default "off")
  21. # i2c_vc Set to "on" to enable the i2c interface
  22. # usually reserved for the VideoCore processor
  23. # (default "off")
  24. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  25. # (default "100000")
  26. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  27. # (default "100000")
  28. # i2c_baudrate An alias for i2c_arm_baudrate
  29. # i2s Set to "on" to enable the i2s interface
  30. # (default "off")
  31. # spi Set to "on" to enable the spi interfaces
  32. # (default "off")
  33. # act_led_trigger Choose which activity the LED tracks.
  34. # Use "heartbeat" for a nice load indicator.
  35. # (default "mmc")
  36. # act_led_activelow Set to "on" to invert the sense of the LED
  37. # (default "off")
  38. # act_led_gpio Set which GPIO pin to use for the activity LED
  39. # (in case you want to connect it to an external
  40. # device)
  41. # (default "16" on a non-Plus board, "47" on a
  42. # Plus or Pi 2)
  43. # N.B. It is recommended to only enable those interfaces that are needed.
  44. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  45. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  46. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  47. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  48. # but deprecated because the ARM/VC assignments differ between board
  49. # revisions. The same board-specific mapping applies to i2c_baudrate,
  50. # and the other i2c baudrate parameters.
  51.  
  52. #dtparam=i2c_arm=on
  53. #dtparam=i2c_vc=on
  54. #dtparam=i2s=on
  55. #dtparam=spi=on
  56. #dtparam=act_led_trigger=mmc
  57. #dtdebug=on
  58.  
  59. #dtparam=uart1=off
  60. #dtoverlay=pi3-disable-bt-overlay
  61. #dtoverlay=pi3-miniuart-bt-overlay
  62.  
  63. ## RuneAudio HDMI & 3,5mm jack
  64. dtparam=audio=off
  65.  
  66. ## RuneAudio I2S-Settings
  67. dtoverlay=allo-boss-dac-pcm512x-audio
  68.  
  69. # Uncomment to enable the lirc-rpi module
  70. # Params: gpio_out_pin GPIO pin for output (default "17")
  71. # gpio_in_pin GPIO pin for input (default "18")
  72. # gpio_in_pull Pull up/down/off on the input pin
  73. # (default "down")
  74. # sense Override the IR receive auto-detection logic:
  75. # "1" = force active high
  76. # "0" = force active low
  77. # "-1" = use auto-detection
  78. # (default "-1")
  79. # softcarrier Turn the software carrier "on" or "off"
  80. # (default "on")
  81. # invert "on" = invert the output pin (default "off")
  82. # debug "on" = enable additional debug messages
  83. # (default "off")
  84. #dtoverlay=lirc-rpi
  85. #dtparam=gpio_out_pin=17
  86. #dtparam=gpio_in_pin=18
  87. #dtparam=gpio_in_pull=down
  88.  
  89. # LCD settings
  90. # 180 degrees
  91. #lcd_rotate=2
  92. # Normal
  93. lcd_rotate=0
  94. #dtoverlay=rpi-backlight
  95. #dtoverlay=rpi-ft5406
  96. disable_splash=1
  97.  
  98. # Uncomment if you get no picture on HDMI for a default "safe" mode
  99. #hdmi_safe=1
  100.  
  101. # Uncomment this if your display has a black border of unused pixels visible
  102. # and your display can output without overscan
  103. #disable_overscan=1
  104.  
  105. # Uncomment the following to adjust overscan. Use positive numbers if console
  106. # goes off screen, and negative if there is too much border
  107. #overscan_left=16
  108. #overscan_right=16
  109. #overscan_top=16
  110. #overscan_bottom=16
  111.  
  112. # Uncomment to force a console size. By default it will be display's size minus
  113. # overscan.
  114. #framebuffer_width=1280
  115. #framebuffer_height=720
  116.  
  117. # Uncomment if hdmi display is not detected and composite is being output
  118. #hdmi_force_hotplug=1
  119.  
  120. # Uncomment to force a specific HDMI mode (this will force VGA)
  121. #hdmi_group=1
  122. #hdmi_mode=1
  123.  
  124. # Uncomment to force a HDMI mode rather than DVI. This can make audio work in
  125. # DMT (computer monitor) modes
  126. hdmi_drive=2
  127.  
  128. # Uncomment to set monitor mode to DMT
  129. #hdmi_group=2
  130.  
  131. # Uncomment to increase signal to HDMI, if you have interference, blanking, or
  132. # no display
  133. #config_hdmi_boost=4
  134.  
  135. # setting the max usb current to 1200mA
  136. #max_usb_current=1
  137.  
  138. # memory options
  139. gpu_mem=64
  140.  
  141. # Overclocking options
  142. force_turbo=1
  143.  
  144.  
  145. ##################################################
  146.  
  147.  
  148. ###### System load statistics (procinfo -H) ######
  149. Memory: Total Used Free Buffers
  150. RAM: 922.56MiB 152.65MiB 769.91MiB 15.32MiB
  151. Swap: 0.00B 0.00B 0.00B
  152.  
  153. Bootup: Mon Feb 22 21:40:09 2016 Load average: 0.53 0.12 0.04 1/143 690
  154.  
  155. user : 00:00:10.18 13.6% page in : 88479
  156. nice : 00:00:01.86 2.5% page out: 1004
  157. system: 00:00:09.18 12.3% page act: 7548
  158. IOwait: 00:00:07.43 9.9% page dea: 0
  159. hw irq: 00:00:00.00 0.0% page flt: 101816
  160. sw irq: 00:00:00.26 0.3% swap in : 0
  161. idle : 00:00:45.97 61.4% swap out: 0
  162. uptime: 00:00:19.61 context : 31230
  163.  
  164. irq 16: 0 irq 50: 0
  165. irq 17: 7340 irq 51: 0
  166. irq 23: 17 irq 62: 7802
  167. irq 24: 7 irq 79: 0
  168. irq 39: 1 irq 80: 0
  169. irq 46: 0 irq 83: 138
  170. irq 48: 2404 irq 86: 129
  171.  
  172. mmcblk0 2349r mmcblk0p2 2274r
  173. mmcblk0p1 62r
  174.  
  175. eth0 TX 1.45KiB RX 1.73KiB lo TX 113.45KiB RX 113.45KiB
  176.  
  177.  
  178. ###### Active processes (pstree) ######
  179. systemd-+-cmd_async---sh---debug_collector---sh---pstree
  180. |-dbus-daemon
  181. |-dhcpcd
  182. |-dnsmasq
  183. |-haveged
  184. |-ifplugd
  185. |-mpd-+-{decoder}
  186. | |-{io}
  187. | |-{output:BossDAC}
  188. | `-{player}
  189. |-nginx---nginx
  190. |-nmbd
  191. |-ntpd---{ntpd}
  192. |-php-fpm---3*[php-fpm]
  193. |-redis-server---2*[{redis-server}]
  194. |-rune_PL_wrk
  195. |-rune_SY_wrk
  196. |-sh---sleep
  197. |-sshd
  198. |-systemd-journal
  199. `-systemd-udevd
  200.  
  201.  
  202. ###### Audio backend ######
  203. Advanced Linux Sound Architecture Driver Version k4.4.39-ARCH+.
  204.  
  205. Card list: (/proc/asound/cards)
  206. --------------------------------------------------
  207. 0 [BossDAC ]: BossDAC - BossDAC
  208. BossDAC
  209.  
  210.  
  211. PLAYBACK devices: (aplay -l)
  212. --------------------------------------------------
  213. **** List of PLAYBACK Hardware Devices ****
  214. card 0: BossDAC [BossDAC], device 0: BossDAC pcm512x-hifi-0 []
  215. Subdevices: 1/1
  216. Subdevice #0: subdevice #0
  217.  
  218.  
  219. PCM devices: (aplay -L)
  220. --------------------------------------------------
  221. null
  222. Discard all samples (playback) or generate zero samples (capture)
  223. default:CARD=BossDAC
  224. BossDAC,
  225. Default Audio Device
  226. sysdefault:CARD=BossDAC
  227. BossDAC,
  228. Default Audio Device
  229.  
  230.  
  231. Simple mixer controls: (amixer scontrols)
  232. --------------------------------------------------
  233. card 0:
  234. Simple mixer control 'DSP Program',0
  235. Simple mixer control 'Analogue',0
  236. Simple mixer control 'Analogue Playback Boost',0
  237. Simple mixer control 'Auto Mute',0
  238. Simple mixer control 'Auto Mute Mono',0
  239. Simple mixer control 'Auto Mute Time Left',0
  240. Simple mixer control 'Auto Mute Time Right',0
  241. Simple mixer control 'Clock Missing Period',0
  242. Simple mixer control 'Deemphasis',0
  243. Simple mixer control 'Digital',0
  244. Simple mixer control 'Max Overclock DAC',0
  245. Simple mixer control 'Max Overclock DSP',0
  246. Simple mixer control 'Max Overclock PLL',0
  247. Simple mixer control 'Volume Ramp Down Emergency Rate',0
  248. Simple mixer control 'Volume Ramp Down Emergency Step',0
  249. Simple mixer control 'Volume Ramp Down Rate',0
  250. Simple mixer control 'Volume Ramp Down Step',0
  251. Simple mixer control 'Volume Ramp Up Rate',0
  252. Simple mixer control 'Volume Ramp Up Step',0
  253.  
  254.  
  255. Mixer controls: (amixer controls)
  256. --------------------------------------------------
  257. card 0:
  258. numid=6,iface=MIXER,name='DSP Program'
  259. numid=3,iface=MIXER,name='Analogue Playback Boost Volume'
  260. numid=2,iface=MIXER,name='Analogue Playback Volume'
  261. numid=10,iface=MIXER,name='Auto Mute Mono Switch'
  262. numid=11,iface=MIXER,name='Auto Mute Switch'
  263. numid=8,iface=MIXER,name='Auto Mute Time Left'
  264. numid=9,iface=MIXER,name='Auto Mute Time Right'
  265. numid=7,iface=MIXER,name='Clock Missing Period'
  266. numid=5,iface=MIXER,name='Deemphasis Switch'
  267. numid=4,iface=MIXER,name='Digital Playback Switch'
  268. numid=1,iface=MIXER,name='Digital Playback Volume'
  269. numid=20,iface=MIXER,name='Max Overclock DAC'
  270. numid=19,iface=MIXER,name='Max Overclock DSP'
  271. numid=18,iface=MIXER,name='Max Overclock PLL'
  272. numid=16,iface=MIXER,name='Volume Ramp Down Emergency Rate'
  273. numid=17,iface=MIXER,name='Volume Ramp Down Emergency Step'
  274. numid=12,iface=MIXER,name='Volume Ramp Down Rate'
  275. numid=13,iface=MIXER,name='Volume Ramp Down Step'
  276. numid=14,iface=MIXER,name='Volume Ramp Up Rate'
  277. numid=15,iface=MIXER,name='Volume Ramp Up Step'
  278.  
  279.  
  280. MPD audio outputs status: (mpc outputs)
  281. --------------------------------------------------
  282. Output 1 (BossDAC) is enabled
  283.  
  284. MPD statistics: (mpc stats)
  285. --------------------------------------------------
  286. Artists: 0
  287. Albums: 0
  288. Songs: 0
  289.  
  290. Play Time: 0 days, 0:00:00
  291. Uptime: 0 days, 0:00:05
  292. DB Updated: Sun Feb 26 05:14:18 2017
  293. DB Play Time: 0 days, 0:00:00
  294.  
  295. ###### mpd version ######
  296. Music Player Daemon 0.19.19-dsd
  297.  
  298. Copyright (C) 2003-2007 Warren Dukes
  299. Copyright (C) 2008-2014 Max Kellermann
  300. This is free software; see the source for copying conditions. There is NO
  301. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  302.  
  303.  
  304. Database plugins:
  305. simple proxy upnp
  306.  
  307. Storage plugins:
  308. local smbclient nfs
  309.  
  310. Neighbor plugins:
  311. smbclient upnp
  312.  
  313. Decoders plugins:
  314. [mad] mp3 mp2
  315. [vorbis] ogg oga
  316. [oggflac] ogg oga
  317. [flac] flac
  318. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  319. [audiofile] wav au aiff aif
  320. [dsdiff] dff
  321. [dsf] dsf
  322. [faad] aac
  323. [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
  324.  
  325. 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
  326.  
  327. 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
  328.  
  329. 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
  330.  
  331. uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve
  332. [pcm]
  333.  
  334. Output plugins:
  335. null fifo pipe alsa jack httpd
  336.  
  337. Encoder plugins:
  338. null vorbis wave flac
  339.  
  340. Input plugins:
  341. file alsa curl ffmpeg smbclient nfs mms
  342.  
  343. Playlist plugins:
  344. extm3u m3u pls xspf asx rss soundcloud cue embcue
  345.  
  346. Protocols:
  347. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  348.  
  349. ###### mpd.conf ######
  350. ###################################
  351. # Auto generated mpd.conf file
  352. # please DO NOT edit it manually!
  353. # Use RuneUI MPD config section
  354. ###################################
  355.  
  356. log_level "default"
  357. log_file "/var/log/runeaudio/mpd.log"
  358. state_file "/var/lib/mpd/mpdstate"
  359. zeroconf_enabled "no"
  360. zeroconf_name "runeaudio"
  361. bind_to_address "/run/mpd.sock"
  362. bind_to_address "any"
  363. port "6600"
  364. max_connections "20"
  365. user "mpd"
  366. group "audio"
  367. db_file "/var/lib/mpd/mpd.db"
  368. sticker_file "/var/lib/mpd/sticker.sql"
  369. pid_file "/var/run/mpd/pid"
  370. music_directory "/mnt/MPD"
  371. playlist_directory "/var/lib/mpd/playlists"
  372. follow_outside_symlinks "yes"
  373. follow_inside_symlinks "yes"
  374. auto_update "no"
  375. filesystem_charset "UTF-8"
  376. id3v1_encoding "UTF-8"
  377. volume_normalization "no"
  378. audio_buffer_size "2048"
  379. buffer_before_play "10%"
  380. gapless_mp3_playback "no"
  381.  
  382. input {
  383. plugin "curl"
  384. }
  385.  
  386. decoder {
  387. plugin "ffmpeg"
  388. enabled "no"
  389. }
  390. replaygain "off"
  391. max_output_buffer_size "16384"
  392.  
  393. audio_output {
  394. name "BossDAC"
  395. type "alsa"
  396. device "hw:0,0"
  397. mixer_control "Digital"
  398. mixer_type "hardware"
  399. mixer_device "hw:0"
  400. auto_resample "no"
  401. auto_format "no"
  402. }
  403.  
  404.  
  405. ###### Kernel optimization parameters ######
  406. hardware platform: RaspberryPi2
  407. current orionprofile: RuneAudio
  408.  
  409.  
  410. kernel scheduler for mmcblk0: [noop] deadline cfq
  411. /proc/sys/vm/swappiness: 0
  412. /proc/sys/kernel/sched_latency_ns: 4500000
  413. /proc/sys/kernel/sched_rt_period_us: 1000000
  414. /proc/sys/kernel/sched_rt_runtime_us: 950000
  415. /proc/sys/kernel/sched_autogroup_enabled: 1
  416. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  417. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  418. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  419.  
  420.  
  421. ###### Kernel module snd_usb_audio settings ######
  422. Error opening module snd_usb_audio
  423.  
  424. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  425. total 8.0K
  426. drwxr-xr-x 2 root root 4.0K Oct 22 2018 .
  427. drwxr-xr-x 6 root root 4.0K Oct 22 2018 ..
  428. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  429. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  430. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  431. lrwxrwxrwx 1 root root 47 Oct 19 2016 [email protected] -> /usr/lib/systemd/system/[email protected]
  432. lrwxrwxrwx 1 root root 37 Feb 15 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  433. lrwxrwxrwx 1 root root 36 Feb 15 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  434. lrwxrwxrwx 1 root root 39 Feb 15 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  435. lrwxrwxrwx 1 root root 37 Feb 15 2015 redis.service -> /usr/lib/systemd/system/redis.service
  436. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  437. lrwxrwxrwx 1 root root 43 Feb 15 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  438. lrwxrwxrwx 1 root root 45 Feb 15 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  439. lrwxrwxrwx 1 root root 43 Feb 15 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  440. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  441.  
  442.  
  443. ###### Filesystem mounts ######
  444. /dev/root / ext4 rw,relatime,data=ordered 0 0
  445. devtmpfs /dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
  446. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  447. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  448. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  449. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  450. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  451. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  452. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  453. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-
  454.  
  455. agent,name=systemd 0 0
  456. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  457. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  458. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  459. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  460. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  461. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  462. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  463. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  464. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  465. mqueue /dev/mqueue mqueue rw,relatime 0 0
  466. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  467. tmpfs /tmp tmpfs rw 0 0
  468. configfs /sys/kernel/config configfs rw,relatime 0 0
  469. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  470. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  471. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  472.  
  473.  
  474. ###### Filesystem mounts - free space (df -h) ######
  475. Filesystem Size Used Avail Use% Mounted on
  476. /dev/root 3.5G 2.3G 1.1G 69% /
  477. devtmpfs 458M 0 458M 0% /dev
  478. tmpfs 462M 0 462M 0% /dev/shm
  479. tmpfs 462M 6.1M 456M 2% /run
  480. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  481. tmpfs 462M 0 462M 0% /tmp
  482. logs 5.0M 12K 5.0M 1% /var/log
  483. rune-logs 5.0M 20K 5.0M 1% /var/log/runeaudio
  484. /dev/mmcblk0p1 100M 18M 82M 18% /boot
  485.  
  486.  
  487. ###### Loaded kernel modules ######
  488. Module Size Used by
  489. iptable_filter 1708 1
  490. xt_conntrack 2972 1
  491. ipt_MASQUERADE 1235 1
  492. nf_nat_masquerade_ipv4 2915 1 ipt_MASQUERADE
  493. iptable_nat 1943 1
  494. nf_conntrack_ipv4 13702 2
  495. nf_defrag_ipv4 1677 1 nf_conntrack_ipv4
  496. nf_nat_ipv4 5699 1 iptable_nat
  497. nf_nat 15862 2 nf_nat_ipv4,nf_nat_masquerade_ipv4
  498. nf_conntrack 101212 5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
  499. cfg80211 498228 0
  500. snd_soc_pcm512x_i2c 2609 1
  501. snd_soc_pcm512x 18826 1 snd_soc_pcm512x_i2c
  502. snd_soc_allo_boss_dac 4532 1
  503. snd_soc_bcm2835_i2s 6278 2
  504. regmap_i2c 3560 1 snd_soc_pcm512x_i2c
  505. snd_soc_core 153224 3 snd_soc_pcm512x,snd_soc_bcm2835_i2s,snd_soc_allo_boss_dac
  506. snd_pcm_dmaengine 5503 1 snd_soc_core
  507. snd_pcm 88980 4 snd_soc_pcm512x,snd_soc_core,snd_pcm_dmaengine,snd_soc_allo_boss_dac
  508. snd_timer 22172 1 snd_pcm
  509. snd 63333 5 snd_soc_core,snd_timer,snd_pcm
  510. bcm2835_rng 2167 0
  511. i2c_bcm2708 5382 0
  512. rng_core 8183 1 bcm2835_rng
  513. bcm2835_gpiomem 3638 0
  514. bcm2835_wdt 3756 0
  515. clk_allo_dac_45Mhz 2477 1
  516. uio_pdrv_genirq 3539 0
  517. uio 9114 1 uio_pdrv_genirq
  518. sch_fq_codel 8174 2
  519. ip_tables 12147 2 iptable_filter,iptable_nat
  520. x_tables 18169 4 ip_tables,ipt_MASQUERADE,xt_conntrack,iptable_filter
  521. ipv6 372060 0
  522.  
  523.  
  524. ###### Network listening sockets (netstat -lnp) ######
  525. Active Internet connections (only servers)
  526. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  527. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 433/mpd
  528. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 324/redis-server 12
  529. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 329/nginx: master p
  530. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 329/nginx: master p
  531. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 329/nginx: master p
  532. tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 650/dnsmasq
  533. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 280/sshd
  534. udp 0 0 127.0.0.1:53 0.0.0.0:* 650/dnsmasq
  535. udp 0 0 0.0.0.0:67 0.0.0.0:* 650/dnsmasq
  536. udp 0 0 0.0.0.0:68 0.0.0.0:* 542/dhcpcd
  537. udp 0 0 192.168.1.10:123 0.0.0.0:* 300/ntpd
  538. udp 0 0 127.0.0.1:123 0.0.0.0:* 300/ntpd
  539. udp 0 0 0.0.0.0:123 0.0.0.0:* 300/ntpd
  540. udp 0 0 0.0.0.0:137 0.0.0.0:* 401/nmbd
  541. udp 0 0 0.0.0.0:138 0.0.0.0:* 401/nmbd
  542. Active UNIX domain sockets (only servers)
  543. Proto RefCnt Flags Type State I-Node PID/Program name Path
  544. unix 2 [ ACC ] STREAM LISTENING 13066 433/mpd /run/mpd.sock
  545. unix 2 [ ACC ] STREAM LISTENING 13089 462/php-fpm: master /var/run/php-display.sock
  546. unix 2 [ ACC ] STREAM LISTENING 13092 462/php-fpm: master /var/run/php-db.sock
  547. unix 2 [ ACC ] STREAM LISTENING 13095 462/php-fpm: master /var/run/php-command.sock
  548. unix 2 [ ACC ] STREAM LISTENING 9849 324/redis-server 12 /tmp/redis.sock
  549. unix 2 [ ACC ] STREAM LISTENING 1956 1/init /run/dbus/system_bus_socket
  550. unix 2 [ ACC ] STREAM LISTENING 1959 1/init /var/run/rpcbind.sock
  551. unix 2 [ ACC ] STREAM LISTENING 1488 1/init /run/systemd/private
  552. unix 2 [ ACC ] SEQPACKET LISTENING 1496 1/init /run/systemd/coredump
  553. unix 2 [ ACC ] SEQPACKET LISTENING 1500 1/init /run/udev/control
  554. unix 2 [ ACC ] STREAM LISTENING 1519 1/init /run/systemd/journal/stdout
  555.  
  556.  
  557. ###### Network established sockets (netstat -np) ######
  558. Active Internet connections (w/o servers)
  559. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  560. tcp 0 0 127.0.0.1:44148 127.0.0.1:6379 TIME_WAIT -
  561. tcp 0 0 127.0.0.1:43770 127.0.0.1:6379 TIME_WAIT -
  562. tcp 0 0 127.0.0.1:43860 127.0.0.1:6379 TIME_WAIT -
  563. tcp 0 0 127.0.0.1:44096 127.0.0.1:6379 TIME_WAIT -
  564. tcp 0 0 127.0.0.1:43888 127.0.0.1:6379 TIME_WAIT -
  565. tcp 0 0 127.0.0.1:43750 127.0.0.1:6379 TIME_WAIT -
  566. tcp 0 0 127.0.0.1:43972 127.0.0.1:6379 TIME_WAIT -
  567. tcp 0 0 127.0.0.1:43958 127.0.0.1:6379 TIME_WAIT -
  568. tcp 0 0 127.0.0.1:44158 127.0.0.1:6379 TIME_WAIT -
  569. tcp 0 0 127.0.0.1:43636 127.0.0.1:6379 TIME_WAIT -
  570. tcp 0 0 127.0.0.1:44080 127.0.0.1:6379 TIME_WAIT -
  571. tcp 0 0 127.0.0.1:43910 127.0.0.1:6379 TIME_WAIT -
  572. tcp 0 0 127.0.0.1:43758 127.0.0.1:6379 TIME_WAIT -
  573. tcp 0 0 127.0.0.1:43790 127.0.0.1:6379 TIME_WAIT -
  574. tcp 0 0 127.0.0.1:43660 127.0.0.1:6379 TIME_WAIT -
  575. tcp 0 0 127.0.0.1:43642 127.0.0.1:6379 TIME_WAIT -
  576. tcp 0 0 127.0.0.1:43632 127.0.0.1:6379 TIME_WAIT -
  577. tcp 0 0 127.0.0.1:44048 127.0.0.1:6379 TIME_WAIT -
  578. tcp 0 0 127.0.0.1:44076 127.0.0.1:6379 TIME_WAIT -
  579. tcp 0 0 127.0.0.1:44030 127.0.0.1:6379 TIME_WAIT -
  580. tcp 0 0 127.0.0.1:80 127.0.0.1:58868 TIME_WAIT -
  581. tcp 0 0 127.0.0.1:43812 127.0.0.1:6379 TIME_WAIT -
  582. tcp 0 0 127.0.0.1:43858 127.0.0.1:6379 TIME_WAIT -
  583. tcp 0 0 127.0.0.1:43610 127.0.0.1:6379 TIME_WAIT -
  584. tcp 0 0 127.0.0.1:43600 127.0.0.1:6379 TIME_WAIT -
  585. tcp 0 0 127.0.0.1:44068 127.0.0.1:6379 TIME_WAIT -
  586. tcp 0 0 127.0.0.1:44146 127.0.0.1:6379 TIME_WAIT -
  587. tcp 0 0 127.0.0.1:43886 127.0.0.1:6379 TIME_WAIT -
  588. tcp 0 0 127.0.0.1:43822 127.0.0.1:6379 TIME_WAIT -
  589. tcp 0 0 127.0.0.1:43810 127.0.0.1:6379 TIME_WAIT -
  590. tcp 0 0 127.0.0.1:44000 127.0.0.1:6379 TIME_WAIT -
  591. tcp 0 0 127.0.0.1:43674 127.0.0.1:6379 TIME_WAIT -
  592. tcp 0 0 127.0.0.1:43830 127.0.0.1:6379 TIME_WAIT -
  593. tcp 0 0 127.0.0.1:44130 127.0.0.1:6379 TIME_WAIT -
  594. tcp 0 0 127.0.0.1:44078 127.0.0.1:6379 TIME_WAIT -
  595. tcp 0 0 127.0.0.1:43728 127.0.0.1:6379 TIME_WAIT -
  596. tcp 0 0 127.0.0.1:43850 127.0.0.1:6379 TIME_WAIT -
  597. tcp 0 0 127.0.0.1:43786 127.0.0.1:6379 TIME_WAIT -
  598. tcp 0 0 127.0.0.1:43696 127.0.0.1:6379 TIME_WAIT -
  599. tcp 0 0 127.0.0.1:43680 127.0.0.1:6379 TIME_WAIT -
  600. tcp 0 0 127.0.0.1:44074 127.0.0.1:6379 TIME_WAIT -
  601. tcp 0 0 127.0.0.1:43898 127.0.0.1:6379 TIME_WAIT -
  602. tcp 0 0 127.0.0.1:43866 127.0.0.1:6379 TIME_WAIT -
  603. tcp 0 0 192.168.1.10:80 192.168.1.100:52260 ESTABLISHED 330/nginx: worker p
  604. tcp 0 0 127.0.0.1:43806 127.0.0.1:6379 TIME_WAIT -
  605. tcp 0 0 127.0.0.1:43672 127.0.0.1:6379 TIME_WAIT -
  606. tcp 0 0 127.0.0.1:43614 127.0.0.1:6379 TIME_WAIT -
  607. tcp 0 0 127.0.0.1:44123 127.0.0.1:6379 TIME_WAIT -
  608. tcp 0 0 127.0.0.1:43722 127.0.0.1:6379 TIME_WAIT -
  609. tcp 0 0 127.0.0.1:44054 127.0.0.1:6379 TIME_WAIT -
  610. tcp 0 0 127.0.0.1:43762 127.0.0.1:6379 TIME_WAIT -
  611. tcp 0 0 127.0.0.1:43670 127.0.0.1:6379 TIME_WAIT -
  612. tcp 0 0 127.0.0.1:44028 127.0.0.1:6379 TIME_WAIT -
  613. tcp 0 0 127.0.0.1:43874 127.0.0.1:6379 TIME_WAIT -
  614. tcp 0 0 127.0.0.1:44018 127.0.0.1:6379 TIME_WAIT -
  615. tcp 0 0 127.0.0.1:43926 127.0.0.1:6379 TIME_WAIT -
  616. tcp 0 0 127.0.0.1:43894 127.0.0.1:6379 TIME_WAIT -
  617. tcp 0 0 127.0.0.1:43968 127.0.0.1:6379 TIME_WAIT -
  618. tcp 0 0 127.0.0.1:43616 127.0.0.1:6379 TIME_WAIT -
  619. tcp 0 0 127.0.0.1:43952 127.0.0.1:6379 TIME_WAIT -
  620. tcp 0 0 127.0.0.1:44060 127.0.0.1:6379 TIME_WAIT -
  621. tcp 0 0 127.0.0.1:35246 127.0.0.1:82 ESTABLISHED 330/nginx: worker p
  622. tcp 0 0 127.0.0.1:43682 127.0.0.1:6379 TIME_WAIT -
  623. tcp 0 0 127.0.0.1:43932 127.0.0.1:6379 TIME_WAIT -
  624. tcp 0 0 127.0.0.1:43638 127.0.0.1:6379 TIME_WAIT -
  625. tcp 0 0 127.0.0.1:43908 127.0.0.1:6379 TIME_WAIT -
  626. tcp 0 0 127.0.0.1:43778 127.0.0.1:6379 TIME_WAIT -
  627. tcp 0 0 127.0.0.1:43998 127.0.0.1:6379 TIME_WAIT -
  628. tcp 0 0 127.0.0.1:44034 127.0.0.1:6379 TIME_WAIT -
  629. tcp 0 0 127.0.0.1:43868 127.0.0.1:6379 TIME_WAIT -
  630. tcp 0 0 127.0.0.1:43862 127.0.0.1:6379 TIME_WAIT -
  631. tcp 0 0 127.0.0.1:43738 127.0.0.1:6379 TIME_WAIT -
  632. tcp 0 0 127.0.0.1:43668 127.0.0.1:6379 TIME_WAIT -
  633. tcp 0 0 127.0.0.1:43686 127.0.0.1:6379 TIME_WAIT -
  634. tcp 0 0 127.0.0.1:43726 127.0.0.1:6379 TIME_WAIT -
  635. tcp 0 0 127.0.0.1:43986 127.0.0.1:6379 TIME_WAIT -
  636. tcp 0 0 127.0.0.1:43820 127.0.0.1:6379 TIME_WAIT -
  637. tcp 0 0 127.0.0.1:43746 127.0.0.1:6379 TIME_WAIT -
  638. tcp 0 0 127.0.0.1:43748 127.0.0.1:6379 TIME_WAIT -
  639. tcp 0 0 127.0.0.1:82 127.0.0.1:35246 ESTABLISHED 330/nginx: worker p
  640. tcp 0 0 192.168.1.10:80 192.168.1.100:52257 ESTABLISHED 330/nginx: worker p
  641. tcp 0 0 127.0.0.1:43796 127.0.0.1:6379 TIME_WAIT -
  642. tcp 0 0 127.0.0.1:43864 127.0.0.1:6379 TIME_WAIT -
  643. tcp 0 0 127.0.0.1:43902 127.0.0.1:6379 TIME_WAIT -
  644. tcp 0 0 127.0.0.1:44058 127.0.0.1:6379 TIME_WAIT -
  645. tcp 0 0 127.0.0.1:44040 127.0.0.1:6379 TIME_WAIT -
  646. tcp 0 0 127.0.0.1:44046 127.0.0.1:6379 TIME_WAIT -
  647. tcp 0 0 127.0.0.1:43766 127.0.0.1:6379 TIME_WAIT -
  648. tcp 0 0 127.0.0.1:43940 127.0.0.1:6379 TIME_WAIT -
  649. tcp 0 0 127.0.0.1:43620 127.0.0.1:6379 TIME_WAIT -
  650. tcp 0 0 127.0.0.1:44156 127.0.0.1:6379 TIME_WAIT -
  651. tcp 0 0 127.0.0.1:44108 127.0.0.1:6379 TIME_WAIT -
  652. tcp 0 0 127.0.0.1:44152 127.0.0.1:6379 TIME_WAIT -
  653. tcp 0 1 127.0.0.1:44164 127.0.0.1:6379 SYN_SENT -
  654. tcp 0 0 127.0.0.1:43996 127.0.0.1:6379 TIME_WAIT -
  655. tcp 0 0 127.0.0.1:44004 127.0.0.1:6379 TIME_WAIT -
  656. tcp 0 0 127.0.0.1:43720 127.0.0.1:6379 TIME_WAIT -
  657. tcp 0 0 127.0.0.1:44114 127.0.0.1:6379 TIME_WAIT -
  658. tcp 0 0 127.0.0.1:43854 127.0.0.1:6379 TIME_WAIT -
  659. tcp 0 0 127.0.0.1:80 127.0.0.1:58838 TIME_WAIT -
  660. tcp 0 0 127.0.0.1:43598 127.0.0.1:6379 TIME_WAIT -
  661. tcp 0 0 127.0.0.1:43856 127.0.0.1:6379 TIME_WAIT -
  662. tcp 0 0 127.0.0.1:44022 127.0.0.1:6379 TIME_WAIT -
  663. tcp 0 0 127.0.0.1:44026 127.0.0.1:6379 TIME_WAIT -
  664. tcp 0 0 127.0.0.1:43836 127.0.0.1:6379 TIME_WAIT -
  665. tcp 0 0 127.0.0.1:43730 127.0.0.1:6379 TIME_WAIT -
  666. tcp 0 0 127.0.0.1:43970 127.0.0.1:6379 TIME_WAIT -
  667. tcp 0 0 127.0.0.1:43934 127.0.0.1:6379 TIME_WAIT -
  668. tcp 0 0 127.0.0.1:43924 127.0.0.1:6379 TIME_WAIT -
  669. tcp 0 0 127.0.0.1:43714 127.0.0.1:6379 TIME_WAIT -
  670. tcp 0 0 127.0.0.1:43692 127.0.0.1:6379 TIME_WAIT -
  671. tcp 0 0 127.0.0.1:44104 127.0.0.1:6379 TIME_WAIT -
  672. tcp 0 0 127.0.0.1:43884 127.0.0.1:6379 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:44090 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 0 127.0.0.1:44070 127.0.0.1:6379 TIME_WAIT -
  675. tcp 0 0 127.0.0.1:43690 127.0.0.1:6379 TIME_WAIT -
  676. tcp 0 0 127.0.0.1:44002 127.0.0.1:6379 TIME_WAIT -
  677. tcp 0 0 127.0.0.1:44064 127.0.0.1:6379 TIME_WAIT -
  678. tcp 0 0 127.0.0.1:44010 127.0.0.1:6379 TIME_WAIT -
  679. tcp 0 0 127.0.0.1:43976 127.0.0.1:6379 TIME_WAIT -
  680. tcp 0 0 127.0.0.1:44044 127.0.0.1:6379 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:43702 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 7 127.0.0.1:6379 127.0.0.1:44120 ESTABLISHED 324/redis-server 12
  683. tcp 0 0 127.0.0.1:43800 127.0.0.1:6379 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:43900 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:43872 127.0.0.1:6379 TIME_WAIT -
  686. tcp 0 0 127.0.0.1:43852 127.0.0.1:6379 TIME_WAIT -
  687. tcp 0 0 127.0.0.1:43944 127.0.0.1:6379 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:43990 127.0.0.1:6379 TIME_WAIT -
  689. tcp 0 0 127.0.0.1:43792 127.0.0.1:6379 TIME_WAIT -
  690. tcp 0 0 127.0.0.1:44066 127.0.0.1:6379 TIME_WAIT -
  691. tcp 0 0 127.0.0.1:43914 127.0.0.1:6379 TIME_WAIT -
  692. tcp 0 0 127.0.0.1:44098 127.0.0.1:6379 TIME_WAIT -
  693. tcp 0 0 127.0.0.1:43962 127.0.0.1:6379 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:43890 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 127.0.0.1:43824 127.0.0.1:6379 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:43896 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 127.0.0.1:43760 127.0.0.1:6379 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:43708 127.0.0.1:6379 TIME_WAIT -
  699. tcp 0 0 127.0.0.1:43876 127.0.0.1:6379 TIME_WAIT -
  700. tcp 0 0 127.0.0.1:43966 127.0.0.1:6379 TIME_WAIT -
  701. tcp 0 0 127.0.0.1:44062 127.0.0.1:6379 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:43842 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 127.0.0.1:43980 127.0.0.1:6379 TIME_WAIT -
  704. tcp 0 0 127.0.0.1:43870 127.0.0.1:6379 TIME_WAIT -
  705. tcp 0 0 127.0.0.1:44150 127.0.0.1:6379 TIME_WAIT -
  706. tcp 0 0 127.0.0.1:43938 127.0.0.1:6379 TIME_WAIT -
  707. tcp 0 0 127.0.0.1:44142 127.0.0.1:6379 TIME_WAIT -
  708. tcp 0 0 192.168.1.10:80 192.168.1.100:52258 SYN_RECV -
  709. tcp 0 0 127.0.0.1:43656 127.0.0.1:6379 TIME_WAIT -
  710. tcp 0 0 127.0.0.1:43844 127.0.0.1:6379 TIME_WAIT -
  711. tcp 0 0 127.0.0.1:43744 127.0.0.1:6379 TIME_WAIT -
  712. tcp 0 0 127.0.0.1:43840 127.0.0.1:6379 TIME_WAIT -
  713. tcp 0 0 127.0.0.1:43826 127.0.0.1:6379 TIME_WAIT -
  714. tcp 0 0 127.0.0.1:43618 127.0.0.1:6379 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:43882 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:43650 127.0.0.1:6379 TIME_WAIT -
  717. tcp 0 0 127.0.0.1:44140 127.0.0.1:6379 TIME_WAIT -
  718. tcp 0 0 127.0.0.1:47188 127.0.0.1:6600 TIME_WAIT -
  719. tcp 0 0 127.0.0.1:44036 127.0.0.1:6379 TIME_WAIT -
  720. tcp 0 0 127.0.0.1:43768 127.0.0.1:6379 TIME_WAIT -
  721. tcp 0 0 127.0.0.1:44086 127.0.0.1:6379 TIME_WAIT -
  722. tcp 0 0 127.0.0.1:43818 127.0.0.1:6379 TIME_WAIT -
  723. tcp 0 0 127.0.0.1:44128 127.0.0.1:6379 TIME_WAIT -
  724. tcp 0 0 127.0.0.1:44042 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 127.0.0.1:43838 127.0.0.1:6379 TIME_WAIT -
  726. tcp 0 0 127.0.0.1:44094 127.0.0.1:6379 TIME_WAIT -
  727. tcp 0 0 127.0.0.1:43878 127.0.0.1:6379 TIME_WAIT -
  728. tcp 0 0 127.0.0.1:43974 127.0.0.1:6379 TIME_WAIT -
  729. tcp 0 0 127.0.0.1:43736 127.0.0.1:6379 TIME_WAIT -
  730. tcp 0 0 127.0.0.1:43754 127.0.0.1:6379 TIME_WAIT -
  731. tcp 0 0 127.0.0.1:44072 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 127.0.0.1:43942 127.0.0.1:6379 TIME_WAIT -
  733. tcp 0 0 127.0.0.1:43832 127.0.0.1:6379 TIME_WAIT -
  734. tcp 0 0 127.0.0.1:43694 127.0.0.1:6379 TIME_WAIT -
  735. tcp 0 0 127.0.0.1:43912 127.0.0.1:6379 TIME_WAIT -
  736. tcp 0 0 127.0.0.1:43704 127.0.0.1:6379 TIME_WAIT -
  737. tcp 0 0 127.0.0.1:43988 127.0.0.1:6379 TIME_WAIT -
  738. tcp 0 0 127.0.0.1:43994 127.0.0.1:6379 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:44122 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 127.0.0.1:43992 127.0.0.1:6379 TIME_WAIT -
  741. tcp 0 0 127.0.0.1:43948 127.0.0.1:6379 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:80 127.0.0.1:58986 TIME_WAIT -
  743. tcp 0 0 127.0.0.1:44006 127.0.0.1:6379 TIME_WAIT -
  744. tcp 0 0 127.0.0.1:43718 127.0.0.1:6379 TIME_WAIT -
  745. tcp 0 0 127.0.0.1:43834 127.0.0.1:6379 TIME_WAIT -
  746. tcp 0 0 127.0.0.1:43676 127.0.0.1:6379 TIME_WAIT -
  747. tcp 0 0 127.0.0.1:43732 127.0.0.1:6379 TIME_WAIT -
  748. tcp 0 0 127.0.0.1:43666 127.0.0.1:6379 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:43930 127.0.0.1:6379 TIME_WAIT -
  750. tcp 0 0 127.0.0.1:43904 127.0.0.1:6379 TIME_WAIT -
  751. tcp 0 0 127.0.0.1:44032 127.0.0.1:6379 TIME_WAIT -
  752. tcp 0 0 127.0.0.1:43626 127.0.0.1:6379 TIME_WAIT -
  753. tcp 0 0 127.0.0.1:43594 127.0.0.1:6379 TIME_WAIT -
  754. tcp 0 0 127.0.0.1:43764 127.0.0.1:6379 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:43634 127.0.0.1:6379 TIME_WAIT -
  756. tcp 0 0 127.0.0.1:47404 127.0.0.1:6600 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:43784 127.0.0.1:6379 TIME_WAIT -
  758. tcp 0 0 127.0.0.1:44052 127.0.0.1:6379 TIME_WAIT -
  759. tcp 0 0 127.0.0.1:44126 127.0.0.1:6379 TIME_WAIT -
  760. tcp 0 0 127.0.0.1:80 127.0.0.1:59182 TIME_WAIT -
  761. tcp 0 0 127.0.0.1:43608 127.0.0.1:6379 TIME_WAIT -
  762. tcp 0 0 127.0.0.1:43946 127.0.0.1:6379 TIME_WAIT -
  763. tcp 0 0 127.0.0.1:43624 127.0.0.1:6379 TIME_WAIT -
  764. tcp 0 0 127.0.0.1:43658 127.0.0.1:6379 TIME_WAIT -
  765. tcp 0 0 127.0.0.1:43880 127.0.0.1:6379 TIME_WAIT -
  766. tcp 0 0 127.0.0.1:44082 127.0.0.1:6379 TIME_WAIT -
  767. tcp 0 0 127.0.0.1:43804 127.0.0.1:6379 TIME_WAIT -
  768. tcp 0 0 127.0.0.1:44024 127.0.0.1:6379 TIME_WAIT -
  769. tcp 0 0 127.0.0.1:43716 127.0.0.1:6379 TIME_WAIT -
  770. tcp 0 0 127.0.0.1:43740 127.0.0.1:6379 TIME_WAIT -
  771. tcp 0 0 127.0.0.1:43780 127.0.0.1:6379 TIME_WAIT -
  772. tcp 0 0 127.0.0.1:43918 127.0.0.1:6379 TIME_WAIT -
  773. tcp 0 0 127.0.0.1:43814 127.0.0.1:6379 TIME_WAIT -
  774. tcp 0 0 127.0.0.1:47566 127.0.0.1:6600 TIME_WAIT -
  775. tcp 0 0 127.0.0.1:43596 127.0.0.1:6379 TIME_WAIT -
  776. tcp 0 0 127.0.0.1:43622 127.0.0.1:6379 TIME_WAIT -
  777. tcp 0 0 127.0.0.1:43906 127.0.0.1:6379 TIME_WAIT -
  778. tcp 0 0 127.0.0.1:43828 127.0.0.1:6379 TIME_WAIT -
  779. tcp 0 0 127.0.0.1:43678 127.0.0.1:6379 TIME_WAIT -
  780. tcp 0 0 127.0.0.1:43916 127.0.0.1:6379 TIME_WAIT -
  781. tcp 0 0 127.0.0.1:43606 127.0.0.1:6379 TIME_WAIT -
  782. tcp 0 0 127.0.0.1:43712 127.0.0.1:6379 TIME_WAIT -
  783. tcp 0 0 127.0.0.1:44020 127.0.0.1:6379 TIME_WAIT -
  784. tcp 0 0 127.0.0.1:43788 127.0.0.1:6379 TIME_WAIT -
  785. tcp 0 0 127.0.0.1:43756 127.0.0.1:6379 TIME_WAIT -
  786. tcp 0 0 127.0.0.1:43936 127.0.0.1:6379 TIME_WAIT -
  787. tcp 0 0 127.0.0.1:44110 127.0.0.1:6379 TIME_WAIT -
  788. tcp 0 0 127.0.0.1:43688 127.0.0.1:6379 TIME_WAIT -
  789. tcp 0 0 127.0.0.1:43892 127.0.0.1:6379 TIME_WAIT -
  790. tcp 0 0 127.0.0.1:44138 127.0.0.1:6379 TIME_WAIT -
  791. tcp 0 0 127.0.0.1:43644 127.0.0.1:6379 TIME_WAIT -
  792. tcp 0 0 127.0.0.1:47572 127.0.0.1:6600 TIME_WAIT -
  793. tcp 0 0 127.0.0.1:44038 127.0.0.1:6379 TIME_WAIT -
  794. tcp 0 0 127.0.0.1:44144 127.0.0.1:6379 TIME_WAIT -
  795. tcp 0 0 127.0.0.1:44116 127.0.0.1:6379 TIME_WAIT -
  796. tcp 0 0 127.0.0.1:43956 127.0.0.1:6379 TIME_WAIT -
  797. tcp 0 1 192.168.1.10:55438 104.24.14.89:80 FIN_WAIT1 -
  798. tcp 0 0 127.0.0.1:43982 127.0.0.1:6379 TIME_WAIT -
  799. tcp 0 0 127.0.0.1:43710 127.0.0.1:6379 TIME_WAIT -
  800. tcp 0 0 127.0.0.1:43664 127.0.0.1:6379 TIME_WAIT -
  801. tcp 0 0 127.0.0.1:43776 127.0.0.1:6379 TIME_WAIT -
  802. tcp 0 0 127.0.0.1:43654 127.0.0.1:6379 TIME_WAIT -
  803. tcp 0 0 127.0.0.1:43922 127.0.0.1:6379 TIME_WAIT -
  804. tcp 0 0 127.0.0.1:44012 127.0.0.1:6379 TIME_WAIT -
  805. tcp 0 0 127.0.0.1:43928 127.0.0.1:6379 TIME_WAIT -
  806. tcp 0 0 127.0.0.1:43628 127.0.0.1:6379 TIME_WAIT -
  807. tcp 0 0 127.0.0.1:44100 127.0.0.1:6379 TIME_WAIT -
  808. tcp 0 0 127.0.0.1:44056 127.0.0.1:6379 TIME_WAIT -
  809. tcp 0 0 127.0.0.1:44092 127.0.0.1:6379 TIME_WAIT -
  810. tcp 0 0 127.0.0.1:44134 127.0.0.1:6379 TIME_WAIT -
  811. tcp 0 0 127.0.0.1:43652 127.0.0.1:6379 TIME_WAIT -
  812. tcp 0 0 127.0.0.1:43602 127.0.0.1:6379 TIME_WAIT -
  813. tcp 0 0 127.0.0.1:44014 127.0.0.1:6379 TIME_WAIT -
  814. tcp 0 0 127.0.0.1:43700 127.0.0.1:6379 TIME_WAIT -
  815. tcp 0 0 127.0.0.1:43742 127.0.0.1:6379 TIME_WAIT -
  816. tcp 0 0 127.0.0.1:43774 127.0.0.1:6379 TIME_WAIT -
  817. tcp 0 0 127.0.0.1:44120 127.0.0.1:6379 TIME_WAIT -
  818. tcp 0 0 127.0.0.1:43604 127.0.0.1:6379 TIME_WAIT -
  819. tcp 0 0 127.0.0.1:43662 127.0.0.1:6379 TIME_WAIT -
  820. tcp 0 0 127.0.0.1:43920 127.0.0.1:6379 TIME_WAIT -
  821. tcp 0 0 127.0.0.1:43960 127.0.0.1:6379 TIME_WAIT -
  822. tcp 0 0 127.0.0.1:43808 127.0.0.1:6379 TIME_WAIT -
  823. tcp 0 0 127.0.0.1:44008 127.0.0.1:6379 TIME_WAIT -
  824. tcp 0 0 127.0.0.1:43978 127.0.0.1:6379 TIME_WAIT -
  825. tcp 0 0 127.0.0.1:43684 127.0.0.1:6379 TIME_WAIT -
  826. tcp 0 0 127.0.0.1:43782 127.0.0.1:6379 TIME_WAIT -
  827. tcp 0 0 127.0.0.1:43648 127.0.0.1:6379 TIME_WAIT -
  828. tcp 0 0 127.0.0.1:43724 127.0.0.1:6379 TIME_WAIT -
  829. tcp 0 0 127.0.0.1:43802 127.0.0.1:6379 TIME_WAIT -
  830. tcp 0 0 127.0.0.1:44084 127.0.0.1:6379 TIME_WAIT -
  831. tcp 0 0 127.0.0.1:44162 127.0.0.1:6379 TIME_WAIT -
  832. tcp 0 0 127.0.0.1:43698 127.0.0.1:6379 TIME_WAIT -
  833. tcp 0 0 127.0.0.1:44106 127.0.0.1:6379 TIME_WAIT -
  834. tcp 0 0 127.0.0.1:43630 127.0.0.1:6379 TIME_WAIT -
  835. tcp 0 0 127.0.0.1:44166 127.0.0.1:6379 TIME_WAIT -
  836. tcp 0 0 127.0.0.1:43592 127.0.0.1:6379 TIME_WAIT -
  837. tcp 0 0 127.0.0.1:44088 127.0.0.1:6379 TIME_WAIT -
  838. tcp 0 0 127.0.0.1:43798 127.0.0.1:6379 TIME_WAIT -
  839. tcp 0 0 127.0.0.1:43706 127.0.0.1:6379 TIME_WAIT -
  840. tcp 0 0 127.0.0.1:43984 127.0.0.1:6379 TIME_WAIT -
  841. tcp 0 0 127.0.0.1:43612 127.0.0.1:6379 TIME_WAIT -
  842. tcp 0 0 127.0.0.1:44016 127.0.0.1:6379 TIME_WAIT -
  843. tcp 0 0 127.0.0.1:44136 127.0.0.1:6379 TIME_WAIT -
  844. tcp 0 0 127.0.0.1:43848 127.0.0.1:6379 TIME_WAIT -
  845. tcp 0 0 127.0.0.1:43752 127.0.0.1:6379 TIME_WAIT -
  846. tcp 0 0 127.0.0.1:43772 127.0.0.1:6379 TIME_WAIT -
  847. tcp 0 0 127.0.0.1:43640 127.0.0.1:6379 TIME_WAIT -
  848. tcp 0 0 127.0.0.1:43590 127.0.0.1:6379 TIME_WAIT -
  849. tcp 0 0 127.0.0.1:43794 127.0.0.1:6379 TIME_WAIT -
  850. tcp 0 0 127.0.0.1:43646 127.0.0.1:6379 TIME_WAIT -
  851. tcp 0 0 127.0.0.1:44154 127.0.0.1:6379 TIME_WAIT -
  852. tcp 0 0 127.0.0.1:44050 127.0.0.1:6379 TIME_WAIT -
  853. tcp 0 0 127.0.0.1:43954 127.0.0.1:6379 TIME_WAIT -
  854. tcp 0 0 127.0.0.1:44050 127.0.0.1:6379 TIME_WAIT -
  855. tcp 0 0 127.0.0.1:43954 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 2 [ ] DGRAM 10144 401/nmbd /var/lib/samba/private/msg.sock/401
  859. unix 3 [ ] DGRAM 1486 1/init /run/systemd/notify
  860. unix 5 [ ] DGRAM 1515 1/init /run/systemd/journal/dev-log
  861. unix 4 [ ] DGRAM 1521 1/init /run/systemd/journal/socket
  862. unix 2 [ ] DGRAM 1736 223/systemd-udevd
  863. unix 3 [ ] STREAM CONNECTED 2017 280/sshd
  864. unix 3 [ ] STREAM CONNECTED 9665 1/init /run/systemd/journal/stdout
  865. unix 3 [ ] STREAM CONNECTED 9843 329/nginx: master p
  866. unix 3 [ ] DGRAM 8454 223/systemd-udevd
  867. unix 3 [ ] STREAM CONNECTED 11837 462/php-fpm: master
  868. unix 3 [ ] STREAM CONNECTED 8755 284/sh
  869. unix 3 [ ] STREAM CONNECTED 13073 1/init /run/systemd/journal/stdout
  870. unix 3 [ ] STREAM CONNECTED 8801 1/init /run/systemd/journal/stdout
  871. unix 3 [ ] STREAM CONNECTED 16169 333/php
  872. unix 3 [ ] STREAM CONNECTED 10514 1/init /run/systemd/journal/stdout
  873. unix 3 [ ] STREAM CONNECTED 14528 324/redis-server 12 /tmp/redis.sock
  874. unix 3 [ ] STREAM CONNECTED 8856 290/haveged
  875. unix 3 [ ] STREAM CONNECTED 9904 333/php
  876. unix 3 [ ] STREAM CONNECTED 11544 343/php
  877. unix 3 [ ] STREAM CONNECTED 9844 329/nginx: master p
  878. unix 3 [ ] STREAM CONNECTED 8897 1/init /run/systemd/journal/stdout
  879. unix 2 [ ] DGRAM 10158 542/dhcpcd
  880. unix 3 [ ] DGRAM 8453 223/systemd-udevd
  881. unix 3 [ ] STREAM CONNECTED 9723 300/ntpd
  882. unix 3 [ ] STREAM CONNECTED 8800 285/ifplugd
  883. unix 3 [ ] STREAM CONNECTED 2022 1/init /run/systemd/journal/stdout
  884. unix 3 [ ] STREAM CONNECTED 9724 300/ntpd
  885. unix 3 [ ] STREAM CONNECTED 11048 324/redis-server 12 /tmp/redis.sock
  886. unix 3 [ ] STREAM CONNECTED 9676 1/init /run/systemd/journal/stdout
  887. unix 3 [ ] STREAM CONNECTED 10373 1/init
  888. unix 3 [ ] STREAM CONNECTED 10405 293/dbus-daemon /run/dbus/system_bus_socket
  889. unix 2 [ ] DGRAM 10940 1/init
  890. unix 3 [ ] STREAM CONNECTED 13146 324/redis-server 12 /tmp/redis.sock
  891. unix 2 [ ] DGRAM 8873 300/ntpd
  892. unix 3 [ ] STREAM CONNECTED 7843 223/systemd-udevd
  893. unix 3 [ ] STREAM CONNECTED 10795 343/php
  894. unix 3 [ ] STREAM CONNECTED 11085 1/init /run/systemd/journal/stdout
  895. unix 3 [ ] STREAM CONNECTED 8888 329/nginx: master p
  896. unix 3 [ ] STREAM CONNECTED 10774 324/redis-server 12 /tmp/redis.sock
  897. unix 3 [ ] STREAM CONNECTED 9368 1/init /run/systemd/journal/stdout
  898. unix 3 [ ] STREAM CONNECTED 8889 329/nginx: master p
  899. unix 3 [ ] STREAM CONNECTED 14596 715/python
  900. unix 3 [ ] STREAM CONNECTED 11015 650/dnsmasq
  901. unix 3 [ ] STREAM CONNECTED 13152 433/mpd /run/mpd.sock
  902. unix 2 [ ] DGRAM 7534 161/systemd-journal
  903. unix 3 [ ] STREAM CONNECTED 14479 681/php
  904. unix 3 [ ] STREAM CONNECTED 10793 343/php
  905. unix 3 [ ] STREAM CONNECTED 13135 476/php
  906. unix 3 [ ] STREAM CONNECTED 11304 293/dbus-daemon
  907. unix 3 [ ] STREAM CONNECTED 13760 293/dbus-daemon /run/dbus/system_bus_socket
  908. unix 3 [ ] STREAM CONNECTED 10403 293/dbus-daemon
  909. unix 2 [ ] DGRAM 11021 650/dnsmasq
  910. unix 3 [ ] STREAM CONNECTED 8861 1/init /run/systemd/journal/stdout
  911. unix 3 [ ] STREAM CONNECTED 11448 324/redis-server 12
  912. unix 3 [ ] STREAM CONNECTED 13087 462/php-fpm: master
  913. unix 3 [ ] STREAM CONNECTED 11451 1/init /run/systemd/journal/stdout
  914. unix 3 [ ] STREAM CONNECTED 10404 293/dbus-daemon
  915. unix 3 [ ] STREAM CONNECTED 13088 462/php-fpm: master
  916.  
  917.  
  918. ###### Network interfaces (ip addr) ######
  919. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  920. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  921. inet 127.0.0.1/8 scope host lo
  922. valid_lft forever preferred_lft forever
  923. 2: eth0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  924. link/ether b8:27:eb:22:ef:35 brd ff:ff:ff:ff:ff:ff
  925. inet 192.168.1.10/24 brd 192.168.1.255 scope global eth0
  926. valid_lft forever preferred_lft forever
  927.  
  928.  
  929. ###### Network interfaces (ifconfig) ######
  930. eth0: flags=4163 mtu 1500
  931. inet 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255
  932. ether b8:27:eb:22:ef:35 txqueuelen 1000 (Ethernet)
  933. RX packets 36 bytes 4151 (4.0 KiB)
  934. RX errors 0 dropped 0 overruns 0 frame 0
  935. TX packets 35 bytes 3704 (3.6 KiB)
  936. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  937.  
  938. lo: flags=73 mtu 65536
  939. inet 127.0.0.1 netmask 255.0.0.0
  940. loop txqueuelen 1 (Local Loopback)
  941. RX packets 3080 bytes 144654 (141.2 KiB)
  942. RX errors 0 dropped 0 overruns 0 frame 0
  943. TX packets 3080 bytes 144654 (141.2 KiB)
  944. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  945.  
  946.  
  947. ###### Network netctl profiles (netctl list) ######
  948. eth0
  949.  
  950. eth0 netctl status
  951. --------------------------------------------------------
  952. [email protected] - Networking for netctl profile eth0
  953. Loaded: loaded (/usr/lib/systemd/system/[email protected]; static; vendor preset: disabled)
  954. Active: inactive (dead)
  955. Docs: man:netctl.profile(5)
  956.  
  957. eth0 netctl profile
  958. --------------------------------------------------------
  959. Description='eth0 connection'
  960. Interface=eth0
  961. ForceConnect=yes
  962. SkipNoCarrier=yes
  963. Connection=ethernet
  964. IP=dhcp
  965.  
  966.  
  967. ###### Network wifi status (iwconfig) ######
  968. lo no wireless extensions.
  969.  
  970. eth0 no wireless extensions.
  971.  
  972.  
  973. ###### List all USB devices (lsusb) ######
  974. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  975. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  976. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  977.  
  978. ###### Kernel status (dmesg) ######
  979. [ 0.000000] Booting Linux on physical CPU 0xf00
  980. [ 0.000000] Initializing cgroup subsys cpuset
  981. [ 0.000000] Initializing cgroup subsys cpu
  982. [ 0.000000] Initializing cgroup subsys cpuacct
  983. [ 0.000000] Linux version 4.4.39-ARCH+ (frank@franks-ubuntu) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1
  984.  
  985. -4.8-2014.01 - Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017
  986. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  987. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  988. [ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
  989. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  990. [ 0.000000] Memory policy: Data cache writealloc
  991. [ 0.000000] On node 0 totalpages: 241664
  992. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  993. [ 0.000000] Normal zone: 2124 pages used for memmap
  994. [ 0.000000] Normal zone: 0 pages reserved
  995. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  996. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  997. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  998. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f62000 s22656 r8192 d22400 u53248
  999. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  1000. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  1001. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  1002. [ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041
  1003.  
  1004. bcm2709.serial=0xcd22ef35 smsc95xx.macaddr=B8:27:EB:22:EF:35 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=47
  1005.  
  1006. bcm2709.disk_led_active_low=0 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4
  1007.  
  1008. 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
  1009.  
  1010. dwc_otg.fiq_fsm_mask=0x3 elevator=noop ipv6.disable=1 logo.nologo quiet loglevel=3 rd.systemd.show_status=false rd.udev.log-
  1011.  
  1012. priority=3
  1013. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  1014. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  1015. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  1016. [ 0.000000] Memory: 936072K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22392K reserved,
  1017.  
  1018. 8192K cma-reserved)
  1019. [ 0.000000] Virtual kernel memory layout:
  1020. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  1021. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  1022. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  1023. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  1024. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  1025. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  1026. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  1027. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  1028. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  1029. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1030. [ 0.000000] Hierarchical RCU implementation.
  1031. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  1032. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  1033. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  1034. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  1035. [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  1036. [ 0.000021] Switching to timer-based delay loop, resolution 52ns
  1037. [ 0.000248] Console: colour dummy device 80x30
  1038. [ 0.000386] console [tty0] enabled
  1039. [ 0.000415] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  1040. [ 0.000429] pid_max: default: 32768 minimum: 301
  1041. [ 0.000686] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1042. [ 0.000700] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1043. [ 0.001585] Disabling cpuset control group subsystem
  1044. [ 0.001618] Initializing cgroup subsys io
  1045. [ 0.001641] Initializing cgroup subsys memory
  1046. [ 0.001683] Initializing cgroup subsys devices
  1047. [ 0.001699] Initializing cgroup subsys freezer
  1048. [ 0.001715] Initializing cgroup subsys net_cls
  1049. [ 0.001728] Initializing cgroup subsys perf_event
  1050. [ 0.001743] Initializing cgroup subsys net_prio
  1051. [ 0.001770] Initializing cgroup subsys pids
  1052. [ 0.001823] CPU: Testing write buffer coherency: ok
  1053. [ 0.002347] CPU0: update cpu_capacity 1024
  1054. [ 0.002359] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  1055. [ 0.002368] [bcm2709_smp_prepare_cpus] enter
  1056. [ 0.002472] Setting up static identity map for 0x8240 - 0x8274
  1057. [ 0.004209] [bcm2709_boot_secondary] cpu:1 started (0) 18
  1058. [ 0.004553] [bcm2709_secondary_init] enter cpu:1
  1059. [ 0.004590] CPU1: update cpu_capacity 1024
  1060. [ 0.004596] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  1061. [ 0.005006] [bcm2709_boot_secondary] cpu:2 started (0) 18
  1062. [ 0.005235] [bcm2709_secondary_init] enter cpu:2
  1063. [ 0.005256] CPU2: update cpu_capacity 1024
  1064. [ 0.005260] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  1065. [ 0.005613] [bcm2709_boot_secondary] cpu:3 started (0) 18
  1066. [ 0.005834] [bcm2709_secondary_init] enter cpu:3
  1067. [ 0.005852] CPU3: update cpu_capacity 1024
  1068. [ 0.005857] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  1069. [ 0.005913] Brought up 4 CPUs
  1070. [ 0.005932] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1071. [ 0.005938] CPU: All CPU(s) started in HYP mode.
  1072. [ 0.005943] CPU: Virtualization extensions available.
  1073. [ 0.006626] devtmpfs: initialized
  1074. [ 0.015201] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  1075. [ 0.015523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1076. [ 0.016096] xor: measuring software checksum speed
  1077. [ 0.109998] arm4regs : 1248.400 MB/sec
  1078. [ 0.210061] 8regs : 730.800 MB/sec
  1079. [ 0.310119] 32regs : 631.600 MB/sec
  1080. [ 0.410177] neon : 1214.000 MB/sec
  1081. [ 0.410186] xor: using function: arm4regs (1248.400 MB/sec)
  1082. [ 0.410308] pinctrl core: initialized pinctrl subsystem
  1083. [ 0.410859] NET: Registered protocol family 16
  1084. [ 0.415671] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  1085. [ 0.421175] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1086. [ 0.421188] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1087. [ 0.421322] Serial: AMBA PL011 UART driver
  1088. [ 0.421533] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1089. [ 0.421953] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1090. [ 0.650751] raid6: int32x1 gen() 134 MB/s
  1091. [ 0.820548] raid6: int32x1 xor() 107 MB/s
  1092. [ 0.990750] raid6: int32x2 gen() 175 MB/s
  1093. [ 1.161031] raid6: int32x2 xor() 115 MB/s
  1094. [ 1.330894] raid6: int32x4 gen() 179 MB/s
  1095. [ 1.500999] raid6: int32x4 xor() 116 MB/s
  1096. [ 1.671202] raid6: int32x8 gen() 168 MB/s
  1097. [ 1.841254] raid6: int32x8 xor() 108 MB/s
  1098. [ 2.011429] raid6: neonx1 gen() 441 MB/s
  1099. [ 2.181540] raid6: neonx1 xor() 321 MB/s
  1100. [ 2.351589] raid6: neonx2 gen() 578 MB/s
  1101. [ 2.521691] raid6: neonx2 xor() 416 MB/s
  1102. [ 2.691828] raid6: neonx4 gen() 721 MB/s
  1103. [ 2.861928] raid6: neonx4 xor() 480 MB/s
  1104. [ 3.032141] raid6: neonx8 gen() 476 MB/s
  1105. [ 3.202179] raid6: neonx8 xor() 342 MB/s
  1106. [ 3.202187] raid6: using algorithm neonx4 gen() 721 MB/s
  1107. [ 3.202193] raid6: .... xor() 480 MB/s, rmw enabled
  1108. [ 3.202199] raid6: using intx1 recovery algorithm
  1109. [ 3.203585] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  1110. [ 3.204058] SCSI subsystem initialized
  1111. [ 3.204319] usbcore: registered new interface driver usbfs
  1112. [ 3.204391] usbcore: registered new interface driver hub
  1113. [ 3.204511] usbcore: registered new device driver usb
  1114. [ 3.206964] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  1115. [ 3.234238] clocksource: Switched to clocksource arch_sys_counter
  1116. [ 3.279226] FS-Cache: Loaded
  1117. [ 3.279476] CacheFiles: Loaded
  1118. [ 3.289214] NET: Registered protocol family 2
  1119. [ 3.290012] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1120. [ 3.290113] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1121. [ 3.290251] TCP: Hash tables configured (established 8192 bind 8192)
  1122. [ 3.290351] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1123. [ 3.290401] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1124. [ 3.290642] NET: Registered protocol family 1
  1125. [ 3.290959] RPC: Registered named UNIX socket transport module.
  1126. [ 3.290970] RPC: Registered udp transport module.
  1127. [ 3.290976] RPC: Registered tcp transport module.
  1128. [ 3.290983] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1129. [ 3.292039] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  1130. [ 3.294472] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1131. [ 3.304686] VFS: Disk quotas dquot_6.6.0
  1132. [ 3.304905] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1133. [ 3.306831] FS-Cache: Netfs 'nfs' registered for caching
  1134. [ 3.307552] NFS: Registering the id_resolver key type
  1135. [ 3.307605] Key type id_resolver registered
  1136. [ 3.307613] Key type id_legacy registered
  1137. [ 3.307640] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1138. [ 3.308298] JFS: nTxBlock = 7377, nTxLock = 59016
  1139. [ 3.315557] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1140. [ 3.322083] async_tx: api initialized (async)
  1141. [ 3.322356] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1142. [ 3.322498] io scheduler noop registered (default)
  1143. [ 3.322515] io scheduler deadline registered
  1144. [ 3.322563] io scheduler cfq registered
  1145. [ 3.324464] BCM2708FB: allocated DMA memory fac00000
  1146. [ 3.324499] BCM2708FB: allocated DMA channel 0 @ f3007000
  1147. [ 3.331905] Console: switching to colour frame buffer device 82x26
  1148. [ 3.336635] vc-cma: Videocore CMA driver
  1149. [ 3.336647] vc-cma: vc_cma_base = 0x00000000
  1150. [ 3.336654] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  1151. [ 3.336660] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  1152. [ 3.336817] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  1153. [ 3.350165] brd: module loaded
  1154. [ 3.357466] loop: module loaded
  1155. [ 3.358244] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  1156. [ 3.359685] Loading iSCSI transport class v2.0-870.
  1157. [ 3.360327] usbcore: registered new interface driver ax88179_178a
  1158. [ 3.360407] usbcore: registered new interface driver smsc95xx
  1159. [ 3.360534] usbcore: registered new interface driver cdc_ncm
  1160. [ 3.360550] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1161. [ 3.560790] Core Release: 2.80a
  1162. [ 3.560814] Setting default values for core params
  1163. [ 3.560848] Finished setting default values for core params
  1164. [ 3.761115] Using Buffer DMA mode
  1165. [ 3.761125] Periodic Transfer Interrupt Enhancement - disabled
  1166. [ 3.761131] Multiprocessor Interrupt Enhancement - disabled
  1167. [ 3.761137] OTG VER PARAM: 0, OTG VER FLAG: 0
  1168. [ 3.761156] Dedicated Tx FIFOs mode
  1169. [ 3.761450] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
  1170. [ 3.761479] FIQ FSM acceleration enabled for :
  1171. Non-periodic Split Transactions
  1172. Periodic Split Transactions
  1173. [ 3.761492] dwc_otg: Microframe scheduler enabled
  1174. [ 3.761534] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  1175. [ 3.761546] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  1176. [ 3.761557] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  1177. [ 3.761610] dwc_otg 3f980000.usb: DWC OTG Controller
  1178. [ 3.761643] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1179. [ 3.761677] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1180. [ 3.761722] Init: Port Power? op_state=1
  1181. [ 3.761728] Init: Power Port (0)
  1182. [ 3.761933] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1183. [ 3.761945] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1184. [ 3.761955] usb usb1: Product: DWC OTG Controller
  1185. [ 3.761964] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  1186. [ 3.761974] usb usb1: SerialNumber: 3f980000.usb
  1187. [ 3.762614] hub 1-0:1.0: USB hub found
  1188. [ 3.762656] hub 1-0:1.0: 1 port detected
  1189. [ 3.763193] dwc_otg: FIQ enabled
  1190. [ 3.763202] dwc_otg: NAK holdoff enabled
  1191. [ 3.763208] dwc_otg: FIQ split-transaction FSM enabled
  1192. [ 3.763237] Module dwc_common_port init
  1193. [ 3.763451] usbcore: registered new interface driver usb-storage
  1194. [ 3.763511] usbcore: registered new interface driver ums-alauda
  1195. [ 3.763562] usbcore: registered new interface driver ums-cypress
  1196. [ 3.763621] usbcore: registered new interface driver ums-datafab
  1197. [ 3.763673] usbcore: registered new interface driver ums_eneub6250
  1198. [ 3.763723] usbcore: registered new interface driver ums-freecom
  1199. [ 3.763774] usbcore: registered new interface driver ums-isd200
  1200. [ 3.763826] usbcore: registered new interface driver ums-jumpshot
  1201. [ 3.763876] usbcore: registered new interface driver ums-karma
  1202. [ 3.763928] usbcore: registered new interface driver ums-onetouch
  1203. [ 3.764004] usbcore: registered new interface driver ums-realtek
  1204. [ 3.764057] usbcore: registered new interface driver ums-sddr09
  1205. [ 3.764109] usbcore: registered new interface driver ums-sddr55
  1206. [ 3.764159] usbcore: registered new interface driver ums-usbat
  1207. [ 3.764441] mousedev: PS/2 mouse device common for all mice
  1208. [ 3.765027] md: linear personality registered for level -1
  1209. [ 3.765044] md: raid0 personality registered for level 0
  1210. [ 3.765058] md: raid1 personality registered for level 1
  1211. [ 3.765071] md: raid10 personality registered for level 10
  1212. [ 3.765303] md: raid6 personality registered for level 6
  1213. [ 3.765312] md: raid5 personality registered for level 5
  1214. [ 3.765319] md: raid4 personality registered for level 4
  1215. [ 3.765334] md: multipath personality registered for level -4
  1216. [ 3.765347] md: faulty personality registered for level -5
  1217. [ 3.765629] device-mapper: uevent: version 1.0.3
  1218. [ 3.766013] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
  1219. [ 3.766520] device-mapper: multipath: version 1.10.0 loaded
  1220. [ 3.766539] device-mapper: multipath round-robin: version 1.0.0 loaded
  1221. [ 3.766553] device-mapper: multipath queue-length: version 0.1.0 loaded
  1222. [ 3.766567] device-mapper: multipath service-time: version 0.2.0 loaded
  1223. [ 3.766598] device-mapper: raid: Loading target version 1.7.0
  1224. [ 3.766763] bcm2835-cpufreq: min=900000 max=900000
  1225. [ 3.767076] sdhci: Secure Digital Host Controller Interface driver
  1226. [ 3.767083] sdhci: Copyright(c) Pierre Ossman
  1227. [ 3.767375] sdhost: log_buf @ bac13000 (fac13000)
  1228. [ 3.824273] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1229. [ 3.824486] sdhci-pltfm: SDHCI platform and OF driver helper
  1230. [ 3.824948] ledtrig-cpu: registered to indicate activity on CPUs
  1231. [ 3.825120] hidraw: raw HID events driver (C) Jiri Kosina
  1232. [ 3.825468] usbcore: registered new interface driver usbhid
  1233. [ 3.825476] usbhid: USB HID core driver
  1234. [ 3.825945] Initializing XFRM netlink socket
  1235. [ 3.825976] NET: Registered protocol family 17
  1236. [ 3.826102] Key type dns_resolver registered
  1237. [ 3.826689] Registering SWP/SWPB emulation handler
  1238. [ 3.827412] registered taskstats version 1
  1239. [ 3.830193] Btrfs loaded
  1240. [ 3.831370] Key type encrypted registered
  1241. [ 3.831465] vc-sm: Videocore shared memory driver
  1242. [ 3.831477] [vc_sm_connected_init]: start
  1243. [ 3.844793] [vc_sm_connected_init]: end - returning 0
  1244. [ 3.844995] of_cfs_init
  1245. [ 3.845091] of_cfs_init: OK
  1246. [ 3.845794] md: Waiting for all devices to be available before autodetect
  1247. [ 3.845804] md: If you don't use raid, use raid=noautodetect
  1248. [ 3.846756] md: Autodetecting RAID arrays.
  1249. [ 3.846768] md: Scanned 0 and added 0 devices.
  1250. [ 3.846773] md: autorun ...
  1251. [ 3.846779] md: ... autorun DONE.
  1252. [ 3.846943] Waiting for root device /dev/mmcblk0p2...
  1253. [ 3.882055] mmc0: host does not support reading read-only switch, assuming write-enable
  1254. [ 3.884217] mmc0: new high speed SDHC card at address 0001
  1255. [ 3.884801] mmcblk0: mmc0:0001 AS 3.72 GiB
  1256. [ 3.886617] mmcblk0: p1 p2
  1257. [ 3.954354] Indeed it is in host mode hprt0 = 00021501
  1258. [ 3.971039] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1259. [ 3.971089] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1260. [ 3.981905] devtmpfs: mounted
  1261. [ 3.982405] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  1262. [ 4.134290] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1263. [ 4.134431] Indeed it is in host mode hprt0 = 00001101
  1264. [ 4.334512] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1265. [ 4.334531] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1266. [ 4.335219] hub 1-1:1.0: USB hub found
  1267. [ 4.335301] hub 1-1:1.0: 5 ports detected
  1268. [ 4.349466] systemd[1]: System time before build time, advancing clock.
  1269. [ 4.464431] IPv6: Loaded, but administratively disabled, reboot required to enable
  1270. [ 4.477508] ip_tables: (C) 2000-2006 Netfilter Core Team
  1271. [ 4.483997] random: systemd: uninitialized urandom read (16 bytes read, 55 bits of entropy available)
  1272. [ 4.496439] random: systemd: uninitialized urandom read (16 bytes read, 56 bits of entropy available)
  1273. [ 4.499566] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP
  1274.  
  1275. +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  1276. [ 4.500099] systemd[1]: Detected architecture arm.
  1277. [ 4.501524] systemd[1]: Set hostname to .
  1278. [ 4.597180] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  1279. [ 4.597474] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  1280. [ 4.605100] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  1281. [ 4.614314] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1282. [ 4.714169] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1283. [ 4.714542] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1284. [ 4.714562] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1285. [ 4.714575] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1286. [ 4.715056] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1287. [ 4.716037] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1288. [ 4.717303] smsc95xx v1.0.4
  1289. [ 4.741121] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  1290. [ 4.776867] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:22:ef:35
  1291. [ 5.125729] systemd[1]: Reached target Login Prompts.
  1292. [ 5.130747] systemd[1]: Listening on Process Core Dump Socket.
  1293. [ 5.130975] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1294. [ 5.131061] systemd[1]: Reached target Encrypted Volumes.
  1295. [ 5.131334] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1296. [ 5.131422] systemd[1]: Reached target Swap.
  1297. [ 5.131623] systemd[1]: Listening on udev Control Socket.
  1298. [ 5.131707] systemd[1]: Reached target Remote File Systems.
  1299. [ 5.154530] systemd[1]: Reached target System Time Synchronized.
  1300. [ 5.154783] systemd[1]: Listening on udev Kernel Socket.
  1301. [ 5.155038] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1302. [ 5.157032] systemd[1]: Created slice System Slice.
  1303. [ 5.157156] systemd[1]: Reached target Slices.
  1304. [ 5.157922] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1305. [ 5.158215] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1306. [ 5.159077] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1307. [ 5.159314] systemd[1]: Listening on Journal Socket (/dev/log).
  1308. [ 5.159406] systemd[1]: Reached target Paths.
  1309. [ 5.159636] systemd[1]: Listening on Journal Socket.
  1310. [ 5.214634] systemd[1]: Mounting Debug File System...
  1311. [ 5.218155] systemd[1]: Starting Journal Service...
  1312. [ 5.236585] systemd[1]: Mounting POSIX Message Queue File System...
  1313. [ 5.240375] systemd[1]: Starting Setup Virtual Console...
  1314. [ 5.246175] systemd[1]: Starting Remount Root and Kernel File Systems...
  1315. [ 5.283124] systemd[1]: Starting Load Kernel Modules...
  1316. [ 5.287422] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1317. [ 5.323771] systemd[1]: Mounting Temporary Directory...
  1318. [ 5.445022] systemd[1]: Starting RuneAudio shutdown script...
  1319. [ 5.456228] systemd[1]: Mounted POSIX Message Queue File System.
  1320. [ 5.456609] systemd[1]: Mounted Debug File System.
  1321. [ 5.456807] systemd[1]: Mounted Temporary Directory.
  1322. [ 5.460512] systemd[1]: Started Remount Root and Kernel File Systems.
  1323. [ 5.462576] systemd[1]: Started Load Kernel Modules.
  1324. [ 5.464967] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1325. [ 5.467652] systemd[1]: Started RuneAudio shutdown script.
  1326. [ 5.515344] systemd[1]: Started Journal Service.
  1327. [ 6.641474] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1328. [ 6.682744] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1329. [ 6.697805] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 83) (baudrate 100000)
  1330. [ 6.697967] bcm2835-rng 3f104000.rng: hwrng registered
  1331. [ 6.860286] snd-allo-boss-dac soc:sound: ASoC: CODEC DAI pcm512x-hifi not registered
  1332. [ 6.860311] snd-allo-boss-dac soc:sound: snd_soc_register_card() failed: -517
  1333. [ 6.972174] snd-allo-boss-dac soc:sound: pcm512x-hifi <-> 3f203000.i2s mapping ok
  1334. [ 7.746330] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1335. [ 9.278568] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
  1336. [ 11.339137] cfg80211: World regulatory domain updated:
  1337. [ 11.339170] cfg80211: DFS Master region: unset
  1338. [ 11.339178] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1339. [ 11.339190] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1340. [ 11.339205] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1341. [ 11.339232] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1342. [ 11.339246] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1343. [ 11.339257] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1344. [ 11.339267] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1345. [ 11.339277] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1346. [ 11.339286] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1347. [ 13.340988] random: nonblocking pool is initialized
  1348. [ 19.137293] nf_conntrack version 0.5.0 (14761 buckets, 59044 max)
  1349.  
  1350. ###### PHP backend ######
  1351. php version: 5.5.19
  1352. debug level: 0
  1353.  
  1354.  
  1355. Debug data collected in 1.912 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement