Advertisement
Guest User

RuneAudio debug info

a guest
Oct 18th, 2017
6,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 120.30 KB | None | 0 0
  1. ###### System info ######
  2. Linux version 4.4.39-ARCH+ (frank@franks-ubuntu) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017
  3.  
  4. system time: Mon Feb 22 09:40:30 EST 2016
  5.  
  6. system load: 0.77 0.18 0.06 5/195 981
  7.  
  8. HW platform: RaspberryPi2 (08)
  9.  
  10. playerID: 08b26fff2ac4ddac6fee7fbbc1890504ae
  11.  
  12.  
  13. ###### Boot configuration ######
  14. # Uncomment some or all of these to enable the optional hardware interfaces
  15. # Params:
  16. # i2c_arm Set to "on" to enable the ARM's i2c interface
  17. # (default "off")
  18. # i2c_vc Set to "on" to enable the i2c interface
  19. # usually reserved for the VideoCore processor
  20. # (default "off")
  21. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  22. # (default "100000")
  23. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  24. # (default "100000")
  25. # i2c_baudrate An alias for i2c_arm_baudrate
  26. # i2s Set to "on" to enable the i2s interface
  27. # (default "off")
  28. # spi Set to "on" to enable the spi interfaces
  29. # (default "off")
  30. # act_led_trigger Choose which activity the LED tracks.
  31. # Use "heartbeat" for a nice load indicator.
  32. # (default "mmc")
  33. # act_led_activelow Set to "on" to invert the sense of the LED
  34. # (default "off")
  35. # act_led_gpio Set which GPIO pin to use for the activity LED
  36. # (in case you want to connect it to an external
  37. # device)
  38. # (default "16" on a non-Plus board, "47" on a
  39. # Plus or Pi 2)
  40. # N.B. It is recommended to only enable those interfaces that are needed.
  41. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  42. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  43. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  44. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  45. # but deprecated because the ARM/VC assignments differ between board
  46. # revisions. The same board-specific mapping applies to i2c_baudrate,
  47. # and the other i2c baudrate parameters.
  48.  
  49. #dtparam=i2c_arm=on
  50. #dtparam=i2c_vc=on
  51. #dtparam=i2s=on
  52. #dtparam=spi=on
  53. #dtparam=act_led_trigger=mmc
  54. #dtdebug=on
  55.  
  56. #dtparam=uart1=off
  57. #dtoverlay=pi3-disable-bt-overlay
  58. #dtoverlay=pi3-miniuart-bt-overlay
  59.  
  60. ## RuneAudio HDMI & 3,5mm jack
  61. dtparam=audio=on
  62.  
  63. ## RuneAudio I2S-Settings
  64. dtoverlay=none
  65.  
  66. # Uncomment to enable the lirc-rpi module
  67. # Params: gpio_out_pin GPIO pin for output (default "17")
  68. # gpio_in_pin GPIO pin for input (default "18")
  69. # gpio_in_pull Pull up/down/off on the input pin
  70. # (default "down")
  71. # sense Override the IR receive auto-detection logic:
  72. # "1" = force active high
  73. # "0" = force active low
  74. # "-1" = use auto-detection
  75. # (default "-1")
  76. # softcarrier Turn the software carrier "on" or "off"
  77. # (default "on")
  78. # invert "on" = invert the output pin (default "off")
  79. # debug "on" = enable additional debug messages
  80. # (default "off")
  81. #dtoverlay=lirc-rpi
  82. #dtparam=gpio_out_pin=17
  83. #dtparam=gpio_in_pin=18
  84. #dtparam=gpio_in_pull=down
  85.  
  86. # LCD settings
  87. # 180 degrees
  88. #lcd_rotate=2
  89. # Normal
  90. lcd_rotate=0
  91. #dtoverlay=rpi-backlight
  92. #dtoverlay=rpi-ft5406
  93. disable_splash=1
  94.  
  95. # Uncomment if you get no picture on HDMI for a default "safe" mode
  96. #hdmi_safe=1
  97.  
  98. # Uncomment this if your display has a black border of unused pixels visible
  99. # and your display can output without overscan
  100. #disable_overscan=1
  101.  
  102. # Uncomment the following to adjust overscan. Use positive numbers if console
  103. # goes off screen, and negative if there is too much border
  104. #overscan_left=16
  105. #overscan_right=16
  106. #overscan_top=16
  107. #overscan_bottom=16
  108.  
  109. # Uncomment to force a console size. By default it will be display's size minus
  110. # overscan.
  111. #framebuffer_width=1280
  112. #framebuffer_height=720
  113.  
  114. # Uncomment if hdmi display is not detected and composite is being output
  115. #hdmi_force_hotplug=1
  116.  
  117. # Uncomment to force a specific HDMI mode (this will force VGA)
  118. #hdmi_group=1
  119. #hdmi_mode=1
  120.  
  121. # Uncomment to force a HDMI mode rather than DVI. This can make audio work in
  122. # DMT (computer monitor) modes
  123. hdmi_drive=2
  124.  
  125. # Uncomment to set monitor mode to DMT
  126. #hdmi_group=2
  127.  
  128. # Uncomment to increase signal to HDMI, if you have interference, blanking, or
  129. # no display
  130. #config_hdmi_boost=4
  131.  
  132. # setting the max usb current to 1200mA
  133. max_usb_current=1
  134.  
  135. # memory options
  136. gpu_mem=64
  137.  
  138. # Overclocking options
  139. force_turbo=1
  140.  
  141.  
  142. ##################################################
  143.  
  144.  
  145. ###### System load statistics (procinfo -H) ######
  146. Memory: Total Used Free Buffers
  147. RAM: 922.56MiB 311.27MiB 611.30MiB 26.82MiB
  148. Swap: 0.00B 0.00B 0.00B
  149.  
  150. Bootup: Mon Feb 22 09:40:09 2016 Load average: 0.77 0.18 0.06 4/197 983
  151.  
  152. user : 00:00:11.41 13.8% page in : 188351
  153. nice : 00:00:04.33 5.2% page out: 1040
  154. system: 00:00:09.05 10.9% page act: 10077
  155. IOwait: 00:00:11.98 14.4% page dea: 0
  156. hw irq: 00:00:00.00 0.0% page flt: 169613
  157. sw irq: 00:00:00.33 0.4% swap in : 0
  158. idle : 00:00:45.82 55.3% swap out: 0
  159. uptime: 00:00:21.01 context : 75497
  160.  
  161. irq 16: 0 irq 50: 0
  162. irq 17: 9539 irq 62: 11076
  163. irq 23: 23 irq 79: 0
  164. irq 24: 2 irq 80: 0
  165. irq 39: 1 irq 86: 88
  166. irq 46: 0 irq 92: 5562
  167. irq 48: 4246
  168.  
  169. mmcblk0 4228r mmcblk0p2 4123r
  170. mmcblk0p1 63r sda 568r 0w
  171.  
  172. eth0 TX 9.68KiB RX 12.09KiB wlan0 TX 1.83KiB RX 16.30KiB
  173. lo TX 811.33KiB RX 811.33KiB
  174.  
  175.  
  176. ###### Active processes (pstree) ######
  177. systemd-+-at-spi-bus-laun-+-dbus-daemon
  178. | |-{dconf worker}
  179. | |-{gdbus}
  180. | |-{gmain}
  181. | `-{pool}
  182. |-at-spi2-registr-+-{gdbus}
  183. | `-{gmain}
  184. |-avahi-daemon---avahi-daemon
  185. |-cmd_async---sh---sudo---xinit-+-Xorg-+-{llvmpipe-0}
  186. | | |-{llvmpipe-1}
  187. | | |-{llvmpipe-2}
  188. | | `-{llvmpipe-3}
  189. | `-sh-+-matchbox-window
  190. | `-midori-+-{dconf worker}
  191. | |-{gdbus}
  192. | |-{gmain}
  193. | |-{llvmpipe-0}
  194. | |-{llvmpipe-1}
  195. | |-{llvmpipe-2}
  196. | |-{llvmpipe-3}
  197. | |-2*[{midori}]
  198. | `-3*[{pool}]
  199. |-cmd_async---sh---debug_collector---sh---pstree
  200. |-2*[dbus-daemon]
  201. |-dbus-launch
  202. |-devmon---udevil
  203. |-dhcpcd
  204. |-dnsmasq
  205. |-haveged
  206. |-hostapd
  207. |-ifplugd
  208. |-mpd-+-{decoder}
  209. | |-{io}
  210. | |-2*[{output:bcm2835 }]
  211. | `-{player}
  212. |-nginx---nginx
  213. |-nmbd
  214. |-ntpd---{ntpd}
  215. |-php-fpm---3*[php-fpm]
  216. |-python
  217. |-redis-server---2*[{redis-server}]
  218. |-rune_PL_wrk
  219. |-rune_SY_wrk
  220. |-sh---sleep
  221. |-shairport---{shairport}
  222. |-sshd
  223. |-systemd-journal
  224. |-systemd-udevd
  225. |-upmpdcli
  226. `-xbindkeys
  227.  
  228.  
  229. ###### Audio backend ######
  230. Advanced Linux Sound Architecture Driver Version k4.4.39-ARCH+.
  231.  
  232. Card list: (/proc/asound/cards)
  233. --------------------------------------------------
  234. 0 [ALSA ]: bcm2835 - bcm2835 ALSA
  235. bcm2835 ALSA
  236.  
  237.  
  238. PLAYBACK devices: (aplay -l)
  239. --------------------------------------------------
  240. **** List of PLAYBACK Hardware Devices ****
  241. card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
  242. Subdevices: 8/8
  243. Subdevice #0: subdevice #0
  244. Subdevice #1: subdevice #1
  245. Subdevice #2: subdevice #2
  246. Subdevice #3: subdevice #3
  247. Subdevice #4: subdevice #4
  248. Subdevice #5: subdevice #5
  249. Subdevice #6: subdevice #6
  250. Subdevice #7: subdevice #7
  251. card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
  252. Subdevices: 1/1
  253. Subdevice #0: subdevice #0
  254.  
  255.  
  256. PCM devices: (aplay -L)
  257. --------------------------------------------------
  258. null
  259. Discard all samples (playback) or generate zero samples (capture)
  260. default:CARD=ALSA
  261. bcm2835 ALSA, bcm2835 ALSA
  262. Default Audio Device
  263. sysdefault:CARD=ALSA
  264. bcm2835 ALSA, bcm2835 ALSA
  265. Default Audio Device
  266.  
  267.  
  268. Simple mixer controls: (amixer scontrols)
  269. --------------------------------------------------
  270. card 0:
  271. Simple mixer control 'PCM',0
  272.  
  273.  
  274. Mixer controls: (amixer controls)
  275. --------------------------------------------------
  276. card 0:
  277. numid=3,iface=MIXER,name='PCM Playback Route'
  278. numid=2,iface=MIXER,name='PCM Playback Switch'
  279. numid=1,iface=MIXER,name='PCM Playback Volume'
  280. numid=5,iface=PCM,name='IEC958 Playback Con Mask'
  281. numid=4,iface=PCM,name='IEC958 Playback Default'
  282.  
  283.  
  284. MPD audio outputs status: (mpc outputs)
  285. --------------------------------------------------
  286. Output 1 (bcm2835 ALSA_1) is enabled
  287. Output 2 (bcm2835 ALSA_2) is enabled
  288.  
  289. MPD statistics: (mpc stats)
  290. --------------------------------------------------
  291. Artists: 4
  292. Albums: 4
  293. Songs: 131
  294.  
  295. Play Time: 0 days, 0:00:00
  296. Uptime: 0 days, 0:00:08
  297. DB Updated: Mon Feb 22 09:40:31 2016
  298. DB Play Time: 0 days, 9:15:16
  299.  
  300. ###### mpd version ######
  301. Music Player Daemon 0.19.19-dsd
  302.  
  303. Copyright (C) 2003-2007 Warren Dukes
  304. Copyright (C) 2008-2014 Max Kellermann
  305. This is free software; see the source for copying conditions. There is NO
  306. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  307.  
  308.  
  309. Database plugins:
  310. simple proxy upnp
  311.  
  312. Storage plugins:
  313. local smbclient nfs
  314.  
  315. Neighbor plugins:
  316. smbclient upnp
  317.  
  318. Decoders plugins:
  319. [mad] mp3 mp2
  320. [vorbis] ogg oga
  321. [oggflac] ogg oga
  322. [flac] flac
  323. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  324. [audiofile] wav au aiff aif
  325. [dsdiff] dff
  326. [dsf] dsf
  327. [faad] aac
  328. [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
  329. [pcm]
  330.  
  331. Output plugins:
  332. null fifo pipe alsa jack httpd
  333.  
  334. Encoder plugins:
  335. null vorbis wave flac
  336.  
  337. Input plugins:
  338. file alsa curl ffmpeg smbclient nfs mms
  339.  
  340. Playlist plugins:
  341. extm3u m3u pls xspf asx rss soundcloud cue embcue
  342.  
  343. Protocols:
  344. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  345.  
  346. ###### mpd.conf ######
  347. ###################################
  348. # Auto generated mpd.conf file
  349. # please DO NOT edit it manually!
  350. # Use RuneUI MPD config section
  351. ###################################
  352.  
  353. state_file "/var/lib/mpd/mpdstate"
  354. zeroconf_enabled "yes"
  355. zeroconf_name "runeaudio"
  356. bind_to_address "/run/mpd.sock"
  357. bind_to_address "any"
  358. port "6600"
  359. max_connections "20"
  360. user "mpd"
  361. group "audio"
  362. db_file "/var/lib/mpd/mpd.db"
  363. sticker_file "/var/lib/mpd/sticker.sql"
  364. pid_file "/var/run/mpd/pid"
  365. music_directory "/mnt/MPD"
  366. playlist_directory "/var/lib/mpd/playlists"
  367. follow_outside_symlinks "yes"
  368. follow_inside_symlinks "yes"
  369. auto_update "no"
  370. filesystem_charset "UTF-8"
  371. id3v1_encoding "UTF-8"
  372. volume_normalization "no"
  373. audio_buffer_size "2048"
  374. buffer_before_play "10%"
  375. gapless_mp3_playback "yes"
  376. mixer_type "software"
  377.  
  378. input {
  379. plugin "curl"
  380. }
  381.  
  382. decoder {
  383. plugin "ffmpeg"
  384. enabled "yes"
  385. }
  386. replaygain "off"
  387.  
  388. audio_output {
  389. name "bcm2835 ALSA_1"
  390. type "alsa"
  391. device "hw:0,0"
  392. auto_resample "no"
  393. auto_format "no"
  394. }
  395.  
  396. audio_output {
  397. name "bcm2835 ALSA_2"
  398. type "alsa"
  399. device "hw:0,0"
  400. auto_resample "no"
  401. auto_format "no"
  402. enabled "yes"
  403. }
  404.  
  405.  
  406. ###### Kernel optimization parameters ######
  407. hardware platform: RaspberryPi2
  408. current orionprofile: default
  409.  
  410.  
  411. kernel scheduler for mmcblk0: [noop] deadline cfq
  412. /proc/sys/vm/swappiness: 60
  413. /proc/sys/kernel/sched_latency_ns: 6000000
  414. /proc/sys/kernel/sched_rt_period_us: 1000000
  415. /proc/sys/kernel/sched_rt_runtime_us: 950000
  416. /proc/sys/kernel/sched_autogroup_enabled: 1
  417. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  418. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  419. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  420.  
  421.  
  422. ###### Kernel module snd_usb_audio settings ######
  423. Error opening module snd_usb_audio
  424.  
  425. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  426. total 8.0K
  427. drwxr-xr-x 2 root root 4.0K Feb 22 09:40 .
  428. drwxr-xr-x 6 root root 4.0K Dec 15 2016 ..
  429. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  430. lrwxrwxrwx 1 root root 44 Feb 14 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  431. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  432. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  433. lrwxrwxrwx 1 root root 44 Feb 22 09:40 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
  434. lrwxrwxrwx 1 root root 47 Oct 19 2016 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  435. lrwxrwxrwx 1 root root 37 Feb 14 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  436. lrwxrwxrwx 1 root root 36 Feb 14 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  437. lrwxrwxrwx 1 root root 39 Feb 14 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  438. lrwxrwxrwx 1 root root 37 Feb 14 2015 redis.service -> /usr/lib/systemd/system/redis.service
  439. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  440. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  441. lrwxrwxrwx 1 root root 45 Feb 14 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  442. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  443. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  444.  
  445.  
  446. ###### Filesystem mounts ######
  447. /dev/root / ext4 rw,relatime,data=ordered 0 0
  448. devtmpfs /dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
  449. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  450. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  451. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  452. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  453. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  454. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  455. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  456. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  457. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  458. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  459. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  460. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  461. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  462. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  463. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  464. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  465. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  466. mqueue /dev/mqueue mqueue rw,relatime 0 0
  467. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  468. tmpfs /tmp tmpfs rw 0 0
  469. configfs /sys/kernel/config configfs rw,relatime 0 0
  470. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  471. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  472. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  473. /dev/sda1 /mnt/MPD/USB/PIE vfat rw,nosuid,nodev,noexec,noatime,uid=1000,gid=92,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro 0 0
  474.  
  475.  
  476. ###### Filesystem mounts - free space (df -h) ######
  477. Filesystem Size Used Avail Use% Mounted on
  478. /dev/root 1.9G 1.7G 100M 95% /
  479. devtmpfs 458M 0 458M 0% /dev
  480. tmpfs 462M 0 462M 0% /dev/shm
  481. tmpfs 462M 6.2M 456M 2% /run
  482. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  483. tmpfs 462M 4.0K 462M 1% /tmp
  484. logs 5.0M 20K 5.0M 1% /var/log
  485. rune-logs 5.0M 32K 5.0M 1% /var/log/runeaudio
  486. /dev/mmcblk0p1 100M 18M 82M 18% /boot
  487. /dev/sda1 7.5G 2.8G 4.7G 37% /mnt/MPD/USB/PIE
  488.  
  489.  
  490. ###### Loaded kernel modules ######
  491. Module Size Used by
  492. iptable_filter 1708 1
  493. xt_conntrack 2972 1
  494. ipt_MASQUERADE 1235 1
  495. nf_nat_masquerade_ipv4 2915 1 ipt_MASQUERADE
  496. iptable_nat 1943 1
  497. nf_conntrack_ipv4 13702 2
  498. nf_defrag_ipv4 1677 1 nf_conntrack_ipv4
  499. nf_nat_ipv4 5699 1 iptable_nat
  500. nf_nat 15862 2 nf_nat_ipv4,nf_nat_masquerade_ipv4
  501. nf_conntrack 101212 5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
  502. nls_utf8 1419 1
  503. brcmfmac 184455 0
  504. brcmutil 8379 1 brcmfmac
  505. cfg80211 498228 1 brcmfmac
  506. snd_bcm2835 21181 0
  507. snd_pcm 88980 1 snd_bcm2835
  508. snd_timer 22172 1 snd_pcm
  509. snd 63333 3 snd_bcm2835,snd_timer,snd_pcm
  510. bcm2835_rng 2167 0
  511. rng_core 8183 1 bcm2835_rng
  512. bcm2835_gpiomem 3638 0
  513. bcm2835_wdt 3756 0
  514. uio_pdrv_genirq 3539 0
  515. uio 9114 1 uio_pdrv_genirq
  516. sch_fq_codel 8174 3
  517. ip_tables 12147 2 iptable_filter,iptable_nat
  518. x_tables 18169 4 ip_tables,ipt_MASQUERADE,xt_conntrack,iptable_filter
  519. ipv6 372060 0
  520.  
  521.  
  522. ###### Network listening sockets (netstat -lnp) ######
  523. Active Internet connections (only servers)
  524. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  525. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 467/mpd
  526. tcp 0 0 0.0.0.0:5002 0.0.0.0:* LISTEN 481/shairport
  527. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 347/redis-server 12
  528. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 285/python
  529. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 363/nginx: master p
  530. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 363/nginx: master p
  531. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 363/nginx: master p
  532. tcp 0 0 192.168.5.1:53 0.0.0.0:* LISTEN 945/dnsmasq
  533. tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 945/dnsmasq
  534. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 338/sshd
  535. udp 0 0 192.168.5.1:53 0.0.0.0:* 945/dnsmasq
  536. udp 0 0 127.0.0.1:53 0.0.0.0:* 945/dnsmasq
  537. udp 0 0 0.0.0.0:67 0.0.0.0:* 945/dnsmasq
  538. udp 0 0 0.0.0.0:68 0.0.0.0:* 877/dhcpcd
  539. udp 0 0 127.0.0.1:123 0.0.0.0:* 350/ntpd
  540. udp 0 0 0.0.0.0:123 0.0.0.0:* 350/ntpd
  541. udp 0 0 192.168.5.255:137 0.0.0.0:* 415/nmbd
  542. udp 0 0 192.168.5.1:137 0.0.0.0:* 415/nmbd
  543. udp 0 0 192.168.1.255:137 0.0.0.0:* 415/nmbd
  544. udp 0 0 192.168.1.126:137 0.0.0.0:* 415/nmbd
  545. udp 0 0 0.0.0.0:137 0.0.0.0:* 415/nmbd
  546. udp 0 0 192.168.5.255:138 0.0.0.0:* 415/nmbd
  547. udp 0 0 192.168.5.1:138 0.0.0.0:* 415/nmbd
  548. udp 0 0 192.168.1.255:138 0.0.0.0:* 415/nmbd
  549. udp 0 0 192.168.1.126:138 0.0.0.0:* 415/nmbd
  550. udp 0 0 0.0.0.0:138 0.0.0.0:* 415/nmbd
  551. udp 0 0 0.0.0.0:5353 0.0.0.0:* 292/avahi-daemon: r
  552. udp 0 0 0.0.0.0:38682 0.0.0.0:* 292/avahi-daemon: r
  553. Active UNIX domain sockets (only servers)
  554. Proto RefCnt Flags Type State I-Node PID/Program name Path
  555. unix 2 [ ACC ] STREAM LISTENING 1537 1/init /var/run/rpcbind.sock
  556. unix 2 [ ACC ] STREAM LISTENING 1539 1/init /run/dbus/system_bus_socket
  557. unix 2 [ ACC ] STREAM LISTENING 8475 1/init /run/systemd/private
  558. unix 2 [ ACC ] STREAM LISTENING 12904 556/Xorg @/tmp/.X11-unix/X0
  559. unix 2 [ ACC ] STREAM LISTENING 7975 347/redis-server 12 /tmp/redis.sock
  560. unix 2 [ ACC ] STREAM LISTENING 12852 533/php-fpm: master /var/run/php-display.sock
  561. unix 2 [ ACC ] STREAM LISTENING 13226 828/dbus-daemon @/tmp/dbus-S7GIECmQad
  562. unix 2 [ ACC ] STREAM LISTENING 12855 533/php-fpm: master /var/run/php-db.sock
  563. unix 2 [ ACC ] STREAM LISTENING 12858 533/php-fpm: master /var/run/php-command.sock
  564. unix 2 [ ACC ] STREAM LISTENING 12905 556/Xorg /tmp/.X11-unix/X0
  565. unix 2 [ ACC ] STREAM LISTENING 14463 467/mpd /run/mpd.sock
  566. unix 2 [ ACC ] SEQPACKET LISTENING 1162 1/init /run/systemd/coredump
  567. unix 2 [ ACC ] SEQPACKET LISTENING 1167 1/init /run/udev/control
  568. unix 2 [ ACC ] STREAM LISTENING 1170 1/init /run/systemd/journal/stdout
  569. unix 2 [ ACC ] STREAM LISTENING 10960 1/init /var/run/avahi-daemon/socket
  570. unix 2 [ ACC ] STREAM LISTENING 15830 415/nmbd /var/run/samba/nmbd/unexpected
  571. unix 2 [ ACC ] STREAM LISTENING 14873 821/dbus-daemon @/tmp/dbus-jhoS0S0ovK
  572.  
  573.  
  574. ###### Network established sockets (netstat -np) ######
  575. Active Internet connections (w/o servers)
  576. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  577. tcp 0 0 127.0.0.1:43162 127.0.0.1:6379 TIME_WAIT -
  578. tcp 0 0 127.0.0.1:43208 127.0.0.1:6379 TIME_WAIT -
  579. tcp 0 0 127.0.0.1:44108 127.0.0.1:6379 TIME_WAIT -
  580. tcp 0 0 127.0.0.1:44074 127.0.0.1:6379 TIME_WAIT -
  581. tcp 0 0 127.0.0.1:43116 127.0.0.1:6379 TIME_WAIT -
  582. tcp 0 0 127.0.0.1:43560 127.0.0.1:6379 TIME_WAIT -
  583. tcp 0 0 127.0.0.1:43092 127.0.0.1:6379 TIME_WAIT -
  584. tcp 0 0 127.0.0.1:43488 127.0.0.1:6379 TIME_WAIT -
  585. tcp 0 0 127.0.0.1:42898 127.0.0.1:6379 TIME_WAIT -
  586. tcp 0 0 127.0.0.1:43422 127.0.0.1:6379 TIME_WAIT -
  587. tcp 0 0 127.0.0.1:43470 127.0.0.1:6379 TIME_WAIT -
  588. tcp 0 0 127.0.0.1:43036 127.0.0.1:6379 TIME_WAIT -
  589. tcp 0 0 127.0.0.1:43352 127.0.0.1:6379 TIME_WAIT -
  590. tcp 0 0 127.0.0.1:44038 127.0.0.1:6379 TIME_WAIT -
  591. tcp 0 0 127.0.0.1:42842 127.0.0.1:6379 TIME_WAIT -
  592. tcp 0 0 127.0.0.1:44068 127.0.0.1:6379 TIME_WAIT -
  593. tcp 0 0 127.0.0.1:43368 127.0.0.1:6379 TIME_WAIT -
  594. tcp 0 0 127.0.0.1:43842 127.0.0.1:6379 TIME_WAIT -
  595. tcp 0 0 127.0.0.1:43372 127.0.0.1:6379 TIME_WAIT -
  596. tcp 0 0 127.0.0.1:43176 127.0.0.1:6379 TIME_WAIT -
  597. tcp 0 0 127.0.0.1:43440 127.0.0.1:6379 TIME_WAIT -
  598. tcp 0 0 127.0.0.1:43804 127.0.0.1:6379 TIME_WAIT -
  599. tcp 0 0 127.0.0.1:43224 127.0.0.1:6379 TIME_WAIT -
  600. tcp 0 0 127.0.0.1:43050 127.0.0.1:6379 TIME_WAIT -
  601. tcp 0 0 192.168.1.126:80 192.168.1.182:56752 TIME_WAIT -
  602. tcp 0 0 127.0.0.1:43824 127.0.0.1:6379 TIME_WAIT -
  603. tcp 0 0 127.0.0.1:43788 127.0.0.1:6379 TIME_WAIT -
  604. tcp 0 0 127.0.0.1:43330 127.0.0.1:6379 TIME_WAIT -
  605. tcp 0 0 127.0.0.1:43494 127.0.0.1:6379 TIME_WAIT -
  606. tcp 0 0 127.0.0.1:43486 127.0.0.1:6379 TIME_WAIT -
  607. tcp 0 0 127.0.0.1:42912 127.0.0.1:6379 TIME_WAIT -
  608. tcp 0 0 127.0.0.1:43716 127.0.0.1:6379 TIME_WAIT -
  609. tcp 0 0 127.0.0.1:80 127.0.0.1:46960 TIME_WAIT -
  610. tcp 0 0 127.0.0.1:43078 127.0.0.1:6379 TIME_WAIT -
  611. tcp 0 0 127.0.0.1:42848 127.0.0.1:6379 TIME_WAIT -
  612. tcp 0 0 127.0.0.1:44004 127.0.0.1:6379 TIME_WAIT -
  613. tcp 0 0 127.0.0.1:43034 127.0.0.1:6379 TIME_WAIT -
  614. tcp 0 0 127.0.0.1:42996 127.0.0.1:6379 TIME_WAIT -
  615. tcp 0 0 127.0.0.1:43204 127.0.0.1:6379 TIME_WAIT -
  616. tcp 0 0 127.0.0.1:80 127.0.0.1:46536 TIME_WAIT -
  617. tcp 0 0 127.0.0.1:43200 127.0.0.1:6379 TIME_WAIT -
  618. tcp 0 0 127.0.0.1:43778 127.0.0.1:6379 TIME_WAIT -
  619. tcp 0 0 127.0.0.1:43718 127.0.0.1:6379 TIME_WAIT -
  620. tcp 0 0 127.0.0.1:42868 127.0.0.1:6379 TIME_WAIT -
  621. tcp 0 0 127.0.0.1:43374 127.0.0.1:6379 TIME_WAIT -
  622. tcp 0 0 127.0.0.1:44088 127.0.0.1:6379 TIME_WAIT -
  623. tcp 0 0 127.0.0.1:80 127.0.0.1:47610 TIME_WAIT -
  624. tcp 0 0 127.0.0.1:43226 127.0.0.1:6379 TIME_WAIT -
  625. tcp 0 0 127.0.0.1:43932 127.0.0.1:6379 TIME_WAIT -
  626. tcp 0 0 127.0.0.1:43500 127.0.0.1:6379 TIME_WAIT -
  627. tcp 0 0 127.0.0.1:42828 127.0.0.1:6379 TIME_WAIT -
  628. tcp 0 0 127.0.0.1:43432 127.0.0.1:6379 TIME_WAIT -
  629. tcp 0 0 127.0.0.1:44094 127.0.0.1:6379 TIME_WAIT -
  630. tcp 0 0 127.0.0.1:43692 127.0.0.1:6379 TIME_WAIT -
  631. tcp 0 0 127.0.0.1:43466 127.0.0.1:6379 TIME_WAIT -
  632. tcp 0 0 127.0.0.1:43268 127.0.0.1:6379 TIME_WAIT -
  633. tcp 0 0 127.0.0.1:42888 127.0.0.1:6379 TIME_WAIT -
  634. tcp 0 0 127.0.0.1:43202 127.0.0.1:6379 TIME_WAIT -
  635. tcp 0 0 127.0.0.1:43666 127.0.0.1:6379 TIME_WAIT -
  636. tcp 0 0 127.0.0.1:42930 127.0.0.1:6379 TIME_WAIT -
  637. tcp 0 0 127.0.0.1:42824 127.0.0.1:6379 TIME_WAIT -
  638. tcp 0 0 127.0.0.1:43540 127.0.0.1:6379 TIME_WAIT -
  639. tcp 0 0 127.0.0.1:43828 127.0.0.1:6379 TIME_WAIT -
  640. tcp 0 0 127.0.0.1:43190 127.0.0.1:6379 TIME_WAIT -
  641. tcp 0 0 127.0.0.1:43974 127.0.0.1:6379 TIME_WAIT -
  642. tcp 0 0 127.0.0.1:43230 127.0.0.1:6379 TIME_WAIT -
  643. tcp 0 0 127.0.0.1:43800 127.0.0.1:6379 TIME_WAIT -
  644. tcp 0 0 127.0.0.1:42944 127.0.0.1:6379 TIME_WAIT -
  645. tcp 0 0 127.0.0.1:43102 127.0.0.1:6379 TIME_WAIT -
  646. tcp 0 0 127.0.0.1:43496 127.0.0.1:6379 TIME_WAIT -
  647. tcp 0 0 127.0.0.1:43866 127.0.0.1:6379 TIME_WAIT -
  648. tcp 0 0 127.0.0.1:43335 127.0.0.1:6379 TIME_WAIT -
  649. tcp 0 0 192.168.1.126:48978 198.232.125.113:443 ESTABLISHED 579/midori
  650. tcp 0 0 127.0.0.1:42920 127.0.0.1:6379 TIME_WAIT -
  651. tcp 0 0 127.0.0.1:43538 127.0.0.1:6379 TIME_WAIT -
  652. tcp 0 0 127.0.0.1:44130 127.0.0.1:6379 TIME_WAIT -
  653. tcp 0 0 127.0.0.1:42976 127.0.0.1:6379 TIME_WAIT -
  654. tcp 0 0 127.0.0.1:44054 127.0.0.1:6379 TIME_WAIT -
  655. tcp 0 0 127.0.0.1:43492 127.0.0.1:6379 TIME_WAIT -
  656. tcp 0 0 127.0.0.1:43086 127.0.0.1:6379 TIME_WAIT -
  657. tcp 0 0 127.0.0.1:43816 127.0.0.1:6379 TIME_WAIT -
  658. tcp 0 0 127.0.0.1:43856 127.0.0.1:6379 TIME_WAIT -
  659. tcp 0 0 127.0.0.1:43148 127.0.0.1:6379 TIME_WAIT -
  660. tcp 0 0 127.0.0.1:42830 127.0.0.1:6379 TIME_WAIT -
  661. tcp 0 0 127.0.0.1:43646 127.0.0.1:6379 TIME_WAIT -
  662. tcp 0 0 127.0.0.1:43076 127.0.0.1:6379 TIME_WAIT -
  663. tcp 0 0 127.0.0.1:43794 127.0.0.1:6379 TIME_WAIT -
  664. tcp 0 0 127.0.0.1:43558 127.0.0.1:6379 TIME_WAIT -
  665. tcp 0 0 127.0.0.1:80 127.0.0.1:47504 TIME_WAIT -
  666. tcp 0 0 127.0.0.1:43366 127.0.0.1:6379 TIME_WAIT -
  667. tcp 0 0 127.0.0.1:44060 127.0.0.1:6379 TIME_WAIT -
  668. tcp 0 0 127.0.0.1:43796 127.0.0.1:6379 TIME_WAIT -
  669. tcp 0 0 127.0.0.1:42986 127.0.0.1:6379 TIME_WAIT -
  670. tcp 0 0 127.0.0.1:80 127.0.0.1:47646 TIME_WAIT -
  671. tcp 0 0 127.0.0.1:42958 127.0.0.1:6379 TIME_WAIT -
  672. tcp 0 0 127.0.0.1:43680 127.0.0.1:6379 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:43782 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 0 127.0.0.1:43530 127.0.0.1:6379 TIME_WAIT -
  675. tcp 0 0 127.0.0.1:43642 127.0.0.1:6379 TIME_WAIT -
  676. tcp 0 0 127.0.0.1:80 127.0.0.1:47576 TIME_WAIT -
  677. tcp 0 0 127.0.0.1:43676 127.0.0.1:6379 TIME_WAIT -
  678. tcp 0 0 127.0.0.1:43256 127.0.0.1:6379 TIME_WAIT -
  679. tcp 0 0 127.0.0.1:43138 127.0.0.1:6379 TIME_WAIT -
  680. tcp 0 0 127.0.0.1:43650 127.0.0.1:6379 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:43126 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 0 127.0.0.1:42956 127.0.0.1:6379 TIME_WAIT -
  683. tcp 0 0 127.0.0.1:43084 127.0.0.1:6379 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:44066 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:42908 127.0.0.1:6379 TIME_WAIT -
  686. tcp 0 0 127.0.0.1:43064 127.0.0.1:6379 TIME_WAIT -
  687. tcp 0 0 127.0.0.1:43442 127.0.0.1:6379 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:43426 127.0.0.1:6379 TIME_WAIT -
  689. tcp 0 0 127.0.0.1:43134 127.0.0.1:6379 TIME_WAIT -
  690. tcp 0 0 127.0.0.1:43750 127.0.0.1:6379 TIME_WAIT -
  691. tcp 0 0 127.0.0.1:43286 127.0.0.1:6379 TIME_WAIT -
  692. tcp 0 0 127.0.0.1:43668 127.0.0.1:6379 TIME_WAIT -
  693. tcp 0 0 127.0.0.1:43214 127.0.0.1:6379 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:43302 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 127.0.0.1:44124 127.0.0.1:6379 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:43526 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 127.0.0.1:43418 127.0.0.1:6379 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:43916 127.0.0.1:6379 TIME_WAIT -
  699. tcp 0 0 127.0.0.1:82 127.0.0.1:52176 TIME_WAIT -
  700. tcp 0 0 127.0.0.1:43380 127.0.0.1:6379 TIME_WAIT -
  701. tcp 0 0 127.0.0.1:80 127.0.0.1:47586 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:44126 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 127.0.0.1:43590 127.0.0.1:6379 TIME_WAIT -
  704. tcp 0 0 127.0.0.1:43810 127.0.0.1:6379 TIME_WAIT -
  705. tcp 0 0 127.0.0.1:43292 127.0.0.1:6379 TIME_WAIT -
  706. tcp 0 0 127.0.0.1:44024 127.0.0.1:6379 TIME_WAIT -
  707. tcp 0 0 127.0.0.1:43742 127.0.0.1:6379 TIME_WAIT -
  708. tcp 0 0 127.0.0.1:43978 127.0.0.1:6379 TIME_WAIT -
  709. tcp 0 0 127.0.0.1:43556 127.0.0.1:6379 TIME_WAIT -
  710. tcp 0 0 127.0.0.1:43678 127.0.0.1:6379 TIME_WAIT -
  711. tcp 0 0 127.0.0.1:43196 127.0.0.1:6379 TIME_WAIT -
  712. tcp 0 0 127.0.0.1:43744 127.0.0.1:6379 TIME_WAIT -
  713. tcp 0 0 127.0.0.1:43414 127.0.0.1:6379 TIME_WAIT -
  714. tcp 0 0 127.0.0.1:43304 127.0.0.1:6379 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:43674 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:44040 127.0.0.1:6379 TIME_WAIT -
  717. tcp 0 0 127.0.0.1:43664 127.0.0.1:6379 TIME_WAIT -
  718. tcp 0 0 127.0.0.1:80 127.0.0.1:47550 TIME_WAIT -
  719. tcp 0 0 127.0.0.1:43186 127.0.0.1:6379 TIME_WAIT -
  720. tcp 0 0 127.0.0.1:42974 127.0.0.1:6379 TIME_WAIT -
  721. tcp 0 0 127.0.0.1:80 127.0.0.1:46942 TIME_WAIT -
  722. tcp 0 0 127.0.0.1:54210 127.0.0.1:6600 TIME_WAIT -
  723. tcp 0 0 127.0.0.1:43504 127.0.0.1:6379 TIME_WAIT -
  724. tcp 0 0 127.0.0.1:43246 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 127.0.0.1:43136 127.0.0.1:6379 TIME_WAIT -
  726. tcp 0 0 127.0.0.1:43656 127.0.0.1:6379 TIME_WAIT -
  727. tcp 0 0 127.0.0.1:43150 127.0.0.1:6379 TIME_WAIT -
  728. tcp 0 0 127.0.0.1:43928 127.0.0.1:6379 TIME_WAIT -
  729. tcp 0 0 127.0.0.1:43506 127.0.0.1:6379 TIME_WAIT -
  730. tcp 0 0 127.0.0.1:43636 127.0.0.1:6379 TIME_WAIT -
  731. tcp 0 0 127.0.0.1:43702 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 127.0.0.1:80 127.0.0.1:47716 TIME_WAIT -
  733. tcp 0 0 127.0.0.1:43940 127.0.0.1:6379 TIME_WAIT -
  734. tcp 0 0 127.0.0.1:43686 127.0.0.1:6379 TIME_WAIT -
  735. tcp 0 0 127.0.0.1:43332 127.0.0.1:6379 TIME_WAIT -
  736. tcp 0 0 127.0.0.1:43290 127.0.0.1:6379 TIME_WAIT -
  737. tcp 0 0 127.0.0.1:43786 127.0.0.1:6379 TIME_WAIT -
  738. tcp 0 0 127.0.0.1:43690 127.0.0.1:6379 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:43338 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 127.0.0.1:43682 127.0.0.1:6379 TIME_WAIT -
  741. tcp 0 0 127.0.0.1:43228 127.0.0.1:6379 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:43768 127.0.0.1:6379 TIME_WAIT -
  743. tcp 0 0 127.0.0.1:44058 127.0.0.1:6379 TIME_WAIT -
  744. tcp 0 0 127.0.0.1:43700 127.0.0.1:6379 TIME_WAIT -
  745. tcp 0 0 127.0.0.1:43294 127.0.0.1:6379 TIME_WAIT -
  746. tcp 0 0 127.0.0.1:43912 127.0.0.1:6379 TIME_WAIT -
  747. tcp 0 0 127.0.0.1:43710 127.0.0.1:6379 TIME_WAIT -
  748. tcp 0 0 127.0.0.1:43776 127.0.0.1:6379 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:43386 127.0.0.1:6379 TIME_WAIT -
  750. tcp 0 0 127.0.0.1:43618 127.0.0.1:6379 TIME_WAIT -
  751. tcp 0 0 127.0.0.1:42832 127.0.0.1:6379 TIME_WAIT -
  752. tcp 0 0 127.0.0.1:43802 127.0.0.1:6379 TIME_WAIT -
  753. tcp 0 0 127.0.0.1:43572 127.0.0.1:6379 TIME_WAIT -
  754. tcp 0 0 127.0.0.1:43082 127.0.0.1:6379 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:42862 127.0.0.1:6379 TIME_WAIT -
  756. tcp 0 0 127.0.0.1:43906 127.0.0.1:6379 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:43688 127.0.0.1:6379 TIME_WAIT -
  758. tcp 0 0 127.0.0.1:43980 127.0.0.1:6379 TIME_WAIT -
  759. tcp 0 0 127.0.0.1:43358 127.0.0.1:6379 TIME_WAIT -
  760. tcp 0 0 127.0.0.1:43894 127.0.0.1:6379 TIME_WAIT -
  761. tcp 0 0 127.0.0.1:43408 127.0.0.1:6379 TIME_WAIT -
  762. tcp 0 0 127.0.0.1:43576 127.0.0.1:6379 TIME_WAIT -
  763. tcp 0 0 127.0.0.1:43100 127.0.0.1:6379 TIME_WAIT -
  764. tcp 0 0 127.0.0.1:43852 127.0.0.1:6379 TIME_WAIT -
  765. tcp 0 0 127.0.0.1:43066 127.0.0.1:6379 TIME_WAIT -
  766. tcp 0 0 127.0.0.1:43510 127.0.0.1:6379 TIME_WAIT -
  767. tcp 0 0 127.0.0.1:43300 127.0.0.1:6379 TIME_WAIT -
  768. tcp 0 0 127.0.0.1:43110 127.0.0.1:6379 TIME_WAIT -
  769. tcp 0 0 127.0.0.1:44120 127.0.0.1:6379 TIME_WAIT -
  770. tcp 0 0 127.0.0.1:80 127.0.0.1:47718 TIME_WAIT -
  771. tcp 0 0 127.0.0.1:43378 127.0.0.1:6379 TIME_WAIT -
  772. tcp 0 0 127.0.0.1:43608 127.0.0.1:6379 TIME_WAIT -
  773. tcp 0 0 127.0.0.1:43826 127.0.0.1:6379 TIME_WAIT -
  774. tcp 0 0 127.0.0.1:43128 127.0.0.1:6379 TIME_WAIT -
  775. tcp 0 0 127.0.0.1:42866 127.0.0.1:6379 TIME_WAIT -
  776. tcp 0 0 127.0.0.1:43792 127.0.0.1:6379 TIME_WAIT -
  777. tcp 0 0 127.0.0.1:42952 127.0.0.1:6379 TIME_WAIT -
  778. tcp 0 0 127.0.0.1:44078 127.0.0.1:6379 TIME_WAIT -
  779. tcp 0 0 127.0.0.1:43516 127.0.0.1:6379 TIME_WAIT -
  780. tcp 0 0 127.0.0.1:43108 127.0.0.1:6379 TIME_WAIT -
  781. tcp 0 0 127.0.0.1:43142 127.0.0.1:6379 TIME_WAIT -
  782. tcp 0 0 127.0.0.1:43012 127.0.0.1:6379 TIME_WAIT -
  783. tcp 0 0 127.0.0.1:42874 127.0.0.1:6379 TIME_WAIT -
  784. tcp 0 0 127.0.0.1:43684 127.0.0.1:6379 TIME_WAIT -
  785. tcp 0 0 127.0.0.1:43438 127.0.0.1:6379 TIME_WAIT -
  786. tcp 0 0 127.0.0.1:44090 127.0.0.1:6379 TIME_WAIT -
  787. tcp 0 0 127.0.0.1:43670 127.0.0.1:6379 TIME_WAIT -
  788. tcp 0 0 127.0.0.1:43620 127.0.0.1:6379 TIME_WAIT -
  789. tcp 0 0 127.0.0.1:43468 127.0.0.1:6379 TIME_WAIT -
  790. tcp 0 0 127.0.0.1:80 127.0.0.1:47724 TIME_WAIT -
  791. tcp 0 0 127.0.0.1:43806 127.0.0.1:6379 TIME_WAIT -
  792. tcp 0 0 127.0.0.1:43244 127.0.0.1:6379 TIME_WAIT -
  793. tcp 0 0 127.0.0.1:43104 127.0.0.1:6379 TIME_WAIT -
  794. tcp 0 0 127.0.0.1:43918 127.0.0.1:6379 TIME_WAIT -
  795. tcp 0 0 127.0.0.1:44044 127.0.0.1:6379 TIME_WAIT -
  796. tcp 0 0 127.0.0.1:44116 127.0.0.1:6379 TIME_WAIT -
  797. tcp 0 0 127.0.0.1:43634 127.0.0.1:6379 TIME_WAIT -
  798. tcp 0 0 127.0.0.1:80 127.0.0.1:47566 TIME_WAIT -
  799. tcp 0 0 127.0.0.1:43984 127.0.0.1:6379 TIME_WAIT -
  800. tcp 0 0 127.0.0.1:42896 127.0.0.1:6379 TIME_WAIT -
  801. tcp 0 0 127.0.0.1:44002 127.0.0.1:6379 TIME_WAIT -
  802. tcp 0 0 127.0.0.1:44032 127.0.0.1:6379 TIME_WAIT -
  803. tcp 0 0 127.0.0.1:43072 127.0.0.1:6379 TIME_WAIT -
  804. tcp 0 0 127.0.0.1:43020 127.0.0.1:6379 TIME_WAIT -
  805. tcp 0 0 127.0.0.1:42894 127.0.0.1:6379 TIME_WAIT -
  806. tcp 0 0 127.0.0.1:43074 127.0.0.1:6379 TIME_WAIT -
  807. tcp 0 0 127.0.0.1:43192 127.0.0.1:6379 TIME_WAIT -
  808. tcp 0 0 127.0.0.1:43096 127.0.0.1:6379 TIME_WAIT -
  809. tcp 0 0 127.0.0.1:43320 127.0.0.1:6379 TIME_WAIT -
  810. tcp 0 0 127.0.0.1:42968 127.0.0.1:6379 TIME_WAIT -
  811. tcp 0 0 127.0.0.1:43392 127.0.0.1:6379 TIME_WAIT -
  812. tcp 0 0 127.0.0.1:43206 127.0.0.1:6379 TIME_WAIT -
  813. tcp 0 0 127.0.0.1:43056 127.0.0.1:6379 TIME_WAIT -
  814. tcp 0 0 127.0.0.1:42948 127.0.0.1:6379 TIME_WAIT -
  815. tcp 0 0 127.0.0.1:80 127.0.0.1:46738 TIME_WAIT -
  816. tcp 0 0 127.0.0.1:80 127.0.0.1:47482 TIME_WAIT -
  817. tcp 0 0 127.0.0.1:42960 127.0.0.1:6379 TIME_WAIT -
  818. tcp 0 0 127.0.0.1:42922 127.0.0.1:6379 TIME_WAIT -
  819. tcp 0 0 127.0.0.1:43546 127.0.0.1:6379 TIME_WAIT -
  820. tcp 0 0 127.0.0.1:43518 127.0.0.1:6379 TIME_WAIT -
  821. tcp 0 0 127.0.0.1:43054 127.0.0.1:6379 TIME_WAIT -
  822. tcp 0 0 127.0.0.1:44022 127.0.0.1:6379 TIME_WAIT -
  823. tcp 0 0 127.0.0.1:44064 127.0.0.1:6379 TIME_WAIT -
  824. tcp 0 0 127.0.0.1:43970 127.0.0.1:6379 TIME_WAIT -
  825. tcp 0 0 127.0.0.1:43536 127.0.0.1:6379 TIME_WAIT -
  826. tcp 0 0 127.0.0.1:43168 127.0.0.1:6379 TIME_WAIT -
  827. tcp 0 0 127.0.0.1:43648 127.0.0.1:6379 TIME_WAIT -
  828. tcp 0 0 127.0.0.1:43704 127.0.0.1:6379 TIME_WAIT -
  829. tcp 0 0 127.0.0.1:43024 127.0.0.1:6379 TIME_WAIT -
  830. tcp 0 0 127.0.0.1:42992 127.0.0.1:6379 TIME_WAIT -
  831. tcp 0 0 127.0.0.1:80 127.0.0.1:47652 TIME_WAIT -
  832. tcp 0 0 127.0.0.1:43154 127.0.0.1:6379 TIME_WAIT -
  833. tcp 0 0 127.0.0.1:43106 127.0.0.1:6379 TIME_WAIT -
  834. tcp 0 0 127.0.0.1:80 127.0.0.1:47452 TIME_WAIT -
  835. tcp 0 0 127.0.0.1:44010 127.0.0.1:6379 TIME_WAIT -
  836. tcp 0 0 127.0.0.1:80 127.0.0.1:47568 TIME_WAIT -
  837. tcp 0 0 127.0.0.1:43274 127.0.0.1:6379 TIME_WAIT -
  838. tcp 0 0 127.0.0.1:43820 127.0.0.1:6379 TIME_WAIT -
  839. tcp 0 0 127.0.0.1:43870 127.0.0.1:6379 TIME_WAIT -
  840. tcp 0 0 127.0.0.1:43746 127.0.0.1:6379 TIME_WAIT -
  841. tcp 0 0 127.0.0.1:43728 127.0.0.1:6379 TIME_WAIT -
  842. tcp 0 0 127.0.0.1:44030 127.0.0.1:6379 TIME_WAIT -
  843. tcp 0 0 127.0.0.1:43046 127.0.0.1:6379 TIME_WAIT -
  844. tcp 0 0 127.0.0.1:42836 127.0.0.1:6379 TIME_WAIT -
  845. tcp 0 0 127.0.0.1:43420 127.0.0.1:6379 TIME_WAIT -
  846. tcp 0 0 127.0.0.1:43170 127.0.0.1:6379 TIME_WAIT -
  847. tcp 0 0 127.0.0.1:43428 127.0.0.1:6379 TIME_WAIT -
  848. tcp 0 0 127.0.0.1:43250 127.0.0.1:6379 TIME_WAIT -
  849. tcp 0 0 127.0.0.1:44082 127.0.0.1:6379 TIME_WAIT -
  850. tcp 0 0 127.0.0.1:42972 127.0.0.1:6379 TIME_WAIT -
  851. tcp 0 0 127.0.0.1:42964 127.0.0.1:6379 TIME_WAIT -
  852. tcp 0 0 127.0.0.1:43808 127.0.0.1:6379 TIME_WAIT -
  853. tcp 0 0 127.0.0.1:42884 127.0.0.1:6379 TIME_WAIT -
  854. tcp 0 0 127.0.0.1:43284 127.0.0.1:6379 TIME_WAIT -
  855. tcp 0 0 127.0.0.1:44012 127.0.0.1:6379 TIME_WAIT -
  856. tcp 0 0 127.0.0.1:43938 127.0.0.1:6379 TIME_WAIT -
  857. tcp 0 0 127.0.0.1:43234 127.0.0.1:6379 TIME_WAIT -
  858. tcp 0 0 127.0.0.1:43424 127.0.0.1:6379 TIME_WAIT -
  859. tcp 0 0 127.0.0.1:42844 127.0.0.1:6379 TIME_WAIT -
  860. tcp 0 0 127.0.0.1:44114 127.0.0.1:6379 TIME_WAIT -
  861. tcp 0 0 127.0.0.1:43178 127.0.0.1:6379 TIME_WAIT -
  862. tcp 0 0 127.0.0.1:43313 127.0.0.1:6379 TIME_WAIT -
  863. tcp 0 0 127.0.0.1:42838 127.0.0.1:6379 TIME_WAIT -
  864. tcp 0 0 127.0.0.1:43370 127.0.0.1:6379 TIME_WAIT -
  865. tcp 0 0 127.0.0.1:43242 127.0.0.1:6379 TIME_WAIT -
  866. tcp 0 0 127.0.0.1:44016 127.0.0.1:6379 TIME_WAIT -
  867. tcp 0 0 127.0.0.1:44000 127.0.0.1:6379 TIME_WAIT -
  868. tcp 0 0 127.0.0.1:43276 127.0.0.1:6379 TIME_WAIT -
  869. tcp 0 0 127.0.0.1:43758 127.0.0.1:6379 TIME_WAIT -
  870. tcp 0 0 127.0.0.1:54458 127.0.0.1:6600 TIME_WAIT -
  871. tcp 0 0 127.0.0.1:43502 127.0.0.1:6379 TIME_WAIT -
  872. tcp 0 0 127.0.0.1:43734 127.0.0.1:6379 TIME_WAIT -
  873. tcp 0 0 127.0.0.1:43604 127.0.0.1:6379 TIME_WAIT -
  874. tcp 0 0 127.0.0.1:43334 127.0.0.1:6379 TIME_WAIT -
  875. tcp 0 0 127.0.0.1:43624 127.0.0.1:6379 TIME_WAIT -
  876. tcp 0 0 127.0.0.1:43026 127.0.0.1:6379 TIME_WAIT -
  877. tcp 0 0 127.0.0.1:43772 127.0.0.1:6379 TIME_WAIT -
  878. tcp 0 0 127.0.0.1:44048 127.0.0.1:6379 TIME_WAIT -
  879. tcp 0 0 127.0.0.1:43748 127.0.0.1:6379 TIME_WAIT -
  880. tcp 0 0 127.0.0.1:43994 127.0.0.1:6379 TIME_WAIT -
  881. tcp 0 0 127.0.0.1:43528 127.0.0.1:6379 TIME_WAIT -
  882. tcp 0 0 127.0.0.1:42904 127.0.0.1:6379 TIME_WAIT -
  883. tcp 0 0 127.0.0.1:43740 127.0.0.1:6379 TIME_WAIT -
  884. tcp 0 0 127.0.0.1:43892 127.0.0.1:6379 TIME_WAIT -
  885. tcp 0 0 127.0.0.1:43880 127.0.0.1:6379 TIME_WAIT -
  886. tcp 0 0 127.0.0.1:43282 127.0.0.1:6379 TIME_WAIT -
  887. tcp 0 0 127.0.0.1:43652 127.0.0.1:6379 TIME_WAIT -
  888. tcp 0 0 127.0.0.1:44062 127.0.0.1:6379 TIME_WAIT -
  889. tcp 0 0 127.0.0.1:43040 127.0.0.1:6379 TIME_WAIT -
  890. tcp 0 0 127.0.0.1:43930 127.0.0.1:6379 TIME_WAIT -
  891. tcp 0 0 127.0.0.1:43452 127.0.0.1:6379 TIME_WAIT -
  892. tcp 0 0 127.0.0.1:44096 127.0.0.1:6379 TIME_WAIT -
  893. tcp 0 0 127.0.0.1:43318 127.0.0.1:6379 TIME_WAIT -
  894. tcp 0 0 127.0.0.1:43090 127.0.0.1:6379 TIME_WAIT -
  895. tcp 0 0 127.0.0.1:43448 127.0.0.1:6379 TIME_WAIT -
  896. tcp 0 0 127.0.0.1:42980 127.0.0.1:6379 TIME_WAIT -
  897. tcp 0 0 127.0.0.1:42970 127.0.0.1:6379 TIME_WAIT -
  898. tcp 0 0 127.0.0.1:43146 127.0.0.1:6379 TIME_WAIT -
  899. tcp 0 0 127.0.0.1:43662 127.0.0.1:6379 TIME_WAIT -
  900. tcp 0 0 127.0.0.1:43882 127.0.0.1:6379 TIME_WAIT -
  901. tcp 0 0 127.0.0.1:42850 127.0.0.1:6379 TIME_WAIT -
  902. tcp 0 0 127.0.0.1:43614 127.0.0.1:6379 TIME_WAIT -
  903. tcp 0 0 127.0.0.1:43736 127.0.0.1:6379 TIME_WAIT -
  904. tcp 0 0 127.0.0.1:43058 127.0.0.1:6379 TIME_WAIT -
  905. tcp 0 0 127.0.0.1:43462 127.0.0.1:6379 TIME_WAIT -
  906. tcp 0 0 127.0.0.1:43914 127.0.0.1:6379 TIME_WAIT -
  907. tcp 0 0 127.0.0.1:43198 127.0.0.1:6379 TIME_WAIT -
  908. tcp 0 0 127.0.0.1:80 127.0.0.1:47580 TIME_WAIT -
  909. tcp 0 0 127.0.0.1:43812 127.0.0.1:6379 TIME_WAIT -
  910. tcp 0 0 127.0.0.1:42950 127.0.0.1:6379 TIME_WAIT -
  911. tcp 0 0 127.0.0.1:80 127.0.0.1:47574 TIME_WAIT -
  912. tcp 0 0 127.0.0.1:43144 127.0.0.1:6379 TIME_WAIT -
  913. tcp 0 0 127.0.0.1:43566 127.0.0.1:6379 TIME_WAIT -
  914. tcp 0 0 127.0.0.1:43480 127.0.0.1:6379 TIME_WAIT -
  915. tcp 0 0 127.0.0.1:43926 127.0.0.1:6379 TIME_WAIT -
  916. tcp 0 0 127.0.0.1:43308 127.0.0.1:6379 TIME_WAIT -
  917. tcp 0 0 127.0.0.1:44070 127.0.0.1:6379 TIME_WAIT -
  918. tcp 0 0 127.0.0.1:42900 127.0.0.1:6379 TIME_WAIT -
  919. tcp 0 0 127.0.0.1:43706 127.0.0.1:6379 TIME_WAIT -
  920. tcp 0 0 127.0.0.1:43568 127.0.0.1:6379 TIME_WAIT -
  921. tcp 0 0 127.0.0.1:43240 127.0.0.1:6379 TIME_WAIT -
  922. tcp 0 0 127.0.0.1:43696 127.0.0.1:6379 TIME_WAIT -
  923. tcp 0 0 127.0.0.1:43132 127.0.0.1:6379 TIME_WAIT -
  924. tcp 0 0 127.0.0.1:43388 127.0.0.1:6379 TIME_WAIT -
  925. tcp 0 0 127.0.0.1:53300 127.0.0.1:6600 TIME_WAIT -
  926. tcp 0 0 127.0.0.1:43988 127.0.0.1:6379 TIME_WAIT -
  927. tcp 0 0 127.0.0.1:43220 127.0.0.1:6379 TIME_WAIT -
  928. tcp 0 0 127.0.0.1:43998 127.0.0.1:6379 TIME_WAIT -
  929. tcp 0 0 127.0.0.1:44036 127.0.0.1:6379 TIME_WAIT -
  930. tcp 0 0 127.0.0.1:43264 127.0.0.1:6379 TIME_WAIT -
  931. tcp 0 0 127.0.0.1:42858 127.0.0.1:6379 TIME_WAIT -
  932. tcp 0 0 127.0.0.1:80 127.0.0.1:47514 TIME_WAIT -
  933. tcp 0 0 127.0.0.1:42864 127.0.0.1:6379 TIME_WAIT -
  934. tcp 0 0 127.0.0.1:43212 127.0.0.1:6379 TIME_WAIT -
  935. tcp 0 0 127.0.0.1:43588 127.0.0.1:6379 TIME_WAIT -
  936. tcp 0 0 127.0.0.1:43158 127.0.0.1:6379 TIME_WAIT -
  937. tcp 0 0 127.0.0.1:42910 127.0.0.1:6379 TIME_WAIT -
  938. tcp 0 0 127.0.0.1:80 127.0.0.1:47008 TIME_WAIT -
  939. tcp 0 0 127.0.0.1:42840 127.0.0.1:6379 TIME_WAIT -
  940. tcp 0 0 127.0.0.1:43898 127.0.0.1:6379 TIME_WAIT -
  941. tcp 0 0 127.0.0.1:43350 127.0.0.1:6379 TIME_WAIT -
  942. tcp 0 0 127.0.0.1:42826 127.0.0.1:6379 TIME_WAIT -
  943. tcp 0 0 127.0.0.1:43592 127.0.0.1:6379 TIME_WAIT -
  944. tcp 0 0 127.0.0.1:43726 127.0.0.1:6379 TIME_WAIT -
  945. tcp 0 0 127.0.0.1:43172 127.0.0.1:6379 TIME_WAIT -
  946. tcp 0 0 127.0.0.1:43434 127.0.0.1:6379 TIME_WAIT -
  947. tcp 0 0 127.0.0.1:43400 127.0.0.1:6379 TIME_WAIT -
  948. tcp 0 0 127.0.0.1:43854 127.0.0.1:6379 TIME_WAIT -
  949. tcp 0 0 127.0.0.1:43464 127.0.0.1:6379 TIME_WAIT -
  950. tcp 0 0 127.0.0.1:43990 127.0.0.1:6379 TIME_WAIT -
  951. tcp 0 0 127.0.0.1:43512 127.0.0.1:6379 TIME_WAIT -
  952. tcp 0 0 127.0.0.1:43068 127.0.0.1:6379 TIME_WAIT -
  953. tcp 0 0 127.0.0.1:43456 127.0.0.1:6379 TIME_WAIT -
  954. tcp 0 0 127.0.0.1:43482 127.0.0.1:6379 TIME_WAIT -
  955. tcp 0 0 127.0.0.1:43836 127.0.0.1:6379 TIME_WAIT -
  956. tcp 0 0 127.0.0.1:43410 127.0.0.1:6379 TIME_WAIT -
  957. tcp 0 0 127.0.0.1:43972 127.0.0.1:6379 TIME_WAIT -
  958. tcp 0 0 127.0.0.1:43042 127.0.0.1:6379 TIME_WAIT -
  959. tcp 0 0 127.0.0.1:42966 127.0.0.1:6379 TIME_WAIT -
  960. tcp 0 0 127.0.0.1:43166 127.0.0.1:6379 TIME_WAIT -
  961. tcp 0 0 127.0.0.1:42906 127.0.0.1:6379 TIME_WAIT -
  962. tcp 0 0 127.0.0.1:43920 127.0.0.1:6379 TIME_WAIT -
  963. tcp 0 0 127.0.0.1:44128 127.0.0.1:6379 TIME_WAIT -
  964. tcp 0 0 127.0.0.1:43698 127.0.0.1:6379 TIME_WAIT -
  965. tcp 0 0 127.0.0.1:42876 127.0.0.1:6379 TIME_WAIT -
  966. tcp 0 0 127.0.0.1:42932 127.0.0.1:6379 TIME_WAIT -
  967. tcp 0 0 127.0.0.1:43762 127.0.0.1:6379 TIME_WAIT -
  968. tcp 0 0 127.0.0.1:42982 127.0.0.1:6379 TIME_WAIT -
  969. tcp 0 0 127.0.0.1:44020 127.0.0.1:6379 TIME_WAIT -
  970. tcp 0 0 127.0.0.1:42916 127.0.0.1:6379 TIME_WAIT -
  971. tcp 0 0 127.0.0.1:43922 127.0.0.1:6379 TIME_WAIT -
  972. tcp 0 0 127.0.0.1:43376 127.0.0.1:6379 TIME_WAIT -
  973. tcp 0 0 127.0.0.1:43846 127.0.0.1:6379 TIME_WAIT -
  974. tcp 0 0 127.0.0.1:43152 127.0.0.1:6379 TIME_WAIT -
  975. tcp 0 0 127.0.0.1:43316 127.0.0.1:6379 TIME_WAIT -
  976. tcp 0 0 127.0.0.1:42878 127.0.0.1:6379 TIME_WAIT -
  977. tcp 0 0 127.0.0.1:42940 127.0.0.1:6379 TIME_WAIT -
  978. tcp 0 0 127.0.0.1:43216 127.0.0.1:6379 TIME_WAIT -
  979. tcp 0 0 127.0.0.1:43602 127.0.0.1:6379 TIME_WAIT -
  980. tcp 0 0 127.0.0.1:43118 127.0.0.1:6379 TIME_WAIT -
  981. tcp 0 0 127.0.0.1:43236 127.0.0.1:6379 TIME_WAIT -
  982. tcp 0 0 127.0.0.1:43278 127.0.0.1:6379 TIME_WAIT -
  983. tcp 0 0 127.0.0.1:43258 127.0.0.1:6379 TIME_WAIT -
  984. tcp 0 0 127.0.0.1:43430 127.0.0.1:6379 TIME_WAIT -
  985. tcp 0 0 127.0.0.1:42854 127.0.0.1:6379 TIME_WAIT -
  986. tcp 0 0 127.0.0.1:42978 127.0.0.1:6379 TIME_WAIT -
  987. tcp 0 0 127.0.0.1:43760 127.0.0.1:6379 TIME_WAIT -
  988. tcp 0 0 127.0.0.1:43270 127.0.0.1:6379 TIME_WAIT -
  989. tcp 0 0 127.0.0.1:44118 127.0.0.1:6379 TIME_WAIT -
  990. tcp 0 0 127.0.0.1:43840 127.0.0.1:6379 TIME_WAIT -
  991. tcp 0 0 127.0.0.1:43578 127.0.0.1:6379 TIME_WAIT -
  992. tcp 0 0 127.0.0.1:80 127.0.0.1:47644 TIME_WAIT -
  993. tcp 0 0 127.0.0.1:43222 127.0.0.1:6379 TIME_WAIT -
  994. tcp 0 0 127.0.0.1:43790 127.0.0.1:6379 TIME_WAIT -
  995. tcp 0 0 127.0.0.1:43272 127.0.0.1:6379 TIME_WAIT -
  996. tcp 0 0 127.0.0.1:43874 127.0.0.1:6379 TIME_WAIT -
  997. tcp 0 0 127.0.0.1:43460 127.0.0.1:6379 TIME_WAIT -
  998. tcp 0 0 127.0.0.1:80 127.0.0.1:46806 TIME_WAIT -
  999. tcp 0 0 127.0.0.1:44056 127.0.0.1:6379 TIME_WAIT -
  1000. tcp 0 0 127.0.0.1:43310 127.0.0.1:6379 TIME_WAIT -
  1001. tcp 0 0 127.0.0.1:43644 127.0.0.1:6379 TIME_WAIT -
  1002. tcp 0 0 127.0.0.1:43288 127.0.0.1:6379 TIME_WAIT -
  1003. tcp 0 0 127.0.0.1:43478 127.0.0.1:6379 TIME_WAIT -
  1004. tcp 0 0 127.0.0.1:80 127.0.0.1:47722 TIME_WAIT -
  1005. tcp 0 0 127.0.0.1:43458 127.0.0.1:6379 TIME_WAIT -
  1006. tcp 0 0 127.0.0.1:43006 127.0.0.1:6379 TIME_WAIT -
  1007. tcp 0 0 127.0.0.1:43876 127.0.0.1:6379 TIME_WAIT -
  1008. tcp 0 0 127.0.0.1:43622 127.0.0.1:6379 TIME_WAIT -
  1009. tcp 0 0 127.0.0.1:43610 127.0.0.1:6379 TIME_WAIT -
  1010. tcp 0 0 127.0.0.1:44076 127.0.0.1:6379 TIME_WAIT -
  1011. tcp 0 0 127.0.0.1:43360 127.0.0.1:6379 TIME_WAIT -
  1012. tcp 0 0 127.0.0.1:42846 127.0.0.1:6379 TIME_WAIT -
  1013. tcp 0 0 127.0.0.1:80 127.0.0.1:47584 TIME_WAIT -
  1014. tcp 0 0 127.0.0.1:43474 127.0.0.1:6379 TIME_WAIT -
  1015. tcp 0 0 127.0.0.1:43130 127.0.0.1:6379 TIME_WAIT -
  1016. tcp 0 0 127.0.0.1:43554 127.0.0.1:6379 TIME_WAIT -
  1017. tcp 0 0 127.0.0.1:43532 127.0.0.1:6379 TIME_WAIT -
  1018. tcp 0 0 127.0.0.1:43660 127.0.0.1:6379 TIME_WAIT -
  1019. tcp 0 0 127.0.0.1:43098 127.0.0.1:6379 TIME_WAIT -
  1020. tcp 0 0 127.0.0.1:80 127.0.0.1:47622 TIME_WAIT -
  1021. tcp 0 0 127.0.0.1:43542 127.0.0.1:6379 TIME_WAIT -
  1022. tcp 0 0 127.0.0.1:53506 127.0.0.1:6600 ESTABLISHED 471/upmpdcli
  1023. tcp 0 0 127.0.0.1:44080 127.0.0.1:6379 TIME_WAIT -
  1024. tcp 0 0 127.0.0.1:43722 127.0.0.1:6379 TIME_WAIT -
  1025. tcp 0 0 127.0.0.1:43524 127.0.0.1:6379 TIME_WAIT -
  1026. tcp 0 0 127.0.0.1:43416 127.0.0.1:6379 TIME_WAIT -
  1027. tcp 0 0 127.0.0.1:43890 127.0.0.1:6379 TIME_WAIT -
  1028. tcp 0 0 127.0.0.1:43570 127.0.0.1:6379 TIME_WAIT -
  1029. tcp 0 0 127.0.0.1:43714 127.0.0.1:6379 TIME_WAIT -
  1030. tcp 0 0 127.0.0.1:43396 127.0.0.1:6379 TIME_WAIT -
  1031. tcp 0 0 127.0.0.1:43218 127.0.0.1:6379 TIME_WAIT -
  1032. tcp 0 0 127.0.0.1:43848 127.0.0.1:6379 TIME_WAIT -
  1033. tcp 0 0 127.0.0.1:43586 127.0.0.1:6379 TIME_WAIT -
  1034. tcp 0 0 127.0.0.1:43248 127.0.0.1:6379 TIME_WAIT -
  1035. tcp 0 0 127.0.0.1:43514 127.0.0.1:6379 TIME_WAIT -
  1036. tcp 0 0 127.0.0.1:43600 127.0.0.1:6379 TIME_WAIT -
  1037. tcp 0 0 127.0.0.1:44046 127.0.0.1:6379 TIME_WAIT -
  1038. tcp 0 0 127.0.0.1:42946 127.0.0.1:6379 TIME_WAIT -
  1039. tcp 0 0 127.0.0.1:43630 127.0.0.1:6379 TIME_WAIT -
  1040. tcp 0 0 127.0.0.1:43252 127.0.0.1:6379 TIME_WAIT -
  1041. tcp 0 0 127.0.0.1:43904 127.0.0.1:6379 TIME_WAIT -
  1042. tcp 0 0 127.0.0.1:43582 127.0.0.1:6379 TIME_WAIT -
  1043. tcp 0 0 127.0.0.1:43724 127.0.0.1:6379 TIME_WAIT -
  1044. tcp 0 0 127.0.0.1:43798 127.0.0.1:6379 TIME_WAIT -
  1045. tcp 0 0 127.0.0.1:43694 127.0.0.1:6379 TIME_WAIT -
  1046. tcp 0 0 127.0.0.1:43124 127.0.0.1:6379 TIME_WAIT -
  1047. tcp 0 0 127.0.0.1:43014 127.0.0.1:6379 TIME_WAIT -
  1048. tcp 0 0 127.0.0.1:43766 127.0.0.1:6379 TIME_WAIT -
  1049. tcp 0 0 127.0.0.1:43060 127.0.0.1:6379 TIME_WAIT -
  1050. tcp 0 0 127.0.0.1:42928 127.0.0.1:6379 TIME_WAIT -
  1051. tcp 0 0 127.0.0.1:43862 127.0.0.1:6379 TIME_WAIT -
  1052. tcp 0 0 127.0.0.1:43094 127.0.0.1:6379 TIME_WAIT -
  1053. tcp 0 0 127.0.0.1:43344 127.0.0.1:6379 TIME_WAIT -
  1054. tcp 0 0 127.0.0.1:43070 127.0.0.1:6379 TIME_WAIT -
  1055. tcp 0 0 127.0.0.1:43180 127.0.0.1:6379 TIME_WAIT -
  1056. tcp 0 0 127.0.0.1:43498 127.0.0.1:6379 TIME_WAIT -
  1057. tcp 0 0 127.0.0.1:43080 127.0.0.1:6379 TIME_WAIT -
  1058. tcp 0 0 127.0.0.1:42924 127.0.0.1:6379 TIME_WAIT -
  1059. tcp 0 0 127.0.0.1:43832 127.0.0.1:6379 TIME_WAIT -
  1060. tcp 0 0 127.0.0.1:43254 127.0.0.1:6379 TIME_WAIT -
  1061. tcp 0 0 127.0.0.1:43472 127.0.0.1:6379 TIME_WAIT -
  1062. tcp 0 0 127.0.0.1:42954 127.0.0.1:6379 TIME_WAIT -
  1063. tcp 0 0 127.0.0.1:43030 127.0.0.1:6379 TIME_WAIT -
  1064. tcp 0 0 127.0.0.1:42872 127.0.0.1:6379 TIME_WAIT -
  1065. tcp 0 0 127.0.0.1:43552 127.0.0.1:6379 TIME_WAIT -
  1066. tcp 0 0 127.0.0.1:43822 127.0.0.1:6379 TIME_WAIT -
  1067. tcp 0 0 127.0.0.1:80 127.0.0.1:47720 TIME_WAIT -
  1068. tcp 0 0 127.0.0.1:43364 127.0.0.1:6379 TIME_WAIT -
  1069. tcp 0 0 127.0.0.1:43654 127.0.0.1:6379 TIME_WAIT -
  1070. tcp 0 0 127.0.0.1:42834 127.0.0.1:6379 TIME_WAIT -
  1071. tcp 0 0 127.0.0.1:43260 127.0.0.1:6379 TIME_WAIT -
  1072. tcp 0 0 127.0.0.1:44112 127.0.0.1:6379 TIME_WAIT -
  1073. tcp 0 0 127.0.0.1:42994 127.0.0.1:6379 TIME_WAIT -
  1074. tcp 0 0 127.0.0.1:80 127.0.0.1:47582 TIME_WAIT -
  1075. tcp 0 0 127.0.0.1:43018 127.0.0.1:6379 TIME_WAIT -
  1076. tcp 0 0 127.0.0.1:43752 127.0.0.1:6379 TIME_WAIT -
  1077. tcp 0 0 127.0.0.1:42914 127.0.0.1:6379 TIME_WAIT -
  1078. tcp 0 0 127.0.0.1:43522 127.0.0.1:6379 TIME_WAIT -
  1079. tcp 0 0 127.0.0.1:43888 127.0.0.1:6379 TIME_WAIT -
  1080. tcp 0 0 127.0.0.1:43942 127.0.0.1:6379 TIME_WAIT -
  1081. tcp 0 0 127.0.0.1:6600 127.0.0.1:53374 TIME_WAIT -
  1082. tcp 0 0 127.0.0.1:43088 127.0.0.1:6379 TIME_WAIT -
  1083. tcp 0 0 127.0.0.1:43032 127.0.0.1:6379 TIME_WAIT -
  1084. tcp 0 0 127.0.0.1:43598 127.0.0.1:6379 TIME_WAIT -
  1085. tcp 0 0 127.0.0.1:43946 127.0.0.1:6379 TIME_WAIT -
  1086. tcp 0 0 127.0.0.1:42880 127.0.0.1:6379 TIME_WAIT -
  1087. tcp 0 0 127.0.0.1:43612 127.0.0.1:6379 TIME_WAIT -
  1088. tcp 0 0 127.0.0.1:43450 127.0.0.1:6379 TIME_WAIT -
  1089. tcp 0 0 127.0.0.1:43326 127.0.0.1:6379 TIME_WAIT -
  1090. tcp 0 0 127.0.0.1:43266 127.0.0.1:6379 TIME_WAIT -
  1091. tcp 0 0 127.0.0.1:43444 127.0.0.1:6379 TIME_WAIT -
  1092. tcp 0 0 127.0.0.1:43908 127.0.0.1:6379 TIME_WAIT -
  1093. tcp 0 0 127.0.0.1:43868 127.0.0.1:6379 TIME_WAIT -
  1094. tcp 0 0 127.0.0.1:43814 127.0.0.1:6379 TIME_WAIT -
  1095. tcp 0 0 127.0.0.1:43490 127.0.0.1:6379 TIME_WAIT -
  1096. tcp 0 0 127.0.0.1:42990 127.0.0.1:6379 TIME_WAIT -
  1097. tcp 0 0 127.0.0.1:43640 127.0.0.1:6379 TIME_WAIT -
  1098. tcp 0 0 127.0.0.1:44122 127.0.0.1:6379 TIME_WAIT -
  1099. tcp 0 0 127.0.0.1:43628 127.0.0.1:6379 TIME_WAIT -
  1100. tcp 0 0 127.0.0.1:43382 127.0.0.1:6379 TIME_WAIT -
  1101. tcp 0 0 127.0.0.1:43818 127.0.0.1:6379 TIME_WAIT -
  1102. tcp 0 0 127.0.0.1:43720 127.0.0.1:6379 TIME_WAIT -
  1103. tcp 0 0 127.0.0.1:42926 127.0.0.1:6379 TIME_WAIT -
  1104. tcp 0 0 127.0.0.1:43754 127.0.0.1:6379 TIME_WAIT -
  1105. tcp 0 0 127.0.0.1:43982 127.0.0.1:6379 TIME_WAIT -
  1106. tcp 0 0 127.0.0.1:43638 127.0.0.1:6379 TIME_WAIT -
  1107. tcp 0 0 127.0.0.1:44014 127.0.0.1:6379 TIME_WAIT -
  1108. tcp 0 0 127.0.0.1:43596 127.0.0.1:6379 TIME_WAIT -
  1109. tcp 0 0 127.0.0.1:43944 127.0.0.1:6379 TIME_WAIT -
  1110. tcp 0 0 127.0.0.1:80 127.0.0.1:46782 TIME_WAIT -
  1111. tcp 0 0 127.0.0.1:43238 127.0.0.1:6379 TIME_WAIT -
  1112. tcp 0 0 127.0.0.1:43306 127.0.0.1:6379 TIME_WAIT -
  1113. tcp 0 0 127.0.0.1:43210 127.0.0.1:6379 TIME_WAIT -
  1114. tcp 0 0 127.0.0.1:44072 127.0.0.1:6379 TIME_WAIT -
  1115. tcp 0 0 127.0.0.1:43322 127.0.0.1:6379 TIME_WAIT -
  1116. tcp 0 0 127.0.0.1:43280 127.0.0.1:6379 TIME_WAIT -
  1117. tcp 0 0 127.0.0.1:43902 127.0.0.1:6379 TIME_WAIT -
  1118. tcp 0 0 127.0.0.1:43052 127.0.0.1:6379 TIME_WAIT -
  1119. tcp 0 0 127.0.0.1:43048 127.0.0.1:6379 TIME_WAIT -
  1120. tcp 0 0 127.0.0.1:43976 127.0.0.1:6379 TIME_WAIT -
  1121. tcp 0 0 127.0.0.1:43910 127.0.0.1:6379 TIME_WAIT -
  1122. tcp 0 0 127.0.0.1:43016 127.0.0.1:6379 TIME_WAIT -
  1123. tcp 0 0 127.0.0.1:80 127.0.0.1:47448 TIME_WAIT -
  1124. tcp 0 0 127.0.0.1:43312 127.0.0.1:6379 TIME_WAIT -
  1125. tcp 0 0 127.0.0.1:43022 127.0.0.1:6379 TIME_WAIT -
  1126. tcp 0 0 127.0.0.1:43784 127.0.0.1:6379 TIME_WAIT -
  1127. tcp 0 0 127.0.0.1:43446 127.0.0.1:6379 TIME_WAIT -
  1128. tcp 0 0 127.0.0.1:44050 127.0.0.1:6379 TIME_WAIT -
  1129. tcp 0 0 127.0.0.1:42998 127.0.0.1:6379 TIME_WAIT -
  1130. tcp 0 0 127.0.0.1:43534 127.0.0.1:6379 TIME_WAIT -
  1131. tcp 0 0 127.0.0.1:42902 127.0.0.1:6379 TIME_WAIT -
  1132. tcp 0 0 127.0.0.1:43756 127.0.0.1:6379 TIME_WAIT -
  1133. tcp 0 0 127.0.0.1:43412 127.0.0.1:6379 TIME_WAIT -
  1134. tcp 0 0 127.0.0.1:43436 127.0.0.1:6379 TIME_WAIT -
  1135. tcp 0 0 127.0.0.1:42962 127.0.0.1:6379 TIME_WAIT -
  1136. tcp 0 0 127.0.0.1:43580 127.0.0.1:6379 TIME_WAIT -
  1137. tcp 0 0 127.0.0.1:43296 127.0.0.1:6379 TIME_WAIT -
  1138. tcp 0 0 127.0.0.1:42852 127.0.0.1:6379 TIME_WAIT -
  1139. tcp 0 0 127.0.0.1:43626 127.0.0.1:6379 TIME_WAIT -
  1140. tcp 0 0 127.0.0.1:54452 127.0.0.1:6600 TIME_WAIT -
  1141. tcp 0 0 192.168.1.126:80 192.168.1.182:56751 ESTABLISHED 364/nginx: worker p
  1142. tcp 0 0 127.0.0.1:43454 127.0.0.1:6379 TIME_WAIT -
  1143. tcp 0 0 127.0.0.1:43384 127.0.0.1:6379 TIME_WAIT -
  1144. tcp 0 0 127.0.0.1:43780 127.0.0.1:6379 TIME_WAIT -
  1145. tcp 0 0 127.0.0.1:43658 127.0.0.1:6379 TIME_WAIT -
  1146. tcp 0 0 127.0.0.1:43160 127.0.0.1:6379 TIME_WAIT -
  1147. tcp 0 0 127.0.0.1:42988 127.0.0.1:6379 TIME_WAIT -
  1148. tcp 0 0 192.168.1.126:52798 104.24.15.89:80 TIME_WAIT -
  1149. tcp 0 0 127.0.0.1:43356 127.0.0.1:6379 TIME_WAIT -
  1150. tcp 0 0 127.0.0.1:44008 127.0.0.1:6379 TIME_WAIT -
  1151. tcp 0 0 127.0.0.1:44042 127.0.0.1:6379 TIME_WAIT -
  1152. tcp 0 0 127.0.0.1:43182 127.0.0.1:6379 TIME_WAIT -
  1153. tcp 0 0 127.0.0.1:43112 127.0.0.1:6379 TIME_WAIT -
  1154. tcp 0 0 127.0.0.1:43708 127.0.0.1:6379 TIME_WAIT -
  1155. tcp 0 0 127.0.0.1:43362 127.0.0.1:6379 TIME_WAIT -
  1156. tcp 0 0 127.0.0.1:44084 127.0.0.1:6379 TIME_WAIT -
  1157. tcp 0 0 127.0.0.1:43122 127.0.0.1:6379 TIME_WAIT -
  1158. tcp 0 0 127.0.0.1:43712 127.0.0.1:6379 TIME_WAIT -
  1159. tcp 0 0 127.0.0.1:43406 127.0.0.1:6379 TIME_WAIT -
  1160. tcp 0 0 127.0.0.1:43346 127.0.0.1:6379 TIME_WAIT -
  1161. tcp 0 0 127.0.0.1:43548 127.0.0.1:6379 TIME_WAIT -
  1162. tcp 0 0 127.0.0.1:43348 127.0.0.1:6379 TIME_WAIT -
  1163. tcp 0 0 127.0.0.1:43004 127.0.0.1:6379 TIME_WAIT -
  1164. tcp 0 0 127.0.0.1:43354 127.0.0.1:6379 TIME_WAIT -
  1165. tcp 0 0 127.0.0.1:43038 127.0.0.1:6379 TIME_WAIT -
  1166. tcp 0 0 127.0.0.1:42886 127.0.0.1:6379 TIME_WAIT -
  1167. tcp 0 0 127.0.0.1:42938 127.0.0.1:6379 TIME_WAIT -
  1168. tcp 0 0 127.0.0.1:43404 127.0.0.1:6379 TIME_WAIT -
  1169. tcp 0 0 127.0.0.1:43232 127.0.0.1:6379 TIME_WAIT -
  1170. tcp 0 0 127.0.0.1:43062 127.0.0.1:6379 TIME_WAIT -
  1171. tcp 0 0 127.0.0.1:43764 127.0.0.1:6379 TIME_WAIT -
  1172. tcp 0 0 127.0.0.1:43402 127.0.0.1:6379 TIME_WAIT -
  1173. tcp 0 0 127.0.0.1:6600 127.0.0.1:53506 ESTABLISHED 467/mpd
  1174. tcp 0 0 127.0.0.1:43878 127.0.0.1:6379 TIME_WAIT -
  1175. tcp 0 0 127.0.0.1:43730 127.0.0.1:6379 TIME_WAIT -
  1176. tcp 0 0 127.0.0.1:43262 127.0.0.1:6379 TIME_WAIT -
  1177. tcp 0 0 127.0.0.1:43298 127.0.0.1:6379 TIME_WAIT -
  1178. tcp 0 0 127.0.0.1:43484 127.0.0.1:6379 TIME_WAIT -
  1179. tcp 0 0 127.0.0.1:43114 127.0.0.1:6379 TIME_WAIT -
  1180. tcp 0 0 127.0.0.1:43584 127.0.0.1:6379 TIME_WAIT -
  1181. tcp 0 0 127.0.0.1:43328 127.0.0.1:6379 TIME_WAIT -
  1182. tcp 0 0 127.0.0.1:43398 127.0.0.1:6379 TIME_WAIT -
  1183. tcp 0 0 127.0.0.1:80 127.0.0.1:47614 TIME_WAIT -
  1184. tcp 0 0 127.0.0.1:43986 127.0.0.1:6379 TIME_WAIT -
  1185. tcp 0 0 127.0.0.1:43564 127.0.0.1:6379 TIME_WAIT -
  1186. tcp 0 0 127.0.0.1:43340 127.0.0.1:6379 TIME_WAIT -
  1187. tcp 0 0 127.0.0.1:43000 127.0.0.1:6379 TIME_WAIT -
  1188. tcp 0 0 127.0.0.1:44018 127.0.0.1:6379 TIME_WAIT -
  1189. tcp 0 0 127.0.0.1:43606 127.0.0.1:6379 TIME_WAIT -
  1190. tcp 0 0 127.0.0.1:42984 127.0.0.1:6379 TIME_WAIT -
  1191. tcp 0 0 127.0.0.1:43594 127.0.0.1:6379 TIME_WAIT -
  1192. tcp 0 0 127.0.0.1:43900 127.0.0.1:6379 TIME_WAIT -
  1193. tcp 0 0 127.0.0.1:43028 127.0.0.1:6379 TIME_WAIT -
  1194. tcp 0 0 127.0.0.1:43774 127.0.0.1:6379 TIME_WAIT -
  1195. tcp 0 0 127.0.0.1:43194 127.0.0.1:6379 TIME_WAIT -
  1196. tcp 0 0 127.0.0.1:43476 127.0.0.1:6379 TIME_WAIT -
  1197. tcp 0 0 127.0.0.1:42882 127.0.0.1:6379 TIME_WAIT -
  1198. tcp 0 0 127.0.0.1:43174 127.0.0.1:6379 TIME_WAIT -
  1199. tcp 0 0 127.0.0.1:43544 127.0.0.1:6379 TIME_WAIT -
  1200. tcp 0 0 127.0.0.1:80 127.0.0.1:47570 TIME_WAIT -
  1201. tcp 0 0 127.0.0.1:43632 127.0.0.1:6379 TIME_WAIT -
  1202. tcp 0 0 127.0.0.1:43394 127.0.0.1:6379 TIME_WAIT -
  1203. tcp 0 0 127.0.0.1:42936 127.0.0.1:6379 TIME_WAIT -
  1204. tcp 0 0 127.0.0.1:43884 127.0.0.1:6379 TIME_WAIT -
  1205. tcp 0 0 127.0.0.1:43732 127.0.0.1:6379 TIME_WAIT -
  1206. tcp 0 0 127.0.0.1:42870 127.0.0.1:6379 TIME_WAIT -
  1207. tcp 0 0 127.0.0.1:80 127.0.0.1:47578 TIME_WAIT -
  1208. tcp 0 0 127.0.0.1:42856 127.0.0.1:6379 TIME_WAIT -
  1209. tcp 0 0 127.0.0.1:43872 127.0.0.1:6379 TIME_WAIT -
  1210. tcp 0 0 127.0.0.1:80 127.0.0.1:47542 TIME_WAIT -
  1211. tcp 0 0 127.0.0.1:43508 127.0.0.1:6379 TIME_WAIT -
  1212. tcp 0 0 127.0.0.1:43838 127.0.0.1:6379 TIME_WAIT -
  1213. tcp 0 0 127.0.0.1:43520 127.0.0.1:6379 TIME_WAIT -
  1214. tcp 0 0 127.0.0.1:53376 127.0.0.1:6600 TIME_WAIT -
  1215. tcp 0 0 127.0.0.1:42860 127.0.0.1:6379 TIME_WAIT -
  1216. tcp 0 0 127.0.0.1:43672 127.0.0.1:6379 TIME_WAIT -
  1217. tcp 0 0 127.0.0.1:43550 127.0.0.1:6379 TIME_WAIT -
  1218. tcp 0 0 127.0.0.1:42892 127.0.0.1:6379 TIME_WAIT -
  1219. tcp 0 0 127.0.0.1:44110 127.0.0.1:6379 TIME_WAIT -
  1220. tcp 0 0 127.0.0.1:43574 127.0.0.1:6379 TIME_WAIT -
  1221. tcp 0 0 127.0.0.1:42890 127.0.0.1:6379 TIME_WAIT -
  1222. tcp 0 0 127.0.0.1:44052 127.0.0.1:6379 TIME_WAIT -
  1223. tcp 0 0 127.0.0.1:43936 127.0.0.1:6379 TIME_WAIT -
  1224. tcp 0 0 127.0.0.1:43156 127.0.0.1:6379 TIME_WAIT -
  1225. tcp 0 0 127.0.0.1:43616 127.0.0.1:6379 TIME_WAIT -
  1226. tcp 0 0 127.0.0.1:43002 127.0.0.1:6379 TIME_WAIT -
  1227. tcp 0 0 127.0.0.1:43184 127.0.0.1:6379 TIME_WAIT -
  1228. tcp 0 0 127.0.0.1:43770 127.0.0.1:6379 TIME_WAIT -
  1229. tcp 0 0 127.0.0.1:43858 127.0.0.1:6379 TIME_WAIT -
  1230. tcp 0 0 127.0.0.1:43562 127.0.0.1:6379 TIME_WAIT -
  1231. tcp 0 0 127.0.0.1:43738 127.0.0.1:6379 TIME_WAIT -
  1232. tcp 0 0 127.0.0.1:42942 127.0.0.1:6379 TIME_WAIT -
  1233. Active UNIX domain sockets (w/o servers)
  1234. Proto RefCnt Flags Type State I-Node PID/Program name Path
  1235. unix 3 [ ] DGRAM 8473 1/init /run/systemd/notify
  1236. unix 2 [ ] DGRAM 12426 415/nmbd /var/lib/samba/private/msg.sock/415
  1237. unix 8 [ ] DGRAM 1158 1/init /run/systemd/journal/dev-log
  1238. unix 4 [ ] DGRAM 1172 1/init /run/systemd/journal/socket
  1239. unix 3 [ ] STREAM CONNECTED 9972 292/avahi-daemon: r
  1240. unix 3 [ ] STREAM CONNECTED 9644 225/systemd-udevd
  1241. unix 3 [ ] STREAM CONNECTED 7801 1/init /run/systemd/journal/stdout
  1242. unix 3 [ ] STREAM CONNECTED 9919 285/python
  1243. unix 2 [ ] DGRAM 9650 225/systemd-udevd
  1244. unix 3 [ ] STREAM CONNECTED 15633 821/dbus-daemon @/tmp/dbus-jhoS0S0ovK
  1245. unix 3 [ ] STREAM CONNECTED 14076 579/midori
  1246. unix 3 [ ] STREAM CONNECTED 9817 280/dbus-daemon
  1247. unix 3 [ ] STREAM CONNECTED 11832 481/shairport
  1248. unix 3 [ ] STREAM CONNECTED 14877 1/init /run/systemd/journal/stdout
  1249. unix 3 [ ] STREAM CONNECTED 1318 1/init /run/systemd/journal/stdout
  1250. unix 3 [ ] STREAM CONNECTED 9816 280/dbus-daemon
  1251. unix 3 [ ] STREAM CONNECTED 13817 823/at-spi-bus-laun
  1252. unix 3 [ ] STREAM CONNECTED 14876 1/init /run/systemd/journal/stdout
  1253. unix 3 [ ] STREAM CONNECTED 12836 1/init /run/systemd/journal/stdout
  1254. unix 3 [ ] STREAM CONNECTED 12098 533/php-fpm: master
  1255. unix 3 [ ] STREAM CONNECTED 11833 280/dbus-daemon /run/dbus/system_bus_socket
  1256. unix 3 [ ] STREAM CONNECTED 7821 1/init /run/systemd/journal/stdout
  1257. unix 3 [ ] STREAM CONNECTED 16985 945/dnsmasq
  1258. unix 3 [ ] STREAM CONNECTED 15563 830/at-spi2-registr
  1259. unix 3 [ ] STREAM CONNECTED 11297 351/ifplugd
  1260. unix 3 [ ] STREAM CONNECTED 13241 821/dbus-daemon @/tmp/dbus-jhoS0S0ovK
  1261. unix 3 [ ] STREAM CONNECTED 11802 481/shairport
  1262. unix 3 [ ] STREAM CONNECTED 13828 1/init /run/systemd/journal/stdout
  1263. unix 3 [ ] STREAM CONNECTED 14692 669/xbindkeys
  1264. unix 3 [ ] STREAM CONNECTED 10082 338/sshd
  1265. unix 3 [ ] STREAM CONNECTED 13239 828/dbus-daemon @/tmp/dbus-S7GIECmQad
  1266. unix 3 [ ] STREAM CONNECTED 13229 828/dbus-daemon @/tmp/dbus-S7GIECmQad
  1267. unix 3 [ ] STREAM CONNECTED 13240 556/Xorg @/tmp/.X11-unix/X0
  1268. unix 3 [ ] STREAM CONNECTED 14885 579/midori
  1269. unix 3 [ ] STREAM CONNECTED 13533 1/init /run/systemd/journal/stdout
  1270. unix 3 [ ] STREAM CONNECTED 15165 280/dbus-daemon /run/dbus/system_bus_socket
  1271. unix 3 [ ] STREAM CONNECTED 15562 830/at-spi2-registr
  1272. unix 3 [ ] STREAM CONNECTED 13638 410/php
  1273. unix 3 [ ] STREAM CONNECTED 13810 821/dbus-daemon
  1274. unix 3 [ ] STREAM CONNECTED 13669 556/Xorg @/tmp/.X11-unix/X0
  1275. unix 3 [ ] STREAM CONNECTED 15949 347/redis-server 12 /tmp/redis.sock
  1276. unix 3 [ ] STREAM CONNECTED 10208 347/redis-server 12
  1277. unix 3 [ ] STREAM CONNECTED 15400 556/Xorg @/tmp/.X11-unix/X0
  1278. unix 3 [ ] STREAM CONNECTED 12778 489/bash
  1279. unix 3 [ ] STREAM CONNECTED 13812 821/dbus-daemon @/tmp/dbus-jhoS0S0ovK
  1280. unix 2 [ ] DGRAM 12555 877/dhcpcd
  1281. unix 3 [ ] STREAM CONNECTED 15213 347/redis-server 12 /tmp/redis.sock
  1282. unix 3 [ ] STREAM CONNECTED 15948 369/php
  1283. unix 3 [ ] STREAM CONNECTED 10083 1/init /run/systemd/journal/stdout
  1284. unix 3 [ ] STREAM CONNECTED 15951 280/dbus-daemon /run/dbus/system_bus_socket
  1285. unix 3 [ ] STREAM CONNECTED 13816 823/at-spi-bus-laun
  1286. unix 2 [ ] DGRAM 12898 552/sudo
  1287. unix 3 [ ] STREAM CONNECTED 7959 1/init /run/systemd/journal/stdout
  1288. unix 3 [ ] STREAM CONNECTED 14875 579/midori
  1289. unix 2 [ ] DGRAM 15172 945/dnsmasq
  1290. unix 3 [ ] STREAM CONNECTED 13653 577/matchbox-window
  1291. unix 3 [ ] STREAM CONNECTED 15538 579/midori
  1292. unix 3 [ ] STREAM CONNECTED 13201 556/Xorg @/tmp/.X11-unix/X0
  1293. unix 3 [ ] STREAM CONNECTED 15879 975/php
  1294. unix 3 [ ] STREAM CONNECTED 14874 820/dbus-launch
  1295. unix 3 [ ] STREAM CONNECTED 14792 556/Xorg @/tmp/.X11-unix/X0
  1296. unix 2 [ ] STREAM CONNECTED 12896 552/sudo
  1297. unix 3 [ ] STREAM CONNECTED 16793 1/init /run/systemd/journal/stdout
  1298. unix 3 [ ] STREAM CONNECTED 13811 821/dbus-daemon
  1299. unix 3 [ ] STREAM CONNECTED 15752 938/hostapd
  1300. unix 3 [ ] STREAM CONNECTED 13521 1/init /run/systemd/journal/stdout
  1301. unix 3 [ ] STREAM CONNECTED 12196 347/redis-server 12 /tmp/redis.sock
  1302. unix 3 [ ] STREAM CONNECTED 19128 579/midori
  1303. unix 3 [ ] STREAM CONNECTED 13499 1/init /run/systemd/journal/stdout
  1304. unix 3 [ ] STREAM CONNECTED 15561 830/at-spi2-registr
  1305. unix 3 [ ] STREAM CONNECTED 12851 533/php-fpm: master
  1306. unix 2 [ ] DGRAM 13793 1/init
  1307. unix 3 [ ] STREAM CONNECTED 15549 820/dbus-launch
  1308. unix 3 [ ] STREAM CONNECTED 13636 410/php
  1309. unix 3 [ ] STREAM CONNECTED 12850 533/php-fpm: master
  1310. unix 3 [ ] STREAM CONNECTED 7944 1/init /run/systemd/journal/stdout
  1311. unix 3 [ ] STREAM CONNECTED 12954 467/mpd /run/mpd.sock
  1312. unix 3 [ ] STREAM CONNECTED 13199 556/Xorg @/tmp/.X11-unix/X0
  1313. unix 3 [ ] STREAM CONNECTED 12692 471/upmpdcli
  1314. unix 3 [ ] STREAM CONNECTED 11170 347/redis-server 12 /tmp/redis.sock
  1315. unix 3 [ ] STREAM CONNECTED 13820 821/dbus-daemon @/tmp/dbus-jhoS0S0ovK
  1316. unix 3 [ ] STREAM CONNECTED 13234 830/at-spi2-registr
  1317. unix 3 [ ] STREAM CONNECTED 12908 556/Xorg
  1318. unix 3 [ ] STREAM CONNECTED 13228 828/dbus-daemon
  1319. unix 3 [ ] STREAM CONNECTED 1759 280/dbus-daemon /run/dbus/system_bus_socket
  1320. unix 3 [ ] STREAM CONNECTED 13617 555/xinit
  1321. unix 3 [ ] STREAM CONNECTED 2033 363/nginx: master p
  1322. unix 3 [ ] STREAM CONNECTED 7854 292/avahi-daemon: r
  1323. unix 3 [ ] STREAM CONNECTED 13205 823/at-spi-bus-laun
  1324. unix 3 [ ] STREAM CONNECTED 14584 556/Xorg @/tmp/.X11-unix/X0
  1325. unix 3 [ ] STREAM CONNECTED 2032 363/nginx: master p
  1326. unix 3 [ ] STREAM CONNECTED 14528 347/redis-server 12 /tmp/redis.sock
  1327. unix 3 [ ] STREAM CONNECTED 13594 543/php
  1328. unix 3 [ ] STREAM CONNECTED 2022 350/ntpd
  1329. unix 3 [ ] STREAM CONNECTED 1742 288/sh
  1330. unix 3 [ ] STREAM CONNECTED 8048 363/nginx: master p
  1331. unix 3 [ ] STREAM CONNECTED 14568 280/dbus-daemon /run/dbus/system_bus_socket
  1332. unix 3 [ ] STREAM CONNECTED 8103 543/php
  1333. unix 3 [ ] STREAM CONNECTED 2023 350/ntpd
  1334. unix 3 [ ] STREAM CONNECTED 7850 312/avahi-daemon: c
  1335. unix 3 [ ] STREAM CONNECTED 7849 292/avahi-daemon: r
  1336. unix 3 [ ] STREAM CONNECTED 7813 1/init /run/systemd/journal/stdout
  1337. unix 3 [ ] STREAM CONNECTED 13233 830/at-spi2-registr
  1338. unix 3 [ ] STREAM CONNECTED 7816 1/init /run/systemd/journal/stdout
  1339. unix 3 [ ] STREAM CONNECTED 8047 363/nginx: master p
  1340. unix 2 [ ] DGRAM 7958 350/ntpd
  1341. unix 3 [ ] STREAM CONNECTED 1695 291/haveged
  1342. unix 3 [ ] STREAM CONNECTED 13227 828/dbus-daemon
  1343. unix 3 [ ] STREAM CONNECTED 13827 1/init /run/systemd/journal/stdout
  1344. unix 2 [ ] DGRAM 7846 292/avahi-daemon: r
  1345. unix 3 [ ] STREAM CONNECTED 14547 547/php
  1346. unix 3 [ ] STREAM CONNECTED 11245 410/php
  1347. unix 3 [ ] STREAM CONNECTED 13565 280/dbus-daemon /run/dbus/system_bus_socket
  1348. unix 3 [ ] STREAM CONNECTED 11343 1/init /run/systemd/journal/stdout
  1349. unix 3 [ ] STREAM CONNECTED 8192 1/init /run/systemd/journal/stdout
  1350. unix 2 [ ] DGRAM 8643 173/systemd-journal
  1351. unix 2 [ ] DGRAM 14469 467/mpd
  1352. unix 3 [ ] STREAM CONNECTED 12132 347/redis-server 12 /tmp/redis.sock
  1353. unix 3 [ ] DGRAM 8837 225/systemd-udevd
  1354. unix 3 [ ] STREAM CONNECTED 9818 280/dbus-daemon /run/dbus/system_bus_socket
  1355. unix 3 [ ] STREAM CONNECTED 9810 1/init /run/systemd/journal/stdout
  1356. unix 3 [ ] DGRAM 8838 225/systemd-udevd
  1357. unix 3 [ ] STREAM CONNECTED 11147 369/php
  1358. unix 3 [ ] STREAM CONNECTED 14468 467/mpd
  1359. unix 3 [ ] STREAM CONNECTED 11011 1/init
  1360. unix 3 [ ] STREAM CONNECTED 11009 280/dbus-daemon
  1361.  
  1362.  
  1363. ###### Network interfaces (ip addr) ######
  1364. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  1365. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  1366. inet 127.0.0.1/8 scope host lo
  1367. valid_lft forever preferred_lft forever
  1368. 2: eth0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  1369. link/ether b8:27:eb:f4:38:81 brd ff:ff:ff:ff:ff:ff
  1370. inet 192.168.1.126/24 brd 192.168.1.255 scope global eth0
  1371. valid_lft forever preferred_lft forever
  1372. 3: wlan0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  1373. link/ether b8:27:eb:a1:6d:d4 brd ff:ff:ff:ff:ff:ff
  1374. inet 192.168.5.1/24 brd 192.168.5.255 scope global wlan0
  1375. valid_lft forever preferred_lft forever
  1376.  
  1377.  
  1378. ###### Network interfaces (ifconfig) ######
  1379. eth0: flags=4163 mtu 1500
  1380. inet 192.168.1.126 netmask 255.255.255.0 broadcast 192.168.1.255
  1381. ether b8:27:eb:f4:38:81 txqueuelen 1000 (Ethernet)
  1382. RX packets 175 bytes 176224 (172.0 KiB)
  1383. RX errors 0 dropped 0 overruns 0 frame 0
  1384. TX packets 115 bytes 14115 (13.7 KiB)
  1385. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1386.  
  1387. lo: flags=73 mtu 65536
  1388. inet 127.0.0.1 netmask 255.0.0.0
  1389. loop txqueuelen 1 (Local Loopback)
  1390. RX packets 6746 bytes 1022269 (998.3 KiB)
  1391. RX errors 0 dropped 0 overruns 0 frame 0
  1392. TX packets 6746 bytes 1022269 (998.3 KiB)
  1393. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1394.  
  1395. wlan0: flags=4163 mtu 1500
  1396. inet 192.168.5.1 netmask 255.255.255.0 broadcast 192.168.5.255
  1397. ether b8:27:eb:a1:6d:d4 txqueuelen 1000 (Ethernet)
  1398. RX packets 39 bytes 16696 (16.3 KiB)
  1399. RX errors 0 dropped 39 overruns 0 frame 0
  1400. TX packets 13 bytes 3564 (3.4 KiB)
  1401. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1402.  
  1403.  
  1404. ###### Network netctl profiles (netctl list) ######
  1405. eth0
  1406.  
  1407. eth0 netctl status
  1408. --------------------------------------------------------
  1409. ● netctl@eth0.service - Networking for netctl profile eth0
  1410. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  1411. Active: inactive (dead)
  1412. Docs: man:netctl.profile(5)
  1413.  
  1414. eth0 netctl profile
  1415. --------------------------------------------------------
  1416. Description='eth0 connection'
  1417. Interface=eth0
  1418. ForceConnect=yes
  1419. SkipNoCarrier=yes
  1420. Connection=ethernet
  1421. IP=dhcp
  1422.  
  1423.  
  1424. ###### Network wifi status (iwconfig) ######
  1425. lo no wireless extensions.
  1426.  
  1427. eth0 no wireless extensions.
  1428.  
  1429. wlan0 IEEE 802.11bgn Mode:Master Tx-Power=31 dBm
  1430. Retry short limit:7 RTS thr:off Fragment thr:off
  1431. Power Management:off
  1432.  
  1433.  
  1434. ###### List all USB devices (lsusb) ######
  1435. Bus 001 Device 008: ID 0781:5571 SanDisk Corp. Cruzer Fit
  1436. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  1437. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  1438. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1439.  
  1440. ###### Kernel status (dmesg) ######
  1441. [ 0.000000] Booting Linux on physical CPU 0x0
  1442. [ 0.000000] Initializing cgroup subsys cpuset
  1443. [ 0.000000] Initializing cgroup subsys cpu
  1444. [ 0.000000] Initializing cgroup subsys cpuacct
  1445. [ 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
  1446. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  1447. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1448. [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
  1449. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  1450. [ 0.000000] Memory policy: Data cache writealloc
  1451. [ 0.000000] On node 0 totalpages: 241664
  1452. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  1453. [ 0.000000] Normal zone: 2124 pages used for memmap
  1454. [ 0.000000] Normal zone: 0 pages reserved
  1455. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  1456. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  1457. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  1458. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f62000 s22656 r8192 d22400 u53248
  1459. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  1460. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  1461. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  1462. [ 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=0x8ef43881 smsc95xx.macaddr=B8:27:EB:F4:38:81 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
  1463. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  1464. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  1465. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  1466. [ 0.000000] Memory: 936072K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22392K reserved, 8192K cma-reserved)
  1467. [ 0.000000] Virtual kernel memory layout:
  1468. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  1469. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  1470. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  1471. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  1472. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  1473. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  1474. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  1475. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  1476. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  1477. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1478. [ 0.000000] Hierarchical RCU implementation.
  1479. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  1480. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  1481. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  1482. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  1483. [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  1484. [ 0.000014] Switching to timer-based delay loop, resolution 52ns
  1485. [ 0.000152] Console: colour dummy device 80x30
  1486. [ 0.000241] console [tty0] enabled
  1487. [ 0.000257] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  1488. [ 0.000267] pid_max: default: 32768 minimum: 301
  1489. [ 0.000418] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1490. [ 0.000424] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1491. [ 0.000921] Disabling cpuset control group subsystem
  1492. [ 0.000938] Initializing cgroup subsys io
  1493. [ 0.000952] Initializing cgroup subsys memory
  1494. [ 0.000973] Initializing cgroup subsys devices
  1495. [ 0.000983] Initializing cgroup subsys freezer
  1496. [ 0.000991] Initializing cgroup subsys net_cls
  1497. [ 0.000998] Initializing cgroup subsys perf_event
  1498. [ 0.001006] Initializing cgroup subsys net_prio
  1499. [ 0.001019] Initializing cgroup subsys pids
  1500. [ 0.001042] CPU: Testing write buffer coherency: ok
  1501. [ 0.001326] CPU0: update cpu_capacity 1024
  1502. [ 0.001332] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1503. [ 0.001338] [bcm2709_smp_prepare_cpus] enter
  1504. [ 0.001406] Setting up static identity map for 0x8240 - 0x8274
  1505. [ 0.002270] [bcm2709_boot_secondary] cpu:1 started (0) 18
  1506. [ 0.002445] [bcm2709_secondary_init] enter cpu:1
  1507. [ 0.002469] CPU1: update cpu_capacity 1024
  1508. [ 0.002472] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1509. [ 0.002673] [bcm2709_boot_secondary] cpu:2 started (0) 18
  1510. [ 0.002811] [bcm2709_secondary_init] enter cpu:2
  1511. [ 0.002821] CPU2: update cpu_capacity 1024
  1512. [ 0.002824] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  1513. [ 0.003001] [bcm2709_boot_secondary] cpu:3 started (0) 17
  1514. [ 0.003127] [bcm2709_secondary_init] enter cpu:3
  1515. [ 0.003137] CPU3: update cpu_capacity 1024
  1516. [ 0.003140] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  1517. [ 0.003169] Brought up 4 CPUs
  1518. [ 0.003180] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1519. [ 0.003184] CPU: All CPU(s) started in HYP mode.
  1520. [ 0.003187] CPU: Virtualization extensions available.
  1521. [ 0.003545] devtmpfs: initialized
  1522. [ 0.008795] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  1523. [ 0.008976] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1524. [ 0.009263] xor: measuring software checksum speed
  1525. [ 0.099972] arm4regs : 2046.800 MB/sec
  1526. [ 0.200003] 8regs : 1198.800 MB/sec
  1527. [ 0.300038] 32regs : 1032.400 MB/sec
  1528. [ 0.400070] neon : 2092.400 MB/sec
  1529. [ 0.400075] xor: using function: neon (2092.400 MB/sec)
  1530. [ 0.400139] pinctrl core: initialized pinctrl subsystem
  1531. [ 0.400427] NET: Registered protocol family 16
  1532. [ 0.403616] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  1533. [ 0.406786] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1534. [ 0.406792] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1535. [ 0.406865] Serial: AMBA PL011 UART driver
  1536. [ 0.406925] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  1537. [ 0.407006] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1538. [ 0.620521] raid6: int32x1 gen() 182 MB/s
  1539. [ 0.790309] raid6: int32x1 xor() 168 MB/s
  1540. [ 0.960395] raid6: int32x2 gen() 279 MB/s
  1541. [ 1.130468] raid6: int32x2 xor() 214 MB/s
  1542. [ 1.300659] raid6: int32x4 gen() 301 MB/s
  1543. [ 1.470728] raid6: int32x4 xor() 225 MB/s
  1544. [ 1.640775] raid6: int32x8 gen() 303 MB/s
  1545. [ 1.810847] raid6: int32x8 xor() 206 MB/s
  1546. [ 1.980916] raid6: neonx1 gen() 751 MB/s
  1547. [ 2.150982] raid6: neonx1 xor() 724 MB/s
  1548. [ 2.321072] raid6: neonx2 gen() 1080 MB/s
  1549. [ 2.491172] raid6: neonx2 xor() 956 MB/s
  1550. [ 2.661269] raid6: neonx4 gen() 1463 MB/s
  1551. [ 2.831335] raid6: neonx4 xor() 1105 MB/s
  1552. [ 3.001440] raid6: neonx8 gen() 1019 MB/s
  1553. [ 3.171505] raid6: neonx8 xor() 840 MB/s
  1554. [ 3.171510] raid6: using algorithm neonx4 gen() 1463 MB/s
  1555. [ 3.171514] raid6: .... xor() 1105 MB/s, rmw enabled
  1556. [ 3.171518] raid6: using intx1 recovery algorithm
  1557. [ 3.172336] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  1558. [ 3.172597] SCSI subsystem initialized
  1559. [ 3.172745] usbcore: registered new interface driver usbfs
  1560. [ 3.172781] usbcore: registered new interface driver hub
  1561. [ 3.172845] usbcore: registered new device driver usb
  1562. [ 3.181520] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  1563. [ 3.208071] clocksource: Switched to clocksource arch_sys_counter
  1564. [ 3.236102] FS-Cache: Loaded
  1565. [ 3.236246] CacheFiles: Loaded
  1566. [ 3.241719] NET: Registered protocol family 2
  1567. [ 3.242144] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1568. [ 3.242201] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1569. [ 3.242295] TCP: Hash tables configured (established 8192 bind 8192)
  1570. [ 3.242351] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1571. [ 3.242375] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1572. [ 3.242494] NET: Registered protocol family 1
  1573. [ 3.242655] RPC: Registered named UNIX socket transport module.
  1574. [ 3.242659] RPC: Registered udp transport module.
  1575. [ 3.242663] RPC: Registered tcp transport module.
  1576. [ 3.242667] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1577. [ 3.243336] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  1578. [ 3.244628] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1579. [ 3.250971] VFS: Disk quotas dquot_6.6.0
  1580. [ 3.251100] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1581. [ 3.252310] FS-Cache: Netfs 'nfs' registered for caching
  1582. [ 3.252689] NFS: Registering the id_resolver key type
  1583. [ 3.252720] Key type id_resolver registered
  1584. [ 3.252724] Key type id_legacy registered
  1585. [ 3.252739] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1586. [ 3.253131] JFS: nTxBlock = 7377, nTxLock = 59016
  1587. [ 3.257662] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1588. [ 3.261561] async_tx: api initialized (async)
  1589. [ 3.261706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1590. [ 3.261772] io scheduler noop registered (default)
  1591. [ 3.261781] io scheduler deadline registered
  1592. [ 3.261807] io scheduler cfq registered
  1593. [ 3.263039] BCM2708FB: allocated DMA memory fac10000
  1594. [ 3.263053] BCM2708FB: allocated DMA channel 0 @ f3007000
  1595. [ 3.268306] Console: switching to colour frame buffer device 82x26
  1596. [ 3.271226] vc-cma: Videocore CMA driver
  1597. [ 3.271231] vc-cma: vc_cma_base = 0x00000000
  1598. [ 3.271235] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  1599. [ 3.271239] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  1600. [ 3.271329] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  1601. [ 3.278242] brd: module loaded
  1602. [ 3.282376] loop: module loaded
  1603. [ 3.282855] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  1604. [ 3.283813] Loading iSCSI transport class v2.0-870.
  1605. [ 3.284159] usbcore: registered new interface driver ax88179_178a
  1606. [ 3.284205] usbcore: registered new interface driver smsc95xx
  1607. [ 3.284267] usbcore: registered new interface driver cdc_ncm
  1608. [ 3.284277] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1609. [ 3.484405] Core Release: 2.80a
  1610. [ 3.484414] Setting default values for core params
  1611. [ 3.484434] Finished setting default values for core params
  1612. [ 3.684595] Using Buffer DMA mode
  1613. [ 3.684600] Periodic Transfer Interrupt Enhancement - disabled
  1614. [ 3.684603] Multiprocessor Interrupt Enhancement - disabled
  1615. [ 3.684608] OTG VER PARAM: 0, OTG VER FLAG: 0
  1616. [ 3.684622] Dedicated Tx FIFOs mode
  1617. [ 3.684793] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac04000 dma = 0xfac04000 len=9024
  1618. [ 3.684808] FIQ FSM acceleration enabled for :
  1619. Non-periodic Split Transactions
  1620. Periodic Split Transactions
  1621. [ 3.684816] dwc_otg: Microframe scheduler enabled
  1622. [ 3.684840] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  1623. [ 3.684847] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  1624. [ 3.684854] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  1625. [ 3.684883] dwc_otg 3f980000.usb: DWC OTG Controller
  1626. [ 3.684900] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1627. [ 3.684918] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1628. [ 3.684954] Init: Port Power? op_state=1
  1629. [ 3.684958] Init: Power Port (0)
  1630. [ 3.685059] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1631. [ 3.685066] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1632. [ 3.685072] usb usb1: Product: DWC OTG Controller
  1633. [ 3.685077] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  1634. [ 3.685083] usb usb1: SerialNumber: 3f980000.usb
  1635. [ 3.685456] hub 1-0:1.0: USB hub found
  1636. [ 3.685477] hub 1-0:1.0: 1 port detected
  1637. [ 3.685770] dwc_otg: FIQ enabled
  1638. [ 3.685774] dwc_otg: NAK holdoff enabled
  1639. [ 3.685778] dwc_otg: FIQ split-transaction FSM enabled
  1640. [ 3.685795] Module dwc_common_port init
  1641. [ 3.685904] usbcore: registered new interface driver usb-storage
  1642. [ 3.685936] usbcore: registered new interface driver ums-alauda
  1643. [ 3.685966] usbcore: registered new interface driver ums-cypress
  1644. [ 3.685995] usbcore: registered new interface driver ums-datafab
  1645. [ 3.686023] usbcore: registered new interface driver ums_eneub6250
  1646. [ 3.686052] usbcore: registered new interface driver ums-freecom
  1647. [ 3.686084] usbcore: registered new interface driver ums-isd200
  1648. [ 3.686114] usbcore: registered new interface driver ums-jumpshot
  1649. [ 3.686143] usbcore: registered new interface driver ums-karma
  1650. [ 3.686172] usbcore: registered new interface driver ums-onetouch
  1651. [ 3.686213] usbcore: registered new interface driver ums-realtek
  1652. [ 3.686243] usbcore: registered new interface driver ums-sddr09
  1653. [ 3.686272] usbcore: registered new interface driver ums-sddr55
  1654. [ 3.686301] usbcore: registered new interface driver ums-usbat
  1655. [ 3.686419] mousedev: PS/2 mouse device common for all mice
  1656. [ 3.686763] md: linear personality registered for level -1
  1657. [ 3.686772] md: raid0 personality registered for level 0
  1658. [ 3.686780] md: raid1 personality registered for level 1
  1659. [ 3.686788] md: raid10 personality registered for level 10
  1660. [ 3.686914] md: raid6 personality registered for level 6
  1661. [ 3.686919] md: raid5 personality registered for level 5
  1662. [ 3.686923] md: raid4 personality registered for level 4
  1663. [ 3.686933] md: multipath personality registered for level -4
  1664. [ 3.686940] md: faulty personality registered for level -5
  1665. [ 3.687109] device-mapper: uevent: version 1.0.3
  1666. [ 3.687334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  1667. [ 3.687617] device-mapper: multipath: version 1.10.0 loaded
  1668. [ 3.687628] device-mapper: multipath round-robin: version 1.0.0 loaded
  1669. [ 3.687636] device-mapper: multipath queue-length: version 0.1.0 loaded
  1670. [ 3.687645] device-mapper: multipath service-time: version 0.2.0 loaded
  1671. [ 3.687663] device-mapper: raid: Loading target version 1.7.0
  1672. [ 3.687768] bcm2835-cpufreq: min=1200000 max=1200000
  1673. [ 3.687958] sdhci: Secure Digital Host Controller Interface driver
  1674. [ 3.687962] sdhci: Copyright(c) Pierre Ossman
  1675. [ 3.688188] sdhost: log_buf @ bac07000 (fac07000)
  1676. [ 3.748085] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1677. [ 3.750111] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  1678. [ 3.750118] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  1679. [ 3.788125] sdhci-pltfm: SDHCI platform and OF driver helper
  1680. [ 3.788336] ledtrig-cpu: registered to indicate activity on CPUs
  1681. [ 3.788412] hidraw: raw HID events driver (C) Jiri Kosina
  1682. [ 3.788609] usbcore: registered new interface driver usbhid
  1683. [ 3.788613] usbhid: USB HID core driver
  1684. [ 3.788875] Initializing XFRM netlink socket
  1685. [ 3.788892] NET: Registered protocol family 17
  1686. [ 3.788966] Key type dns_resolver registered
  1687. [ 3.789365] Registering SWP/SWPB emulation handler
  1688. [ 3.789743] registered taskstats version 1
  1689. [ 3.791406] Btrfs loaded
  1690. [ 3.791976] Key type encrypted registered
  1691. [ 3.792022] vc-sm: Videocore shared memory driver
  1692. [ 3.792029] [vc_sm_connected_init]: start
  1693. [ 3.792278] [vc_sm_connected_init]: end - returning 0
  1694. [ 3.793370] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1695. [ 3.793558] of_cfs_init
  1696. [ 3.793603] of_cfs_init: OK
  1697. [ 3.793969] md: Waiting for all devices to be available before autodetect
  1698. [ 3.793974] md: If you don't use raid, use raid=noautodetect
  1699. [ 3.794505] md: Autodetecting RAID arrays.
  1700. [ 3.794510] md: Scanned 0 and added 0 devices.
  1701. [ 3.794513] md: autorun ...
  1702. [ 3.794516] md: ... autorun DONE.
  1703. [ 3.794592] Waiting for root device /dev/mmcblk0p2...
  1704. [ 3.804809] mmc0: host does not support reading read-only switch, assuming write-enable
  1705. [ 3.806602] mmc0: new high speed SDHC card at address 0001
  1706. [ 3.806865] mmcblk0: mmc0:0001 00000 29.8 GiB
  1707. [ 3.807786] mmcblk0: p1 p2
  1708. [ 3.826677] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1709. [ 3.828169] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1710. [ 3.829658] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1711. [ 3.832328] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1712. [ 3.878128] Indeed it is in host mode hprt0 = 00021501
  1713. [ 3.908588] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1714. [ 3.908613] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1715. [ 3.915740] devtmpfs: mounted
  1716. [ 3.916068] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  1717. [ 3.917600] mmc1: new high speed SDIO card at address 0001
  1718. [ 4.058096] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1719. [ 4.058170] Indeed it is in host mode hprt0 = 00001101
  1720. [ 4.195418] systemd[1]: System time before build time, advancing clock.
  1721. [ 4.258245] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1722. [ 4.258256] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1723. [ 4.258661] hub 1-1:1.0: USB hub found
  1724. [ 4.258704] hub 1-1:1.0: 5 ports detected
  1725. [ 4.280284] IPv6: Loaded, but administratively disabled, reboot required to enable
  1726. [ 4.287545] ip_tables: (C) 2000-2006 Netfilter Core Team
  1727. [ 4.290943] random: systemd: uninitialized urandom read (16 bytes read, 47 bits of entropy available)
  1728. [ 4.300929] random: systemd: uninitialized urandom read (16 bytes read, 48 bits of entropy available)
  1729. [ 4.302568] 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)
  1730. [ 4.302850] systemd[1]: Detected architecture arm.
  1731. [ 4.303774] systemd[1]: Set hostname to .
  1732. [ 4.393346] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 61 bits of entropy available)
  1733. [ 4.393588] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 61 bits of entropy available)
  1734. [ 4.402325] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  1735. [ 4.508136] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1736. [ 4.508480] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1737. [ 4.509077] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1738. [ 4.510160] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1739. [ 4.538121] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1740. [ 4.538173] random: systemd: uninitialized urandom read (16 bytes read, 70 bits of entropy available)
  1741. [ 4.638356] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1742. [ 4.638375] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1743. [ 4.641102] smsc95xx v1.0.4
  1744. [ 4.700912] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:f4:38:81
  1745. [ 4.936816] systemd[1]: Created slice System Slice.
  1746. [ 4.937738] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1747. [ 4.938537] systemd[1]: Created slice system-netctl\x2dauto.slice.
  1748. [ 4.938804] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1749. [ 4.939024] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1750. [ 4.939109] systemd[1]: Reached target Paths.
  1751. [ 4.939350] systemd[1]: Listening on Journal Socket (/dev/log).
  1752. [ 4.939436] systemd[1]: Reached target Swap.
  1753. [ 4.939516] systemd[1]: Reached target System Time Synchronized.
  1754. [ 4.944333] systemd[1]: Listening on Process Core Dump Socket.
  1755. [ 4.944511] systemd[1]: Listening on udev Kernel Socket.
  1756. [ 4.970474] systemd[1]: Listening on udev Control Socket.
  1757. [ 4.970592] systemd[1]: Reached target Login Prompts.
  1758. [ 4.970856] systemd[1]: Listening on Journal Socket.
  1759. [ 5.028608] systemd[1]: Starting Remount Root and Kernel File Systems...
  1760. [ 5.031432] systemd[1]: Starting Setup Virtual Console...
  1761. [ 5.034732] systemd[1]: Mounting Debug File System...
  1762. [ 5.061710] systemd[1]: Starting Load Kernel Modules...
  1763. [ 5.087787] systemd[1]: Mounting Temporary Directory...
  1764. [ 5.091440] systemd[1]: Starting Journal Service...
  1765. [ 5.093422] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1766. [ 5.113268] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1767. [ 5.113487] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1768. [ 5.116367] systemd[1]: Mounting POSIX Message Queue File System...
  1769. [ 5.116541] systemd[1]: Reached target Encrypted Volumes.
  1770. [ 5.116679] systemd[1]: Reached target Remote File Systems.
  1771. [ 5.116781] systemd[1]: Reached target Slices.
  1772. [ 5.204633] systemd[1]: Starting RuneAudio shutdown script...
  1773. [ 5.210668] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1774. [ 5.221726] systemd[1]: Mounted POSIX Message Queue File System.
  1775. [ 5.222009] systemd[1]: Mounted Debug File System.
  1776. [ 5.222132] systemd[1]: Mounted Temporary Directory.
  1777. [ 5.223796] systemd[1]: Started Remount Root and Kernel File Systems.
  1778. [ 5.226142] systemd[1]: Started Load Kernel Modules.
  1779. [ 5.228754] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1780. [ 5.261323] systemd[1]: Started RuneAudio shutdown script.
  1781. [ 5.332340] systemd[1]: Started Journal Service.
  1782. [ 5.558245] usb 1-1-port4: Cannot enable. Maybe the USB cable is bad?
  1783. [ 6.419974] usb 1-1-port4: Cannot enable. Maybe the USB cable is bad?
  1784. [ 6.524841] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1785. [ 6.553158] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1786. [ 6.568346] bcm2835-rng 3f104000.rng: hwrng registered
  1787. [ 6.960932] usbcore: registered new interface driver brcmfmac
  1788. [ 7.041081] random: nonblocking pool is initialized
  1789. [ 7.043802] cfg80211: World regulatory domain updated:
  1790. [ 7.043814] cfg80211: DFS Master region: unset
  1791. [ 7.043823] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1792. [ 7.043836] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1793. [ 7.043848] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1794. [ 7.043859] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1795. [ 7.043872] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1796. [ 7.043885] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1797. [ 7.043897] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1798. [ 7.043908] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1799. [ 7.043919] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1800. [ 7.055044] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7
  1801. [ 7.074350] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1802. [ 7.074370] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1803. [ 7.074382] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1804. [ 7.074392] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1805. [ 7.074402] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1806. [ 7.074412] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1807. [ 7.074421] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1808. [ 7.074431] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1809. [ 7.074441] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1810. [ 7.074450] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1811. [ 7.074460] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1812. [ 7.074470] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1813. [ 7.074479] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1814. [ 7.074489] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1815. [ 7.074498] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1816. [ 7.074508] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1817. [ 7.074518] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1818. [ 7.074527] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1819. [ 7.074537] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1820. [ 7.074547] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1821. [ 7.074556] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1822. [ 7.074566] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1823. [ 7.074575] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  1824. [ 7.074585] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1825. [ 7.074595] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  1826. [ 7.074604] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
  1827. [ 7.074614] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  1828. [ 7.074624] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
  1829. [ 7.074851] cfg80211: Ignoring regulatory request set by core since the driver uses its own custom regulatory domain
  1830. [ 7.074863] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
  1831. [ 7.170244] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  1832. [ 7.278195] usb 1-1-port4: Cannot enable. Maybe the USB cable is bad?
  1833. [ 8.138350] usb 1-1-port4: Cannot enable. Maybe the USB cable is bad?
  1834. [ 8.138412] usb 1-1-port4: unable to enumerate USB device
  1835. [ 8.334066] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1836. [ 8.334095] brcmfmac: brcmf_add_if: ignore IF event
  1837. [ 8.338419] brcmfmac: power management disabled
  1838. [ 8.378127] usb 1-1.3: new high-speed USB device number 8 using dwc_otg
  1839. [ 8.473939] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1840. [ 8.473953] brcmfmac: brcmf_add_if: ignore IF event
  1841. [ 8.479202] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5571
  1842. [ 8.479214] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1843. [ 8.479220] usb 1-1.3: Product: Cruzer Fit
  1844. [ 8.479226] usb 1-1.3: Manufacturer: SanDisk
  1845. [ 8.479231] usb 1-1.3: SerialNumber: 4C530001271107102124
  1846. [ 8.479859] usb-storage 1-1.3:1.0: USB Mass Storage device detected
  1847. [ 8.483729] scsi host0: usb-storage 1-1.3:1.0
  1848. [ 8.889191] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1849. [ 9.479126] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Fit 1.00 PQ: 0 ANSI: 6
  1850. [ 9.479884] sd 0:0:0:0: [sda] 15630336 512-byte logical blocks: (8.00 GB/7.45 GiB)
  1851. [ 9.480655] sd 0:0:0:0: [sda] Write Protect is off
  1852. [ 9.480672] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  1853. [ 9.480968] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  1854. [ 9.487256] sda: sda1
  1855. [ 9.491033] sd 0:0:0:0: [sda] Attached SCSI removable disk
  1856. [ 10.420334] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
  1857. [ 14.134661] brcmfmac: power management disabled
  1858. [ 16.076565] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  1859. [ 16.111979] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  1860. [ 20.458621] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
  1861. [ 20.458635] brcmfmac: brcmf_add_if: ignore IF event
  1862. [ 20.710701] nf_conntrack version 0.5.0 (14761 buckets, 59044 max)
  1863.  
  1864. ###### PHP backend ######
  1865. php version: 5.5.19
  1866. debug level: 0
  1867.  
  1868.  
  1869. Debug data collected in 1.213 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement