Advertisement
mr_adamk

RuneAudio Debug 20170618

Jun 18th, 2017
2,999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 109.12 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: Mon Feb 22 15:41:55 CET 2016
  6.  
  7. system load: 0.38 0.16 0.06 1/153 926
  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=none
  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 183.09MiB 739.47MiB 17.32MiB
  149. Swap: 0.00B 0.00B 0.00B
  150.  
  151. Bootup: Mon Feb 22 15:40:09 2016 Load average: 0.38 0.16 0.06 1/156 929
  152.  
  153. user : 00:00:09.66 2.3% page in : 101019
  154. nice : 00:00:01.50 0.4% page out: 2232
  155. system: 00:00:07.78 1.8% page act: 8588
  156. IOwait: 00:00:09.59 2.3% page dea: 0
  157. hw irq: 00:00:00.00 0.0% page flt: 145143
  158. sw irq: 00:00:00.12 0.0% swap in : 0
  159. idle : 00:06:36.27 93.3% swap out: 0
  160. uptime: 00:01:46.72 context : 80905
  161.  
  162. irq 16: 0 irq 50: 0
  163. irq 17: 25001 irq 62: 207886
  164. irq 23: 18 irq 79: 0
  165. irq 24: 2 irq 80: 0
  166. irq 39: 1 irq 86: 241
  167. irq 46: 0 irq 92: 9045
  168. irq 48: 3022
  169.  
  170. mmcblk0 2853r 2 mmcblk0p2 2749r
  171. mmcblk0p1 62r
  172.  
  173. eth0 TX 163.14KiB RX 39.33KiB wlan0 TX 667.00B RX 22.40KiB
  174. lo TX 260.93KiB RX 260.93KiB
  175.  
  176.  
  177. ###### Active processes (pstree) ######
  178. systemd-+-avahi-daemon---avahi-daemon
  179. |-cmd_async---sh---debug_collector---sh---pstree
  180. |-dbus-daemon
  181. |-devmon---udevil
  182. |-dhcpcd
  183. |-dnsmasq
  184. |-haveged
  185. |-hostapd
  186. |-ifplugd
  187. |-mpd-+-{decoder}
  188. | |-{io}
  189. | |-{output:Brooklyn}
  190. | `-{player}
  191. |-nginx---nginx
  192. |-nmbd
  193. |-ntpd---{ntpd}
  194. |-php-fpm---3*[php-fpm]
  195. |-python
  196. |-redis-server---2*[{redis-server}]
  197. |-rune_PL_wrk
  198. |-rune_SY_wrk
  199. |-sh---sleep
  200. |-sshd---sshd---bash---journalctl---less
  201. |-systemd-journal
  202. `-systemd-udevd
  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 [DAC ]: USB-Audio - Brooklyn DAC
  211. Mytek Digital Brooklyn DAC at usb-3f980000.usb-1.4.2, high speed
  212.  
  213.  
  214. PLAYBACK devices: (aplay -l)
  215. --------------------------------------------------
  216. **** List of PLAYBACK Hardware Devices ****
  217. card 0: DAC [Brooklyn DAC], device 0: USB Audio [USB Audio]
  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=DAC
  227. Brooklyn DAC, USB Audio
  228. Default Audio Device
  229. sysdefault:CARD=DAC
  230. Brooklyn DAC, USB Audio
  231. Default Audio Device
  232. front:CARD=DAC,DEV=0
  233. Brooklyn DAC, USB Audio
  234. Front speakers
  235. surround21:CARD=DAC,DEV=0
  236. Brooklyn DAC, USB Audio
  237. 2.1 Surround output to Front and Subwoofer speakers
  238. surround40:CARD=DAC,DEV=0
  239. Brooklyn DAC, USB Audio
  240. 4.0 Surround output to Front and Rear speakers
  241. surround41:CARD=DAC,DEV=0
  242. Brooklyn DAC, USB Audio
  243. 4.1 Surround output to Front, Rear and Subwoofer speakers
  244. surround50:CARD=DAC,DEV=0
  245. Brooklyn DAC, USB Audio
  246. 5.0 Surround output to Front, Center and Rear speakers
  247. surround51:CARD=DAC,DEV=0
  248. Brooklyn DAC, USB Audio
  249. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  250. surround71:CARD=DAC,DEV=0
  251. Brooklyn DAC, USB Audio
  252. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  253. iec958:CARD=DAC,DEV=0
  254. Brooklyn DAC, USB Audio
  255. IEC958 (S/PDIF) Digital Audio Output
  256.  
  257.  
  258. Simple mixer controls: (amixer scontrols)
  259. --------------------------------------------------
  260. card 0:
  261. Simple mixer control 'PCM',0
  262. Simple mixer control 'PCM Clock Source',0
  263.  
  264.  
  265. Mixer controls: (amixer controls)
  266. --------------------------------------------------
  267. card 0:
  268. numid=3,iface=MIXER,name='PCM Clock Source'
  269. numid=4,iface=MIXER,name='PCM Playback Switch'
  270. numid=5,iface=MIXER,name='PCM Playback Volume'
  271. numid=1,iface=PCM,name='Capture Channel Map'
  272. numid=2,iface=PCM,name='Playback Channel Map'
  273.  
  274.  
  275. MPD audio outputs status: (mpc outputs)
  276. --------------------------------------------------
  277. Output 1 (Brooklyn DAC) is enabled
  278.  
  279. MPD statistics: (mpc stats)
  280. --------------------------------------------------
  281. Artists: 377
  282. Albums: 423
  283. Songs: 5916
  284.  
  285. Play Time: 0 days, 0:00:00
  286. Uptime: 0 days, 0:00:06
  287. DB Updated: Sun Jun 18 03:25:42 2017
  288. DB Play Time: 20 days, 0:18:08
  289.  
  290. ###### mpd version ######
  291. Music Player Daemon 0.19.19-dsd
  292.  
  293. Copyright (C) 2003-2007 Warren Dukes
  294. Copyright (C) 2008-2014 Max Kellermann
  295. This is free software; see the source for copying conditions. There is NO
  296. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  297.  
  298.  
  299. Database plugins:
  300. simple proxy upnp
  301.  
  302. Storage plugins:
  303. local smbclient nfs
  304.  
  305. Neighbor plugins:
  306. smbclient upnp
  307.  
  308. Decoders plugins:
  309. [mad] mp3 mp2
  310. [vorbis] ogg oga
  311. [oggflac] ogg oga
  312. [flac] flac
  313. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  314. [audiofile] wav au aiff aif
  315. [dsdiff] dff
  316. [dsf] dsf
  317. [faad] aac
  318. [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
  319. [pcm]
  320.  
  321. Output plugins:
  322. null fifo pipe alsa jack httpd
  323.  
  324. Encoder plugins:
  325. null vorbis wave flac
  326.  
  327. Input plugins:
  328. file alsa curl ffmpeg smbclient nfs mms
  329.  
  330. Playlist plugins:
  331. extm3u m3u pls xspf asx rss soundcloud cue embcue
  332.  
  333. Protocols:
  334. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  335.  
  336. ###### mpd.conf ######
  337. ###################################
  338. # Auto generated mpd.conf file
  339. # please DO NOT edit it manually!
  340. # Use RuneUI MPD config section
  341. ###################################
  342.  
  343. log_level "default"
  344. log_file "/var/log/runeaudio/mpd.log"
  345. state_file "/var/lib/mpd/mpdstate"
  346. zeroconf_enabled "yes"
  347. zeroconf_name "runeaudio"
  348. bind_to_address "/run/mpd.sock"
  349. bind_to_address "any"
  350. port "6600"
  351. max_connections "20"
  352. user "mpd"
  353. group "audio"
  354. db_file "/var/lib/mpd/mpd.db"
  355. sticker_file "/var/lib/mpd/sticker.sql"
  356. pid_file "/var/run/mpd/pid"
  357. music_directory "/mnt/MPD"
  358. playlist_directory "/var/lib/mpd/playlists"
  359. follow_outside_symlinks "yes"
  360. follow_inside_symlinks "yes"
  361. auto_update "no"
  362. filesystem_charset "UTF-8"
  363. id3v1_encoding "UTF-8"
  364. volume_normalization "no"
  365. audio_buffer_size "8192"
  366. buffer_before_play "20%"
  367. gapless_mp3_playback "yes"
  368.  
  369. input {
  370. plugin "curl"
  371. }
  372.  
  373. decoder {
  374. plugin "ffmpeg"
  375. enabled "yes"
  376. }
  377. replaygain "off"
  378.  
  379. audio_output {
  380. name "Brooklyn DAC"
  381. type "alsa"
  382. device "hw:0,0"
  383. mixer_control "PCM"
  384. auto_resample "no"
  385. auto_format "no"
  386. enabled "yes"
  387. }
  388.  
  389.  
  390. ###### Kernel optimization parameters ######
  391. hardware platform: RaspberryPi2
  392. current orionprofile: RuneAudio
  393.  
  394.  
  395. kernel scheduler for mmcblk0: [noop] deadline cfq
  396. /proc/sys/vm/swappiness: 0
  397. /proc/sys/kernel/sched_latency_ns: 4500000
  398. /proc/sys/kernel/sched_rt_period_us: 1000000
  399. /proc/sys/kernel/sched_rt_runtime_us: 950000
  400. /proc/sys/kernel/sched_autogroup_enabled: 1
  401. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  402. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  403. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  404.  
  405.  
  406. ###### Kernel module snd_usb_audio settings ######
  407. Module = "snd_usb_audio"
  408.  
  409. Attributes:
  410. coresize = "134121"
  411. initsize = "0"
  412. initstate = "live"
  413. refcnt = "1"
  414. srcversion = "5579E819524D483DA4FDE14"
  415. taint = ""
  416. uevent =
  417.  
  418. Parameters:
  419. autoclock = "Y"
  420. device_setup = "0,0,0,0,0,0,0,0"
  421. enable = "Y,Y,Y,Y,Y,Y,Y,Y"
  422. id = "(null),(null),(null),(null),(null),(null),(null),(null)"
  423. ignore_ctl_error = "N"
  424. index = "-1,-1,-1,-1,-1,-1,-1,-1"
  425. pid = "-1,-1,-1,-1,-1,-1,-1,-1"
  426. vid = "-1,-1,-1,-1,-1,-1,-1,-1"
  427.  
  428. Sections:
  429. .ARM.exidx.exit.text= "0x7f309050"
  430. .ARM.exidx.init.text= "0x7f309048"
  431. .ARM.exidx = "0x7f30baa0"
  432. .ARM.extab = "0x7f30ba1c"
  433. .alt.smp.init = "0x7f308fd8"
  434. .bss = "0x7f30f600"
  435. .data = "0x7f30c154"
  436. .exit.text = "0x7f306174"
  437. .gnu.linkonce.this_module= "0x7f30f400"
  438. .init.text = "0x7f319000"
  439. .note.gnu.build-id = "0x7f30c130"
  440. .rodata = "0x7f306180"
  441. .rodata.str1.4 = "0x7f309058"
  442. .strtab = "0x7f31ecdc"
  443. .symtab = "0x7f31901c"
  444. .text = "0x7f2f7000"
  445. __param = "0x7f30b97c"
  446.  
  447.  
  448. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  449. total 8.0K
  450. drwxr-xr-x 2 root root 4.0K Feb 22 15:41 .
  451. drwxr-xr-x 6 root root 4.0K Dec 15 2016 ..
  452. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  453. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  454. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  455. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  456. lrwxrwxrwx 1 root root 44 Feb 22 15:41 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
  457. lrwxrwxrwx 1 root root 47 Oct 19 2016 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  458. lrwxrwxrwx 1 root root 47 Feb 22 15:40 netctl-ifplugd@eth1.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  459. lrwxrwxrwx 1 root root 37 Feb 14 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  460. lrwxrwxrwx 1 root root 36 Feb 15 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  461. lrwxrwxrwx 1 root root 39 Feb 14 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  462. lrwxrwxrwx 1 root root 37 Feb 14 2015 redis.service -> /usr/lib/systemd/system/redis.service
  463. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  464. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  465. lrwxrwxrwx 1 root root 45 Feb 14 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  466. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  467. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  468.  
  469.  
  470. ###### Filesystem mounts ######
  471. /dev/root / ext4 rw,relatime,data=ordered 0 0
  472. devtmpfs /dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
  473. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  474. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  475. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  476. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  477. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  478. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  479. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  480. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  481. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  482. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  483. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  484. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  485. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  486. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  487. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  488. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  489. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  490. mqueue /dev/mqueue mqueue rw,relatime 0 0
  491. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  492. tmpfs /tmp tmpfs rw 0 0
  493. configfs /sys/kernel/config configfs rw,relatime 0 0
  494. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  495. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  496. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  497. //iMac/Music /mnt/MPD/NAS/Music cifs ro,relatime,vers=1.0,sec=ntlmssp,cache=none,username=adamklein,domain=IMAC,uid=1000,forceuid,gid=92,forcegid,addr=192.168.1.151,file_mode=0755,dir_mode=0755,nounix,mapposix,rsize=16384,wsize=17408,actimeo=1 0 0
  498.  
  499.  
  500. ###### Filesystem mounts - free space (df -h) ######
  501. Filesystem Size Used Avail Use% Mounted on
  502. /dev/root 1.9G 1.7G 100M 95% /
  503. devtmpfs 458M 0 458M 0% /dev
  504. tmpfs 462M 0 462M 0% /dev/shm
  505. tmpfs 462M 6.2M 456M 2% /run
  506. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  507. tmpfs 462M 0 462M 0% /tmp
  508. logs 5.0M 20K 5.0M 1% /var/log
  509. rune-logs 5.0M 24K 5.0M 1% /var/log/runeaudio
  510. /dev/mmcblk0p1 100M 19M 81M 19% /boot
  511. //iMac/Music 2.9T 1.2T 1.7T 41% /mnt/MPD/NAS/Music
  512.  
  513.  
  514. ###### Loaded kernel modules ######
  515. Module Size Used by
  516. iptable_filter 1708 1
  517. xt_conntrack 2972 1
  518. ipt_MASQUERADE 1235 1
  519. nf_nat_masquerade_ipv4 2915 1 ipt_MASQUERADE
  520. iptable_nat 1943 1
  521. nf_conntrack_ipv4 13702 2
  522. nf_defrag_ipv4 1677 1 nf_conntrack_ipv4
  523. nf_nat_ipv4 5699 1 iptable_nat
  524. nf_nat 15862 2 nf_nat_ipv4,nf_nat_masquerade_ipv4
  525. nf_conntrack 101212 5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
  526. arc4 1936 0
  527. md4 3599 0
  528. nls_utf8 1419 1
  529. cifs 392255 2
  530. snd_usb_audio 134121 1
  531. brcmfmac 184455 0
  532. snd_pcm 88980 1 snd_usb_audio
  533. brcmutil 8379 1 brcmfmac
  534. snd_timer 22172 1 snd_pcm
  535. cfg80211 498228 1 brcmfmac
  536. snd_usbmidi_lib 20594 1 snd_usb_audio
  537. snd_rawmidi 21951 1 snd_usbmidi_lib
  538. snd_seq_device 4945 1 snd_rawmidi
  539. snd_hwdep 5878 1 snd_usb_audio
  540. snd 63333 9 snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_seq_device
  541. bcm2835_rng 2167 0
  542. rng_core 8183 1 bcm2835_rng
  543. bcm2835_gpiomem 3638 0
  544. bcm2835_wdt 3756 0
  545. uio_pdrv_genirq 3539 0
  546. uio 9114 1 uio_pdrv_genirq
  547. sch_fq_codel 8174 3
  548. ip_tables 12147 2 iptable_filter,iptable_nat
  549. x_tables 18169 4 ip_tables,ipt_MASQUERADE,xt_conntrack,iptable_filter
  550. ipv6 372060 0
  551.  
  552.  
  553. ###### Network listening sockets (netstat -lnp) ######
  554. Active Internet connections (only servers)
  555. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  556. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 550/mpd
  557. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 336/redis-server 12
  558. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 276/python
  559. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 353/nginx: master p
  560. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 353/nginx: master p
  561. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 353/nginx: master p
  562. tcp 0 0 192.168.5.1:53 0.0.0.0:* LISTEN 891/dnsmasq
  563. tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 891/dnsmasq
  564. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 325/sshd
  565. udp 0 0 192.168.5.1:53 0.0.0.0:* 891/dnsmasq
  566. udp 0 0 127.0.0.1:53 0.0.0.0:* 891/dnsmasq
  567. udp 0 0 0.0.0.0:67 0.0.0.0:* 891/dnsmasq
  568. udp 0 0 0.0.0.0:68 0.0.0.0:* 419/dhcpcd
  569. udp 0 0 192.168.1.253:123 0.0.0.0:* 341/ntpd
  570. udp 0 0 127.0.0.1:123 0.0.0.0:* 341/ntpd
  571. udp 0 0 0.0.0.0:123 0.0.0.0:* 341/ntpd
  572. udp 0 0 0.0.0.0:59009 0.0.0.0:* 278/avahi-daemon: r
  573. udp 0 0 192.168.1.255:137 0.0.0.0:* 514/nmbd
  574. udp 0 0 192.168.1.253:137 0.0.0.0:* 514/nmbd
  575. udp 0 0 0.0.0.0:137 0.0.0.0:* 514/nmbd
  576. udp 0 0 192.168.1.255:138 0.0.0.0:* 514/nmbd
  577. udp 0 0 192.168.1.253:138 0.0.0.0:* 514/nmbd
  578. udp 0 0 0.0.0.0:138 0.0.0.0:* 514/nmbd
  579. udp 0 0 0.0.0.0:5353 0.0.0.0:* 278/avahi-daemon: r
  580. Active UNIX domain sockets (only servers)
  581. Proto RefCnt Flags Type State I-Node PID/Program name Path
  582. unix 2 [ ACC ] STREAM LISTENING 9497 1/init /run/systemd/private
  583. unix 2 [ ACC ] STREAM LISTENING 14365 514/nmbd /var/run/samba/nmbd/unexpected
  584. unix 2 [ ACC ] SEQPACKET LISTENING 9505 1/init /run/systemd/coredump
  585. unix 2 [ ACC ] SEQPACKET LISTENING 9521 1/init /run/udev/control
  586. unix 2 [ ACC ] STREAM LISTENING 9528 1/init /run/systemd/journal/stdout
  587. unix 2 [ ACC ] STREAM LISTENING 8772 1/init /run/dbus/system_bus_socket
  588. unix 2 [ ACC ] STREAM LISTENING 7846 1/init /var/run/avahi-daemon/socket
  589. unix 2 [ ACC ] STREAM LISTENING 7849 1/init /var/run/rpcbind.sock
  590. unix 2 [ ACC ] STREAM LISTENING 11434 336/redis-server 12 /tmp/redis.sock
  591. unix 2 [ ACC ] STREAM LISTENING 13998 593/php-fpm: master /var/run/php-display.sock
  592. unix 2 [ ACC ] STREAM LISTENING 14001 593/php-fpm: master /var/run/php-db.sock
  593. unix 2 [ ACC ] STREAM LISTENING 14004 593/php-fpm: master /var/run/php-command.sock
  594. unix 2 [ ACC ] STREAM LISTENING 14520 550/mpd /run/mpd.sock
  595.  
  596.  
  597. ###### Network established sockets (netstat -np) ######
  598. Active Internet connections (w/o servers)
  599. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  600. tcp 0 0 127.0.0.1:42430 127.0.0.1:6379 TIME_WAIT -
  601. tcp 0 0 127.0.0.1:42082 127.0.0.1:6379 TIME_WAIT -
  602. tcp 0 0 127.0.0.1:42194 127.0.0.1:6379 TIME_WAIT -
  603. tcp 0 0 127.0.0.1:42142 127.0.0.1:6379 TIME_WAIT -
  604. tcp 0 0 127.0.0.1:41618 127.0.0.1:6379 TIME_WAIT -
  605. tcp 0 0 127.0.0.1:41880 127.0.0.1:6379 TIME_WAIT -
  606. tcp 0 0 127.0.0.1:41446 127.0.0.1:6379 TIME_WAIT -
  607. tcp 0 0 127.0.0.1:42260 127.0.0.1:6379 TIME_WAIT -
  608. tcp 0 0 127.0.0.1:42574 127.0.0.1:6379 TIME_WAIT -
  609. tcp 0 0 127.0.0.1:42112 127.0.0.1:6379 TIME_WAIT -
  610. tcp 0 0 127.0.0.1:41592 127.0.0.1:6379 TIME_WAIT -
  611. tcp 0 0 127.0.0.1:42332 127.0.0.1:6379 TIME_WAIT -
  612. tcp 0 0 127.0.0.1:41762 127.0.0.1:6379 TIME_WAIT -
  613. tcp 0 0 127.0.0.1:41598 127.0.0.1:6379 TIME_WAIT -
  614. tcp 0 0 192.168.1.253:56342 192.168.1.151:445 ESTABLISHED -
  615. tcp 0 0 127.0.0.1:42348 127.0.0.1:6379 TIME_WAIT -
  616. tcp 0 0 127.0.0.1:42026 127.0.0.1:6379 TIME_WAIT -
  617. tcp 0 0 127.0.0.1:41812 127.0.0.1:6379 TIME_WAIT -
  618. tcp 0 0 127.0.0.1:41958 127.0.0.1:6379 TIME_WAIT -
  619. tcp 0 0 127.0.0.1:41786 127.0.0.1:6379 TIME_WAIT -
  620. tcp 0 0 127.0.0.1:42504 127.0.0.1:6379 TIME_WAIT -
  621. tcp 0 0 127.0.0.1:42414 127.0.0.1:6379 TIME_WAIT -
  622. tcp 0 0 127.0.0.1:42028 127.0.0.1:6379 TIME_WAIT -
  623. tcp 0 0 127.0.0.1:41678 127.0.0.1:6379 TIME_WAIT -
  624. tcp 0 0 127.0.0.1:42144 127.0.0.1:6379 TIME_WAIT -
  625. tcp 0 0 127.0.0.1:41800 127.0.0.1:6379 TIME_WAIT -
  626. tcp 0 0 127.0.0.1:41532 127.0.0.1:6379 TIME_WAIT -
  627. tcp 0 0 127.0.0.1:42210 127.0.0.1:6379 TIME_WAIT -
  628. tcp 0 0 127.0.0.1:42416 127.0.0.1:6379 TIME_WAIT -
  629. tcp 0 0 127.0.0.1:42164 127.0.0.1:6379 TIME_WAIT -
  630. tcp 0 0 127.0.0.1:41624 127.0.0.1:6379 TIME_WAIT -
  631. tcp 0 0 127.0.0.1:42428 127.0.0.1:6379 TIME_WAIT -
  632. tcp 0 0 127.0.0.1:42290 127.0.0.1:6379 TIME_WAIT -
  633. tcp 0 0 127.0.0.1:41588 127.0.0.1:6379 TIME_WAIT -
  634. tcp 0 0 127.0.0.1:41688 127.0.0.1:6379 TIME_WAIT -
  635. tcp 0 0 127.0.0.1:42024 127.0.0.1:6379 TIME_WAIT -
  636. tcp 0 0 127.0.0.1:41980 127.0.0.1:6379 TIME_WAIT -
  637. tcp 0 0 127.0.0.1:42084 127.0.0.1:6379 TIME_WAIT -
  638. tcp 0 0 127.0.0.1:41928 127.0.0.1:6379 TIME_WAIT -
  639. tcp 0 0 127.0.0.1:41622 127.0.0.1:6379 TIME_WAIT -
  640. tcp 0 0 127.0.0.1:41836 127.0.0.1:6379 TIME_WAIT -
  641. tcp 0 0 127.0.0.1:41820 127.0.0.1:6379 TIME_WAIT -
  642. tcp 0 0 127.0.0.1:42034 127.0.0.1:6379 TIME_WAIT -
  643. tcp 0 0 127.0.0.1:42434 127.0.0.1:6379 TIME_WAIT -
  644. tcp 0 0 127.0.0.1:41910 127.0.0.1:6379 TIME_WAIT -
  645. tcp 0 0 127.0.0.1:42484 127.0.0.1:6379 TIME_WAIT -
  646. tcp 0 0 127.0.0.1:42160 127.0.0.1:6379 TIME_WAIT -
  647. tcp 0 0 127.0.0.1:42526 127.0.0.1:6379 TIME_WAIT -
  648. tcp 0 0 127.0.0.1:41976 127.0.0.1:6379 TIME_WAIT -
  649. tcp 0 0 127.0.0.1:41562 127.0.0.1:6379 TIME_WAIT -
  650. tcp 0 0 127.0.0.1:42230 127.0.0.1:6379 TIME_WAIT -
  651. tcp 0 0 127.0.0.1:42506 127.0.0.1:6379 TIME_WAIT -
  652. tcp 0 0 127.0.0.1:42458 127.0.0.1:6379 TIME_WAIT -
  653. tcp 0 0 127.0.0.1:41992 127.0.0.1:6379 TIME_WAIT -
  654. tcp 0 0 127.0.0.1:42186 127.0.0.1:6379 TIME_WAIT -
  655. tcp 0 0 127.0.0.1:41714 127.0.0.1:6379 TIME_WAIT -
  656. tcp 0 0 127.0.0.1:41828 127.0.0.1:6379 TIME_WAIT -
  657. tcp 0 0 127.0.0.1:42528 127.0.0.1:6379 TIME_WAIT -
  658. tcp 0 0 127.0.0.1:42242 127.0.0.1:6379 TIME_WAIT -
  659. tcp 0 0 127.0.0.1:42074 127.0.0.1:6379 TIME_WAIT -
  660. tcp 0 0 127.0.0.1:41658 127.0.0.1:6379 TIME_WAIT -
  661. tcp 0 0 127.0.0.1:41466 127.0.0.1:6379 TIME_WAIT -
  662. tcp 0 0 127.0.0.1:41676 127.0.0.1:6379 TIME_WAIT -
  663. tcp 0 0 127.0.0.1:42542 127.0.0.1:6379 TIME_WAIT -
  664. tcp 0 0 127.0.0.1:41620 127.0.0.1:6379 TIME_WAIT -
  665. tcp 0 0 127.0.0.1:40848 127.0.0.1:6600 TIME_WAIT -
  666. tcp 0 0 127.0.0.1:41470 127.0.0.1:6379 TIME_WAIT -
  667. tcp 0 0 127.0.0.1:41840 127.0.0.1:6379 TIME_WAIT -
  668. tcp 0 0 127.0.0.1:41672 127.0.0.1:6379 TIME_WAIT -
  669. tcp 0 0 127.0.0.1:42426 127.0.0.1:6379 TIME_WAIT -
  670. tcp 0 0 127.0.0.1:41798 127.0.0.1:6379 TIME_WAIT -
  671. tcp 0 0 127.0.0.1:41788 127.0.0.1:6379 TIME_WAIT -
  672. tcp 0 0 127.0.0.1:42294 127.0.0.1:6379 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:41954 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 0 127.0.0.1:42284 127.0.0.1:6379 TIME_WAIT -
  675. tcp 0 0 127.0.0.1:42552 127.0.0.1:6379 TIME_WAIT -
  676. tcp 0 0 127.0.0.1:42238 127.0.0.1:6379 TIME_WAIT -
  677. tcp 0 0 127.0.0.1:42158 127.0.0.1:6379 TIME_WAIT -
  678. tcp 0 0 127.0.0.1:41974 127.0.0.1:6379 TIME_WAIT -
  679. tcp 0 0 127.0.0.1:42092 127.0.0.1:6379 TIME_WAIT -
  680. tcp 0 0 127.0.0.1:41764 127.0.0.1:6379 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:41596 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 0 127.0.0.1:42116 127.0.0.1:6379 TIME_WAIT -
  683. tcp 0 0 127.0.0.1:41484 127.0.0.1:6379 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:41748 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:42192 127.0.0.1:6379 TIME_WAIT -
  686. tcp 0 0 127.0.0.1:41780 127.0.0.1:6379 TIME_WAIT -
  687. tcp 0 0 127.0.0.1:41742 127.0.0.1:6379 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:41892 127.0.0.1:6379 TIME_WAIT -
  689. tcp 0 0 127.0.0.1:41962 127.0.0.1:6379 TIME_WAIT -
  690. tcp 0 0 127.0.0.1:42326 127.0.0.1:6379 TIME_WAIT -
  691. tcp 0 0 127.0.0.1:42226 127.0.0.1:6379 TIME_WAIT -
  692. tcp 0 0 127.0.0.1:42512 127.0.0.1:6379 TIME_WAIT -
  693. tcp 0 0 127.0.0.1:42420 127.0.0.1:6379 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:41654 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 127.0.0.1:42110 127.0.0.1:6379 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:41472 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 127.0.0.1:41578 127.0.0.1:6379 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:41616 127.0.0.1:6379 TIME_WAIT -
  699. tcp 0 0 127.0.0.1:41568 127.0.0.1:6379 TIME_WAIT -
  700. tcp 0 0 127.0.0.1:42408 127.0.0.1:6379 TIME_WAIT -
  701. tcp 0 0 127.0.0.1:42486 127.0.0.1:6379 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:42054 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 127.0.0.1:42016 127.0.0.1:6379 TIME_WAIT -
  704. tcp 0 0 127.0.0.1:41732 127.0.0.1:6379 TIME_WAIT -
  705. tcp 0 0 127.0.0.1:41550 127.0.0.1:6379 TIME_WAIT -
  706. tcp 0 0 127.0.0.1:42330 127.0.0.1:6379 TIME_WAIT -
  707. tcp 0 0 127.0.0.1:41640 127.0.0.1:6379 TIME_WAIT -
  708. tcp 0 0 127.0.0.1:42560 127.0.0.1:6379 TIME_WAIT -
  709. tcp 0 0 127.0.0.1:42384 127.0.0.1:6379 TIME_WAIT -
  710. tcp 0 0 127.0.0.1:41884 127.0.0.1:6379 TIME_WAIT -
  711. tcp 0 0 127.0.0.1:41652 127.0.0.1:6379 TIME_WAIT -
  712. tcp 0 0 127.0.0.1:41590 127.0.0.1:6379 TIME_WAIT -
  713. tcp 0 0 127.0.0.1:41834 127.0.0.1:6379 TIME_WAIT -
  714. tcp 0 0 127.0.0.1:42052 127.0.0.1:6379 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:41794 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:41490 127.0.0.1:6379 TIME_WAIT -
  717. tcp 0 0 127.0.0.1:42358 127.0.0.1:6379 TIME_WAIT -
  718. tcp 0 0 127.0.0.1:41948 127.0.0.1:6379 TIME_WAIT -
  719. tcp 0 0 127.0.0.1:41462 127.0.0.1:6379 TIME_WAIT -
  720. tcp 0 0 127.0.0.1:42102 127.0.0.1:6379 TIME_WAIT -
  721. tcp 0 0 127.0.0.1:42500 127.0.0.1:6379 TIME_WAIT -
  722. tcp 0 0 127.0.0.1:42132 127.0.0.1:6379 TIME_WAIT -
  723. tcp 0 0 127.0.0.1:41582 127.0.0.1:6379 TIME_WAIT -
  724. tcp 0 0 127.0.0.1:41994 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 127.0.0.1:41718 127.0.0.1:6379 TIME_WAIT -
  726. tcp 0 0 127.0.0.1:42572 127.0.0.1:6379 TIME_WAIT -
  727. tcp 0 0 127.0.0.1:41698 127.0.0.1:6379 TIME_WAIT -
  728. tcp 0 0 127.0.0.1:42488 127.0.0.1:6379 TIME_WAIT -
  729. tcp 0 0 127.0.0.1:42398 127.0.0.1:6379 TIME_WAIT -
  730. tcp 0 0 127.0.0.1:42020 127.0.0.1:6379 TIME_WAIT -
  731. tcp 0 0 127.0.0.1:42490 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 127.0.0.1:41876 127.0.0.1:6379 TIME_WAIT -
  733. tcp 0 0 127.0.0.1:41760 127.0.0.1:6379 TIME_WAIT -
  734. tcp 0 0 127.0.0.1:42148 127.0.0.1:6379 TIME_WAIT -
  735. tcp 0 0 127.0.0.1:41864 127.0.0.1:6379 TIME_WAIT -
  736. tcp 0 0 127.0.0.1:42198 127.0.0.1:6379 TIME_WAIT -
  737. tcp 0 0 127.0.0.1:41494 127.0.0.1:6379 TIME_WAIT -
  738. tcp 0 0 127.0.0.1:41736 127.0.0.1:6379 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:41492 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 127.0.0.1:42336 127.0.0.1:6379 TIME_WAIT -
  741. tcp 0 0 127.0.0.1:42564 127.0.0.1:6379 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:41576 127.0.0.1:6379 TIME_WAIT -
  743. tcp 0 0 127.0.0.1:42070 127.0.0.1:6379 TIME_WAIT -
  744. tcp 0 0 127.0.0.1:42206 127.0.0.1:6379 TIME_WAIT -
  745. tcp 0 0 127.0.0.1:42014 127.0.0.1:6379 TIME_WAIT -
  746. tcp 0 0 127.0.0.1:42310 127.0.0.1:6379 TIME_WAIT -
  747. tcp 0 0 127.0.0.1:41938 127.0.0.1:6379 TIME_WAIT -
  748. tcp 0 0 127.0.0.1:42232 127.0.0.1:6379 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:41630 127.0.0.1:6379 TIME_WAIT -
  750. tcp 0 0 127.0.0.1:41936 127.0.0.1:6379 TIME_WAIT -
  751. tcp 0 0 127.0.0.1:42370 127.0.0.1:6379 TIME_WAIT -
  752. tcp 0 0 127.0.0.1:42088 127.0.0.1:6379 TIME_WAIT -
  753. tcp 0 0 127.0.0.1:41684 127.0.0.1:6379 TIME_WAIT -
  754. tcp 0 0 127.0.0.1:42418 127.0.0.1:6379 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:41638 127.0.0.1:6379 TIME_WAIT -
  756. tcp 0 0 127.0.0.1:42138 127.0.0.1:6379 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:42318 127.0.0.1:6379 TIME_WAIT -
  758. tcp 0 0 127.0.0.1:42180 127.0.0.1:6379 TIME_WAIT -
  759. tcp 0 0 127.0.0.1:41952 127.0.0.1:6379 TIME_WAIT -
  760. tcp 0 0 127.0.0.1:41774 127.0.0.1:6379 TIME_WAIT -
  761. tcp 0 0 127.0.0.1:41506 127.0.0.1:6379 TIME_WAIT -
  762. tcp 0 0 127.0.0.1:41564 127.0.0.1:6379 TIME_WAIT -
  763. tcp 0 0 127.0.0.1:41706 127.0.0.1:6379 TIME_WAIT -
  764. tcp 0 0 127.0.0.1:42344 127.0.0.1:6379 TIME_WAIT -
  765. tcp 0 0 127.0.0.1:41460 127.0.0.1:6379 TIME_WAIT -
  766. tcp 0 0 127.0.0.1:42064 127.0.0.1:6379 TIME_WAIT -
  767. tcp 0 0 127.0.0.1:41900 127.0.0.1:6379 TIME_WAIT -
  768. tcp 0 0 127.0.0.1:42172 127.0.0.1:6379 TIME_WAIT -
  769. tcp 0 0 127.0.0.1:41972 127.0.0.1:6379 TIME_WAIT -
  770. tcp 0 0 127.0.0.1:42412 127.0.0.1:6379 TIME_WAIT -
  771. tcp 0 0 127.0.0.1:41860 127.0.0.1:6379 TIME_WAIT -
  772. tcp 0 0 127.0.0.1:41770 127.0.0.1:6379 TIME_WAIT -
  773. tcp 0 0 127.0.0.1:42050 127.0.0.1:6379 TIME_WAIT -
  774. tcp 0 0 127.0.0.1:42216 127.0.0.1:6379 TIME_WAIT -
  775. tcp 0 0 127.0.0.1:42268 127.0.0.1:6379 TIME_WAIT -
  776. tcp 0 0 127.0.0.1:42266 127.0.0.1:6379 TIME_WAIT -
  777. tcp 0 0 127.0.0.1:41680 127.0.0.1:6379 TIME_WAIT -
  778. tcp 0 0 127.0.0.1:42204 127.0.0.1:6379 TIME_WAIT -
  779. tcp 0 0 127.0.0.1:41930 127.0.0.1:6379 TIME_WAIT -
  780. tcp 0 0 127.0.0.1:42450 127.0.0.1:6379 TIME_WAIT -
  781. tcp 0 0 127.0.0.1:41542 127.0.0.1:6379 TIME_WAIT -
  782. tcp 0 0 127.0.0.1:42308 127.0.0.1:6379 TIME_WAIT -
  783. tcp 0 0 127.0.0.1:41632 127.0.0.1:6379 TIME_WAIT -
  784. tcp 0 0 127.0.0.1:42438 127.0.0.1:6379 TIME_WAIT -
  785. tcp 0 0 127.0.0.1:42580 127.0.0.1:6379 TIME_WAIT -
  786. tcp 0 0 127.0.0.1:41554 127.0.0.1:6379 TIME_WAIT -
  787. tcp 0 0 127.0.0.1:41634 127.0.0.1:6379 TIME_WAIT -
  788. tcp 0 0 127.0.0.1:41674 127.0.0.1:6379 TIME_WAIT -
  789. tcp 0 0 127.0.0.1:41454 127.0.0.1:6379 TIME_WAIT -
  790. tcp 0 0 127.0.0.1:41570 127.0.0.1:6379 TIME_WAIT -
  791. tcp 0 0 127.0.0.1:42392 127.0.0.1:6379 TIME_WAIT -
  792. tcp 0 0 127.0.0.1:42346 127.0.0.1:6379 TIME_WAIT -
  793. tcp 0 0 127.0.0.1:42118 127.0.0.1:6379 TIME_WAIT -
  794. tcp 0 0 127.0.0.1:41966 127.0.0.1:6379 TIME_WAIT -
  795. tcp 0 0 127.0.0.1:41696 127.0.0.1:6379 TIME_WAIT -
  796. tcp 0 0 127.0.0.1:41872 127.0.0.1:6379 TIME_WAIT -
  797. tcp 0 0 127.0.0.1:42066 127.0.0.1:6379 TIME_WAIT -
  798. tcp 0 0 127.0.0.1:41906 127.0.0.1:6379 TIME_WAIT -
  799. tcp 0 0 127.0.0.1:42104 127.0.0.1:6379 TIME_WAIT -
  800. tcp 0 0 127.0.0.1:42128 127.0.0.1:6379 TIME_WAIT -
  801. tcp 0 0 127.0.0.1:42114 127.0.0.1:6379 TIME_WAIT -
  802. tcp 0 0 127.0.0.1:42546 127.0.0.1:6379 TIME_WAIT -
  803. tcp 0 0 127.0.0.1:42562 127.0.0.1:6379 TIME_WAIT -
  804. tcp 0 0 127.0.0.1:41646 127.0.0.1:6379 TIME_WAIT -
  805. tcp 0 0 127.0.0.1:42582 127.0.0.1:6379 TIME_WAIT -
  806. tcp 0 0 127.0.0.1:42248 127.0.0.1:6379 TIME_WAIT -
  807. tcp 0 0 127.0.0.1:42498 127.0.0.1:6379 TIME_WAIT -
  808. tcp 0 0 127.0.0.1:42570 127.0.0.1:6379 TIME_WAIT -
  809. tcp 0 0 127.0.0.1:42272 127.0.0.1:6379 TIME_WAIT -
  810. tcp 0 0 127.0.0.1:41452 127.0.0.1:6379 TIME_WAIT -
  811. tcp 0 0 127.0.0.1:41516 127.0.0.1:6379 TIME_WAIT -
  812. tcp 0 0 127.0.0.1:42510 127.0.0.1:6379 TIME_WAIT -
  813. tcp 0 0 127.0.0.1:41580 127.0.0.1:6379 TIME_WAIT -
  814. tcp 0 0 127.0.0.1:42080 127.0.0.1:6379 TIME_WAIT -
  815. tcp 0 0 127.0.0.1:42342 127.0.0.1:6379 TIME_WAIT -
  816. tcp 0 0 127.0.0.1:42224 127.0.0.1:6379 TIME_WAIT -
  817. tcp 0 0 127.0.0.1:42470 127.0.0.1:6379 TIME_WAIT -
  818. tcp 0 0 192.168.1.253:80 192.168.1.153:50445 ESTABLISHED 354/nginx: worker p
  819. tcp 0 0 127.0.0.1:42532 127.0.0.1:6379 TIME_WAIT -
  820. tcp 0 0 127.0.0.1:42390 127.0.0.1:6379 TIME_WAIT -
  821. tcp 0 0 127.0.0.1:41844 127.0.0.1:6379 TIME_WAIT -
  822. tcp 0 0 127.0.0.1:42386 127.0.0.1:6379 TIME_WAIT -
  823. tcp 0 0 127.0.0.1:41856 127.0.0.1:6379 TIME_WAIT -
  824. tcp 0 0 127.0.0.1:42200 127.0.0.1:6379 TIME_WAIT -
  825. tcp 0 0 127.0.0.1:42262 127.0.0.1:6379 TIME_WAIT -
  826. tcp 0 0 127.0.0.1:42174 127.0.0.1:6379 TIME_WAIT -
  827. tcp 0 0 127.0.0.1:42152 127.0.0.1:6379 TIME_WAIT -
  828. tcp 0 0 127.0.0.1:42424 127.0.0.1:6379 TIME_WAIT -
  829. tcp 0 0 127.0.0.1:41960 127.0.0.1:6379 TIME_WAIT -
  830. tcp 0 0 127.0.0.1:42218 127.0.0.1:6379 TIME_WAIT -
  831. tcp 0 0 127.0.0.1:42062 127.0.0.1:6379 TIME_WAIT -
  832. tcp 0 0 127.0.0.1:42046 127.0.0.1:6379 TIME_WAIT -
  833. tcp 0 0 127.0.0.1:42496 127.0.0.1:6379 TIME_WAIT -
  834. tcp 0 0 127.0.0.1:40804 127.0.0.1:6600 TIME_WAIT -
  835. tcp 0 0 127.0.0.1:42328 127.0.0.1:6379 TIME_WAIT -
  836. tcp 0 0 127.0.0.1:41504 127.0.0.1:6379 TIME_WAIT -
  837. tcp 0 0 127.0.0.1:41996 127.0.0.1:6379 TIME_WAIT -
  838. tcp 0 0 127.0.0.1:41474 127.0.0.1:6379 TIME_WAIT -
  839. tcp 0 0 127.0.0.1:42334 127.0.0.1:6379 TIME_WAIT -
  840. tcp 0 0 127.0.0.1:41846 127.0.0.1:6379 TIME_WAIT -
  841. tcp 0 0 127.0.0.1:41734 127.0.0.1:6379 TIME_WAIT -
  842. tcp 0 0 127.0.0.1:41608 127.0.0.1:6379 TIME_WAIT -
  843. tcp 0 0 127.0.0.1:42154 127.0.0.1:6379 TIME_WAIT -
  844. tcp 0 0 127.0.0.1:41524 127.0.0.1:6379 TIME_WAIT -
  845. tcp 0 0 127.0.0.1:41986 127.0.0.1:6379 TIME_WAIT -
  846. tcp 0 0 127.0.0.1:41822 127.0.0.1:6379 TIME_WAIT -
  847. tcp 0 0 127.0.0.1:42124 127.0.0.1:6379 TIME_WAIT -
  848. tcp 0 0 127.0.0.1:41746 127.0.0.1:6379 TIME_WAIT -
  849. tcp 0 0 127.0.0.1:41956 127.0.0.1:6379 TIME_WAIT -
  850. tcp 0 0 127.0.0.1:41854 127.0.0.1:6379 TIME_WAIT -
  851. tcp 0 0 127.0.0.1:41988 127.0.0.1:6379 TIME_WAIT -
  852. tcp 0 0 127.0.0.1:42566 127.0.0.1:6379 TIME_WAIT -
  853. tcp 0 0 127.0.0.1:42362 127.0.0.1:6379 TIME_WAIT -
  854. tcp 0 0 127.0.0.1:41776 127.0.0.1:6379 TIME_WAIT -
  855. tcp 0 0 127.0.0.1:41612 127.0.0.1:6379 TIME_WAIT -
  856. tcp 0 0 127.0.0.1:42460 127.0.0.1:6379 TIME_WAIT -
  857. tcp 0 0 127.0.0.1:42558 127.0.0.1:6379 TIME_WAIT -
  858. tcp 0 0 127.0.0.1:41932 127.0.0.1:6379 TIME_WAIT -
  859. tcp 0 0 127.0.0.1:41662 127.0.0.1:6379 TIME_WAIT -
  860. tcp 0 0 127.0.0.1:41740 127.0.0.1:6379 TIME_WAIT -
  861. tcp 0 0 127.0.0.1:42482 127.0.0.1:6379 TIME_WAIT -
  862. tcp 0 0 127.0.0.1:41644 127.0.0.1:6379 TIME_WAIT -
  863. tcp 0 0 127.0.0.1:41448 127.0.0.1:6379 TIME_WAIT -
  864. tcp 0 0 127.0.0.1:42374 127.0.0.1:6379 TIME_WAIT -
  865. tcp 0 0 127.0.0.1:41964 127.0.0.1:6379 TIME_WAIT -
  866. tcp 0 0 127.0.0.1:42042 127.0.0.1:6379 TIME_WAIT -
  867. tcp 0 0 127.0.0.1:41686 127.0.0.1:6379 TIME_WAIT -
  868. tcp 0 0 127.0.0.1:41766 127.0.0.1:6379 TIME_WAIT -
  869. tcp 0 0 127.0.0.1:41878 127.0.0.1:6379 TIME_WAIT -
  870. tcp 0 0 127.0.0.1:42432 127.0.0.1:6379 TIME_WAIT -
  871. tcp 0 0 127.0.0.1:41926 127.0.0.1:6379 TIME_WAIT -
  872. tcp 0 0 127.0.0.1:42170 127.0.0.1:6379 TIME_WAIT -
  873. tcp 0 0 127.0.0.1:41950 127.0.0.1:6379 TIME_WAIT -
  874. tcp 0 0 127.0.0.1:41832 127.0.0.1:6379 TIME_WAIT -
  875. tcp 0 0 127.0.0.1:41574 127.0.0.1:6379 TIME_WAIT -
  876. tcp 0 0 127.0.0.1:42240 127.0.0.1:6379 TIME_WAIT -
  877. tcp 0 0 127.0.0.1:80 127.0.0.1:33120 TIME_WAIT -
  878. tcp 0 0 127.0.0.1:41636 127.0.0.1:6379 TIME_WAIT -
  879. tcp 0 0 127.0.0.1:41716 127.0.0.1:6379 TIME_WAIT -
  880. tcp 0 0 127.0.0.1:42048 127.0.0.1:6379 TIME_WAIT -
  881. tcp 0 0 127.0.0.1:41600 127.0.0.1:6379 TIME_WAIT -
  882. tcp 0 0 127.0.0.1:41566 127.0.0.1:6379 TIME_WAIT -
  883. tcp 0 0 127.0.0.1:41944 127.0.0.1:6379 TIME_WAIT -
  884. tcp 0 0 127.0.0.1:42338 127.0.0.1:6379 TIME_WAIT -
  885. tcp 0 0 127.0.0.1:42394 127.0.0.1:6379 TIME_WAIT -
  886. tcp 0 0 127.0.0.1:41664 127.0.0.1:6379 TIME_WAIT -
  887. tcp 0 0 127.0.0.1:80 127.0.0.1:33736 TIME_WAIT -
  888. tcp 0 0 127.0.0.1:41918 127.0.0.1:6379 TIME_WAIT -
  889. tcp 0 0 127.0.0.1:41536 127.0.0.1:6379 TIME_WAIT -
  890. tcp 0 0 127.0.0.1:41690 127.0.0.1:6379 TIME_WAIT -
  891. tcp 0 0 127.0.0.1:41712 127.0.0.1:6600 TIME_WAIT -
  892. tcp 0 0 127.0.0.1:41700 127.0.0.1:6379 TIME_WAIT -
  893. tcp 0 0 127.0.0.1:42474 127.0.0.1:6379 TIME_WAIT -
  894. tcp 0 0 127.0.0.1:41968 127.0.0.1:6379 TIME_WAIT -
  895. tcp 0 0 127.0.0.1:41512 127.0.0.1:6379 TIME_WAIT -
  896. tcp 0 0 127.0.0.1:42456 127.0.0.1:6379 TIME_WAIT -
  897. tcp 0 0 127.0.0.1:41758 127.0.0.1:6379 TIME_WAIT -
  898. tcp 0 0 127.0.0.1:41782 127.0.0.1:6379 TIME_WAIT -
  899. tcp 0 0 127.0.0.1:80 127.0.0.1:33344 TIME_WAIT -
  900. tcp 0 0 127.0.0.1:42402 127.0.0.1:6379 TIME_WAIT -
  901. tcp 0 0 127.0.0.1:42312 127.0.0.1:6379 TIME_WAIT -
  902. tcp 0 0 127.0.0.1:42472 127.0.0.1:6379 TIME_WAIT -
  903. tcp 0 0 127.0.0.1:41908 127.0.0.1:6379 TIME_WAIT -
  904. tcp 0 0 127.0.0.1:42094 127.0.0.1:6379 TIME_WAIT -
  905. tcp 0 0 127.0.0.1:42316 127.0.0.1:6379 TIME_WAIT -
  906. tcp 0 0 127.0.0.1:41514 127.0.0.1:6379 TIME_WAIT -
  907. tcp 0 0 127.0.0.1:41990 127.0.0.1:6379 TIME_WAIT -
  908. tcp 0 0 127.0.0.1:41810 127.0.0.1:6379 TIME_WAIT -
  909. tcp 0 0 127.0.0.1:41824 127.0.0.1:6379 TIME_WAIT -
  910. tcp 0 0 127.0.0.1:41526 127.0.0.1:6379 TIME_WAIT -
  911. tcp 0 0 127.0.0.1:41886 127.0.0.1:6379 TIME_WAIT -
  912. tcp 0 0 127.0.0.1:42072 127.0.0.1:6379 TIME_WAIT -
  913. tcp 0 0 127.0.0.1:42090 127.0.0.1:6379 TIME_WAIT -
  914. tcp 0 0 127.0.0.1:42446 127.0.0.1:6379 TIME_WAIT -
  915. tcp 0 0 127.0.0.1:42256 127.0.0.1:6379 TIME_WAIT -
  916. tcp 0 0 127.0.0.1:41756 127.0.0.1:6379 TIME_WAIT -
  917. tcp 0 0 127.0.0.1:41838 127.0.0.1:6379 TIME_WAIT -
  918. tcp 0 0 127.0.0.1:41610 127.0.0.1:6379 TIME_WAIT -
  919. tcp 0 0 127.0.0.1:41538 127.0.0.1:6379 TIME_WAIT -
  920. tcp 0 0 127.0.0.1:41456 127.0.0.1:6379 TIME_WAIT -
  921. tcp 0 0 127.0.0.1:42136 127.0.0.1:6379 TIME_WAIT -
  922. tcp 0 0 127.0.0.1:41486 127.0.0.1:6379 TIME_WAIT -
  923. tcp 0 0 127.0.0.1:41914 127.0.0.1:6379 TIME_WAIT -
  924. tcp 0 0 127.0.0.1:41866 127.0.0.1:6379 TIME_WAIT -
  925. tcp 0 0 127.0.0.1:41902 127.0.0.1:6379 TIME_WAIT -
  926. tcp 0 0 127.0.0.1:41604 127.0.0.1:6379 TIME_WAIT -
  927. tcp 0 0 127.0.0.1:42360 127.0.0.1:6379 TIME_WAIT -
  928. tcp 0 0 127.0.0.1:41656 127.0.0.1:6379 TIME_WAIT -
  929. tcp 0 0 127.0.0.1:41502 127.0.0.1:6379 TIME_WAIT -
  930. tcp 0 0 127.0.0.1:80 127.0.0.1:33732 TIME_WAIT -
  931. tcp 0 0 127.0.0.1:42270 127.0.0.1:6379 TIME_WAIT -
  932. tcp 0 0 127.0.0.1:42516 127.0.0.1:6379 TIME_WAIT -
  933. tcp 0 0 127.0.0.1:41858 127.0.0.1:6379 TIME_WAIT -
  934. tcp 0 0 127.0.0.1:42222 127.0.0.1:6379 TIME_WAIT -
  935. tcp 0 0 127.0.0.1:42388 127.0.0.1:6379 TIME_WAIT -
  936. tcp 0 0 127.0.0.1:41806 127.0.0.1:6379 TIME_WAIT -
  937. tcp 0 0 127.0.0.1:42108 127.0.0.1:6379 TIME_WAIT -
  938. tcp 0 0 127.0.0.1:42274 127.0.0.1:6379 TIME_WAIT -
  939. tcp 0 0 127.0.0.1:42436 127.0.0.1:6379 TIME_WAIT -
  940. tcp 0 0 127.0.0.1:41790 127.0.0.1:6379 TIME_WAIT -
  941. tcp 0 0 127.0.0.1:41984 127.0.0.1:6379 TIME_WAIT -
  942. tcp 0 0 127.0.0.1:42068 127.0.0.1:6379 TIME_WAIT -
  943. tcp 0 0 127.0.0.1:42254 127.0.0.1:6379 TIME_WAIT -
  944. tcp 0 0 127.0.0.1:42288 127.0.0.1:6379 TIME_WAIT -
  945. tcp 0 0 127.0.0.1:41496 127.0.0.1:6379 TIME_WAIT -
  946. tcp 0 0 127.0.0.1:42538 127.0.0.1:6379 TIME_WAIT -
  947. tcp 0 0 127.0.0.1:42350 127.0.0.1:6379 TIME_WAIT -
  948. tcp 0 0 127.0.0.1:42018 127.0.0.1:6379 TIME_WAIT -
  949. tcp 0 0 127.0.0.1:41744 127.0.0.1:6379 TIME_WAIT -
  950. tcp 0 0 127.0.0.1:42168 127.0.0.1:6379 TIME_WAIT -
  951. tcp 0 0 127.0.0.1:42372 127.0.0.1:6379 TIME_WAIT -
  952. tcp 0 0 127.0.0.1:41978 127.0.0.1:6379 TIME_WAIT -
  953. tcp 0 0 127.0.0.1:42530 127.0.0.1:6379 TIME_WAIT -
  954. tcp 0 0 127.0.0.1:41852 127.0.0.1:6379 TIME_WAIT -
  955. tcp 0 0 127.0.0.1:41668 127.0.0.1:6379 TIME_WAIT -
  956. tcp 0 0 127.0.0.1:42536 127.0.0.1:6379 TIME_WAIT -
  957. tcp 0 0 127.0.0.1:42444 127.0.0.1:6379 TIME_WAIT -
  958. tcp 0 0 127.0.0.1:41650 127.0.0.1:6379 TIME_WAIT -
  959. tcp 0 0 127.0.0.1:42220 127.0.0.1:6379 TIME_WAIT -
  960. tcp 0 0 127.0.0.1:41548 127.0.0.1:6379 TIME_WAIT -
  961. tcp 0 0 127.0.0.1:42214 127.0.0.1:6379 TIME_WAIT -
  962. tcp 0 0 127.0.0.1:42534 127.0.0.1:6379 TIME_WAIT -
  963. tcp 0 0 127.0.0.1:41724 127.0.0.1:6379 TIME_WAIT -
  964. tcp 0 0 127.0.0.1:42578 127.0.0.1:6379 TIME_WAIT -
  965. tcp 0 0 127.0.0.1:41942 127.0.0.1:6379 TIME_WAIT -
  966. tcp 0 0 127.0.0.1:42364 127.0.0.1:6379 TIME_WAIT -
  967. tcp 0 0 127.0.0.1:42058 127.0.0.1:6379 TIME_WAIT -
  968. tcp 0 0 127.0.0.1:41482 127.0.0.1:6379 TIME_WAIT -
  969. tcp 0 0 127.0.0.1:41720 127.0.0.1:6379 TIME_WAIT -
  970. tcp 0 0 127.0.0.1:41778 127.0.0.1:6379 TIME_WAIT -
  971. tcp 0 0 127.0.0.1:42296 127.0.0.1:6379 TIME_WAIT -
  972. tcp 0 0 127.0.0.1:41848 127.0.0.1:6379 TIME_WAIT -
  973. tcp 0 0 127.0.0.1:42010 127.0.0.1:6379 TIME_WAIT -
  974. tcp 0 0 127.0.0.1:42576 127.0.0.1:6379 TIME_WAIT -
  975. tcp 0 0 127.0.0.1:42568 127.0.0.1:6379 TIME_WAIT -
  976. tcp 0 0 127.0.0.1:41628 127.0.0.1:6379 TIME_WAIT -
  977. tcp 0 0 127.0.0.1:42298 127.0.0.1:6379 TIME_WAIT -
  978. tcp 0 0 127.0.0.1:42524 127.0.0.1:6379 TIME_WAIT -
  979. tcp 0 0 127.0.0.1:41666 127.0.0.1:6379 TIME_WAIT -
  980. tcp 0 0 127.0.0.1:42554 127.0.0.1:6379 TIME_WAIT -
  981. tcp 0 0 127.0.0.1:42478 127.0.0.1:6379 TIME_WAIT -
  982. tcp 0 0 127.0.0.1:41702 127.0.0.1:6379 TIME_WAIT -
  983. tcp 0 0 127.0.0.1:41808 127.0.0.1:6379 TIME_WAIT -
  984. tcp 0 0 127.0.0.1:42030 127.0.0.1:6379 TIME_WAIT -
  985. tcp 0 0 127.0.0.1:42228 127.0.0.1:6379 TIME_WAIT -
  986. tcp 0 0 127.0.0.1:41626 127.0.0.1:6379 TIME_WAIT -
  987. tcp 0 0 127.0.0.1:42464 127.0.0.1:6379 TIME_WAIT -
  988. tcp 0 0 127.0.0.1:42252 127.0.0.1:6379 TIME_WAIT -
  989. tcp 0 0 127.0.0.1:41804 127.0.0.1:6379 TIME_WAIT -
  990. tcp 0 0 127.0.0.1:41712 127.0.0.1:6379 TIME_WAIT -
  991. tcp 0 0 127.0.0.1:42162 127.0.0.1:6379 TIME_WAIT -
  992. tcp 0 0 127.0.0.1:41558 127.0.0.1:6379 TIME_WAIT -
  993. tcp 0 0 127.0.0.1:42096 127.0.0.1:6379 TIME_WAIT -
  994. tcp 0 0 127.0.0.1:41602 127.0.0.1:6379 TIME_WAIT -
  995. tcp 0 0 127.0.0.1:42378 127.0.0.1:6379 TIME_WAIT -
  996. tcp 0 0 127.0.0.1:42208 127.0.0.1:6379 TIME_WAIT -
  997. tcp 0 0 127.0.0.1:42156 127.0.0.1:6379 TIME_WAIT -
  998. tcp 0 0 127.0.0.1:42258 127.0.0.1:6379 TIME_WAIT -
  999. tcp 0 0 127.0.0.1:42004 127.0.0.1:6379 TIME_WAIT -
  1000. tcp 0 0 127.0.0.1:41544 127.0.0.1:6379 TIME_WAIT -
  1001. tcp 0 0 127.0.0.1:42098 127.0.0.1:6379 TIME_WAIT -
  1002. tcp 0 0 127.0.0.1:42304 127.0.0.1:6379 TIME_WAIT -
  1003. tcp 0 0 127.0.0.1:42236 127.0.0.1:6379 TIME_WAIT -
  1004. tcp 0 0 127.0.0.1:41552 127.0.0.1:6379 TIME_WAIT -
  1005. tcp 0 0 127.0.0.1:41530 127.0.0.1:6379 TIME_WAIT -
  1006. tcp 0 0 127.0.0.1:41912 127.0.0.1:6379 TIME_WAIT -
  1007. tcp 0 0 127.0.0.1:41772 127.0.0.1:6379 TIME_WAIT -
  1008. tcp 0 0 127.0.0.1:42126 127.0.0.1:6379 TIME_WAIT -
  1009. tcp 0 0 127.0.0.1:42514 127.0.0.1:6379 TIME_WAIT -
  1010. tcp 0 0 127.0.0.1:41458 127.0.0.1:6379 TIME_WAIT -
  1011. tcp 0 0 127.0.0.1:42002 127.0.0.1:6379 TIME_WAIT -
  1012. tcp 0 0 127.0.0.1:41816 127.0.0.1:6379 TIME_WAIT -
  1013. tcp 0 0 127.0.0.1:42314 127.0.0.1:6379 TIME_WAIT -
  1014. tcp 0 0 127.0.0.1:42306 127.0.0.1:6379 TIME_WAIT -
  1015. tcp 0 0 127.0.0.1:41940 127.0.0.1:6379 TIME_WAIT -
  1016. tcp 0 0 127.0.0.1:42292 127.0.0.1:6379 TIME_WAIT -
  1017. tcp 0 0 127.0.0.1:42150 127.0.0.1:6379 TIME_WAIT -
  1018. tcp 0 0 127.0.0.1:42462 127.0.0.1:6379 TIME_WAIT -
  1019. tcp 0 0 127.0.0.1:42044 127.0.0.1:6379 TIME_WAIT -
  1020. tcp 0 0 127.0.0.1:42134 127.0.0.1:6379 TIME_WAIT -
  1021. tcp 0 0 127.0.0.1:42448 127.0.0.1:6379 TIME_WAIT -
  1022. tcp 0 0 127.0.0.1:42282 127.0.0.1:6379 TIME_WAIT -
  1023. tcp 0 0 127.0.0.1:42076 127.0.0.1:6379 TIME_WAIT -
  1024. tcp 0 0 127.0.0.1:42244 127.0.0.1:6379 TIME_WAIT -
  1025. tcp 0 0 127.0.0.1:42234 127.0.0.1:6379 TIME_WAIT -
  1026. tcp 0 0 127.0.0.1:41802 127.0.0.1:6379 TIME_WAIT -
  1027. tcp 0 0 127.0.0.1:41478 127.0.0.1:6379 TIME_WAIT -
  1028. tcp 0 0 127.0.0.1:42056 127.0.0.1:6379 TIME_WAIT -
  1029. tcp 0 0 127.0.0.1:42468 127.0.0.1:6379 TIME_WAIT -
  1030. tcp 0 0 127.0.0.1:41814 127.0.0.1:6379 TIME_WAIT -
  1031. tcp 0 0 127.0.0.1:42354 127.0.0.1:6379 TIME_WAIT -
  1032. tcp 0 0 127.0.0.1:42466 127.0.0.1:6379 TIME_WAIT -
  1033. tcp 0 0 192.168.1.253:34728 104.24.15.89:80 TIME_WAIT -
  1034. tcp 0 0 127.0.0.1:41510 127.0.0.1:6379 TIME_WAIT -
  1035. tcp 0 0 127.0.0.1:42032 127.0.0.1:6379 TIME_WAIT -
  1036. tcp 0 0 127.0.0.1:42356 127.0.0.1:6379 TIME_WAIT -
  1037. tcp 0 0 127.0.0.1:42368 127.0.0.1:6379 TIME_WAIT -
  1038. tcp 0 0 127.0.0.1:42022 127.0.0.1:6379 TIME_WAIT -
  1039. tcp 0 0 127.0.0.1:42502 127.0.0.1:6379 TIME_WAIT -
  1040. tcp 0 0 127.0.0.1:41946 127.0.0.1:6379 TIME_WAIT -
  1041. tcp 0 0 127.0.0.1:41540 127.0.0.1:6379 TIME_WAIT -
  1042. tcp 0 0 127.0.0.1:42382 127.0.0.1:6379 TIME_WAIT -
  1043. tcp 0 0 127.0.0.1:42120 127.0.0.1:6379 TIME_WAIT -
  1044. tcp 0 0 127.0.0.1:41916 127.0.0.1:6379 TIME_WAIT -
  1045. tcp 0 0 127.0.0.1:42178 127.0.0.1:6379 TIME_WAIT -
  1046. tcp 0 0 127.0.0.1:42212 127.0.0.1:6379 TIME_WAIT -
  1047. tcp 0 0 127.0.0.1:41890 127.0.0.1:6379 TIME_WAIT -
  1048. tcp 0 0 127.0.0.1:42324 127.0.0.1:6379 TIME_WAIT -
  1049. tcp 0 0 127.0.0.1:42540 127.0.0.1:6379 TIME_WAIT -
  1050. tcp 0 0 127.0.0.1:42176 127.0.0.1:6379 TIME_WAIT -
  1051. tcp 0 0 127.0.0.1:41450 127.0.0.1:6379 TIME_WAIT -
  1052. tcp 0 0 127.0.0.1:42366 127.0.0.1:6379 TIME_WAIT -
  1053. tcp 0 0 127.0.0.1:42140 127.0.0.1:6379 TIME_WAIT -
  1054. tcp 0 0 127.0.0.1:41444 127.0.0.1:6379 TIME_WAIT -
  1055. tcp 0 0 127.0.0.1:42380 127.0.0.1:6379 TIME_WAIT -
  1056. tcp 0 0 127.0.0.1:42006 127.0.0.1:6379 TIME_WAIT -
  1057. tcp 0 0 127.0.0.1:42078 127.0.0.1:6379 TIME_WAIT -
  1058. tcp 0 0 127.0.0.1:42100 127.0.0.1:6379 TIME_WAIT -
  1059. tcp 0 0 127.0.0.1:42422 127.0.0.1:6379 TIME_WAIT -
  1060. tcp 0 0 127.0.0.1:41982 127.0.0.1:6379 TIME_WAIT -
  1061. tcp 0 0 127.0.0.1:41922 127.0.0.1:6379 TIME_WAIT -
  1062. tcp 0 0 127.0.0.1:42352 127.0.0.1:6379 TIME_WAIT -
  1063. tcp 0 0 127.0.0.1:41546 127.0.0.1:6379 TIME_WAIT -
  1064. tcp 0 0 127.0.0.1:42202 127.0.0.1:6379 TIME_WAIT -
  1065. tcp 0 0 127.0.0.1:41584 127.0.0.1:6379 TIME_WAIT -
  1066. tcp 0 0 127.0.0.1:41528 127.0.0.1:6379 TIME_WAIT -
  1067. tcp 0 0 127.0.0.1:42302 127.0.0.1:6379 TIME_WAIT -
  1068. tcp 0 0 127.0.0.1:41754 127.0.0.1:6379 TIME_WAIT -
  1069. tcp 0 0 127.0.0.1:42146 127.0.0.1:6379 TIME_WAIT -
  1070. tcp 0 0 127.0.0.1:41882 127.0.0.1:6379 TIME_WAIT -
  1071. tcp 0 0 127.0.0.1:42404 127.0.0.1:6379 TIME_WAIT -
  1072. tcp 0 0 127.0.0.1:42518 127.0.0.1:6379 TIME_WAIT -
  1073. tcp 0 0 127.0.0.1:41480 127.0.0.1:6379 TIME_WAIT -
  1074. tcp 0 0 127.0.0.1:42182 127.0.0.1:6379 TIME_WAIT -
  1075. tcp 0 0 127.0.0.1:41894 127.0.0.1:6379 TIME_WAIT -
  1076. tcp 0 0 127.0.0.1:41642 127.0.0.1:6379 TIME_WAIT -
  1077. tcp 0 0 127.0.0.1:41768 127.0.0.1:6379 TIME_WAIT -
  1078. tcp 0 0 127.0.0.1:41500 127.0.0.1:6379 TIME_WAIT -
  1079. tcp 0 0 127.0.0.1:42286 127.0.0.1:6379 TIME_WAIT -
  1080. tcp 0 0 127.0.0.1:42494 127.0.0.1:6379 TIME_WAIT -
  1081. tcp 0 0 127.0.0.1:42492 127.0.0.1:6379 TIME_WAIT -
  1082. tcp 0 0 127.0.0.1:41750 127.0.0.1:6379 TIME_WAIT -
  1083. tcp 0 0 127.0.0.1:41560 127.0.0.1:6379 TIME_WAIT -
  1084. tcp 0 0 127.0.0.1:42440 127.0.0.1:6379 TIME_WAIT -
  1085. tcp 0 0 127.0.0.1:41738 127.0.0.1:6379 TIME_WAIT -
  1086. tcp 0 0 127.0.0.1:41614 127.0.0.1:6379 TIME_WAIT -
  1087. tcp 0 0 192.168.1.253:22 192.168.1.153:50274 ESTABLISHED 432/sshd: root@pts/
  1088. tcp 0 0 127.0.0.1:41704 127.0.0.1:6379 TIME_WAIT -
  1089. tcp 0 0 127.0.0.1:41556 127.0.0.1:6379 TIME_WAIT -
  1090. tcp 0 0 127.0.0.1:41518 127.0.0.1:6379 TIME_WAIT -
  1091. tcp 0 0 127.0.0.1:42130 127.0.0.1:6379 TIME_WAIT -
  1092. tcp 0 0 127.0.0.1:42196 127.0.0.1:6379 TIME_WAIT -
  1093. tcp 0 0 127.0.0.1:42278 127.0.0.1:6379 TIME_WAIT -
  1094. tcp 0 0 127.0.0.1:41722 127.0.0.1:6379 TIME_WAIT -
  1095. tcp 0 0 127.0.0.1:41826 127.0.0.1:6379 TIME_WAIT -
  1096. tcp 0 0 127.0.0.1:41896 127.0.0.1:6379 TIME_WAIT -
  1097. tcp 0 0 127.0.0.1:42454 127.0.0.1:6379 TIME_WAIT -
  1098. tcp 0 0 127.0.0.1:41660 127.0.0.1:6379 TIME_WAIT -
  1099. tcp 0 0 127.0.0.1:41998 127.0.0.1:6379 TIME_WAIT -
  1100. tcp 0 0 127.0.0.1:41522 127.0.0.1:6379 TIME_WAIT -
  1101. tcp 0 0 127.0.0.1:41830 127.0.0.1:6379 TIME_WAIT -
  1102. tcp 0 0 127.0.0.1:41796 127.0.0.1:6379 TIME_WAIT -
  1103. tcp 0 0 127.0.0.1:41730 127.0.0.1:6379 TIME_WAIT -
  1104. tcp 0 0 127.0.0.1:41670 127.0.0.1:6379 TIME_WAIT -
  1105. tcp 0 0 127.0.0.1:42086 127.0.0.1:6379 TIME_WAIT -
  1106. tcp 0 0 127.0.0.1:41606 127.0.0.1:6379 TIME_WAIT -
  1107. tcp 0 0 127.0.0.1:42038 127.0.0.1:6379 TIME_WAIT -
  1108. tcp 0 0 127.0.0.1:41970 127.0.0.1:6379 TIME_WAIT -
  1109. tcp 0 0 127.0.0.1:41520 127.0.0.1:6379 TIME_WAIT -
  1110. tcp 0 0 127.0.0.1:41594 127.0.0.1:6379 TIME_WAIT -
  1111. tcp 0 0 127.0.0.1:42476 127.0.0.1:6379 TIME_WAIT -
  1112. tcp 0 0 127.0.0.1:41682 127.0.0.1:6379 TIME_WAIT -
  1113. tcp 0 0 127.0.0.1:42410 127.0.0.1:6379 TIME_WAIT -
  1114. tcp 0 0 127.0.0.1:42340 127.0.0.1:6379 TIME_WAIT -
  1115. tcp 0 0 127.0.0.1:42184 127.0.0.1:6379 TIME_WAIT -
  1116. tcp 0 0 127.0.0.1:42190 127.0.0.1:6379 TIME_WAIT -
  1117. tcp 0 0 127.0.0.1:41920 127.0.0.1:6379 TIME_WAIT -
  1118. tcp 0 0 127.0.0.1:42544 127.0.0.1:6379 TIME_WAIT -
  1119. tcp 0 0 127.0.0.1:41898 127.0.0.1:6379 TIME_WAIT -
  1120. tcp 0 0 127.0.0.1:41728 127.0.0.1:6379 TIME_WAIT -
  1121. tcp 0 0 127.0.0.1:42406 127.0.0.1:6379 TIME_WAIT -
  1122. tcp 0 0 127.0.0.1:41464 127.0.0.1:6379 TIME_WAIT -
  1123. tcp 0 0 192.168.1.253:80 192.168.1.153:50430 ESTABLISHED 354/nginx: worker p
  1124. tcp 0 0 127.0.0.1:42480 127.0.0.1:6379 TIME_WAIT -
  1125. tcp 0 0 127.0.0.1:41572 127.0.0.1:6379 TIME_WAIT -
  1126. tcp 0 0 127.0.0.1:42452 127.0.0.1:6379 TIME_WAIT -
  1127. tcp 0 0 127.0.0.1:41862 127.0.0.1:6379 TIME_WAIT -
  1128. tcp 0 0 127.0.0.1:42166 127.0.0.1:6379 TIME_WAIT -
  1129. tcp 0 0 127.0.0.1:42264 127.0.0.1:6379 TIME_WAIT -
  1130. tcp 0 0 127.0.0.1:42320 127.0.0.1:6379 TIME_WAIT -
  1131. tcp 0 0 127.0.0.1:42376 127.0.0.1:6379 TIME_WAIT -
  1132. tcp 0 0 127.0.0.1:41868 127.0.0.1:6379 TIME_WAIT -
  1133. tcp 0 0 127.0.0.1:41710 127.0.0.1:6379 TIME_WAIT -
  1134. tcp 0 0 127.0.0.1:42122 127.0.0.1:6379 TIME_WAIT -
  1135. tcp 0 0 127.0.0.1:41726 127.0.0.1:6379 TIME_WAIT -
  1136. tcp 0 0 127.0.0.1:41850 127.0.0.1:6379 TIME_WAIT -
  1137. tcp 0 0 127.0.0.1:42040 127.0.0.1:6379 TIME_WAIT -
  1138. tcp 0 0 127.0.0.1:41842 127.0.0.1:6379 TIME_WAIT -
  1139. tcp 0 0 127.0.0.1:42106 127.0.0.1:6379 TIME_WAIT -
  1140. tcp 0 0 127.0.0.1:41870 127.0.0.1:6379 TIME_WAIT -
  1141. tcp 0 0 127.0.0.1:42548 127.0.0.1:6379 TIME_WAIT -
  1142. tcp 0 0 127.0.0.1:41752 127.0.0.1:6379 TIME_WAIT -
  1143. tcp 0 0 127.0.0.1:42442 127.0.0.1:6379 TIME_WAIT -
  1144. tcp 0 0 127.0.0.1:42280 127.0.0.1:6379 TIME_WAIT -
  1145. tcp 0 0 127.0.0.1:41874 127.0.0.1:6379 TIME_WAIT -
  1146. tcp 0 0 127.0.0.1:41934 127.0.0.1:6379 TIME_WAIT -
  1147. tcp 0 0 127.0.0.1:41586 127.0.0.1:6379 TIME_WAIT -
  1148. tcp 0 0 127.0.0.1:42508 127.0.0.1:6379 TIME_WAIT -
  1149. tcp 0 0 127.0.0.1:42250 127.0.0.1:6379 TIME_WAIT -
  1150. tcp 0 0 127.0.0.1:41498 127.0.0.1:6379 TIME_WAIT -
  1151. tcp 0 0 127.0.0.1:42584 127.0.0.1:6379 TIME_WAIT -
  1152. tcp 0 0 127.0.0.1:42246 127.0.0.1:6379 TIME_WAIT -
  1153. tcp 0 0 127.0.0.1:41694 127.0.0.1:6379 TIME_WAIT -
  1154. tcp 0 0 127.0.0.1:42188 127.0.0.1:6379 TIME_WAIT -
  1155. tcp 0 0 127.0.0.1:42012 127.0.0.1:6379 TIME_WAIT -
  1156. tcp 0 0 127.0.0.1:41924 127.0.0.1:6379 TIME_WAIT -
  1157. tcp 0 0 127.0.0.1:42322 127.0.0.1:6379 TIME_WAIT -
  1158. tcp 0 0 127.0.0.1:42522 127.0.0.1:6379 TIME_WAIT -
  1159. tcp 0 0 127.0.0.1:80 127.0.0.1:33372 TIME_WAIT -
  1160. tcp 0 0 127.0.0.1:41706 127.0.0.1:6600 TIME_WAIT -
  1161. tcp 0 0 127.0.0.1:42520 127.0.0.1:6379 TIME_WAIT -
  1162. tcp 0 0 127.0.0.1:41904 127.0.0.1:6379 TIME_WAIT -
  1163. tcp 0 0 127.0.0.1:42060 127.0.0.1:6379 TIME_WAIT -
  1164. tcp 0 0 127.0.0.1:42300 127.0.0.1:6379 TIME_WAIT -
  1165. tcp 0 0 127.0.0.1:41792 127.0.0.1:6379 TIME_WAIT -
  1166. tcp 0 0 127.0.0.1:41476 127.0.0.1:6379 TIME_WAIT -
  1167. tcp 0 0 127.0.0.1:42276 127.0.0.1:6379 TIME_WAIT -
  1168. tcp 0 0 127.0.0.1:41888 127.0.0.1:6379 TIME_WAIT -
  1169. Active UNIX domain sockets (w/o servers)
  1170. Proto RefCnt Flags Type State I-Node PID/Program name Path
  1171. unix 3 [ ] DGRAM 9495 1/init /run/systemd/notify
  1172. unix 8 [ ] DGRAM 9509 1/init /run/systemd/journal/dev-log
  1173. unix 4 [ ] DGRAM 9530 1/init /run/systemd/journal/socket
  1174. unix 2 [ ] DGRAM 14354 514/nmbd /var/lib/samba/private/msg.sock/514
  1175. unix 3 [ ] STREAM CONNECTED 13790 556/bash
  1176. unix 3 [ ] STREAM CONNECTED 13997 593/php-fpm: master
  1177. unix 3 [ ] STREAM CONNECTED 13791 1/init /run/systemd/journal/stdout
  1178. unix 3 [ ] STREAM CONNECTED 13996 593/php-fpm: master
  1179. unix 3 [ ] STREAM CONNECTED 14239 336/redis-server 12 /tmp/redis.sock
  1180. unix 3 [ ] STREAM CONNECTED 11510 358/php
  1181. unix 3 [ ] STREAM CONNECTED 11453 353/nginx: master p
  1182. unix 3 [ ] STREAM CONNECTED 12951 550/mpd /run/mpd.sock
  1183. unix 2 [ ] DGRAM 1453 215/systemd-udevd
  1184. unix 2 [ ] DGRAM 1202 177/systemd-journal
  1185. unix 3 [ ] STREAM CONNECTED 11414 336/redis-server 12
  1186. unix 3 [ ] STREAM CONNECTED 12045 358/php
  1187. unix 3 [ ] STREAM CONNECTED 11452 353/nginx: master p
  1188. unix 3 [ ] STREAM CONNECTED 11021 1/init /run/systemd/journal/stdout
  1189. unix 3 [ ] STREAM CONNECTED 13043 1/init /run/systemd/journal/stdout
  1190. unix 3 [ ] STREAM CONNECTED 12047 358/php
  1191. unix 3 [ ] STREAM CONNECTED 15629 884/hostapd
  1192. unix 3 [ ] STREAM CONNECTED 8053 280/dbus-daemon /run/dbus/system_bus_socket
  1193. unix 3 [ ] STREAM CONNECTED 8049 278/avahi-daemon: r
  1194. unix 3 [ ] STREAM CONNECTED 9101 1/init /run/systemd/journal/stdout
  1195. unix 2 [ ] DGRAM 15787 891/dnsmasq
  1196. unix 3 [ ] STREAM CONNECTED 1675 1/init /run/systemd/journal/stdout
  1197. unix 3 [ ] STREAM CONNECTED 13981 1/init /run/systemd/journal/stdout
  1198. unix 2 [ ] DGRAM 11576 280/dbus-daemon
  1199. unix 3 [ ] STREAM CONNECTED 11284 325/sshd
  1200. unix 3 [ ] STREAM CONNECTED 8050 280/dbus-daemon
  1201. unix 3 [ ] STREAM CONNECTED 8051 280/dbus-daemon
  1202. unix 3 [ ] STREAM CONNECTED 11902 593/php-fpm: master
  1203. unix 3 [ ] STREAM CONNECTED 11175 341/ntpd
  1204. unix 3 [ ] STREAM CONNECTED 16592 477/php
  1205. unix 3 [ ] STREAM CONNECTED 9773 1/init /run/systemd/journal/stdout
  1206. unix 3 [ ] STREAM CONNECTED 8052 280/dbus-daemon /run/dbus/system_bus_socket
  1207. unix 2 [ ] DGRAM 12298 419/dhcpcd
  1208. unix 3 [ ] STREAM CONNECTED 8054 1/init /run/systemd/journal/stdout
  1209. unix 3 [ ] STREAM CONNECTED 8846 284/sh
  1210. unix 3 [ ] STREAM CONNECTED 18554 336/redis-server 12 /tmp/redis.sock
  1211. unix 3 [ ] STREAM CONNECTED 15039 336/redis-server 12 /tmp/redis.sock
  1212. unix 3 [ ] STREAM CONNECTED 10931 1/init
  1213. unix 3 [ ] STREAM CONNECTED 10922 274/haveged
  1214. unix 2 [ ] DGRAM 12403 432/sshd: root@pts/
  1215. unix 3 [ ] STREAM CONNECTED 8520 215/systemd-udevd
  1216. unix 3 [ ] DGRAM 8576 215/systemd-udevd
  1217. unix 3 [ ] DGRAM 8577 215/systemd-udevd
  1218. unix 3 [ ] STREAM CONNECTED 1563 1/init /run/systemd/journal/stdout
  1219. unix 3 [ ] STREAM CONNECTED 16546 920/php
  1220. unix 3 [ ] STREAM CONNECTED 11174 341/ntpd
  1221. unix 3 [ ] STREAM CONNECTED 14525 550/mpd
  1222. unix 3 [ ] STREAM CONNECTED 14998 891/dnsmasq
  1223. unix 3 [ ] STREAM CONNECTED 16513 280/dbus-daemon /run/dbus/system_bus_socket
  1224. unix 3 [ ] STREAM CONNECTED 7944 276/python
  1225. unix 3 [ ] STREAM CONNECTED 10929 1/init /run/systemd/journal/stdout
  1226. unix 3 [ ] STREAM CONNECTED 11693 1/init /run/systemd/journal/stdout
  1227. unix 3 [ ] STREAM CONNECTED 1565 1/init /run/systemd/journal/stdout
  1228. unix 3 [ ] STREAM CONNECTED 11905 280/dbus-daemon /run/dbus/system_bus_socket
  1229. unix 3 [ ] STREAM CONNECTED 8044 278/avahi-daemon: r
  1230. unix 3 [ ] STREAM CONNECTED 1896 477/php
  1231. unix 3 [ ] STREAM CONNECTED 1561 1/init /run/systemd/journal/stdout
  1232. unix 3 [ ] STREAM CONNECTED 7989 278/avahi-daemon: r
  1233. unix 3 [ ] STREAM CONNECTED 1567 1/init /run/systemd/journal/stdout
  1234. unix 3 [ ] STREAM CONNECTED 1734 353/nginx: master p
  1235. unix 3 [ ] STREAM CONNECTED 8035 280/dbus-daemon
  1236. unix 2 [ ] DGRAM 1692 341/ntpd
  1237. unix 3 [ ] STREAM CONNECTED 7895 272/ifplugd
  1238. unix 3 [ ] STREAM CONNECTED 14024 336/redis-server 12 /tmp/redis.sock
  1239. unix 3 [ ] STREAM CONNECTED 8045 283/avahi-daemon: c
  1240. unix 2 [ ] DGRAM 8041 278/avahi-daemon: r
  1241. unix 3 [ ] STREAM CONNECTED 14553 609/php
  1242. unix 3 [ ] STREAM CONNECTED 1735 353/nginx: master p
  1243. unix 2 [ ] DGRAM 14734 1/init
  1244.  
  1245.  
  1246. ###### Network interfaces (ip addr) ######
  1247. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  1248. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  1249. inet 127.0.0.1/8 scope host lo
  1250. valid_lft forever preferred_lft forever
  1251. 2: eth0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  1252. link/ether b8:27:eb:1e:62:66 brd ff:ff:ff:ff:ff:ff
  1253. inet 192.168.1.253/24 brd 192.168.1.255 scope global eth0
  1254. valid_lft forever preferred_lft forever
  1255. 3: wlan0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  1256. link/ether b8:27:eb:4b:37:33 brd ff:ff:ff:ff:ff:ff
  1257. inet 192.168.5.1/24 brd 192.168.5.255 scope global wlan0
  1258. valid_lft forever preferred_lft forever
  1259.  
  1260.  
  1261. ###### Network interfaces (ifconfig) ######
  1262. eth0: flags=4163 mtu 1500
  1263. inet 192.168.1.253 netmask 255.255.255.0 broadcast 192.168.1.255
  1264. ether b8:27:eb:1e:62:66 txqueuelen 1000 (Ethernet)
  1265. RX packets 617 bytes 40679 (39.7 KiB)
  1266. RX errors 0 dropped 0 overruns 0 frame 0
  1267. TX packets 483 bytes 167468 (163.5 KiB)
  1268. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1269.  
  1270. lo: flags=73 mtu 65536
  1271. inet 127.0.0.1 netmask 255.0.0.0
  1272. loop txqueuelen 1 (Local Loopback)
  1273. RX packets 6139 bytes 282617 (275.9 KiB)
  1274. RX errors 0 dropped 0 overruns 0 frame 0
  1275. TX packets 6139 bytes 282617 (275.9 KiB)
  1276. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1277.  
  1278. wlan0: flags=4163 mtu 1500
  1279. inet 192.168.5.1 netmask 255.255.255.0 broadcast 192.168.5.255
  1280. ether b8:27:eb:4b:37:33 txqueuelen 1000 (Ethernet)
  1281. RX packets 79 bytes 22938 (22.4 KiB)
  1282. RX errors 0 dropped 79 overruns 0 frame 0
  1283. TX packets 7 bytes 1813 (1.7 KiB)
  1284. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1285.  
  1286.  
  1287. ###### Network netctl profiles (netctl list) ######
  1288. eth0
  1289.  
  1290. eth0 netctl status
  1291. --------------------------------------------------------
  1292. ● netctl@eth0.service - Networking for netctl profile eth0
  1293. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  1294. Active: inactive (dead)
  1295. Docs: man:netctl.profile(5)
  1296.  
  1297. eth0 netctl profile
  1298. --------------------------------------------------------
  1299. Description='eth0 connection'
  1300. Interface=eth0
  1301. ForceConnect=yes
  1302. SkipNoCarrier=yes
  1303. Connection=ethernet
  1304. IP=dhcp
  1305.  
  1306.  
  1307. ###### Network wifi status (iwconfig) ######
  1308. lo no wireless extensions.
  1309.  
  1310. eth0 no wireless extensions.
  1311.  
  1312. wlan0 IEEE 802.11bgn Mode:Master Tx-Power=31 dBm
  1313. Retry short limit:7 RTS thr:off Fragment thr:off
  1314. Power Management:off
  1315.  
  1316.  
  1317. ###### List all USB devices (lsusb) ######
  1318. Bus 001 Device 006: ID 25ce:001f
  1319. Bus 001 Device 005: ID 25ce:801f
  1320. Bus 001 Device 004: ID 0424:2412 Standard Microsystems Corp.
  1321. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  1322. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  1323. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1324.  
  1325. ###### Kernel status (dmesg) ######
  1326. [ 0.000000] Booting Linux on physical CPU 0x0
  1327. [ 0.000000] Initializing cgroup subsys cpuset
  1328. [ 0.000000] Initializing cgroup subsys cpu
  1329. [ 0.000000] Initializing cgroup subsys cpuacct
  1330. [ 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
  1331. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  1332. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1333. [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
  1334. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  1335. [ 0.000000] Memory policy: Data cache writealloc
  1336. [ 0.000000] On node 0 totalpages: 241664
  1337. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  1338. [ 0.000000] Normal zone: 2124 pages used for memmap
  1339. [ 0.000000] Normal zone: 0 pages reserved
  1340. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  1341. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  1342. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  1343. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f62000 s22656 r8192 d22400 u53248
  1344. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  1345. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  1346. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  1347. [ 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=0xbf1e6266 smsc95xx.macaddr=B8:27:EB:1E:62:66 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
  1348. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  1349. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  1350. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  1351. [ 0.000000] Memory: 936072K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22392K reserved, 8192K cma-reserved)
  1352. [ 0.000000] Virtual kernel memory layout:
  1353. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  1354. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  1355. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  1356. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  1357. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  1358. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  1359. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  1360. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  1361. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  1362. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1363. [ 0.000000] Hierarchical RCU implementation.
  1364. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  1365. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  1366. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  1367. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  1368. [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  1369. [ 0.000013] Switching to timer-based delay loop, resolution 52ns
  1370. [ 0.000146] Console: colour dummy device 80x30
  1371. [ 0.000235] console [tty0] enabled
  1372. [ 0.000252] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  1373. [ 0.000261] pid_max: default: 32768 minimum: 301
  1374. [ 0.000412] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1375. [ 0.000418] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1376. [ 0.000907] Disabling cpuset control group subsystem
  1377. [ 0.000925] Initializing cgroup subsys io
  1378. [ 0.000938] Initializing cgroup subsys memory
  1379. [ 0.000960] Initializing cgroup subsys devices
  1380. [ 0.000969] Initializing cgroup subsys freezer
  1381. [ 0.000977] Initializing cgroup subsys net_cls
  1382. [ 0.000985] Initializing cgroup subsys perf_event
  1383. [ 0.000993] Initializing cgroup subsys net_prio
  1384. [ 0.001006] Initializing cgroup subsys pids
  1385. [ 0.001029] CPU: Testing write buffer coherency: ok
  1386. [ 0.001317] CPU0: update cpu_capacity 1024
  1387. [ 0.001323] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1388. [ 0.001328] [bcm2709_smp_prepare_cpus] enter
  1389. [ 0.001396] Setting up static identity map for 0x8240 - 0x8274
  1390. [ 0.002258] [bcm2709_boot_secondary] cpu:1 started (0) 18
  1391. [ 0.002434] [bcm2709_secondary_init] enter cpu:1
  1392. [ 0.002459] CPU1: update cpu_capacity 1024
  1393. [ 0.002462] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1394. [ 0.002665] [bcm2709_boot_secondary] cpu:2 started (0) 18
  1395. [ 0.002803] [bcm2709_secondary_init] enter cpu:2
  1396. [ 0.002814] CPU2: update cpu_capacity 1024
  1397. [ 0.002817] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  1398. [ 0.002993] [bcm2709_boot_secondary] cpu:3 started (0) 18
  1399. [ 0.003119] [bcm2709_secondary_init] enter cpu:3
  1400. [ 0.003129] CPU3: update cpu_capacity 1024
  1401. [ 0.003132] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  1402. [ 0.003163] Brought up 4 CPUs
  1403. [ 0.003174] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1404. [ 0.003177] CPU: All CPU(s) started in HYP mode.
  1405. [ 0.003181] CPU: Virtualization extensions available.
  1406. [ 0.003535] devtmpfs: initialized
  1407. [ 0.008787] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  1408. [ 0.008967] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1409. [ 0.009255] xor: measuring software checksum speed
  1410. [ 0.099973] arm4regs : 2046.800 MB/sec
  1411. [ 0.200004] 8regs : 1198.800 MB/sec
  1412. [ 0.300039] 32regs : 1032.400 MB/sec
  1413. [ 0.400071] neon : 2092.400 MB/sec
  1414. [ 0.400075] xor: using function: neon (2092.400 MB/sec)
  1415. [ 0.400139] pinctrl core: initialized pinctrl subsystem
  1416. [ 0.400428] NET: Registered protocol family 16
  1417. [ 0.403615] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  1418. [ 0.406722] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1419. [ 0.406727] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1420. [ 0.406802] Serial: AMBA PL011 UART driver
  1421. [ 0.406861] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  1422. [ 0.406939] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1423. [ 0.620531] raid6: int32x1 gen() 182 MB/s
  1424. [ 0.790318] raid6: int32x1 xor() 168 MB/s
  1425. [ 0.960415] raid6: int32x2 gen() 279 MB/s
  1426. [ 1.130536] raid6: int32x2 xor() 214 MB/s
  1427. [ 1.300639] raid6: int32x4 gen() 301 MB/s
  1428. [ 1.470720] raid6: int32x4 xor() 225 MB/s
  1429. [ 1.640762] raid6: int32x8 gen() 303 MB/s
  1430. [ 1.810839] raid6: int32x8 xor() 206 MB/s
  1431. [ 1.980925] raid6: neonx1 gen() 751 MB/s
  1432. [ 2.150990] raid6: neonx1 xor() 724 MB/s
  1433. [ 2.321082] raid6: neonx2 gen() 1081 MB/s
  1434. [ 2.491167] raid6: neonx2 xor() 956 MB/s
  1435. [ 2.661269] raid6: neonx4 gen() 1463 MB/s
  1436. [ 2.831326] raid6: neonx4 xor() 1105 MB/s
  1437. [ 3.001443] raid6: neonx8 gen() 1019 MB/s
  1438. [ 3.171507] raid6: neonx8 xor() 840 MB/s
  1439. [ 3.171511] raid6: using algorithm neonx4 gen() 1463 MB/s
  1440. [ 3.171515] raid6: .... xor() 1105 MB/s, rmw enabled
  1441. [ 3.171519] raid6: using intx1 recovery algorithm
  1442. [ 3.172347] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  1443. [ 3.172607] SCSI subsystem initialized
  1444. [ 3.172755] usbcore: registered new interface driver usbfs
  1445. [ 3.172791] usbcore: registered new interface driver hub
  1446. [ 3.172846] usbcore: registered new device driver usb
  1447. [ 3.181518] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  1448. [ 3.208070] clocksource: Switched to clocksource arch_sys_counter
  1449. [ 3.236094] FS-Cache: Loaded
  1450. [ 3.236237] CacheFiles: Loaded
  1451. [ 3.241699] NET: Registered protocol family 2
  1452. [ 3.242125] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1453. [ 3.242182] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1454. [ 3.242276] TCP: Hash tables configured (established 8192 bind 8192)
  1455. [ 3.242332] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1456. [ 3.242356] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1457. [ 3.242475] NET: Registered protocol family 1
  1458. [ 3.242635] RPC: Registered named UNIX socket transport module.
  1459. [ 3.242640] RPC: Registered udp transport module.
  1460. [ 3.242644] RPC: Registered tcp transport module.
  1461. [ 3.242648] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1462. [ 3.243314] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  1463. [ 3.244608] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1464. [ 3.250943] VFS: Disk quotas dquot_6.6.0
  1465. [ 3.251075] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1466. [ 3.252272] FS-Cache: Netfs 'nfs' registered for caching
  1467. [ 3.252655] NFS: Registering the id_resolver key type
  1468. [ 3.252694] Key type id_resolver registered
  1469. [ 3.252698] Key type id_legacy registered
  1470. [ 3.252713] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1471. [ 3.253103] JFS: nTxBlock = 7377, nTxLock = 59016
  1472. [ 3.257651] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1473. [ 3.261540] async_tx: api initialized (async)
  1474. [ 3.261680] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1475. [ 3.261746] io scheduler noop registered (default)
  1476. [ 3.261755] io scheduler deadline registered
  1477. [ 3.261780] io scheduler cfq registered
  1478. [ 3.263002] BCM2708FB: allocated DMA memory fac10000
  1479. [ 3.263016] BCM2708FB: allocated DMA channel 0 @ f3007000
  1480. [ 3.268258] Console: switching to colour frame buffer device 82x26
  1481. [ 3.271168] vc-cma: Videocore CMA driver
  1482. [ 3.271173] vc-cma: vc_cma_base = 0x00000000
  1483. [ 3.271177] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  1484. [ 3.271181] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  1485. [ 3.271265] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  1486. [ 3.278200] brd: module loaded
  1487. [ 3.282328] loop: module loaded
  1488. [ 3.282820] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  1489. [ 3.283783] Loading iSCSI transport class v2.0-870.
  1490. [ 3.284124] usbcore: registered new interface driver ax88179_178a
  1491. [ 3.284169] usbcore: registered new interface driver smsc95xx
  1492. [ 3.284236] usbcore: registered new interface driver cdc_ncm
  1493. [ 3.284246] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1494. [ 3.484392] Core Release: 2.80a
  1495. [ 3.484398] Setting default values for core params
  1496. [ 3.484417] Finished setting default values for core params
  1497. [ 3.684582] Using Buffer DMA mode
  1498. [ 3.684587] Periodic Transfer Interrupt Enhancement - disabled
  1499. [ 3.684590] Multiprocessor Interrupt Enhancement - disabled
  1500. [ 3.684595] OTG VER PARAM: 0, OTG VER FLAG: 0
  1501. [ 3.684603] Dedicated Tx FIFOs mode
  1502. [ 3.684758] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac04000 dma = 0xfac04000 len=9024
  1503. [ 3.684773] FIQ FSM acceleration enabled for :
  1504. Non-periodic Split Transactions
  1505. Periodic Split Transactions
  1506. [ 3.684781] dwc_otg: Microframe scheduler enabled
  1507. [ 3.684802] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  1508. [ 3.684808] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  1509. [ 3.684815] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  1510. [ 3.684842] dwc_otg 3f980000.usb: DWC OTG Controller
  1511. [ 3.684859] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1512. [ 3.684877] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1513. [ 3.684913] Init: Port Power? op_state=1
  1514. [ 3.684917] Init: Power Port (0)
  1515. [ 3.685011] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1516. [ 3.685017] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1517. [ 3.685023] usb usb1: Product: DWC OTG Controller
  1518. [ 3.685029] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  1519. [ 3.685034] usb usb1: SerialNumber: 3f980000.usb
  1520. [ 3.685401] hub 1-0:1.0: USB hub found
  1521. [ 3.685421] hub 1-0:1.0: 1 port detected
  1522. [ 3.685714] dwc_otg: FIQ enabled
  1523. [ 3.685719] dwc_otg: NAK holdoff enabled
  1524. [ 3.685722] dwc_otg: FIQ split-transaction FSM enabled
  1525. [ 3.685739] Module dwc_common_port init
  1526. [ 3.685848] usbcore: registered new interface driver usb-storage
  1527. [ 3.685881] usbcore: registered new interface driver ums-alauda
  1528. [ 3.685910] usbcore: registered new interface driver ums-cypress
  1529. [ 3.685940] usbcore: registered new interface driver ums-datafab
  1530. [ 3.685968] usbcore: registered new interface driver ums_eneub6250
  1531. [ 3.685997] usbcore: registered new interface driver ums-freecom
  1532. [ 3.686026] usbcore: registered new interface driver ums-isd200
  1533. [ 3.686055] usbcore: registered new interface driver ums-jumpshot
  1534. [ 3.686084] usbcore: registered new interface driver ums-karma
  1535. [ 3.686113] usbcore: registered new interface driver ums-onetouch
  1536. [ 3.686157] usbcore: registered new interface driver ums-realtek
  1537. [ 3.686186] usbcore: registered new interface driver ums-sddr09
  1538. [ 3.686216] usbcore: registered new interface driver ums-sddr55
  1539. [ 3.686246] usbcore: registered new interface driver ums-usbat
  1540. [ 3.686379] mousedev: PS/2 mouse device common for all mice
  1541. [ 3.686714] md: linear personality registered for level -1
  1542. [ 3.686724] md: raid0 personality registered for level 0
  1543. [ 3.686732] md: raid1 personality registered for level 1
  1544. [ 3.686739] md: raid10 personality registered for level 10
  1545. [ 3.686849] md: raid6 personality registered for level 6
  1546. [ 3.686854] md: raid5 personality registered for level 5
  1547. [ 3.686857] md: raid4 personality registered for level 4
  1548. [ 3.686866] md: multipath personality registered for level -4
  1549. [ 3.686874] md: faulty personality registered for level -5
  1550. [ 3.687044] device-mapper: uevent: version 1.0.3
  1551. [ 3.687261] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  1552. [ 3.687543] device-mapper: multipath: version 1.10.0 loaded
  1553. [ 3.687553] device-mapper: multipath round-robin: version 1.0.0 loaded
  1554. [ 3.687562] device-mapper: multipath queue-length: version 0.1.0 loaded
  1555. [ 3.687570] device-mapper: multipath service-time: version 0.2.0 loaded
  1556. [ 3.687588] device-mapper: raid: Loading target version 1.7.0
  1557. [ 3.687688] bcm2835-cpufreq: min=1200000 max=1200000
  1558. [ 3.687879] sdhci: Secure Digital Host Controller Interface driver
  1559. [ 3.687883] sdhci: Copyright(c) Pierre Ossman
  1560. [ 3.688049] sdhost: log_buf @ bac07000 (fac07000)
  1561. [ 3.748085] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1562. [ 3.750117] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  1563. [ 3.750123] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  1564. [ 3.788127] sdhci-pltfm: SDHCI platform and OF driver helper
  1565. [ 3.788334] ledtrig-cpu: registered to indicate activity on CPUs
  1566. [ 3.788407] hidraw: raw HID events driver (C) Jiri Kosina
  1567. [ 3.788632] usbcore: registered new interface driver usbhid
  1568. [ 3.788636] usbhid: USB HID core driver
  1569. [ 3.788918] Initializing XFRM netlink socket
  1570. [ 3.788934] NET: Registered protocol family 17
  1571. [ 3.789009] Key type dns_resolver registered
  1572. [ 3.789411] Registering SWP/SWPB emulation handler
  1573. [ 3.789794] registered taskstats version 1
  1574. [ 3.791472] Btrfs loaded
  1575. [ 3.792021] Key type encrypted registered
  1576. [ 3.792067] vc-sm: Videocore shared memory driver
  1577. [ 3.792074] [vc_sm_connected_init]: start
  1578. [ 3.792332] [vc_sm_connected_init]: end - returning 0
  1579. [ 3.793438] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1580. [ 3.793623] of_cfs_init
  1581. [ 3.793666] of_cfs_init: OK
  1582. [ 3.794031] md: Waiting for all devices to be available before autodetect
  1583. [ 3.794035] md: If you don't use raid, use raid=noautodetect
  1584. [ 3.794540] md: Autodetecting RAID arrays.
  1585. [ 3.794545] md: Scanned 0 and added 0 devices.
  1586. [ 3.794549] md: autorun ...
  1587. [ 3.794552] md: ... autorun DONE.
  1588. [ 3.794629] Waiting for root device /dev/mmcblk0p2...
  1589. [ 3.805433] mmc0: host does not support reading read-only switch, assuming write-enable
  1590. [ 3.807415] mmc0: new high speed SDHC card at address 0001
  1591. [ 3.807690] mmcblk0: mmc0:0001 SD32G 29.3 GiB (quirks 0x80000000)
  1592. [ 3.809155] mmcblk0: p1 p2
  1593. [ 3.827027] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1594. [ 3.828516] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1595. [ 3.830001] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1596. [ 3.832665] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1597. [ 3.878124] Indeed it is in host mode hprt0 = 00021501
  1598. [ 3.917828] mmc1: new high speed SDIO card at address 0001
  1599. [ 4.058090] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1600. [ 4.058165] Indeed it is in host mode hprt0 = 00001101
  1601. [ 4.258208] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1602. [ 4.258215] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1603. [ 4.258617] hub 1-1:1.0: USB hub found
  1604. [ 4.258661] hub 1-1:1.0: 5 ports detected
  1605. [ 4.464644] EXT4-fs (mmcblk0p2): recovery complete
  1606. [ 4.467464] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1607. [ 4.467493] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1608. [ 4.477261] devtmpfs: mounted
  1609. [ 4.477587] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  1610. [ 4.538100] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1611. [ 4.638228] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1612. [ 4.638239] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1613. [ 4.640681] smsc95xx v1.0.4
  1614. [ 4.699655] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:1e:62:66
  1615. [ 4.778102] usb 1-1.4: new high-speed USB device number 4 using dwc_otg
  1616. [ 4.810107] systemd[1]: System time before build time, advancing clock.
  1617. [ 4.878225] usb 1-1.4: New USB device found, idVendor=0424, idProduct=2412
  1618. [ 4.878236] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1619. [ 4.878600] hub 1-1.4:1.0: USB hub found
  1620. [ 4.878648] hub 1-1.4:1.0: 2 ports detected
  1621. [ 4.923321] IPv6: Loaded, but administratively disabled, reboot required to enable
  1622. [ 4.933510] ip_tables: (C) 2000-2006 Netfilter Core Team
  1623. [ 4.938473] random: systemd: uninitialized urandom read (16 bytes read, 78 bits of entropy available)
  1624. [ 4.950013] random: systemd: uninitialized urandom read (16 bytes read, 78 bits of entropy available)
  1625. [ 4.951637] 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)
  1626. [ 4.951921] systemd[1]: Detected architecture arm.
  1627. [ 4.953196] systemd[1]: Set hostname to .
  1628. [ 5.036216] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 78 bits of entropy available)
  1629. [ 5.040143] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 78 bits of entropy available)
  1630. [ 5.040282] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 78 bits of entropy available)
  1631. [ 5.128740] random: systemd: uninitialized urandom read (16 bytes read, 79 bits of entropy available)
  1632. [ 5.128910] random: systemd: uninitialized urandom read (16 bytes read, 79 bits of entropy available)
  1633. [ 5.129191] random: systemd: uninitialized urandom read (16 bytes read, 79 bits of entropy available)
  1634. [ 5.129722] random: systemd: uninitialized urandom read (16 bytes read, 79 bits of entropy available)
  1635. [ 5.150458] random: systemd: uninitialized urandom read (16 bytes read, 79 bits of entropy available)
  1636. [ 5.158098] usb 1-1.4.1: new full-speed USB device number 5 using dwc_otg
  1637. [ 5.273966] usb 1-1.4.1: New USB device found, idVendor=25ce, idProduct=801f
  1638. [ 5.273978] usb 1-1.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1639. [ 5.273984] usb 1-1.4.1: Product: Brooklyn DAC Control
  1640. [ 5.273990] usb 1-1.4.1: Manufacturer: Mytek Digital
  1641. [ 5.273995] usb 1-1.4.1: SerialNumber: 03104-1604-111
  1642. [ 5.368101] usb 1-1.4.2: new high-speed USB device number 6 using dwc_otg
  1643. [ 5.468863] usb 1-1.4.2: New USB device found, idVendor=25ce, idProduct=001f
  1644. [ 5.468874] usb 1-1.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1645. [ 5.468880] usb 1-1.4.2: Product: Brooklyn DAC
  1646. [ 5.468885] usb 1-1.4.2: Manufacturer: Mytek Digital
  1647. [ 5.468891] usb 1-1.4.2: SerialNumber: 03104-1604-111
  1648. [ 5.485106] systemd[1]: Reached target Encrypted Volumes.
  1649. [ 5.488713] systemd[1]: Listening on Process Core Dump Socket.
  1650. [ 5.488867] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1651. [ 5.488974] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1652. [ 5.489098] systemd[1]: Listening on Journal Socket (/dev/log).
  1653. [ 5.489227] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1654. [ 5.490264] systemd[1]: Created slice System Slice.
  1655. [ 5.490689] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1656. [ 5.491075] systemd[1]: Created slice system-netctl\x2dauto.slice.
  1657. [ 5.510221] systemd[1]: Reached target Remote File Systems.
  1658. [ 5.510313] systemd[1]: Reached target Swap.
  1659. [ 5.510744] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1660. [ 5.510803] systemd[1]: Reached target Slices.
  1661. [ 5.510855] systemd[1]: Reached target Paths.
  1662. [ 5.510989] systemd[1]: Listening on udev Control Socket.
  1663. [ 5.511039] systemd[1]: Reached target System Time Synchronized.
  1664. [ 5.511080] systemd[1]: Reached target Login Prompts.
  1665. [ 5.511155] systemd[1]: Listening on udev Kernel Socket.
  1666. [ 5.511270] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1667. [ 5.511396] systemd[1]: Listening on Journal Socket.
  1668. [ 5.558398] systemd[1]: Starting Load Kernel Modules...
  1669. [ 5.572735] systemd[1]: Mounting Temporary Directory...
  1670. [ 5.574846] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1671. [ 5.576976] systemd[1]: Starting Setup Virtual Console...
  1672. [ 5.579662] systemd[1]: Starting Remount Root and Kernel File Systems...
  1673. [ 5.645503] systemd[1]: Starting RuneAudio shutdown script...
  1674. [ 5.647296] systemd[1]: Starting Journal Service...
  1675. [ 5.649595] systemd[1]: Mounting Debug File System...
  1676. [ 5.669760] systemd[1]: Mounting POSIX Message Queue File System...
  1677. [ 5.674917] systemd[1]: Started Load Kernel Modules.
  1678. [ 5.675637] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1679. [ 5.676277] systemd[1]: Started Remount Root and Kernel File Systems.
  1680. [ 5.676930] systemd[1]: Started RuneAudio shutdown script.
  1681. [ 5.730410] systemd[1]: Mounted POSIX Message Queue File System.
  1682. [ 5.730624] systemd[1]: Mounted Debug File System.
  1683. [ 5.730733] systemd[1]: Mounted Temporary Directory.
  1684. [ 5.810782] systemd[1]: Started Journal Service.
  1685. [ 6.356537] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1686. [ 6.380397] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1687. [ 6.404489] bcm2835-rng 3f104000.rng: hwrng registered
  1688. [ 6.736911] usbcore: registered new interface driver brcmfmac
  1689. [ 6.746899] random: nonblocking pool is initialized
  1690. [ 6.748304] snd_usb_audio: unknown parameter 'nrpacks' ignored
  1691. [ 6.778603] cfg80211: World regulatory domain updated:
  1692. [ 6.778617] cfg80211: DFS Master region: unset
  1693. [ 6.778622] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1694. [ 6.778629] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1695. [ 6.778635] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1696. [ 6.778640] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1697. [ 6.778648] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1698. [ 6.778654] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1699. [ 6.778660] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1700. [ 6.778666] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1701. [ 6.778671] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1702. [ 6.803072] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  1703. [ 6.827148] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7
  1704. [ 6.844034] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1705. [ 6.844051] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1706. [ 6.844058] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1707. [ 6.844063] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1708. [ 6.844068] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1709. [ 6.844073] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1710. [ 6.844077] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1711. [ 6.844082] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1712. [ 6.844089] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1713. [ 6.844094] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1714. [ 6.844100] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1715. [ 6.844105] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1716. [ 6.844111] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1717. [ 6.844116] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1718. [ 6.844129] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1719. [ 6.844137] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1720. [ 6.844142] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1721. [ 6.844147] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1722. [ 6.844152] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1723. [ 6.844157] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1724. [ 6.844162] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1725. [ 6.844167] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1726. [ 6.844172] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  1727. [ 6.844177] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1728. [ 6.844182] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  1729. [ 6.844187] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1730. [ 6.844192] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  1731. [ 6.844196] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
  1732. [ 6.844353] cfg80211: Ignoring regulatory request set by core since the driver uses its own custom regulatory domain
  1733. [ 6.844363] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
  1734. [ 6.932988] usbcore: registered new interface driver snd-usb-audio
  1735. [ 6.989327] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1736. [ 8.122733] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1737. [ 8.122747] brcmfmac: brcmf_add_if: ignore IF event
  1738. [ 8.126832] brcmfmac: power management disabled
  1739. [ 8.284456] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1740. [ 8.284470] brcmfmac: brcmf_add_if: ignore IF event
  1741. [ 8.584042] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
  1742. [ 66.888535] cfg80211: Verifying active interfaces after reg change
  1743. [ 100.424290] brcmfmac: power management disabled
  1744. [ 100.679576] FS-Cache: Netfs 'cifs' registered for caching
  1745. [ 100.679982] Key type cifs.spnego registered
  1746. [ 100.680040] Key type cifs.idmap registered
  1747. [ 106.190770] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1748. [ 106.190784] brcmfmac: brcmf_add_if: ignore IF event
  1749. [ 106.446611] nf_conntrack version 0.5.0 (14761 buckets, 59044 max)
  1750.  
  1751. ###### PHP backend ######
  1752. php version: 5.5.19
  1753. debug level: 0
  1754.  
  1755.  
  1756. Debug data collected in 1.159 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement