Advertisement
Guest User

Untitled

a guest
Jun 29th, 2018
2,753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 114.71 KB | None | 0 0
  1.  
  2. ###### System info ######
  3. Linux version 4.4.39-ARCH+ (frank@franks-ubuntu) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017
  4.  
  5. system time: Mon Feb 22 15:40:39 CET 2016
  6.  
  7. system load: 1.34 0.32 0.11 3/196 1078
  8.  
  9. HW platform: RaspberryPi2 (08)
  10.  
  11. playerID: 08b26fff2ac4ddac6fee7fbbc1890504ae
  12.  
  13.  
  14. ###### Boot configuration ######
  15. # Uncomment some or all of these to enable the optional hardware interfaces
  16. # Params:
  17. # i2c_arm Set to "on" to enable the ARM's i2c interface
  18. # (default "off")
  19. # i2c_vc Set to "on" to enable the i2c interface
  20. # usually reserved for the VideoCore processor
  21. # (default "off")
  22. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  23. # (default "100000")
  24. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  25. # (default "100000")
  26. # i2c_baudrate An alias for i2c_arm_baudrate
  27. # i2s Set to "on" to enable the i2s interface
  28. # (default "off")
  29. # spi Set to "on" to enable the spi interfaces
  30. # (default "off")
  31. # act_led_trigger Choose which activity the LED tracks.
  32. # Use "heartbeat" for a nice load indicator.
  33. # (default "mmc")
  34. # act_led_activelow Set to "on" to invert the sense of the LED
  35. # (default "off")
  36. # act_led_gpio Set which GPIO pin to use for the activity LED
  37. # (in case you want to connect it to an external
  38. # device)
  39. # (default "16" on a non-Plus board, "47" on a
  40. # Plus or Pi 2)
  41. # N.B. It is recommended to only enable those interfaces that are needed.
  42. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  43. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  44. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  45. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  46. # but deprecated because the ARM/VC assignments differ between board
  47. # revisions. The same board-specific mapping applies to i2c_baudrate,
  48. # and the other i2c baudrate parameters.
  49.  
  50. #dtparam=i2c_arm=on
  51. #dtparam=i2c_vc=on
  52. #dtparam=i2s=on
  53. #dtparam=spi=on
  54. #dtparam=act_led_trigger=mmc
  55. #dtdebug=on
  56.  
  57. #dtparam=uart1=off
  58. #dtoverlay=pi3-disable-bt-overlay
  59. #dtoverlay=pi3-miniuart-bt-overlay
  60.  
  61. ## RuneAudio HDMI & 3,5mm jack
  62. dtparam=audio=on
  63.  
  64. ## RuneAudio I2S-Settings
  65. dtoverlay=none
  66.  
  67. # Uncomment to enable the lirc-rpi module
  68. # Params: gpio_out_pin GPIO pin for output (default "17")
  69. # gpio_in_pin GPIO pin for input (default "18")
  70. # gpio_in_pull Pull up/down/off on the input pin
  71. # (default "down")
  72. # sense Override the IR receive auto-detection logic:
  73. # "1" = force active high
  74. # "0" = force active low
  75. # "-1" = use auto-detection
  76. # (default "-1")
  77. # softcarrier Turn the software carrier "on" or "off"
  78. # (default "on")
  79. # invert "on" = invert the output pin (default "off")
  80. # debug "on" = enable additional debug messages
  81. # (default "off")
  82. #dtoverlay=lirc-rpi
  83. #dtparam=gpio_out_pin=17
  84. #dtparam=gpio_in_pin=18
  85. #dtparam=gpio_in_pull=down
  86.  
  87. # LCD settings
  88. # 180 degrees
  89. #lcd_rotate=2
  90. # Normal
  91. lcd_rotate=0
  92. #dtoverlay=rpi-backlight
  93. #dtoverlay=rpi-ft5406
  94. disable_splash=1
  95.  
  96. # Uncomment if you get no picture on HDMI for a default "safe" mode
  97. #hdmi_safe=1
  98.  
  99. # Uncomment this if your display has a black border of unused pixels visible
  100. # and your display can output without overscan
  101. #disable_overscan=1
  102.  
  103. # Uncomment the following to adjust overscan. Use positive numbers if console
  104. # goes off screen, and negative if there is too much border
  105. #overscan_left=16
  106. #overscan_right=16
  107. #overscan_top=16
  108. #overscan_bottom=16
  109.  
  110. # Uncomment to force a console size. By default it will be display's size minus
  111. # overscan.
  112. #framebuffer_width=1280
  113. #framebuffer_height=720
  114.  
  115. # Uncomment if hdmi display is not detected and composite is being output
  116. #hdmi_force_hotplug=1
  117.  
  118. # Uncomment to force a specific HDMI mode (this will force VGA)
  119. #hdmi_group=1
  120. #hdmi_mode=1
  121.  
  122. # Uncomment to force a HDMI mode rather than DVI. This can make audio work in
  123. # DMT (computer monitor) modes
  124. hdmi_drive=2
  125.  
  126. # Uncomment to set monitor mode to DMT
  127. #hdmi_group=2
  128.  
  129. # Uncomment to increase signal to HDMI, if you have interference, blanking, or
  130. # no display
  131. #config_hdmi_boost=4
  132.  
  133. # setting the max usb current to 1200mA
  134. max_usb_current=1
  135.  
  136. # memory options
  137. gpu_mem=64
  138.  
  139. # Overclocking options
  140. force_turbo=1
  141.  
  142.  
  143. ##################################################
  144.  
  145.  
  146. ###### System load statistics (procinfo -H) ######
  147. Memory: Total Used Free Buffers
  148. RAM: 922.56MiB 330.75MiB 591.81MiB 19.55MiB
  149. Swap: 0.00B 0.00B 0.00B
  150.  
  151. Bootup: Mon Feb 22 15:40:09 2016 Load average: 1.34 0.32 0.11 3/197 1081
  152.  
  153. user : 00:00:22.48 19.4% page in : 195350
  154. nice : 00:00:15.58 13.4% page out: 4488
  155. system: 00:00:16.48 14.2% page act: 34622
  156. IOwait: 00:00:12.02 10.4% page dea: 0
  157. hw irq: 00:00:00.00 0.0% page flt: 191214
  158. sw irq: 00:00:00.81 0.7% swap in : 0
  159. idle : 00:00:48.66 41.9% swap out: 0
  160. uptime: 00:00:30.26 context : 84323
  161.  
  162. irq 16: 0 irq 48: 4929
  163. irq 17: 12471 irq 62: 49998
  164. irq 23: 22 irq 79: 0
  165. irq 24: 2 irq 80: 0
  166. irq 39: 1 irq 86: 118
  167. irq 46: 0
  168.  
  169. mmcblk0 4881r mmcblk0p2 4773r
  170. mmcblk0p1 66r
  171.  
  172. eth0 TX 199.48KiB RX 194.41KiB wlan0 TX 742.00B RX 0.00B
  173. lo TX 903.62KiB RX 903.53KiB
  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. | `-{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. | |-{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. |-sshd
  222. |-systemd-journal
  223. |-systemd-udevd
  224. |-upmpdcli---9*[{upmpdcli}]
  225. `-xbindkeys
  226.  
  227.  
  228. ###### Audio backend ######
  229. Advanced Linux Sound Architecture Driver Version k4.4.39-ARCH+.
  230.  
  231. Card list: (/proc/asound/cards)
  232. --------------------------------------------------
  233. 0 [ALSA ]: bcm2835 - bcm2835 ALSA
  234. bcm2835 ALSA
  235.  
  236.  
  237. PLAYBACK devices: (aplay -l)
  238. --------------------------------------------------
  239. **** List of PLAYBACK Hardware Devices ****
  240. card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
  241. Subdevices: 8/8
  242. Subdevice #0: subdevice #0
  243. Subdevice #1: subdevice #1
  244. Subdevice #2: subdevice #2
  245. Subdevice #3: subdevice #3
  246. Subdevice #4: subdevice #4
  247. Subdevice #5: subdevice #5
  248. Subdevice #6: subdevice #6
  249. Subdevice #7: subdevice #7
  250. card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
  251. Subdevices: 1/1
  252. Subdevice #0: subdevice #0
  253.  
  254.  
  255. PCM devices: (aplay -L)
  256. --------------------------------------------------
  257. null
  258. Discard all samples (playback) or generate zero samples (capture)
  259. default:CARD=ALSA
  260. bcm2835 ALSA, bcm2835 ALSA
  261. Default Audio Device
  262. sysdefault:CARD=ALSA
  263. bcm2835 ALSA, bcm2835 ALSA
  264. Default Audio Device
  265.  
  266.  
  267. Simple mixer controls: (amixer scontrols)
  268. --------------------------------------------------
  269. card 0:
  270. Simple mixer control 'PCM',0
  271.  
  272.  
  273. Mixer controls: (amixer controls)
  274. --------------------------------------------------
  275. card 0:
  276. numid=3,iface=MIXER,name='PCM Playback Route'
  277. numid=2,iface=MIXER,name='PCM Playback Switch'
  278. numid=1,iface=MIXER,name='PCM Playback Volume'
  279. numid=5,iface=PCM,name='IEC958 Playback Con Mask'
  280. numid=4,iface=PCM,name='IEC958 Playback Default'
  281.  
  282.  
  283. MPD audio outputs status: (mpc outputs)
  284. --------------------------------------------------
  285. Output 1 (bcm2835 ALSA_2) is disabled
  286. Output 2 (bcm2835 ALSA_1) is enabled
  287.  
  288. MPD statistics: (mpc stats)
  289. --------------------------------------------------
  290. Artists: 0
  291. Albums: 0
  292. Songs: 0
  293.  
  294. Play Time: 0 days, 0:00:00
  295. Uptime: 0 days, 0:00:16
  296. DB Updated: Sat Feb 25 23:14:18 2017
  297. DB Play Time: 0 days, 0:00:00
  298.  
  299. ###### mpd version ######
  300. Music Player Daemon 0.19.19-dsd
  301.  
  302. Copyright (C) 2003-2007 Warren Dukes
  303. Copyright (C) 2008-2014 Max Kellermann
  304. This is free software; see the source for copying conditions. There is NO
  305. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  306.  
  307.  
  308. Database plugins:
  309. simple proxy upnp
  310.  
  311. Storage plugins:
  312. local smbclient nfs
  313.  
  314. Neighbor plugins:
  315. smbclient upnp
  316.  
  317. Decoders plugins:
  318. [mad] mp3 mp2
  319. [vorbis] ogg oga
  320. [oggflac] ogg oga
  321. [flac] flac
  322. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  323. [audiofile] wav au aiff aif
  324. [dsdiff] dff
  325. [dsf] dsf
  326. [faad] aac
  327. [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
  328. [pcm]
  329.  
  330. Output plugins:
  331. null fifo pipe alsa jack httpd
  332.  
  333. Encoder plugins:
  334. null vorbis wave flac
  335.  
  336. Input plugins:
  337. file alsa curl ffmpeg smbclient nfs mms
  338.  
  339. Playlist plugins:
  340. extm3u m3u pls xspf asx rss soundcloud cue embcue
  341.  
  342. Protocols:
  343. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  344.  
  345. ###### mpd.conf ######
  346. ###################################
  347. # Auto generated mpd.conf file
  348. # please DO NOT edit it manually!
  349. # Use RuneUI MPD config section
  350. ###################################
  351.  
  352. log_level "default"
  353. log_file "/var/log/runeaudio/mpd.log"
  354. state_file "/var/lib/mpd/mpdstate"
  355. zeroconf_enabled "yes"
  356. zeroconf_name "runeaudio"
  357. bind_to_address "/run/mpd.sock"
  358. bind_to_address "any"
  359. port "6600"
  360. max_connections "20"
  361. user "mpd"
  362. group "audio"
  363. db_file "/var/lib/mpd/mpd.db"
  364. sticker_file "/var/lib/mpd/sticker.sql"
  365. pid_file "/var/run/mpd/pid"
  366. music_directory "/mnt/MPD"
  367. playlist_directory "/var/lib/mpd/playlists"
  368. follow_outside_symlinks "yes"
  369. follow_inside_symlinks "yes"
  370. auto_update "no"
  371. filesystem_charset "UTF-8"
  372. id3v1_encoding "UTF-8"
  373. volume_normalization "no"
  374. audio_buffer_size "4096"
  375. buffer_before_play "20%"
  376. gapless_mp3_playback "yes"
  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_2"
  390. type "alsa"
  391. device "hw:0,0"
  392. mixer_control "PCM"
  393. mixer_type "hardware"
  394. mixer_device "hw:0"
  395. auto_resample "no"
  396. auto_format "no"
  397. }
  398.  
  399. audio_output {
  400. name "bcm2835 ALSA_1"
  401. type "alsa"
  402. device "hw:0,0"
  403. mixer_control "PCM"
  404. mixer_type "hardware"
  405. mixer_device "hw:0"
  406. auto_resample "no"
  407. auto_format "no"
  408. enabled "yes"
  409. }
  410.  
  411.  
  412. ###### Kernel optimization parameters ######
  413. hardware platform: RaspberryPi2
  414. current orionprofile: RuneAudio
  415.  
  416.  
  417. kernel scheduler for mmcblk0: [noop] deadline cfq
  418. /proc/sys/vm/swappiness: 0
  419. /proc/sys/kernel/sched_latency_ns: 4500000
  420. /proc/sys/kernel/sched_rt_period_us: 1000000
  421. /proc/sys/kernel/sched_rt_runtime_us: 950000
  422. /proc/sys/kernel/sched_autogroup_enabled: 1
  423. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  424. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  425. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  426.  
  427.  
  428. ###### Kernel module snd_usb_audio settings ######
  429. Error opening module snd_usb_audio
  430.  
  431. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  432. total 8.0K
  433. drwxr-xr-x 2 root root 4.0K Feb 22 15:40 .
  434. drwxr-xr-x 6 root root 4.0K Dec 15 2016 ..
  435. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  436. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  437. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  438. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  439. lrwxrwxrwx 1 root root 44 Feb 22 15:40 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
  440. lrwxrwxrwx 1 root root 47 Oct 19 2016 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  441. lrwxrwxrwx 1 root root 37 Feb 14 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  442. lrwxrwxrwx 1 root root 36 Feb 15 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  443. lrwxrwxrwx 1 root root 39 Feb 14 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  444. lrwxrwxrwx 1 root root 37 Feb 14 2015 redis.service -> /usr/lib/systemd/system/redis.service
  445. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  446. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  447. lrwxrwxrwx 1 root root 45 Feb 14 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  448. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  449. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  450.  
  451.  
  452. ###### Filesystem mounts ######
  453. /dev/root / ext4 rw,relatime,data=ordered 0 0
  454. devtmpfs /dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
  455. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  456. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  457. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  458. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  459. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  460. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  461. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  462. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  463. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  464. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  465. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  466. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  467. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  468. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  469. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  470. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  471. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  472. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  473. tmpfs /tmp tmpfs rw 0 0
  474. mqueue /dev/mqueue mqueue rw,relatime 0 0
  475. configfs /sys/kernel/config configfs rw,relatime 0 0
  476. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  477. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  478. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  479.  
  480.  
  481. ###### Filesystem mounts - free space (df -h) ######
  482. Filesystem Size Used Avail Use% Mounted on
  483. /dev/root 1.9G 1.7G 100M 95% /
  484. devtmpfs 458M 0 458M 0% /dev
  485. tmpfs 462M 0 462M 0% /dev/shm
  486. tmpfs 462M 6.2M 456M 2% /run
  487. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  488. tmpfs 462M 4.0K 462M 1% /tmp
  489. logs 5.0M 20K 5.0M 1% /var/log
  490. rune-logs 5.0M 40K 5.0M 1% /var/log/runeaudio
  491. /dev/mmcblk0p1 100M 18M 82M 18% /boot
  492.  
  493.  
  494. ###### Loaded kernel modules ######
  495. Module Size Used by
  496. iptable_filter 1708 1
  497. xt_conntrack 2972 1
  498. ipt_MASQUERADE 1235 1
  499. nf_nat_masquerade_ipv4 2915 1 ipt_MASQUERADE
  500. iptable_nat 1943 1
  501. ccm 8018 1
  502. nf_conntrack_ipv4 13702 2
  503. nf_defrag_ipv4 1677 1 nf_conntrack_ipv4
  504. nf_nat_ipv4 5699 1 iptable_nat
  505. nf_nat 15862 2 nf_nat_ipv4,nf_nat_masquerade_ipv4
  506. nf_conntrack 101212 5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
  507. arc4 1936 2
  508. rt2800usb 17725 0
  509. rt2800lib 77604 1 rt2800usb
  510. crc_ccitt 1745 1 rt2800lib
  511. rt2x00usb 11484 1 rt2800usb
  512. rt2x00lib 43624 3 rt2x00usb,rt2800lib,rt2800usb
  513. mac80211 583345 3 rt2x00lib,rt2x00usb,rt2800lib
  514. cfg80211 498228 2 mac80211,rt2x00lib
  515. snd_bcm2835 21181 1
  516. bcm2835_wdt 3756 0
  517. bcm2835_rng 2167 0
  518. snd_pcm 88980 1 snd_bcm2835
  519. rng_core 8183 1 bcm2835_rng
  520. bcm2835_gpiomem 3638 0
  521. snd_timer 22172 1 snd_pcm
  522. snd 63333 5 snd_bcm2835,snd_timer,snd_pcm
  523. uio_pdrv_genirq 3539 0
  524. uio 9114 1 uio_pdrv_genirq
  525. sch_fq_codel 8174 6
  526. ip_tables 12147 2 iptable_filter,iptable_nat
  527. x_tables 18169 4 ip_tables,ipt_MASQUERADE,xt_conntrack,iptable_filter
  528. ipv6 372060 0
  529.  
  530.  
  531. ###### Network listening sockets (netstat -lnp) ######
  532. Active Internet connections (only servers)
  533. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  534. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 472/mpd
  535. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 318/redis-server 12
  536. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 848/python
  537. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 345/nginx: master p
  538. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 345/nginx: master p
  539. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 345/nginx: master p
  540. tcp 0 0 192.168.5.1:53 0.0.0.0:* LISTEN 1025/dnsmasq
  541. tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 1025/dnsmasq
  542. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 290/sshd
  543. tcp 0 0 0.0.0.0:49152 0.0.0.0:* LISTEN 477/upmpdcli
  544. udp 0 0 192.168.5.1:53 0.0.0.0:* 1025/dnsmasq
  545. udp 0 0 127.0.0.1:53 0.0.0.0:* 1025/dnsmasq
  546. udp 0 0 0.0.0.0:67 0.0.0.0:* 1025/dnsmasq
  547. udp 0 0 0.0.0.0:68 0.0.0.0:* 618/dhcpcd
  548. udp 0 0 192.168.5.1:123 0.0.0.0:* 325/ntpd
  549. udp 0 0 192.168.1.8:123 0.0.0.0:* 325/ntpd
  550. udp 0 0 127.0.0.1:123 0.0.0.0:* 325/ntpd
  551. udp 0 0 0.0.0.0:123 0.0.0.0:* 325/ntpd
  552. udp 0 0 192.168.1.255:137 0.0.0.0:* 404/nmbd
  553. udp 0 0 192.168.1.8:137 0.0.0.0:* 404/nmbd
  554. udp 0 0 0.0.0.0:137 0.0.0.0:* 404/nmbd
  555. udp 0 0 192.168.1.255:138 0.0.0.0:* 404/nmbd
  556. udp 0 0 192.168.1.8:138 0.0.0.0:* 404/nmbd
  557. udp 0 0 0.0.0.0:138 0.0.0.0:* 404/nmbd
  558. udp 0 0 127.0.0.1:55948 0.0.0.0:* 477/upmpdcli
  559. udp 0 0 0.0.0.0:5353 0.0.0.0:* 285/avahi-daemon: r
  560. udp 0 0 0.0.0.0:1900 0.0.0.0:* 477/upmpdcli
  561. udp 0 0 0.0.0.0:46463 0.0.0.0:* 285/avahi-daemon: r
  562. Active UNIX domain sockets (only servers)
  563. Proto RefCnt Flags Type State I-Node PID/Program name Path
  564. unix 2 [ ACC ] STREAM LISTENING 16127 404/nmbd /var/run/samba/nmbd/unexpected
  565. unix 2 [ ACC ] STREAM LISTENING 14090 564/Xorg /tmp/.X11-unix/X0
  566. unix 2 [ ACC ] STREAM LISTENING 14089 564/Xorg @/tmp/.X11-unix/X0
  567. unix 2 [ ACC ] STREAM LISTENING 11066 1/init /var/run/rpcbind.sock
  568. unix 2 [ ACC ] STREAM LISTENING 11068 1/init /var/run/avahi-daemon/socket
  569. unix 2 [ ACC ] STREAM LISTENING 11071 1/init /run/dbus/system_bus_socket
  570. unix 2 [ ACC ] STREAM LISTENING 15205 867/dbus-daemon @/tmp/dbus-XzGBMGAUat
  571. unix 2 [ ACC ] STREAM LISTENING 1483 1/init /run/systemd/private
  572. unix 2 [ ACC ] STREAM LISTENING 13772 472/mpd /run/mpd.sock
  573. unix 2 [ ACC ] SEQPACKET LISTENING 1490 1/init /run/udev/control
  574. unix 2 [ ACC ] SEQPACKET LISTENING 1497 1/init /run/systemd/coredump
  575. unix 2 [ ACC ] STREAM LISTENING 12252 540/php-fpm: master /var/run/php-display.sock
  576. unix 2 [ ACC ] STREAM LISTENING 11741 318/redis-server 12 /tmp/redis.sock
  577. unix 2 [ ACC ] STREAM LISTENING 12255 540/php-fpm: master /var/run/php-db.sock
  578. unix 2 [ ACC ] STREAM LISTENING 12258 540/php-fpm: master /var/run/php-command.sock
  579. unix 2 [ ACC ] STREAM LISTENING 17421 879/dbus-daemon @/tmp/dbus-GZXItbNDBi
  580. unix 2 [ ACC ] STREAM LISTENING 1513 1/init /run/systemd/journal/stdout
  581.  
  582.  
  583. ###### Network established sockets (netstat -np) ######
  584. Active Internet connections (w/o servers)
  585. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  586. tcp 0 0 127.0.0.1:39582 127.0.0.1:6379 TIME_WAIT -
  587. tcp 0 0 127.0.0.1:40178 127.0.0.1:6379 TIME_WAIT -
  588. tcp 0 0 127.0.0.1:40014 127.0.0.1:6379 TIME_WAIT -
  589. tcp 0 0 127.0.0.1:80 127.0.0.1:55764 TIME_WAIT -
  590. tcp 0 0 127.0.0.1:40404 127.0.0.1:6379 TIME_WAIT -
  591. tcp 0 0 127.0.0.1:40372 127.0.0.1:6379 TIME_WAIT -
  592. tcp 0 0 127.0.0.1:39824 127.0.0.1:6379 TIME_WAIT -
  593. tcp 0 0 127.0.0.1:40376 127.0.0.1:6379 TIME_WAIT -
  594. tcp 0 0 127.0.0.1:40066 127.0.0.1:6379 TIME_WAIT -
  595. tcp 0 0 127.0.0.1:39786 127.0.0.1:6379 TIME_WAIT -
  596. tcp 0 0 127.0.0.1:39612 127.0.0.1:6379 TIME_WAIT -
  597. tcp 0 0 127.0.0.1:40526 127.0.0.1:6379 TIME_WAIT -
  598. tcp 0 0 127.0.0.1:39836 127.0.0.1:6379 TIME_WAIT -
  599. tcp 0 0 127.0.0.1:80 127.0.0.1:55728 ESTABLISHED 346/nginx: worker p
  600. tcp 0 0 127.0.0.1:39764 127.0.0.1:6379 TIME_WAIT -
  601. tcp 0 0 127.0.0.1:39998 127.0.0.1:6379 TIME_WAIT -
  602. tcp 0 0 127.0.0.1:40380 127.0.0.1:6379 TIME_WAIT -
  603. tcp 0 0 127.0.0.1:40218 127.0.0.1:6379 TIME_WAIT -
  604. tcp 0 0 127.0.0.1:80 127.0.0.1:55708 TIME_WAIT -
  605. tcp 0 0 127.0.0.1:40312 127.0.0.1:6379 TIME_WAIT -
  606. tcp 0 0 127.0.0.1:39636 127.0.0.1:6379 TIME_WAIT -
  607. tcp 0 0 127.0.0.1:40610 127.0.0.1:6379 TIME_WAIT -
  608. tcp 0 0 127.0.0.1:40072 127.0.0.1:6379 TIME_WAIT -
  609. tcp 0 0 127.0.0.1:40474 127.0.0.1:6379 TIME_WAIT -
  610. tcp 0 0 127.0.0.1:40328 127.0.0.1:6379 TIME_WAIT -
  611. tcp 0 0 127.0.0.1:40626 127.0.0.1:6379 TIME_WAIT -
  612. tcp 0 0 127.0.0.1:82 127.0.0.1:45714 TIME_WAIT -
  613. tcp 0 0 127.0.0.1:39654 127.0.0.1:6379 TIME_WAIT -
  614. tcp 0 0 127.0.0.1:39630 127.0.0.1:6379 TIME_WAIT -
  615. tcp 0 0 127.0.0.1:40540 127.0.0.1:6379 TIME_WAIT -
  616. tcp 0 0 127.0.0.1:39842 127.0.0.1:6379 TIME_WAIT -
  617. tcp 0 0 127.0.0.1:39916 127.0.0.1:6379 TIME_WAIT -
  618. tcp 0 0 127.0.0.1:40344 127.0.0.1:6379 TIME_WAIT -
  619. tcp 0 0 127.0.0.1:80 127.0.0.1:55706 TIME_WAIT -
  620. tcp 0 0 127.0.0.1:40510 127.0.0.1:6379 TIME_WAIT -
  621. tcp 0 0 127.0.0.1:40530 127.0.0.1:6379 TIME_WAIT -
  622. tcp 0 0 127.0.0.1:40480 127.0.0.1:6379 TIME_WAIT -
  623. tcp 0 0 127.0.0.1:39684 127.0.0.1:6379 TIME_WAIT -
  624. tcp 0 0 127.0.0.1:39762 127.0.0.1:6379 TIME_WAIT -
  625. tcp 0 0 127.0.0.1:40144 127.0.0.1:6379 TIME_WAIT -
  626. tcp 0 0 127.0.0.1:39658 127.0.0.1:6379 TIME_WAIT -
  627. tcp 0 0 127.0.0.1:39884 127.0.0.1:6379 TIME_WAIT -
  628. tcp 0 0 127.0.0.1:39832 127.0.0.1:6379 TIME_WAIT -
  629. tcp 0 0 127.0.0.1:40558 127.0.0.1:6379 TIME_WAIT -
  630. tcp 0 0 127.0.0.1:39592 127.0.0.1:6379 TIME_WAIT -
  631. tcp 0 0 127.0.0.1:39628 127.0.0.1:6379 TIME_WAIT -
  632. tcp 0 0 127.0.0.1:40346 127.0.0.1:6379 TIME_WAIT -
  633. tcp 0 0 127.0.0.1:39876 127.0.0.1:6379 TIME_WAIT -
  634. tcp 0 0 127.0.0.1:80 127.0.0.1:55566 TIME_WAIT -
  635. tcp 0 0 127.0.0.1:40228 127.0.0.1:6379 TIME_WAIT -
  636. tcp 0 0 127.0.0.1:40396 127.0.0.1:6379 TIME_WAIT -
  637. tcp 0 0 127.0.0.1:39716 127.0.0.1:6379 TIME_WAIT -
  638. tcp 0 0 127.0.0.1:40002 127.0.0.1:6379 TIME_WAIT -
  639. tcp 0 0 127.0.0.1:39710 127.0.0.1:6379 TIME_WAIT -
  640. tcp 0 0 127.0.0.1:40534 127.0.0.1:6379 TIME_WAIT -
  641. tcp 0 0 127.0.0.1:59132 127.0.0.1:6600 TIME_WAIT -
  642. tcp 0 0 127.0.0.1:40450 127.0.0.1:6379 TIME_WAIT -
  643. tcp 0 0 127.0.0.1:40332 127.0.0.1:6379 TIME_WAIT -
  644. tcp 0 0 127.0.0.1:39666 127.0.0.1:6379 TIME_WAIT -
  645. tcp 0 0 127.0.0.1:39780 127.0.0.1:6379 TIME_WAIT -
  646. tcp 0 0 127.0.0.1:39924 127.0.0.1:6379 TIME_WAIT -
  647. tcp 0 0 127.0.0.1:58706 127.0.0.1:6600 TIME_WAIT -
  648. tcp 0 0 127.0.0.1:39584 127.0.0.1:6379 TIME_WAIT -
  649. tcp 0 0 127.0.0.1:40254 127.0.0.1:6379 TIME_WAIT -
  650. tcp 0 0 127.0.0.1:40598 127.0.0.1:6379 TIME_WAIT -
  651. tcp 0 0 127.0.0.1:40452 127.0.0.1:6379 TIME_WAIT -
  652. tcp 0 0 127.0.0.1:39868 127.0.0.1:6379 TIME_WAIT -
  653. tcp 0 0 127.0.0.1:40382 127.0.0.1:6379 TIME_WAIT -
  654. tcp 0 0 127.0.0.1:39946 127.0.0.1:6379 TIME_WAIT -
  655. tcp 0 0 127.0.0.1:59188 127.0.0.1:6600 TIME_WAIT -
  656. tcp 0 0 127.0.0.1:39572 127.0.0.1:6379 TIME_WAIT -
  657. tcp 0 0 127.0.0.1:39826 127.0.0.1:6379 TIME_WAIT -
  658. tcp 0 0 192.168.1.8:49152 192.168.1.3:52498 TIME_WAIT -
  659. tcp 0 0 127.0.0.1:39678 127.0.0.1:6379 TIME_WAIT -
  660. tcp 0 0 127.0.0.1:40110 127.0.0.1:6379 TIME_WAIT -
  661. tcp 0 0 127.0.0.1:39906 127.0.0.1:6379 TIME_WAIT -
  662. tcp 0 0 127.0.0.1:39828 127.0.0.1:6379 TIME_WAIT -
  663. tcp 0 0 127.0.0.1:40080 127.0.0.1:6379 TIME_WAIT -
  664. tcp 0 0 127.0.0.1:40102 127.0.0.1:6379 TIME_WAIT -
  665. tcp 0 0 127.0.0.1:40090 127.0.0.1:6379 TIME_WAIT -
  666. tcp 0 0 127.0.0.1:39708 127.0.0.1:6379 TIME_WAIT -
  667. tcp 0 0 127.0.0.1:39816 127.0.0.1:6379 TIME_WAIT -
  668. tcp 0 0 127.0.0.1:39886 127.0.0.1:6379 TIME_WAIT -
  669. tcp 0 0 127.0.0.1:39936 127.0.0.1:6379 TIME_WAIT -
  670. tcp 0 0 127.0.0.1:39800 127.0.0.1:6379 TIME_WAIT -
  671. tcp 0 0 127.0.0.1:39618 127.0.0.1:6379 TIME_WAIT -
  672. tcp 0 0 127.0.0.1:40398 127.0.0.1:6379 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:40484 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 0 127.0.0.1:39692 127.0.0.1:6379 TIME_WAIT -
  675. tcp 0 0 127.0.0.1:40070 127.0.0.1:6379 TIME_WAIT -
  676. tcp 0 0 127.0.0.1:39644 127.0.0.1:6379 TIME_WAIT -
  677. tcp 0 0 127.0.0.1:40212 127.0.0.1:6379 TIME_WAIT -
  678. tcp 0 0 127.0.0.1:40476 127.0.0.1:6379 TIME_WAIT -
  679. tcp 0 0 127.0.0.1:39632 127.0.0.1:6379 TIME_WAIT -
  680. tcp 0 0 127.0.0.1:39702 127.0.0.1:6379 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:39754 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 0 127.0.0.1:40208 127.0.0.1:6379 TIME_WAIT -
  683. tcp 0 0 127.0.0.1:39848 127.0.0.1:6379 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:39724 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:39646 127.0.0.1:6379 TIME_WAIT -
  686. tcp 0 0 127.0.0.1:39698 127.0.0.1:6379 TIME_WAIT -
  687. tcp 0 0 127.0.0.1:39900 127.0.0.1:6379 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:39830 127.0.0.1:6379 TIME_WAIT -
  689. tcp 0 0 127.0.0.1:40520 127.0.0.1:6379 TIME_WAIT -
  690. tcp 0 0 127.0.0.1:39920 127.0.0.1:6379 TIME_WAIT -
  691. tcp 0 0 127.0.0.1:39862 127.0.0.1:6379 TIME_WAIT -
  692. tcp 0 0 127.0.0.1:80 127.0.0.1:55820 ESTABLISHED 346/nginx: worker p
  693. tcp 0 0 127.0.0.1:39968 127.0.0.1:6379 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:40314 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 127.0.0.1:40448 127.0.0.1:6379 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:40386 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 127.0.0.1:40132 127.0.0.1:6379 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:40586 127.0.0.1:6379 TIME_WAIT -
  699. tcp 0 0 127.0.0.1:39860 127.0.0.1:6379 TIME_WAIT -
  700. tcp 0 0 127.0.0.1:40146 127.0.0.1:6379 TIME_WAIT -
  701. tcp 0 0 127.0.0.1:40104 127.0.0.1:6379 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:40210 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 127.0.0.1:40444 127.0.0.1:6379 TIME_WAIT -
  704. tcp 0 0 127.0.0.1:80 127.0.0.1:55616 TIME_WAIT -
  705. tcp 0 0 127.0.0.1:39652 127.0.0.1:6379 TIME_WAIT -
  706. tcp 0 0 127.0.0.1:39722 127.0.0.1:6379 TIME_WAIT -
  707. tcp 0 0 127.0.0.1:40488 127.0.0.1:6379 TIME_WAIT -
  708. tcp 0 0 127.0.0.1:40054 127.0.0.1:6379 TIME_WAIT -
  709. tcp 0 0 127.0.0.1:39944 127.0.0.1:6379 TIME_WAIT -
  710. tcp 0 0 127.0.0.1:40206 127.0.0.1:6379 TIME_WAIT -
  711. tcp 0 0 127.0.0.1:55728 127.0.0.1:80 ESTABLISHED 655/midori
  712. tcp 0 0 127.0.0.1:40620 127.0.0.1:6379 TIME_WAIT -
  713. tcp 0 0 127.0.0.1:59122 127.0.0.1:6600 TIME_WAIT -
  714. tcp 0 0 127.0.0.1:39850 127.0.0.1:6379 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:39616 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:80 127.0.0.1:55710 TIME_WAIT -
  717. tcp 0 0 127.0.0.1:40100 127.0.0.1:6379 TIME_WAIT -
  718. tcp 0 0 127.0.0.1:39756 127.0.0.1:6379 TIME_WAIT -
  719. tcp 0 0 127.0.0.1:40124 127.0.0.1:6379 TIME_WAIT -
  720. tcp 0 0 127.0.0.1:40600 127.0.0.1:6379 TIME_WAIT -
  721. tcp 0 0 127.0.0.1:40602 127.0.0.1:6379 TIME_WAIT -
  722. tcp 0 0 127.0.0.1:40148 127.0.0.1:6379 TIME_WAIT -
  723. tcp 0 0 127.0.0.1:80 127.0.0.1:55584 TIME_WAIT -
  724. tcp 0 0 127.0.0.1:40030 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 127.0.0.1:40554 127.0.0.1:6379 TIME_WAIT -
  726. tcp 0 0 127.0.0.1:40546 127.0.0.1:6379 TIME_WAIT -
  727. tcp 0 0 127.0.0.1:40096 127.0.0.1:6379 TIME_WAIT -
  728. tcp 0 0 127.0.0.1:40438 127.0.0.1:6379 TIME_WAIT -
  729. tcp 0 0 127.0.0.1:6379 127.0.0.1:40606 ESTABLISHED 318/redis-server 12
  730. tcp 0 0 127.0.0.1:39856 127.0.0.1:6379 TIME_WAIT -
  731. tcp 0 0 127.0.0.1:39822 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 127.0.0.1:39732 127.0.0.1:6379 TIME_WAIT -
  733. tcp 0 0 127.0.0.1:39656 127.0.0.1:6379 TIME_WAIT -
  734. tcp 0 0 127.0.0.1:80 127.0.0.1:55598 TIME_WAIT -
  735. tcp 0 0 127.0.0.1:40342 127.0.0.1:6379 TIME_WAIT -
  736. tcp 0 0 127.0.0.1:39670 127.0.0.1:6379 TIME_WAIT -
  737. tcp 0 0 127.0.0.1:80 127.0.0.1:55586 TIME_WAIT -
  738. tcp 0 0 127.0.0.1:39996 127.0.0.1:6379 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:40422 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 127.0.0.1:39748 127.0.0.1:6379 TIME_WAIT -
  741. tcp 0 0 127.0.0.1:39804 127.0.0.1:6379 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:39622 127.0.0.1:6379 TIME_WAIT -
  743. tcp 0 0 127.0.0.1:40094 127.0.0.1:6379 TIME_WAIT -
  744. tcp 0 0 127.0.0.1:59190 127.0.0.1:6600 TIME_WAIT -
  745. tcp 0 0 127.0.0.1:39872 127.0.0.1:6379 TIME_WAIT -
  746. tcp 0 0 127.0.0.1:40406 127.0.0.1:6379 TIME_WAIT -
  747. tcp 0 0 127.0.0.1:80 127.0.0.1:55790 TIME_WAIT -
  748. tcp 0 0 127.0.0.1:39760 127.0.0.1:6379 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:40538 127.0.0.1:6379 TIME_WAIT -
  750. tcp 0 0 127.0.0.1:39964 127.0.0.1:6379 TIME_WAIT -
  751. tcp 0 0 127.0.0.1:39614 127.0.0.1:6379 TIME_WAIT -
  752. tcp 0 0 127.0.0.1:55810 127.0.0.1:80 ESTABLISHED 655/midori
  753. tcp 0 0 127.0.0.1:39878 127.0.0.1:6379 TIME_WAIT -
  754. tcp 0 0 127.0.0.1:39798 127.0.0.1:6379 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:40108 127.0.0.1:6379 TIME_WAIT -
  756. tcp 0 0 127.0.0.1:40542 127.0.0.1:6379 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:40198 127.0.0.1:6379 TIME_WAIT -
  758. tcp 0 0 127.0.0.1:6600 127.0.0.1:58628 ESTABLISHED 472/mpd
  759. tcp 0 0 127.0.0.1:80 127.0.0.1:55600 TIME_WAIT -
  760. tcp 0 0 127.0.0.1:80 127.0.0.1:55724 ESTABLISHED 346/nginx: worker p
  761. tcp 0 0 127.0.0.1:39700 127.0.0.1:6379 TIME_WAIT -
  762. tcp 0 0 127.0.0.1:39696 127.0.0.1:6379 TIME_WAIT -
  763. tcp 0 0 127.0.0.1:40214 127.0.0.1:6379 TIME_WAIT -
  764. tcp 0 0 127.0.0.1:40192 127.0.0.1:6379 TIME_WAIT -
  765. tcp 0 0 127.0.0.1:39928 127.0.0.1:6379 TIME_WAIT -
  766. tcp 0 0 192.168.1.8:43790 205.185.208.52:443 ESTABLISHED 655/midori
  767. tcp 0 0 127.0.0.1:40174 127.0.0.1:6379 TIME_WAIT -
  768. tcp 0 0 127.0.0.1:40498 127.0.0.1:6379 TIME_WAIT -
  769. tcp 0 0 127.0.0.1:40154 127.0.0.1:6379 TIME_WAIT -
  770. tcp 0 0 127.0.0.1:39734 127.0.0.1:6379 TIME_WAIT -
  771. tcp 0 0 127.0.0.1:40374 127.0.0.1:6379 TIME_WAIT -
  772. tcp 0 0 127.0.0.1:40336 127.0.0.1:6379 TIME_WAIT -
  773. tcp 0 0 127.0.0.1:40606 127.0.0.1:6379 ESTABLISHED 542/php-fpm: pool d
  774. tcp 0 0 127.0.0.1:39576 127.0.0.1:6379 TIME_WAIT -
  775. tcp 0 0 127.0.0.1:39846 127.0.0.1:6379 TIME_WAIT -
  776. tcp 0 0 127.0.0.1:39812 127.0.0.1:6379 TIME_WAIT -
  777. tcp 0 0 127.0.0.1:40176 127.0.0.1:6379 TIME_WAIT -
  778. tcp 0 0 127.0.0.1:40076 127.0.0.1:6379 TIME_WAIT -
  779. tcp 0 0 127.0.0.1:40112 127.0.0.1:6379 TIME_WAIT -
  780. tcp 0 0 127.0.0.1:39994 127.0.0.1:6379 TIME_WAIT -
  781. tcp 0 0 127.0.0.1:58628 127.0.0.1:6600 ESTABLISHED 477/upmpdcli
  782. tcp 0 0 127.0.0.1:39808 127.0.0.1:6379 TIME_WAIT -
  783. tcp 0 0 127.0.0.1:39742 127.0.0.1:6379 TIME_WAIT -
  784. tcp 0 0 127.0.0.1:39688 127.0.0.1:6379 TIME_WAIT -
  785. tcp 0 0 127.0.0.1:40190 127.0.0.1:6379 TIME_WAIT -
  786. tcp 0 0 127.0.0.1:40596 127.0.0.1:6379 TIME_WAIT -
  787. tcp 0 0 127.0.0.1:39896 127.0.0.1:6379 TIME_WAIT -
  788. tcp 0 0 127.0.0.1:40522 127.0.0.1:6379 TIME_WAIT -
  789. tcp 0 0 127.0.0.1:39966 127.0.0.1:6379 TIME_WAIT -
  790. tcp 0 0 127.0.0.1:40196 127.0.0.1:6379 TIME_WAIT -
  791. tcp 0 0 127.0.0.1:39840 127.0.0.1:6379 TIME_WAIT -
  792. tcp 0 0 127.0.0.1:40466 127.0.0.1:6379 TIME_WAIT -
  793. tcp 0 0 127.0.0.1:40370 127.0.0.1:6379 TIME_WAIT -
  794. tcp 0 0 127.0.0.1:40040 127.0.0.1:6379 TIME_WAIT -
  795. tcp 0 0 127.0.0.1:39882 127.0.0.1:6379 TIME_WAIT -
  796. tcp 0 0 127.0.0.1:59138 127.0.0.1:6600 TIME_WAIT -
  797. tcp 0 0 127.0.0.1:39940 127.0.0.1:6379 TIME_WAIT -
  798. tcp 0 0 127.0.0.1:58872 127.0.0.1:6600 TIME_WAIT -
  799. tcp 0 0 127.0.0.1:40182 127.0.0.1:6379 TIME_WAIT -
  800. tcp 0 0 127.0.0.1:39912 127.0.0.1:6379 TIME_WAIT -
  801. tcp 0 0 127.0.0.1:40400 127.0.0.1:6379 TIME_WAIT -
  802. tcp 0 0 127.0.0.1:39730 127.0.0.1:6379 TIME_WAIT -
  803. tcp 0 0 127.0.0.1:40322 127.0.0.1:6379 TIME_WAIT -
  804. tcp 0 0 127.0.0.1:39600 127.0.0.1:6379 TIME_WAIT -
  805. tcp 0 0 127.0.0.1:40050 127.0.0.1:6379 TIME_WAIT -
  806. tcp 0 0 127.0.0.1:80 127.0.0.1:55542 TIME_WAIT -
  807. tcp 0 0 127.0.0.1:39898 127.0.0.1:6379 TIME_WAIT -
  808. tcp 0 0 192.168.1.8:33196 104.24.14.89:80 TIME_WAIT -
  809. tcp 0 0 127.0.0.1:39970 127.0.0.1:6379 TIME_WAIT -
  810. tcp 0 0 127.0.0.1:39854 127.0.0.1:6379 TIME_WAIT -
  811. tcp 0 0 127.0.0.1:39766 127.0.0.1:6379 TIME_WAIT -
  812. tcp 0 0 127.0.0.1:39790 127.0.0.1:6379 TIME_WAIT -
  813. tcp 0 0 127.0.0.1:40232 127.0.0.1:6379 TIME_WAIT -
  814. tcp 0 0 127.0.0.1:39834 127.0.0.1:6379 TIME_WAIT -
  815. tcp 0 0 127.0.0.1:39680 127.0.0.1:6379 TIME_WAIT -
  816. tcp 0 0 127.0.0.1:40058 127.0.0.1:6379 TIME_WAIT -
  817. tcp 0 0 127.0.0.1:40486 127.0.0.1:6379 TIME_WAIT -
  818. tcp 0 0 127.0.0.1:40570 127.0.0.1:6379 TIME_WAIT -
  819. tcp 0 0 127.0.0.1:39690 127.0.0.1:6379 TIME_WAIT -
  820. tcp 0 0 127.0.0.1:80 127.0.0.1:55588 TIME_WAIT -
  821. tcp 0 0 127.0.0.1:40550 127.0.0.1:6379 TIME_WAIT -
  822. tcp 0 0 127.0.0.1:39604 127.0.0.1:6379 TIME_WAIT -
  823. tcp 0 0 127.0.0.1:40532 127.0.0.1:6379 TIME_WAIT -
  824. tcp 0 0 127.0.0.1:40394 127.0.0.1:6379 TIME_WAIT -
  825. tcp 0 0 127.0.0.1:40188 127.0.0.1:6379 TIME_WAIT -
  826. tcp 0 0 127.0.0.1:40334 127.0.0.1:6379 TIME_WAIT -
  827. tcp 0 0 127.0.0.1:80 127.0.0.1:55344 TIME_WAIT -
  828. tcp 0 0 127.0.0.1:40604 127.0.0.1:6379 TIME_WAIT -
  829. tcp 0 0 127.0.0.1:40502 127.0.0.1:6379 TIME_WAIT -
  830. tcp 0 0 127.0.0.1:40364 127.0.0.1:6379 TIME_WAIT -
  831. tcp 0 0 127.0.0.1:39974 127.0.0.1:6379 TIME_WAIT -
  832. tcp 0 0 127.0.0.1:39934 127.0.0.1:6379 TIME_WAIT -
  833. tcp 0 0 127.0.0.1:40326 127.0.0.1:6379 TIME_WAIT -
  834. tcp 0 0 127.0.0.1:55724 127.0.0.1:80 ESTABLISHED 655/midori
  835. tcp 0 0 127.0.0.1:39892 127.0.0.1:6379 TIME_WAIT -
  836. tcp 0 0 127.0.0.1:39972 127.0.0.1:6379 TIME_WAIT -
  837. tcp 0 0 127.0.0.1:40172 127.0.0.1:6379 TIME_WAIT -
  838. tcp 0 0 127.0.0.1:40130 127.0.0.1:6379 TIME_WAIT -
  839. tcp 0 0 127.0.0.1:40126 127.0.0.1:6379 TIME_WAIT -
  840. tcp 0 0 127.0.0.1:39726 127.0.0.1:6379 TIME_WAIT -
  841. tcp 0 0 127.0.0.1:40378 127.0.0.1:6379 TIME_WAIT -
  842. tcp 0 0 127.0.0.1:40184 127.0.0.1:6379 TIME_WAIT -
  843. tcp 0 0 127.0.0.1:40338 127.0.0.1:6379 TIME_WAIT -
  844. tcp 0 0 127.0.0.1:39664 127.0.0.1:6379 TIME_WAIT -
  845. tcp 0 0 127.0.0.1:40134 127.0.0.1:6379 TIME_WAIT -
  846. tcp 0 0 127.0.0.1:39588 127.0.0.1:6379 TIME_WAIT -
  847. tcp 0 0 127.0.0.1:40044 127.0.0.1:6379 TIME_WAIT -
  848. tcp 0 0 127.0.0.1:40186 127.0.0.1:6379 TIME_WAIT -
  849. tcp 0 0 127.0.0.1:40330 127.0.0.1:6379 TIME_WAIT -
  850. tcp 0 0 127.0.0.1:40318 127.0.0.1:6379 TIME_WAIT -
  851. tcp 0 0 127.0.0.1:40060 127.0.0.1:6379 TIME_WAIT -
  852. tcp 0 0 127.0.0.1:40402 127.0.0.1:6379 TIME_WAIT -
  853. tcp 0 0 127.0.0.1:39674 127.0.0.1:6379 TIME_WAIT -
  854. tcp 0 0 127.0.0.1:39682 127.0.0.1:6379 TIME_WAIT -
  855. tcp 0 0 127.0.0.1:39926 127.0.0.1:6379 TIME_WAIT -
  856. tcp 0 0 127.0.0.1:80 127.0.0.1:55578 TIME_WAIT -
  857. tcp 0 0 127.0.0.1:39750 127.0.0.1:6379 TIME_WAIT -
  858. tcp 0 0 127.0.0.1:40064 127.0.0.1:6379 TIME_WAIT -
  859. tcp 0 0 127.0.0.1:39728 127.0.0.1:6379 TIME_WAIT -
  860. tcp 0 0 127.0.0.1:39705 127.0.0.1:6379 TIME_WAIT -
  861. tcp 0 0 127.0.0.1:40234 127.0.0.1:6379 TIME_WAIT -
  862. tcp 0 0 127.0.0.1:80 127.0.0.1:55564 TIME_WAIT -
  863. tcp 0 0 127.0.0.1:40068 127.0.0.1:6379 TIME_WAIT -
  864. tcp 0 0 127.0.0.1:40224 127.0.0.1:6379 TIME_WAIT -
  865. tcp 0 0 127.0.0.1:39864 127.0.0.1:6379 TIME_WAIT -
  866. tcp 0 0 127.0.0.1:80 127.0.0.1:55812 TIME_WAIT -
  867. tcp 0 0 127.0.0.1:40552 127.0.0.1:6379 TIME_WAIT -
  868. tcp 0 0 127.0.0.1:80 127.0.0.1:55730 TIME_WAIT -
  869. tcp 0 0 127.0.0.1:39904 127.0.0.1:6379 TIME_WAIT -
  870. tcp 0 0 127.0.0.1:40230 127.0.0.1:6379 TIME_WAIT -
  871. tcp 0 0 127.0.0.1:40388 127.0.0.1:6379 TIME_WAIT -
  872. tcp 0 0 127.0.0.1:40616 127.0.0.1:6379 TIME_WAIT -
  873. tcp 0 0 127.0.0.1:40194 127.0.0.1:6379 TIME_WAIT -
  874. tcp 0 0 127.0.0.1:39902 127.0.0.1:6379 TIME_WAIT -
  875. tcp 0 0 127.0.0.1:40222 127.0.0.1:6379 TIME_WAIT -
  876. tcp 0 0 127.0.0.1:80 127.0.0.1:55320 TIME_WAIT -
  877. tcp 0 0 127.0.0.1:40032 127.0.0.1:6379 TIME_WAIT -
  878. tcp 0 0 127.0.0.1:39704 127.0.0.1:6379 TIME_WAIT -
  879. tcp 0 0 127.0.0.1:40118 127.0.0.1:6379 TIME_WAIT -
  880. tcp 0 0 127.0.0.1:39606 127.0.0.1:6379 TIME_WAIT -
  881. tcp 0 0 127.0.0.1:40348 127.0.0.1:6379 TIME_WAIT -
  882. tcp 0 0 127.0.0.1:40536 127.0.0.1:6379 TIME_WAIT -
  883. tcp 0 0 127.0.0.1:40580 127.0.0.1:6379 TIME_WAIT -
  884. tcp 0 0 127.0.0.1:40470 127.0.0.1:6379 TIME_WAIT -
  885. tcp 0 0 127.0.0.1:39676 127.0.0.1:6379 TIME_WAIT -
  886. tcp 0 0 127.0.0.1:39602 127.0.0.1:6379 TIME_WAIT -
  887. tcp 0 0 127.0.0.1:40084 127.0.0.1:6379 TIME_WAIT -
  888. tcp 0 0 127.0.0.1:40464 127.0.0.1:6379 TIME_WAIT -
  889. tcp 0 0 127.0.0.1:39640 127.0.0.1:6379 TIME_WAIT -
  890. tcp 0 0 127.0.0.1:39910 127.0.0.1:6379 TIME_WAIT -
  891. tcp 0 0 127.0.0.1:40074 127.0.0.1:6379 TIME_WAIT -
  892. tcp 0 0 127.0.0.1:39686 127.0.0.1:6379 TIME_WAIT -
  893. tcp 0 0 127.0.0.1:39598 127.0.0.1:6379 TIME_WAIT -
  894. tcp 0 0 127.0.0.1:39802 127.0.0.1:6379 TIME_WAIT -
  895. tcp 0 0 127.0.0.1:40418 127.0.0.1:6379 TIME_WAIT -
  896. tcp 0 0 127.0.0.1:40356 127.0.0.1:6379 TIME_WAIT -
  897. tcp 0 0 127.0.0.1:39908 127.0.0.1:6379 TIME_WAIT -
  898. tcp 0 0 127.0.0.1:40366 127.0.0.1:6379 TIME_WAIT -
  899. tcp 0 0 127.0.0.1:40544 127.0.0.1:6379 TIME_WAIT -
  900. tcp 0 0 127.0.0.1:40142 127.0.0.1:6379 TIME_WAIT -
  901. tcp 0 0 127.0.0.1:40248 127.0.0.1:6379 TIME_WAIT -
  902. tcp 0 0 127.0.0.1:39930 127.0.0.1:6379 TIME_WAIT -
  903. tcp 0 0 127.0.0.1:39874 127.0.0.1:6379 TIME_WAIT -
  904. tcp 0 0 127.0.0.1:40122 127.0.0.1:6379 TIME_WAIT -
  905. tcp 0 0 127.0.0.1:39870 127.0.0.1:6379 TIME_WAIT -
  906. tcp 0 0 127.0.0.1:40160 127.0.0.1:6379 TIME_WAIT -
  907. tcp 0 0 127.0.0.1:39796 127.0.0.1:6379 TIME_WAIT -
  908. tcp 0 0 127.0.0.1:40252 127.0.0.1:6379 TIME_WAIT -
  909. tcp 0 0 127.0.0.1:39776 127.0.0.1:6379 TIME_WAIT -
  910. tcp 0 0 127.0.0.1:40020 127.0.0.1:6379 TIME_WAIT -
  911. tcp 0 0 127.0.0.1:40499 127.0.0.1:6379 TIME_WAIT -
  912. tcp 0 0 127.0.0.1:39620 127.0.0.1:6379 TIME_WAIT -
  913. tcp 0 0 127.0.0.1:39624 127.0.0.1:6379 TIME_WAIT -
  914. tcp 0 0 127.0.0.1:40220 127.0.0.1:6379 TIME_WAIT -
  915. tcp 0 0 127.0.0.1:40352 127.0.0.1:6379 TIME_WAIT -
  916. tcp 0 0 127.0.0.1:39740 127.0.0.1:6379 TIME_WAIT -
  917. tcp 0 0 127.0.0.1:40368 127.0.0.1:6379 TIME_WAIT -
  918. tcp 0 0 127.0.0.1:40086 127.0.0.1:6379 TIME_WAIT -
  919. tcp 0 0 127.0.0.1:40138 127.0.0.1:6379 TIME_WAIT -
  920. tcp 0 0 127.0.0.1:39962 127.0.0.1:6379 TIME_WAIT -
  921. tcp 0 0 127.0.0.1:40503 127.0.0.1:6379 TIME_WAIT -
  922. tcp 0 0 127.0.0.1:39978 127.0.0.1:6379 TIME_WAIT -
  923. tcp 0 0 127.0.0.1:40150 127.0.0.1:6379 TIME_WAIT -
  924. tcp 0 0 127.0.0.1:40236 127.0.0.1:6379 TIME_WAIT -
  925. tcp 0 0 127.0.0.1:39952 127.0.0.1:6379 TIME_WAIT -
  926. tcp 0 0 127.0.0.1:40180 127.0.0.1:6379 TIME_WAIT -
  927. tcp 0 0 127.0.0.1:40340 127.0.0.1:6379 TIME_WAIT -
  928. tcp 0 0 127.0.0.1:40156 127.0.0.1:6379 TIME_WAIT -
  929. tcp 0 0 127.0.0.1:39770 127.0.0.1:6379 TIME_WAIT -
  930. tcp 0 0 127.0.0.1:39712 127.0.0.1:6379 TIME_WAIT -
  931. tcp 0 0 127.0.0.1:39988 127.0.0.1:6379 TIME_WAIT -
  932. tcp 0 0 127.0.0.1:40216 127.0.0.1:6379 TIME_WAIT -
  933. tcp 0 0 127.0.0.1:39792 127.0.0.1:6379 TIME_WAIT -
  934. tcp 0 0 127.0.0.1:40260 127.0.0.1:6379 TIME_WAIT -
  935. tcp 0 0 127.0.0.1:40384 127.0.0.1:6379 TIME_WAIT -
  936. tcp 0 0 127.0.0.1:39736 127.0.0.1:6379 TIME_WAIT -
  937. tcp 0 0 127.0.0.1:40200 127.0.0.1:6379 TIME_WAIT -
  938. tcp 0 0 127.0.0.1:55320 127.0.0.1:80 TIME_WAIT -
  939. tcp 0 0 127.0.0.1:39890 127.0.0.1:6379 TIME_WAIT -
  940. tcp 0 0 127.0.0.1:40568 127.0.0.1:6379 TIME_WAIT -
  941. tcp 0 0 127.0.0.1:39956 127.0.0.1:6379 TIME_WAIT -
  942. tcp 0 0 127.0.0.1:40000 127.0.0.1:6379 TIME_WAIT -
  943. tcp 0 0 127.0.0.1:39744 127.0.0.1:6379 TIME_WAIT -
  944. tcp 0 0 127.0.0.1:39662 127.0.0.1:6379 TIME_WAIT -
  945. tcp 0 0 127.0.0.1:40582 127.0.0.1:6379 TIME_WAIT -
  946. tcp 0 0 127.0.0.1:40036 127.0.0.1:6379 TIME_WAIT -
  947. tcp 0 0 127.0.0.1:40390 127.0.0.1:6379 TIME_WAIT -
  948. tcp 0 0 127.0.0.1:39880 127.0.0.1:6379 TIME_WAIT -
  949. tcp 0 0 127.0.0.1:39932 127.0.0.1:6379 TIME_WAIT -
  950. tcp 0 0 127.0.0.1:40454 127.0.0.1:6379 TIME_WAIT -
  951. tcp 0 0 127.0.0.1:40258 127.0.0.1:6379 TIME_WAIT -
  952. tcp 0 0 127.0.0.1:40168 127.0.0.1:6379 TIME_WAIT -
  953. tcp 0 0 127.0.0.1:40360 127.0.0.1:6379 TIME_WAIT -
  954. tcp 0 0 127.0.0.1:40424 127.0.0.1:6379 TIME_WAIT -
  955. tcp 0 0 127.0.0.1:40012 127.0.0.1:6379 TIME_WAIT -
  956. tcp 0 0 127.0.0.1:40576 127.0.0.1:6379 TIME_WAIT -
  957. tcp 0 0 127.0.0.1:39866 127.0.0.1:6379 TIME_WAIT -
  958. tcp 0 0 127.0.0.1:40588 127.0.0.1:6379 TIME_WAIT -
  959. tcp 0 0 127.0.0.1:40098 127.0.0.1:6379 TIME_WAIT -
  960. tcp 0 0 127.0.0.1:40164 127.0.0.1:6379 TIME_WAIT -
  961. tcp 0 0 127.0.0.1:40416 127.0.0.1:6379 TIME_WAIT -
  962. tcp 0 0 127.0.0.1:80 127.0.0.1:55612 TIME_WAIT -
  963. tcp 0 0 127.0.0.1:40482 127.0.0.1:6379 TIME_WAIT -
  964. tcp 0 0 127.0.0.1:40472 127.0.0.1:6379 TIME_WAIT -
  965. tcp 0 0 127.0.0.1:40442 127.0.0.1:6379 TIME_WAIT -
  966. tcp 0 0 127.0.0.1:40136 127.0.0.1:6379 TIME_WAIT -
  967. tcp 0 0 127.0.0.1:39578 127.0.0.1:6379 TIME_WAIT -
  968. tcp 0 0 127.0.0.1:40508 127.0.0.1:6379 TIME_WAIT -
  969. tcp 0 0 127.0.0.1:39950 127.0.0.1:6379 TIME_WAIT -
  970. tcp 0 0 127.0.0.1:40362 127.0.0.1:6379 TIME_WAIT -
  971. tcp 0 0 127.0.0.1:39714 127.0.0.1:6379 TIME_WAIT -
  972. tcp 0 0 127.0.0.1:40022 127.0.0.1:6379 TIME_WAIT -
  973. tcp 0 0 127.0.0.1:39844 127.0.0.1:6379 TIME_WAIT -
  974. tcp 0 0 127.0.0.1:40152 127.0.0.1:6379 TIME_WAIT -
  975. tcp 0 0 127.0.0.1:40204 127.0.0.1:6379 TIME_WAIT -
  976. tcp 0 0 127.0.0.1:40166 127.0.0.1:6379 TIME_WAIT -
  977. tcp 0 0 127.0.0.1:39922 127.0.0.1:6379 TIME_WAIT -
  978. tcp 0 0 127.0.0.1:80 127.0.0.1:55592 TIME_WAIT -
  979. tcp 0 0 127.0.0.1:40092 127.0.0.1:6379 TIME_WAIT -
  980. tcp 0 0 127.0.0.1:39768 127.0.0.1:6379 TIME_WAIT -
  981. tcp 0 0 127.0.0.1:40528 127.0.0.1:6379 TIME_WAIT -
  982. tcp 0 0 127.0.0.1:40056 127.0.0.1:6379 TIME_WAIT -
  983. tcp 0 0 127.0.0.1:39954 127.0.0.1:6379 TIME_WAIT -
  984. tcp 0 0 127.0.0.1:39758 127.0.0.1:6379 TIME_WAIT -
  985. tcp 0 0 127.0.0.1:39590 127.0.0.1:6379 TIME_WAIT -
  986. tcp 0 0 127.0.0.1:39914 127.0.0.1:6379 TIME_WAIT -
  987. tcp 0 0 127.0.0.1:40158 127.0.0.1:6379 TIME_WAIT -
  988. tcp 0 0 127.0.0.1:40496 127.0.0.1:6379 TIME_WAIT -
  989. tcp 0 0 127.0.0.1:39752 127.0.0.1:6379 TIME_WAIT -
  990. tcp 0 0 127.0.0.1:39772 127.0.0.1:6379 TIME_WAIT -
  991. tcp 0 0 127.0.0.1:40052 127.0.0.1:6379 TIME_WAIT -
  992. tcp 0 0 127.0.0.1:39818 127.0.0.1:6379 TIME_WAIT -
  993. tcp 0 0 127.0.0.1:39648 127.0.0.1:6379 TIME_WAIT -
  994. tcp 0 0 127.0.0.1:40564 127.0.0.1:6379 TIME_WAIT -
  995. tcp 0 0 127.0.0.1:40456 127.0.0.1:6379 TIME_WAIT -
  996. tcp 0 0 127.0.0.1:40004 127.0.0.1:6379 TIME_WAIT -
  997. tcp 0 0 127.0.0.1:39810 127.0.0.1:6379 TIME_WAIT -
  998. tcp 0 0 127.0.0.1:6379 127.0.0.1:40614 ESTABLISHED 318/redis-server 12
  999. tcp 0 0 127.0.0.1:40026 127.0.0.1:6379 TIME_WAIT -
  1000. tcp 0 0 127.0.0.1:39626 127.0.0.1:6379 TIME_WAIT -
  1001. tcp 0 0 127.0.0.1:40506 127.0.0.1:6379 TIME_WAIT -
  1002. tcp 0 0 127.0.0.1:40478 127.0.0.1:6379 TIME_WAIT -
  1003. tcp 0 0 127.0.0.1:40446 127.0.0.1:6379 TIME_WAIT -
  1004. tcp 0 0 127.0.0.1:40008 127.0.0.1:6379 TIME_WAIT -
  1005. tcp 0 0 127.0.0.1:40120 127.0.0.1:6379 TIME_WAIT -
  1006. tcp 0 0 127.0.0.1:40492 127.0.0.1:6379 TIME_WAIT -
  1007. tcp 0 0 127.0.0.1:40114 127.0.0.1:6379 TIME_WAIT -
  1008. tcp 0 0 127.0.0.1:39574 127.0.0.1:6379 TIME_WAIT -
  1009. tcp 0 0 127.0.0.1:40462 127.0.0.1:6379 TIME_WAIT -
  1010. tcp 0 0 127.0.0.1:39720 127.0.0.1:6379 TIME_WAIT -
  1011. tcp 0 0 127.0.0.1:40584 127.0.0.1:6379 TIME_WAIT -
  1012. tcp 0 0 127.0.0.1:39958 127.0.0.1:6379 TIME_WAIT -
  1013. tcp 0 0 127.0.0.1:40106 127.0.0.1:6379 TIME_WAIT -
  1014. tcp 0 0 127.0.0.1:39608 127.0.0.1:6379 TIME_WAIT -
  1015. tcp 0 0 127.0.0.1:40426 127.0.0.1:6379 TIME_WAIT -
  1016. tcp 0 0 127.0.0.1:40458 127.0.0.1:6379 TIME_WAIT -
  1017. tcp 0 0 127.0.0.1:39992 127.0.0.1:6379 TIME_WAIT -
  1018. tcp 0 0 127.0.0.1:80 127.0.0.1:55562 TIME_WAIT -
  1019. tcp 0 0 127.0.0.1:40608 127.0.0.1:6379 TIME_WAIT -
  1020. tcp 0 0 127.0.0.1:39984 127.0.0.1:6379 TIME_WAIT -
  1021. tcp 0 0 127.0.0.1:39694 127.0.0.1:6379 TIME_WAIT -
  1022. tcp 0 0 127.0.0.1:80 127.0.0.1:55572 TIME_WAIT -
  1023. tcp 0 0 127.0.0.1:39580 127.0.0.1:6379 TIME_WAIT -
  1024. tcp 0 0 127.0.0.1:39746 127.0.0.1:6379 TIME_WAIT -
  1025. tcp 0 0 127.0.0.1:39820 127.0.0.1:6379 TIME_WAIT -
  1026. tcp 0 0 127.0.0.1:39634 127.0.0.1:6379 TIME_WAIT -
  1027. tcp 0 0 127.0.0.1:80 127.0.0.1:55580 TIME_WAIT -
  1028. tcp 0 0 127.0.0.1:40548 127.0.0.1:6379 TIME_WAIT -
  1029. tcp 0 0 127.0.0.1:40440 127.0.0.1:6379 TIME_WAIT -
  1030. tcp 0 0 127.0.0.1:80 127.0.0.1:55568 TIME_WAIT -
  1031. tcp 0 0 127.0.0.1:40490 127.0.0.1:6379 TIME_WAIT -
  1032. tcp 0 0 127.0.0.1:40018 127.0.0.1:6379 TIME_WAIT -
  1033. tcp 0 0 127.0.0.1:39976 127.0.0.1:6379 TIME_WAIT -
  1034. tcp 0 0 127.0.0.1:40628 127.0.0.1:6379 TIME_WAIT -
  1035. tcp 0 0 127.0.0.1:40420 127.0.0.1:6379 TIME_WAIT -
  1036. tcp 0 0 127.0.0.1:80 127.0.0.1:55726 ESTABLISHED 346/nginx: worker p
  1037. tcp 0 0 127.0.0.1:80 127.0.0.1:55184 TIME_WAIT -
  1038. tcp 0 0 127.0.0.1:39594 127.0.0.1:6379 TIME_WAIT -
  1039. tcp 0 0 127.0.0.1:39672 127.0.0.1:6379 TIME_WAIT -
  1040. tcp 0 0 127.0.0.1:39610 127.0.0.1:6379 TIME_WAIT -
  1041. tcp 0 0 127.0.0.1:40590 127.0.0.1:6379 TIME_WAIT -
  1042. tcp 0 0 127.0.0.1:40202 127.0.0.1:6379 TIME_WAIT -
  1043. tcp 0 0 127.0.0.1:39774 127.0.0.1:6379 TIME_WAIT -
  1044. tcp 0 0 127.0.0.1:39990 127.0.0.1:6379 TIME_WAIT -
  1045. tcp 0 0 127.0.0.1:80 127.0.0.1:55570 TIME_WAIT -
  1046. tcp 0 0 127.0.0.1:80 127.0.0.1:55704 TIME_WAIT -
  1047. tcp 0 0 127.0.0.1:40010 127.0.0.1:6379 TIME_WAIT -
  1048. tcp 0 0 127.0.0.1:40006 127.0.0.1:6379 TIME_WAIT -
  1049. tcp 0 0 127.0.0.1:40128 127.0.0.1:6379 TIME_WAIT -
  1050. tcp 0 0 127.0.0.1:39938 127.0.0.1:6379 TIME_WAIT -
  1051. tcp 0 0 127.0.0.1:80 127.0.0.1:55604 TIME_WAIT -
  1052. tcp 0 0 127.0.0.1:80 127.0.0.1:55590 TIME_WAIT -
  1053. tcp 0 0 127.0.0.1:39660 127.0.0.1:6379 TIME_WAIT -
  1054. tcp 0 0 127.0.0.1:80 127.0.0.1:55582 TIME_WAIT -
  1055. tcp 0 0 127.0.0.1:40612 127.0.0.1:6379 TIME_WAIT -
  1056. tcp 0 0 127.0.0.1:40592 127.0.0.1:6379 TIME_WAIT -
  1057. tcp 0 0 127.0.0.1:39738 127.0.0.1:6379 TIME_WAIT -
  1058. tcp 0 0 127.0.0.1:39586 127.0.0.1:6379 TIME_WAIT -
  1059. tcp 0 0 127.0.0.1:40088 127.0.0.1:6379 TIME_WAIT -
  1060. tcp 0 0 127.0.0.1:40614 127.0.0.1:6379 ESTABLISHED 542/php-fpm: pool d
  1061. tcp 0 0 127.0.0.1:39986 127.0.0.1:6379 TIME_WAIT -
  1062. tcp 0 0 127.0.0.1:39794 127.0.0.1:6379 TIME_WAIT -
  1063. tcp 0 0 127.0.0.1:40350 127.0.0.1:6379 TIME_WAIT -
  1064. tcp 0 0 127.0.0.1:40078 127.0.0.1:6379 TIME_WAIT -
  1065. tcp 0 0 127.0.0.1:39942 127.0.0.1:6379 TIME_WAIT -
  1066. tcp 0 0 127.0.0.1:80 127.0.0.1:55214 TIME_WAIT -
  1067. tcp 0 0 127.0.0.1:39852 127.0.0.1:6379 TIME_WAIT -
  1068. tcp 0 0 127.0.0.1:55726 127.0.0.1:80 ESTABLISHED 655/midori
  1069. tcp 0 0 127.0.0.1:39788 127.0.0.1:6379 TIME_WAIT -
  1070. tcp 0 0 127.0.0.1:40562 127.0.0.1:6379 TIME_WAIT -
  1071. tcp 0 0 127.0.0.1:39894 127.0.0.1:6379 TIME_WAIT -
  1072. tcp 0 0 127.0.0.1:39814 127.0.0.1:6379 TIME_WAIT -
  1073. tcp 0 0 127.0.0.1:40574 127.0.0.1:6379 TIME_WAIT -
  1074. tcp 0 0 127.0.0.1:81 127.0.0.1:53166 TIME_WAIT -
  1075. tcp 0 0 127.0.0.1:40034 127.0.0.1:6379 TIME_WAIT -
  1076. tcp 0 0 127.0.0.1:40310 127.0.0.1:6379 TIME_WAIT -
  1077. tcp 0 0 127.0.0.1:40238 127.0.0.1:6379 TIME_WAIT -
  1078. tcp 0 0 127.0.0.1:39982 127.0.0.1:6379 TIME_WAIT -
  1079. tcp 0 0 127.0.0.1:40170 127.0.0.1:6379 TIME_WAIT -
  1080. tcp 0 0 127.0.0.1:40594 127.0.0.1:6379 TIME_WAIT -
  1081. tcp 0 0 127.0.0.1:55820 127.0.0.1:80 ESTABLISHED 655/midori
  1082. tcp 0 0 127.0.0.1:40256 127.0.0.1:6379 TIME_WAIT -
  1083. tcp 0 0 127.0.0.1:40046 127.0.0.1:6379 TIME_WAIT -
  1084. tcp 0 0 127.0.0.1:80 127.0.0.1:55596 TIME_WAIT -
  1085. tcp 0 0 127.0.0.1:39806 127.0.0.1:6379 TIME_WAIT -
  1086. tcp 0 0 127.0.0.1:39960 127.0.0.1:6379 TIME_WAIT -
  1087. tcp 0 0 127.0.0.1:40324 127.0.0.1:6379 TIME_WAIT -
  1088. tcp 0 0 127.0.0.1:40116 127.0.0.1:6379 TIME_WAIT -
  1089. tcp 0 0 127.0.0.1:80 127.0.0.1:55576 TIME_WAIT -
  1090. tcp 0 0 127.0.0.1:40358 127.0.0.1:6379 TIME_WAIT -
  1091. tcp 0 0 127.0.0.1:80 127.0.0.1:55074 TIME_WAIT -
  1092. tcp 0 0 127.0.0.1:39718 127.0.0.1:6379 TIME_WAIT -
  1093. tcp 0 0 127.0.0.1:40016 127.0.0.1:6379 TIME_WAIT -
  1094. tcp 0 0 127.0.0.1:39650 127.0.0.1:6379 TIME_WAIT -
  1095. tcp 0 0 127.0.0.1:80 127.0.0.1:55808 TIME_WAIT -
  1096. tcp 0 0 127.0.0.1:40028 127.0.0.1:6379 TIME_WAIT -
  1097. tcp 0 0 127.0.0.1:40038 127.0.0.1:6379 TIME_WAIT -
  1098. tcp 0 0 127.0.0.1:39668 127.0.0.1:6379 TIME_WAIT -
  1099. tcp 0 0 127.0.0.1:39596 127.0.0.1:6379 TIME_WAIT -
  1100. tcp 0 0 127.0.0.1:80 127.0.0.1:55810 ESTABLISHED 346/nginx: worker p
  1101. tcp 0 0 127.0.0.1:40042 127.0.0.1:6379 TIME_WAIT -
  1102. tcp 0 0 192.168.1.8:40884 64.30.224.206:80 TIME_WAIT -
  1103. tcp 0 0 127.0.0.1:40082 127.0.0.1:6379 TIME_WAIT -
  1104. tcp 0 0 127.0.0.1:40354 127.0.0.1:6379 TIME_WAIT -
  1105. tcp 0 0 127.0.0.1:40618 127.0.0.1:6379 TIME_WAIT -
  1106. tcp 0 0 127.0.0.1:39838 127.0.0.1:6379 TIME_WAIT -
  1107. tcp 0 0 127.0.0.1:40392 127.0.0.1:6379 TIME_WAIT -
  1108. tcp 0 0 127.0.0.1:39980 127.0.0.1:6379 TIME_WAIT -
  1109. tcp 0 0 127.0.0.1:40560 127.0.0.1:6379 TIME_WAIT -
  1110. tcp 0 0 127.0.0.1:40250 127.0.0.1:6379 TIME_WAIT -
  1111. tcp 0 0 127.0.0.1:40162 127.0.0.1:6379 TIME_WAIT -
  1112. tcp 0 0 127.0.0.1:39642 127.0.0.1:6379 TIME_WAIT -
  1113. tcp 0 0 127.0.0.1:40226 127.0.0.1:6379 TIME_WAIT -
  1114. udp 0 0 192.168.1.8:45564 192.168.0.1:53 ESTABLISHED 325/ntpd
  1115. Active UNIX domain sockets (w/o servers)
  1116. Proto RefCnt Flags Type State I-Node PID/Program name Path
  1117. unix 2 [ ] DGRAM 11987 404/nmbd /var/lib/samba/private/msg.sock/404
  1118. unix 3 [ ] DGRAM 1481 1/init /run/systemd/notify
  1119. unix 7 [ ] DGRAM 1501 1/init /run/systemd/journal/dev-log
  1120. unix 4 [ ] DGRAM 1515 1/init /run/systemd/journal/socket
  1121. unix 3 [ ] STREAM CONNECTED 13276 564/Xorg @/tmp/.X11-unix/X0
  1122. unix 3 [ ] STREAM CONNECTED 14904 562/xinit
  1123. unix 3 [ ] STREAM CONNECTED 19763 287/dbus-daemon /run/dbus/system_bus_socket
  1124. unix 3 [ ] STREAM CONNECTED 13373 1/init /run/systemd/journal/stdout
  1125. unix 3 [ ] STREAM CONNECTED 19766 1025/dnsmasq
  1126. unix 3 [ ] STREAM CONNECTED 20548 346/nginx: worker p
  1127. unix 3 [ ] STREAM CONNECTED 13274 867/dbus-daemon
  1128. unix 3 [ ] STREAM CONNECTED 15227 867/dbus-daemon @/tmp/dbus-XzGBMGAUat
  1129. unix 3 [ ] STREAM CONNECTED 11356 1/init /run/systemd/journal/stdout
  1130. unix 2 [ ] DGRAM 16378 1025/dnsmasq
  1131. unix 3 [ ] STREAM CONNECTED 15208 1/init /run/systemd/journal/stdout
  1132. unix 3 [ ] STREAM CONNECTED 13283 869/at-spi-bus-laun
  1133. unix 3 [ ] STREAM CONNECTED 10025 359/php
  1134. unix 3 [ ] STREAM CONNECTED 20618 472/mpd /run/mpd.sock
  1135. unix 3 [ ] STREAM CONNECTED 15206 866/dbus-launch
  1136. unix 3 [ ] STREAM CONNECTED 10077 550/php
  1137. unix 3 [ ] DGRAM 7673 223/systemd-udevd
  1138. unix 3 [ ] STREAM CONNECTED 20627 318/redis-server 12 /tmp/redis.sock
  1139. unix 3 [ ] STREAM CONNECTED 16117 1/init /run/systemd/journal/stdout
  1140. unix 3 [ ] STREAM CONNECTED 20532 1069/php
  1141. unix 3 [ ] STREAM CONNECTED 13279 867/dbus-daemon @/tmp/dbus-XzGBMGAUat
  1142. unix 2 [ ] DGRAM 14422 618/dhcpcd
  1143. unix 3 [ ] STREAM CONNECTED 17439 879/dbus-daemon @/tmp/dbus-GZXItbNDBi
  1144. unix 3 [ ] STREAM CONNECTED 19649 1019/hostapd
  1145. unix 3 [ ] STREAM CONNECTED 20616 542/php-fpm: pool d
  1146. unix 3 [ ] STREAM CONNECTED 15245 879/dbus-daemon
  1147. unix 3 [ ] STREAM CONNECTED 11922 318/redis-server 12 /tmp/redis.sock
  1148. unix 3 [ ] STREAM CONNECTED 13275 867/dbus-daemon
  1149. unix 3 [ ] STREAM CONNECTED 8018 290/sshd
  1150. unix 3 [ ] STREAM CONNECTED 12793 477/upmpdcli
  1151. unix 3 [ ] STREAM CONNECTED 16369 655/midori
  1152. unix 3 [ ] STREAM CONNECTED 18222 1/init /run/systemd/journal/stdout
  1153. unix 3 [ ] STREAM CONNECTED 12103 1/init /run/systemd/journal/stdout
  1154. unix 3 [ ] STREAM CONNECTED 13005 564/Xorg @/tmp/.X11-unix/X0
  1155. unix 3 [ ] STREAM CONNECTED 9817 287/dbus-daemon
  1156. unix 3 [ ] STREAM CONNECTED 17447 890/at-spi2-registr
  1157. unix 3 [ ] STREAM CONNECTED 17438 890/at-spi2-registr
  1158. unix 3 [ ] STREAM CONNECTED 15248 655/midori
  1159. unix 3 [ ] STREAM CONNECTED 11343 1/init /run/systemd/journal/stdout
  1160. unix 3 [ ] STREAM CONNECTED 15244 879/dbus-daemon
  1161. unix 3 [ ] STREAM CONNECTED 9818 287/dbus-daemon
  1162. unix 3 [ ] STREAM CONNECTED 20438 359/php
  1163. unix 3 [ ] STREAM CONNECTED 17440 890/at-spi2-registr
  1164. unix 3 [ ] STREAM CONNECTED 15207 655/midori
  1165. unix 3 [ ] STREAM CONNECTED 11341 1/init /run/systemd/journal/stdout
  1166. unix 3 [ ] STREAM CONNECTING 0 - /var/run/php-display.sock
  1167. unix 3 [ ] STREAM CONNECTED 9810 287/dbus-daemon
  1168. unix 3 [ ] STREAM CONNECTED 11171 1/init /run/systemd/journal/stdout
  1169. unix 3 [ ] STREAM CONNECTED 8176 304/haveged
  1170. unix 3 [ ] STREAM CONNECTED 13304 869/at-spi-bus-laun
  1171. unix 3 [ ] STREAM CONNECTED 16116 848/python
  1172. unix 3 [ ] STREAM CONNECTED 11113 1/init /run/systemd/journal/stdout
  1173. unix 3 [ ] STREAM CONNECTED 9763 285/avahi-daemon: r
  1174. unix 3 [ ] STREAM CONNECTED 12357 318/redis-server 12
  1175. unix 3 [ ] STREAM CONNECTED 17441 564/Xorg @/tmp/.X11-unix/X0
  1176. unix 3 [ ] STREAM CONNECTED 13284 869/at-spi-bus-laun
  1177. unix 3 [ ] STREAM CONNECTED 18360 318/redis-server 12 /tmp/redis.sock
  1178. unix 3 [ ] STREAM CONNECTED 15209 1/init /run/systemd/journal/stdout
  1179. unix 3 [ ] STREAM CONNECTED 15175 564/Xorg @/tmp/.X11-unix/X0
  1180. unix 3 [ ] DGRAM 7672 223/systemd-udevd
  1181. unix 3 [ ] STREAM CONNECTED 16370 287/dbus-daemon /run/dbus/system_bus_socket
  1182. unix 3 [ ] STREAM CONNECTED 16012 655/midori
  1183. unix 3 [ ] STREAM CONNECTED 15249 879/dbus-daemon @/tmp/dbus-GZXItbNDBi
  1184. unix 2 [ ] STREAM CONNECTED 14844 559/sudo
  1185. unix 3 [ ] STREAM CONNECTED 12295 1/init /run/systemd/journal/stdout
  1186. unix 3 [ ] STREAM CONNECTED 13909 500/bash
  1187. unix 3 [ ] STREAM CONNECTED 12825 1/init /run/systemd/journal/stdout
  1188. unix 3 [ ] STREAM CONNECTED 18768 346/nginx: worker p
  1189. unix 3 [ ] STREAM CONNECTED 14759 287/dbus-daemon /run/dbus/system_bus_socket
  1190. unix 3 [ ] STREAM CONNECTED 11718 314/sh
  1191. unix 2 [ ] DGRAM 8316 162/systemd-journal
  1192. unix 3 [ ] STREAM CONNECTED 18526 655/midori
  1193. unix 2 [ ] DGRAM 8462 223/systemd-udevd
  1194. unix 3 [ ] STREAM CONNECTED 11461 294/ifplugd
  1195. unix 3 [ ] STREAM CONNECTED 15007 650/matchbox-window
  1196. unix 2 [ ] DGRAM 11727 325/ntpd
  1197. unix 3 [ ] STREAM CONNECTED 13777 472/mpd
  1198. unix 3 [ ] STREAM CONNECTED 15363 318/redis-server 12 /tmp/redis.sock
  1199. unix 3 [ ] STREAM CONNECTED 14060 554/php
  1200. unix 3 [ ] STREAM CONNECTED 14070 370/php
  1201. unix 3 [ ] STREAM CONNECTED 14037 540/php-fpm: master
  1202. unix 2 [ ] DGRAM 14074 559/sudo
  1203. unix 3 [ ] STREAM CONNECTED 11462 1/init /run/systemd/journal/stdout
  1204. unix 3 [ ] STREAM CONNECTED 15704 564/Xorg @/tmp/.X11-unix/X0
  1205. unix 3 [ ] STREAM CONNECTED 12852 1/init /run/systemd/journal/stdout
  1206. unix 3 [ ] STREAM CONNECTED 16236 867/dbus-daemon @/tmp/dbus-XzGBMGAUat
  1207. unix 3 [ ] STREAM CONNECTED 20613 542/php-fpm: pool d /var/run/php-display.sock
  1208. unix 3 [ ] STREAM CONNECTED 17431 1/init /run/systemd/journal/stdout
  1209. unix 3 [ ] STREAM CONNECTED 12287 550/php
  1210. unix 3 [ ] STREAM CONNECTED 11076 1/init
  1211. unix 3 [ ] STREAM CONNECTED 15371 370/php
  1212. unix 3 [ ] STREAM CONNECTED 17430 1/init /run/systemd/journal/stdout
  1213. unix 3 [ ] STREAM CONNECTED 16759 890/at-spi2-registr
  1214. unix 2 [ ] DGRAM 17448 1/init
  1215. unix 3 [ ] STREAM CONNECTED 9819 287/dbus-daemon /run/dbus/system_bus_socket
  1216. unix 3 [ ] STREAM CONNECTED 12935 287/dbus-daemon /run/dbus/system_bus_socket
  1217. unix 3 [ ] STREAM CONNECTED 12885 318/redis-server 12 /tmp/redis.sock
  1218. unix 3 [ ] STREAM CONNECTED 11835 345/nginx: master p
  1219. unix 3 [ ] STREAM CONNECTED 14093 564/Xorg
  1220. unix 3 [ ] STREAM CONNECTED 11836 345/nginx: master p
  1221. unix 3 [ ] STREAM CONNECTED 11224 325/ntpd
  1222. unix 3 [ ] STREAM CONNECTED 15194 564/Xorg @/tmp/.X11-unix/X0
  1223. unix 3 [ ] STREAM CONNECTED 15378 472/mpd /run/mpd.sock
  1224. unix 3 [ ] STREAM CONNECTED 11248 345/nginx: master p
  1225. unix 3 [ ] STREAM CONNECTED 11225 325/ntpd
  1226. unix 3 [ ] STREAM CONNECTED 11908 1/init /run/systemd/journal/stdout
  1227. unix 3 [ ] STREAM CONNECTED 11084 285/avahi-daemon: r
  1228. unix 3 [ ] STREAM CONNECTED 13453 370/php
  1229. unix 3 [ ] STREAM CONNECTED 16744 866/dbus-launch
  1230. unix 3 [ ] STREAM CONNECTED 12251 540/php-fpm: master
  1231. unix 3 [ ] STREAM CONNECTED 11085 289/avahi-daemon: c
  1232. unix 3 [ ] STREAM CONNECTED 11089 285/avahi-daemon: r
  1233. unix 3 [ ] STREAM CONNECTED 15372 318/redis-server 12 /tmp/redis.sock
  1234. unix 3 [ ] STREAM CONNECTED 16761 867/dbus-daemon @/tmp/dbus-XzGBMGAUat
  1235. unix 3 [ ] STREAM CONNECTED 16758 890/at-spi2-registr
  1236. unix 3 [ ] STREAM CONNECTED 9820 287/dbus-daemon /run/dbus/system_bus_socket
  1237. unix 3 [ ] STREAM CONNECTED 7662 1/init /run/systemd/journal/stdout
  1238. unix 3 [ ] STREAM CONNECTED 15016 564/Xorg @/tmp/.X11-unix/X0
  1239. unix 2 [ ] DGRAM 11081 285/avahi-daemon: r
  1240. unix 3 [ ] STREAM CONNECTED 11249 345/nginx: master p
  1241. unix 3 [ ] STREAM CONNECTED 14263 704/xbindkeys
  1242. unix 3 [ ] STREAM CONNECTED 12250 540/php-fpm: master
  1243. unix 3 [ ] STREAM CONNECTED 1840 223/systemd-udevd
  1244.  
  1245.  
  1246. ###### Network interfaces (ip addr) ######
  1247. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  1248. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  1249. inet 127.0.0.1/8 scope host lo
  1250. valid_lft forever preferred_lft forever
  1251. 2: eth0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  1252. link/ether b8:27:eb:12:cb:f2 brd ff:ff:ff:ff:ff:ff
  1253. inet 192.168.1.8/24 brd 192.168.1.255 scope global eth0
  1254. valid_lft forever preferred_lft forever
  1255. 3: wlan0: mtu 1500 qdisc mq state UP group default qlen 1000
  1256. link/ether 68:7f:74:f7:7c:8b brd ff:ff:ff:ff:ff:ff
  1257. inet 192.168.5.1/24 brd 192.168.5.255 scope global wlan0
  1258. valid_lft forever preferred_lft forever
  1259.  
  1260.  
  1261. ###### Network interfaces (ifconfig) ######
  1262. eth0: flags=4163 mtu 1500
  1263. inet 192.168.1.8 netmask 255.255.255.0 broadcast 192.168.1.255
  1264. ether b8:27:eb:12:cb:f2 txqueuelen 1000 (Ethernet)
  1265. RX packets 503 bytes 199973 (195.2 KiB)
  1266. RX errors 0 dropped 0 overruns 0 frame 0
  1267. TX packets 470 bytes 205131 (200.3 KiB)
  1268. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1269.  
  1270. lo: flags=73 mtu 65536
  1271. inet 127.0.0.1 netmask 255.0.0.0
  1272. loop txqueuelen 1 (Local Loopback)
  1273. RX packets 5438 bytes 964284 (941.6 KiB)
  1274. RX errors 0 dropped 0 overruns 0 frame 0
  1275. TX packets 5438 bytes 964284 (941.6 KiB)
  1276. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1277.  
  1278. wlan0: flags=4163 mtu 1500
  1279. inet 192.168.5.1 netmask 255.255.255.0 broadcast 192.168.5.255
  1280. ether 68:7f:74:f7:7c:8b txqueuelen 1000 (Ethernet)
  1281. RX packets 0 bytes 0 (0.0 B)
  1282. RX errors 0 dropped 0 overruns 0 frame 0
  1283. TX packets 6 bytes 1735 (1.6 KiB)
  1284. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1285.  
  1286.  
  1287. ###### Network netctl profiles (netctl list) ######
  1288. eth0
  1289.  
  1290. eth0 netctl status
  1291. --------------------------------------------------------
  1292. ● netctl@eth0.service - Networking for netctl profile eth0
  1293. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  1294. Active: inactive (dead)
  1295. Docs: man:netctl.profile(5)
  1296.  
  1297. eth0 netctl profile
  1298. --------------------------------------------------------
  1299. Description='eth0 connection'
  1300. Interface=eth0
  1301. ForceConnect=yes
  1302. SkipNoCarrier=yes
  1303. Connection=ethernet
  1304. IP=dhcp
  1305.  
  1306.  
  1307. ###### Network wifi status (iwconfig) ######
  1308. lo no wireless extensions.
  1309.  
  1310. eth0 no wireless extensions.
  1311.  
  1312. wlan0 IEEE 802.11abgn Mode:Master Tx-Power=20 dBm
  1313. Retry short limit:7 RTS thr:off Fragment thr:off
  1314. Power Management:off
  1315.  
  1316.  
  1317. ###### List all USB devices (lsusb) ######
  1318. Bus 001 Device 004: ID 1737:0079 Linksys WUSB600N v2 Dual-Band Wireless-N Network Adapter [Ralink RT3572]
  1319. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  1320. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  1321. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1322.  
  1323. ###### Kernel status (dmesg) ######
  1324. [ 0.000000] Booting Linux on physical CPU 0xf00
  1325. [ 0.000000] Initializing cgroup subsys cpuset
  1326. [ 0.000000] Initializing cgroup subsys cpu
  1327. [ 0.000000] Initializing cgroup subsys cpuacct
  1328. [ 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
  1329. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  1330. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1331. [ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
  1332. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  1333. [ 0.000000] Memory policy: Data cache writealloc
  1334. [ 0.000000] On node 0 totalpages: 241664
  1335. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  1336. [ 0.000000] Normal zone: 2124 pages used for memmap
  1337. [ 0.000000] Normal zone: 0 pages reserved
  1338. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  1339. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  1340. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  1341. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f62000 s22656 r8192 d22400 u53248
  1342. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  1343. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  1344. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  1345. [ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0x1212cbf2 smsc95xx.macaddr=B8:27:EB:12:CB:F2 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 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
  1346. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  1347. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  1348. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  1349. [ 0.000000] Memory: 936072K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22392K reserved, 8192K cma-reserved)
  1350. [ 0.000000] Virtual kernel memory layout:
  1351. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  1352. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  1353. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  1354. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  1355. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  1356. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  1357. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  1358. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  1359. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  1360. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1361. [ 0.000000] Hierarchical RCU implementation.
  1362. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  1363. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  1364. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  1365. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  1366. [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  1367. [ 0.000021] Switching to timer-based delay loop, resolution 52ns
  1368. [ 0.000246] Console: colour dummy device 80x30
  1369. [ 0.000381] console [tty0] enabled
  1370. [ 0.000410] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  1371. [ 0.000425] pid_max: default: 32768 minimum: 301
  1372. [ 0.000682] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1373. [ 0.000697] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1374. [ 0.001574] Disabling cpuset control group subsystem
  1375. [ 0.001606] Initializing cgroup subsys io
  1376. [ 0.001628] Initializing cgroup subsys memory
  1377. [ 0.001671] Initializing cgroup subsys devices
  1378. [ 0.001687] Initializing cgroup subsys freezer
  1379. [ 0.001703] Initializing cgroup subsys net_cls
  1380. [ 0.001716] Initializing cgroup subsys perf_event
  1381. [ 0.001730] Initializing cgroup subsys net_prio
  1382. [ 0.001756] Initializing cgroup subsys pids
  1383. [ 0.001808] CPU: Testing write buffer coherency: ok
  1384. [ 0.002324] CPU0: update cpu_capacity 1024
  1385. [ 0.002337] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  1386. [ 0.002345] [bcm2709_smp_prepare_cpus] enter
  1387. [ 0.002443] Setting up static identity map for 0x8240 - 0x8274
  1388. [ 0.004183] [bcm2709_boot_secondary] cpu:1 started (0) 18
  1389. [ 0.004512] [bcm2709_secondary_init] enter cpu:1
  1390. [ 0.004551] CPU1: update cpu_capacity 1024
  1391. [ 0.004556] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  1392. [ 0.004969] [bcm2709_boot_secondary] cpu:2 started (0) 17
  1393. [ 0.005204] [bcm2709_secondary_init] enter cpu:2
  1394. [ 0.005225] CPU2: update cpu_capacity 1024
  1395. [ 0.005230] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  1396. [ 0.005582] [bcm2709_boot_secondary] cpu:3 started (0) 18
  1397. [ 0.005803] [bcm2709_secondary_init] enter cpu:3
  1398. [ 0.005821] CPU3: update cpu_capacity 1024
  1399. [ 0.005825] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  1400. [ 0.005883] Brought up 4 CPUs
  1401. [ 0.005901] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1402. [ 0.005908] CPU: All CPU(s) started in HYP mode.
  1403. [ 0.005913] CPU: Virtualization extensions available.
  1404. [ 0.006592] devtmpfs: initialized
  1405. [ 0.015080] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  1406. [ 0.015402] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1407. [ 0.015963] xor: measuring software checksum speed
  1408. [ 0.109996] arm4regs : 1248.400 MB/sec
  1409. [ 0.210059] 8regs : 730.800 MB/sec
  1410. [ 0.310118] 32regs : 631.600 MB/sec
  1411. [ 0.410175] neon : 1214.000 MB/sec
  1412. [ 0.410184] xor: using function: arm4regs (1248.400 MB/sec)
  1413. [ 0.410304] pinctrl core: initialized pinctrl subsystem
  1414. [ 0.410860] NET: Registered protocol family 16
  1415. [ 0.415740] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  1416. [ 0.420897] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1417. [ 0.420910] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1418. [ 0.421042] Serial: AMBA PL011 UART driver
  1419. [ 0.421249] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1420. [ 0.421671] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1421. [ 0.650677] raid6: int32x1 gen() 134 MB/s
  1422. [ 0.820644] raid6: int32x1 xor() 107 MB/s
  1423. [ 0.990741] raid6: int32x2 gen() 175 MB/s
  1424. [ 1.160874] raid6: int32x2 xor() 115 MB/s
  1425. [ 1.330914] raid6: int32x4 gen() 179 MB/s
  1426. [ 1.500995] raid6: int32x4 xor() 116 MB/s
  1427. [ 1.671200] raid6: int32x8 gen() 168 MB/s
  1428. [ 1.841256] raid6: int32x8 xor() 108 MB/s
  1429. [ 2.011421] raid6: neonx1 gen() 441 MB/s
  1430. [ 2.181523] raid6: neonx1 xor() 321 MB/s
  1431. [ 2.351573] raid6: neonx2 gen() 578 MB/s
  1432. [ 2.521681] raid6: neonx2 xor() 416 MB/s
  1433. [ 2.691823] raid6: neonx4 gen() 721 MB/s
  1434. [ 2.861915] raid6: neonx4 xor() 480 MB/s
  1435. [ 3.032107] raid6: neonx8 gen() 476 MB/s
  1436. [ 3.202176] raid6: neonx8 xor() 342 MB/s
  1437. [ 3.202184] raid6: using algorithm neonx4 gen() 721 MB/s
  1438. [ 3.202191] raid6: .... xor() 480 MB/s, rmw enabled
  1439. [ 3.202197] raid6: using intx1 recovery algorithm
  1440. [ 3.203604] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  1441. [ 3.204085] SCSI subsystem initialized
  1442. [ 3.204348] usbcore: registered new interface driver usbfs
  1443. [ 3.204417] usbcore: registered new interface driver hub
  1444. [ 3.204539] usbcore: registered new device driver usb
  1445. [ 3.206936] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  1446. [ 3.234209] clocksource: Switched to clocksource arch_sys_counter
  1447. [ 3.279227] FS-Cache: Loaded
  1448. [ 3.279481] CacheFiles: Loaded
  1449. [ 3.289208] NET: Registered protocol family 2
  1450. [ 3.289989] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1451. [ 3.290091] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1452. [ 3.290228] TCP: Hash tables configured (established 8192 bind 8192)
  1453. [ 3.290329] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1454. [ 3.290379] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1455. [ 3.290622] NET: Registered protocol family 1
  1456. [ 3.290940] RPC: Registered named UNIX socket transport module.
  1457. [ 3.290951] RPC: Registered udp transport module.
  1458. [ 3.290957] RPC: Registered tcp transport module.
  1459. [ 3.290964] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1460. [ 3.292003] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  1461. [ 3.294436] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1462. [ 3.304650] VFS: Disk quotas dquot_6.6.0
  1463. [ 3.304871] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1464. [ 3.306794] FS-Cache: Netfs 'nfs' registered for caching
  1465. [ 3.307500] NFS: Registering the id_resolver key type
  1466. [ 3.307570] Key type id_resolver registered
  1467. [ 3.307578] Key type id_legacy registered
  1468. [ 3.307604] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1469. [ 3.308267] JFS: nTxBlock = 7377, nTxLock = 59016
  1470. [ 3.315517] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1471. [ 3.322078] async_tx: api initialized (async)
  1472. [ 3.322349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1473. [ 3.322489] io scheduler noop registered (default)
  1474. [ 3.322506] io scheduler deadline registered
  1475. [ 3.322553] io scheduler cfq registered
  1476. [ 3.324423] BCM2708FB: allocated DMA memory fac00000
  1477. [ 3.324456] BCM2708FB: allocated DMA channel 0 @ f3007000
  1478. [ 3.331861] Console: switching to colour frame buffer device 82x26
  1479. [ 3.336609] vc-cma: Videocore CMA driver
  1480. [ 3.336620] vc-cma: vc_cma_base = 0x00000000
  1481. [ 3.336627] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  1482. [ 3.336633] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  1483. [ 3.336789] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  1484. [ 3.350198] brd: module loaded
  1485. [ 3.357481] loop: module loaded
  1486. [ 3.358262] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  1487. [ 3.359701] Loading iSCSI transport class v2.0-870.
  1488. [ 3.360321] usbcore: registered new interface driver ax88179_178a
  1489. [ 3.360419] usbcore: registered new interface driver smsc95xx
  1490. [ 3.360548] usbcore: registered new interface driver cdc_ncm
  1491. [ 3.360565] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1492. [ 3.560821] Core Release: 2.80a
  1493. [ 3.560840] Setting default values for core params
  1494. [ 3.560877] Finished setting default values for core params
  1495. [ 3.761141] Using Buffer DMA mode
  1496. [ 3.761151] Periodic Transfer Interrupt Enhancement - disabled
  1497. [ 3.761157] Multiprocessor Interrupt Enhancement - disabled
  1498. [ 3.761164] OTG VER PARAM: 0, OTG VER FLAG: 0
  1499. [ 3.761183] Dedicated Tx FIFOs mode
  1500. [ 3.761478] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
  1501. [ 3.761508] FIQ FSM acceleration enabled for :
  1502. Non-periodic Split Transactions
  1503. Periodic Split Transactions
  1504. [ 3.761521] dwc_otg: Microframe scheduler enabled
  1505. [ 3.761563] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  1506. [ 3.761574] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  1507. [ 3.761585] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  1508. [ 3.761639] dwc_otg 3f980000.usb: DWC OTG Controller
  1509. [ 3.761672] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1510. [ 3.761707] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1511. [ 3.761751] Init: Port Power? op_state=1
  1512. [ 3.761757] Init: Power Port (0)
  1513. [ 3.761967] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1514. [ 3.761979] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1515. [ 3.761989] usb usb1: Product: DWC OTG Controller
  1516. [ 3.761999] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  1517. [ 3.762008] usb usb1: SerialNumber: 3f980000.usb
  1518. [ 3.762653] hub 1-0:1.0: USB hub found
  1519. [ 3.762695] hub 1-0:1.0: 1 port detected
  1520. [ 3.763223] dwc_otg: FIQ enabled
  1521. [ 3.763234] dwc_otg: NAK holdoff enabled
  1522. [ 3.763239] dwc_otg: FIQ split-transaction FSM enabled
  1523. [ 3.763269] Module dwc_common_port init
  1524. [ 3.763482] usbcore: registered new interface driver usb-storage
  1525. [ 3.763539] usbcore: registered new interface driver ums-alauda
  1526. [ 3.763590] usbcore: registered new interface driver ums-cypress
  1527. [ 3.763651] usbcore: registered new interface driver ums-datafab
  1528. [ 3.763701] usbcore: registered new interface driver ums_eneub6250
  1529. [ 3.763751] usbcore: registered new interface driver ums-freecom
  1530. [ 3.763802] usbcore: registered new interface driver ums-isd200
  1531. [ 3.763852] usbcore: registered new interface driver ums-jumpshot
  1532. [ 3.763903] usbcore: registered new interface driver ums-karma
  1533. [ 3.763954] usbcore: registered new interface driver ums-onetouch
  1534. [ 3.764031] usbcore: registered new interface driver ums-realtek
  1535. [ 3.764084] usbcore: registered new interface driver ums-sddr09
  1536. [ 3.764136] usbcore: registered new interface driver ums-sddr55
  1537. [ 3.764187] usbcore: registered new interface driver ums-usbat
  1538. [ 3.764472] mousedev: PS/2 mouse device common for all mice
  1539. [ 3.765044] md: linear personality registered for level -1
  1540. [ 3.765062] md: raid0 personality registered for level 0
  1541. [ 3.765075] md: raid1 personality registered for level 1
  1542. [ 3.765088] md: raid10 personality registered for level 10
  1543. [ 3.765314] md: raid6 personality registered for level 6
  1544. [ 3.765322] md: raid5 personality registered for level 5
  1545. [ 3.765329] md: raid4 personality registered for level 4
  1546. [ 3.765344] md: multipath personality registered for level -4
  1547. [ 3.765358] md: faulty personality registered for level -5
  1548. [ 3.765636] device-mapper: uevent: version 1.0.3
  1549. [ 3.766018] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  1550. [ 3.766516] device-mapper: multipath: version 1.10.0 loaded
  1551. [ 3.766535] device-mapper: multipath round-robin: version 1.0.0 loaded
  1552. [ 3.766549] device-mapper: multipath queue-length: version 0.1.0 loaded
  1553. [ 3.766562] device-mapper: multipath service-time: version 0.2.0 loaded
  1554. [ 3.766592] device-mapper: raid: Loading target version 1.7.0
  1555. [ 3.766756] bcm2835-cpufreq: min=900000 max=900000
  1556. [ 3.767068] sdhci: Secure Digital Host Controller Interface driver
  1557. [ 3.767076] sdhci: Copyright(c) Pierre Ossman
  1558. [ 3.767365] sdhost: log_buf @ bac13000 (fac13000)
  1559. [ 3.824241] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1560. [ 3.824448] sdhci-pltfm: SDHCI platform and OF driver helper
  1561. [ 3.824906] ledtrig-cpu: registered to indicate activity on CPUs
  1562. [ 3.825078] hidraw: raw HID events driver (C) Jiri Kosina
  1563. [ 3.825426] usbcore: registered new interface driver usbhid
  1564. [ 3.825434] usbhid: USB HID core driver
  1565. [ 3.825906] Initializing XFRM netlink socket
  1566. [ 3.825938] NET: Registered protocol family 17
  1567. [ 3.826068] Key type dns_resolver registered
  1568. [ 3.826653] Registering SWP/SWPB emulation handler
  1569. [ 3.827377] registered taskstats version 1
  1570. [ 3.830200] Btrfs loaded
  1571. [ 3.831370] Key type encrypted registered
  1572. [ 3.831466] vc-sm: Videocore shared memory driver
  1573. [ 3.831478] [vc_sm_connected_init]: start
  1574. [ 3.844750] [vc_sm_connected_init]: end - returning 0
  1575. [ 3.844934] of_cfs_init
  1576. [ 3.845029] of_cfs_init: OK
  1577. [ 3.845736] md: Waiting for all devices to be available before autodetect
  1578. [ 3.845744] md: If you don't use raid, use raid=noautodetect
  1579. [ 3.846707] md: Autodetecting RAID arrays.
  1580. [ 3.846718] md: Scanned 0 and added 0 devices.
  1581. [ 3.846724] md: autorun ...
  1582. [ 3.846730] md: ... autorun DONE.
  1583. [ 3.846875] Waiting for root device /dev/mmcblk0p2...
  1584. [ 3.881095] mmc0: host does not support reading read-only switch, assuming write-enable
  1585. [ 3.882926] mmc0: new high speed SDHC card at address 0007
  1586. [ 3.883469] mmcblk0: mmc0:0007 SD16G 14.4 GiB (quirks 0x80000000)
  1587. [ 3.884925] mmcblk0: p1 p2
  1588. [ 3.954314] Indeed it is in host mode hprt0 = 00021501
  1589. [ 3.982384] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1590. [ 3.982436] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1591. [ 3.990056] devtmpfs: mounted
  1592. [ 3.990558] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  1593. [ 4.134266] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1594. [ 4.134403] Indeed it is in host mode hprt0 = 00001101
  1595. [ 4.276634] systemd[1]: System time before build time, advancing clock.
  1596. [ 4.334486] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1597. [ 4.334503] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1598. [ 4.335238] hub 1-1:1.0: USB hub found
  1599. [ 4.335332] hub 1-1:1.0: 5 ports detected
  1600. [ 4.370339] IPv6: Loaded, but administratively disabled, reboot required to enable
  1601. [ 4.381315] ip_tables: (C) 2000-2006 Netfilter Core Team
  1602. [ 4.387948] random: systemd: uninitialized urandom read (16 bytes read, 43 bits of entropy available)
  1603. [ 4.399348] random: systemd: uninitialized urandom read (16 bytes read, 44 bits of entropy available)
  1604. [ 4.403662] 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)
  1605. [ 4.404706] systemd[1]: Detected architecture arm.
  1606. [ 4.406038] systemd[1]: Set hostname to .
  1607. [ 4.496355] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 57 bits of entropy available)
  1608. [ 4.496748] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 57 bits of entropy available)
  1609. [ 4.507187] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 58 bits of entropy available)
  1610. [ 4.583609] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1611. [ 4.584069] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1612. [ 4.584889] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1613. [ 4.586272] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1614. [ 4.610474] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1615. [ 4.614282] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1616. [ 4.714614] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1617. [ 4.714639] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1618. [ 4.717663] smsc95xx v1.0.4
  1619. [ 4.777977] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:12:cb:f2
  1620. [ 4.854290] usb 1-1.5: new high-speed USB device number 4 using dwc_otg
  1621. [ 4.941357] systemd[1]: Listening on udev Control Socket.
  1622. [ 4.941848] systemd[1]: Reached target Login Prompts.
  1623. [ 4.942154] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1624. [ 4.948599] systemd[1]: Listening on Process Core Dump Socket.
  1625. [ 4.948745] systemd[1]: Reached target Swap.
  1626. [ 4.949033] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1627. [ 4.949181] systemd[1]: Reached target System Time Synchronized.
  1628. [ 4.949292] systemd[1]: Reached target Remote File Systems.
  1629. [ 4.949697] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1630. [ 4.950015] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1631. [ 4.950293] systemd[1]: Listening on Journal Socket (/dev/log).
  1632. [ 4.972706] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1633. [ 4.973173] systemd[1]: Listening on Journal Socket.
  1634. [ 4.973387] systemd[1]: Reached target Encrypted Volumes.
  1635. [ 4.976480] systemd[1]: Created slice System Slice.
  1636. [ 4.976667] systemd[1]: Reached target Slices.
  1637. [ 4.986161] usb 1-1.5: New USB device found, idVendor=1737, idProduct=0079
  1638. [ 4.986188] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1639. [ 4.986205] usb 1-1.5: Product: Linksys WUSB600N Wireless-N USB Network Adapter with Dual-Band ver. 2
  1640. [ 4.986219] usb 1-1.5: Manufacturer: Linksys
  1641. [ 5.025069] systemd[1]: Starting Load Kernel Modules...
  1642. [ 5.038897] systemd[1]: Mounting Temporary Directory...
  1643. [ 5.044966] systemd[1]: Starting Journal Service...
  1644. [ 5.050831] systemd[1]: Mounting Debug File System...
  1645. [ 5.052854] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1646. [ 5.058425] systemd[1]: Starting Setup Virtual Console...
  1647. [ 5.065809] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1648. [ 5.141980] systemd[1]: Starting RuneAudio shutdown script...
  1649. [ 5.142239] systemd[1]: Reached target Paths.
  1650. [ 5.147399] systemd[1]: Starting Remount Root and Kernel File Systems...
  1651. [ 5.152516] systemd[1]: Mounting POSIX Message Queue File System...
  1652. [ 5.153059] systemd[1]: Listening on udev Kernel Socket.
  1653. [ 5.184388] systemd[1]: Mounted Debug File System.
  1654. [ 5.184831] systemd[1]: Mounted Temporary Directory.
  1655. [ 5.187751] systemd[1]: Started Load Kernel Modules.
  1656. [ 5.192466] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1657. [ 5.195444] systemd[1]: Started RuneAudio shutdown script.
  1658. [ 5.198256] systemd[1]: Started Remount Root and Kernel File Systems.
  1659. [ 5.199463] systemd[1]: Mounted POSIX Message Queue File System.
  1660. [ 5.293792] systemd[1]: Started Journal Service.
  1661. [ 6.813872] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1662. [ 6.827254] bcm2835-rng 3f104000.rng: hwrng registered
  1663. [ 6.838242] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1664. [ 7.222243] cfg80211: World regulatory domain updated:
  1665. [ 7.222277] cfg80211: DFS Master region: unset
  1666. [ 7.222289] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1667. [ 7.222305] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1668. [ 7.222319] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1669. [ 7.222332] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1670. [ 7.222350] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1671. [ 7.222366] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1672. [ 7.222381] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1673. [ 7.222395] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1674. [ 7.222409] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1675. [ 7.264939] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  1676. [ 7.304401] usb 1-1.5: reset high-speed USB device number 4 using dwc_otg
  1677. [ 7.414013] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3572, rev 0221 detected
  1678. [ 7.435653] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0009 detected
  1679. [ 7.436297] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
  1680. [ 7.436319] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1681. [ 7.436334] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
  1682. [ 7.436347] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1683. [ 7.436359] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
  1684. [ 7.436371] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1685. [ 7.436383] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
  1686. [ 7.436403] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1687. [ 7.436421] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
  1688. [ 7.436434] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1689. [ 7.436448] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
  1690. [ 7.436466] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1691. [ 7.436478] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
  1692. [ 7.436492] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1693. [ 7.436509] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
  1694. [ 7.436547] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1695. [ 7.436566] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
  1696. [ 7.436589] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1697. [ 7.436603] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
  1698. [ 7.436615] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1699. [ 7.436626] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
  1700. [ 7.436639] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1701. [ 7.436651] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
  1702. [ 7.436665] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1703. [ 7.436677] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
  1704. [ 7.436689] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
  1705. [ 7.436701] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
  1706. [ 7.436721] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
  1707. [ 7.436738] cfg80211: Updating information on frequency 5180 MHz with regulatory rule:
  1708. [ 7.436752] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1709. [ 7.436776] cfg80211: Updating information on frequency 5190 MHz with regulatory rule:
  1710. [ 7.436811] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1711. [ 7.436828] cfg80211: Updating information on frequency 5200 MHz with regulatory rule:
  1712. [ 7.436841] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1713. [ 7.436854] cfg80211: Updating information on frequency 5220 MHz with regulatory rule:
  1714. [ 7.436867] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1715. [ 7.436881] cfg80211: Updating information on frequency 5230 MHz with regulatory rule:
  1716. [ 7.436894] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1717. [ 7.436911] cfg80211: Updating information on frequency 5240 MHz with regulatory rule:
  1718. [ 7.436924] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1719. [ 7.436937] cfg80211: Updating information on frequency 5260 MHz with regulatory rule:
  1720. [ 7.436950] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1721. [ 7.436964] cfg80211: Updating information on frequency 5270 MHz with regulatory rule:
  1722. [ 7.436978] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1723. [ 7.436991] cfg80211: Updating information on frequency 5280 MHz with regulatory rule:
  1724. [ 7.437017] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1725. [ 7.437055] cfg80211: Updating information on frequency 5300 MHz with regulatory rule:
  1726. [ 7.437071] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1727. [ 7.437084] cfg80211: Updating information on frequency 5310 MHz with regulatory rule:
  1728. [ 7.437098] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1729. [ 7.437111] cfg80211: Updating information on frequency 5320 MHz with regulatory rule:
  1730. [ 7.437124] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm)
  1731. [ 7.437136] cfg80211: Updating information on frequency 5500 MHz with regulatory rule:
  1732. [ 7.437149] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1733. [ 7.437163] cfg80211: Updating information on frequency 5510 MHz with regulatory rule:
  1734. [ 7.437176] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1735. [ 7.437187] cfg80211: Updating information on frequency 5520 MHz with regulatory rule:
  1736. [ 7.437200] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1737. [ 7.437211] cfg80211: Updating information on frequency 5540 MHz with regulatory rule:
  1738. [ 7.437224] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1739. [ 7.437235] cfg80211: Updating information on frequency 5550 MHz with regulatory rule:
  1740. [ 7.437248] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1741. [ 7.437259] cfg80211: Updating information on frequency 5560 MHz with regulatory rule:
  1742. [ 7.437272] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1743. [ 7.437285] cfg80211: Updating information on frequency 5580 MHz with regulatory rule:
  1744. [ 7.437297] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1745. [ 7.437309] cfg80211: Updating information on frequency 5590 MHz with regulatory rule:
  1746. [ 7.437322] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1747. [ 7.437333] cfg80211: Updating information on frequency 5600 MHz with regulatory rule:
  1748. [ 7.437346] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1749. [ 7.437357] cfg80211: Updating information on frequency 5620 MHz with regulatory rule:
  1750. [ 7.437370] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1751. [ 7.437382] cfg80211: Updating information on frequency 5630 MHz with regulatory rule:
  1752. [ 7.437394] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1753. [ 7.437407] cfg80211: Updating information on frequency 5640 MHz with regulatory rule:
  1754. [ 7.437419] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1755. [ 7.437431] cfg80211: Updating information on frequency 5660 MHz with regulatory rule:
  1756. [ 7.437444] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1757. [ 7.437455] cfg80211: Updating information on frequency 5670 MHz with regulatory rule:
  1758. [ 7.437467] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1759. [ 7.437479] cfg80211: Updating information on frequency 5680 MHz with regulatory rule:
  1760. [ 7.437491] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1761. [ 7.437503] cfg80211: Updating information on frequency 5700 MHz with regulatory rule:
  1762. [ 7.437515] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
  1763. [ 7.437527] cfg80211: Updating information on frequency 5745 MHz with regulatory rule:
  1764. [ 7.437542] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1765. [ 7.437554] cfg80211: Updating information on frequency 5755 MHz with regulatory rule:
  1766. [ 7.437566] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1767. [ 7.437578] cfg80211: Updating information on frequency 5765 MHz with regulatory rule:
  1768. [ 7.437591] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1769. [ 7.437602] cfg80211: Updating information on frequency 5785 MHz with regulatory rule:
  1770. [ 7.437615] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1771. [ 7.437626] cfg80211: Updating information on frequency 5795 MHz with regulatory rule:
  1772. [ 7.437639] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1773. [ 7.437650] cfg80211: Updating information on frequency 5805 MHz with regulatory rule:
  1774. [ 7.437664] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1775. [ 7.437676] cfg80211: Updating information on frequency 5825 MHz with regulatory rule:
  1776. [ 7.437688] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
  1777. [ 7.437699] cfg80211: Disabling freq 5835 MHz
  1778. [ 7.437708] cfg80211: Disabling freq 5845 MHz
  1779. [ 7.437717] cfg80211: Disabling freq 5855 MHz
  1780. [ 7.437726] cfg80211: Disabling freq 5865 MHz
  1781. [ 7.464039] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  1782. [ 7.466162] usbcore: registered new interface driver rt2800usb
  1783. [ 8.137833] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1784. [ 9.677499] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
  1785. [ 11.450303] random: nonblocking pool is initialized
  1786. [ 20.145594] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
  1787. [ 20.155799] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
  1788. [ 29.711262] nf_conntrack version 0.5.0 (14761 buckets, 59044 max)
  1789.  
  1790. ###### PHP backend ######
  1791. php version: 5.5.19
  1792. debug level: 0
  1793.  
  1794.  
  1795. Debug data collected in 2.044 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement