Advertisement
tml3nr

Rune update 4.14.50-2-ARCH

Jun 29th, 2018
2,786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 100.00 KB | None | 0 0
  1.  
  2. ###### System info ######
  3. Linux version 4.14.50-2-ARCH (builduser@leming) (gcc version 8.1.0 (GCC)) #1 SMP Wed Jun 20 06:03:57 UTC 2018
  4.  
  5. system time: Mon Feb 22 21:40:31 ICT 2016
  6.  
  7. system load: 0.74 0.18 0.06 1/144 776
  8.  
  9. HW platform: RaspberryPi2 (08)
  10.  
  11. playerID: 08b26fff2ac4ddac6fee7fbbc1890504ae
  12.  
  13.  
  14. ###### Boot configuration ######
  15. # Uncomment some or all of these to enable the optional hardware interfaces
  16. # Params:
  17. # i2c_arm Set to "on" to enable the ARM's i2c interface
  18. # (default "off")
  19. # i2c_vc Set to "on" to enable the i2c interface
  20. # usually reserved for the VideoCore processor
  21. # (default "off")
  22. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  23. # (default "100000")
  24. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  25. # (default "100000")
  26. # i2c_baudrate An alias for i2c_arm_baudrate
  27. # i2s Set to "on" to enable the i2s interface
  28. # (default "off")
  29. # spi Set to "on" to enable the spi interfaces
  30. # (default "off")
  31. # act_led_trigger Choose which activity the LED tracks.
  32. # Use "heartbeat" for a nice load indicator.
  33. # (default "mmc")
  34. # act_led_activelow Set to "on" to invert the sense of the LED
  35. # (default "off")
  36. # act_led_gpio Set which GPIO pin to use for the activity LED
  37. # (in case you want to connect it to an external
  38. # device)
  39. # (default "16" on a non-Plus board, "47" on a
  40. # Plus or Pi 2)
  41. # N.B. It is recommended to only enable those interfaces that are needed.
  42. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  43. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  44. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  45. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  46. # but deprecated because the ARM/VC assignments differ between board
  47. # revisions. The same board-specific mapping applies to i2c_baudrate,
  48. # and the other i2c baudrate parameters.
  49.  
  50. #dtparam=i2c_arm=on
  51. #dtparam=i2c_vc=on
  52. #dtparam=i2s=on
  53. #dtparam=spi=on
  54. #dtparam=act_led_trigger=mmc
  55. #dtdebug=on
  56.  
  57. #dtparam=uart1=off
  58. dtoverlay=pi3-disable-bt-overlay
  59. #dtoverlay=pi3-miniuart-bt-overlay
  60.  
  61. ## RuneAudio HDMI & 3,5mm jack
  62. dtparam=audio=off
  63.  
  64. ## RuneAudio I2S-Settings
  65. dtoverlay=allo-boss-dac-pcm512x-audio
  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: 935.93MiB 219.93MiB 716.00MiB 18.92MiB
  149. Swap: 0.00B 0.00B 0.00B
  150.  
  151. Bootup: Mon Feb 22 21:40:09 2016 Load average: 0.74 0.18 0.06 1/146 778
  152.  
  153. user : 00:00:12.59 15.1% page in : 113767
  154. nice : 00:00:01.78 2.1% page out: 1436
  155. system: 00:00:08.71 10.4% page act: 8934
  156. IOwait: 00:00:05.36 6.4% page dea: 0
  157. hw irq: 00:00:00.00 0.0% page flt: 137864
  158. sw irq: 00:00:00.67 0.8% swap in : 0
  159. idle : 00:00:54.28 65.1% swap out: 0
  160. uptime: 00:00:21.83 context : 367464
  161.  
  162. irq 16: 0 irq 54: 3302
  163. irq 17: 7784 irq 55: 0
  164. irq 21: 0 irq 56: 0
  165. irq 23: 41 irq 59: 0
  166. irq 24: 2 irq 62: 41068
  167. irq 46: 0 irq 83: 112
  168. irq 48: 0 irq 86: 155
  169. irq 50: 0 irq 92: 162327
  170. irq 51: 79 irq 169: 0 17 Edge usb-001:0
  171.  
  172. mmcblk0 3221r 1 mmcblk0p2 3151r
  173. mmcblk0p1 59r
  174.  
  175. eth0 TX 0.00B RX 0.00B wlan0 TX 12.68KiB RX 11.74KiB
  176. lo TX 238.89KiB RX 238.89KiB
  177.  
  178.  
  179. ###### Active processes (pstree) ######
  180. systemd-+-avahi-daemon---avahi-daemon
  181. |-cmd_async---sh---debug_collector---sh---pstree
  182. |-crond
  183. |-dbus-daemon
  184. |-dhcpcd
  185. |-haveged
  186. |-ifplugd
  187. |-mpd-+-{decoder}
  188. | |-{io}
  189. | |-{output:BossDAC}
  190. | `-{player}
  191. |-nginx---nginx
  192. |-nmbd
  193. |-ntpd---{ntpd}
  194. |-php-fpm---3*[php-fpm]
  195. |-python
  196. |-redis-server---2*[{redis-server}]
  197. |-rune_PL_wrk
  198. |-rune_SY_wrk---sh---mount---mount.cifs
  199. |-sh---sleep
  200. |-sh---bash---python---2*[{python}]
  201. |-shairport---{shairport}
  202. |-sshd
  203. |-systemd-journal
  204. |-systemd-udevd
  205. |-wpa_actiond
  206. `-wpa_supplicant
  207.  
  208.  
  209. ###### Audio backend ######
  210. Advanced Linux Sound Architecture Driver Version k4.14.50-2-ARCH.
  211.  
  212. Card list: (/proc/asound/cards)
  213. --------------------------------------------------
  214. 0 [BossDAC ]: BossDAC - BossDAC
  215. BossDAC
  216.  
  217.  
  218. PLAYBACK devices: (aplay -l)
  219. --------------------------------------------------
  220. **** List of PLAYBACK Hardware Devices ****
  221. card 0: BossDAC [BossDAC], device 0: Boss DAC HiFi [Master] pcm512x-hifi-0 []
  222. Subdevices: 1/1
  223. Subdevice #0: subdevice #0
  224.  
  225.  
  226. PCM devices: (aplay -L)
  227. --------------------------------------------------
  228. null
  229. Discard all samples (playback) or generate zero samples (capture)
  230. default:CARD=BossDAC
  231. BossDAC,
  232. Default Audio Device
  233. sysdefault:CARD=BossDAC
  234. BossDAC,
  235. Default Audio Device
  236.  
  237.  
  238. Simple mixer controls: (amixer scontrols)
  239. --------------------------------------------------
  240. card 0:
  241. Simple mixer control 'DSP Program',0
  242. Simple mixer control 'Analogue',0
  243. Simple mixer control 'Analogue Playback Boost',0
  244. Simple mixer control 'Auto Mute',0
  245. Simple mixer control 'Auto Mute Mono',0
  246. Simple mixer control 'Auto Mute Time Left',0
  247. Simple mixer control 'Auto Mute Time Right',0
  248. Simple mixer control 'Clock Missing Period',0
  249. Simple mixer control 'Deemphasis',0
  250. Simple mixer control 'Digital',0
  251. Simple mixer control 'Max Overclock DAC',0
  252. Simple mixer control 'Max Overclock DSP',0
  253. Simple mixer control 'Max Overclock PLL',0
  254. Simple mixer control 'Volume Ramp Down Emergency Rate',0
  255. Simple mixer control 'Volume Ramp Down Emergency Step',0
  256. Simple mixer control 'Volume Ramp Down Rate',0
  257. Simple mixer control 'Volume Ramp Down Step',0
  258. Simple mixer control 'Volume Ramp Up Rate',0
  259. Simple mixer control 'Volume Ramp Up Step',0
  260.  
  261.  
  262. Mixer controls: (amixer controls)
  263. --------------------------------------------------
  264. card 0:
  265. numid=6,iface=MIXER,name='DSP Program'
  266. numid=3,iface=MIXER,name='Analogue Playback Boost Volume'
  267. numid=2,iface=MIXER,name='Analogue Playback Volume'
  268. numid=10,iface=MIXER,name='Auto Mute Mono Switch'
  269. numid=11,iface=MIXER,name='Auto Mute Switch'
  270. numid=8,iface=MIXER,name='Auto Mute Time Left'
  271. numid=9,iface=MIXER,name='Auto Mute Time Right'
  272. numid=7,iface=MIXER,name='Clock Missing Period'
  273. numid=5,iface=MIXER,name='Deemphasis Switch'
  274. numid=4,iface=MIXER,name='Digital Playback Switch'
  275. numid=1,iface=MIXER,name='Digital Playback Volume'
  276. numid=20,iface=MIXER,name='Max Overclock DAC'
  277. numid=19,iface=MIXER,name='Max Overclock DSP'
  278. numid=18,iface=MIXER,name='Max Overclock PLL'
  279. numid=16,iface=MIXER,name='Volume Ramp Down Emergency Rate'
  280. numid=17,iface=MIXER,name='Volume Ramp Down Emergency Step'
  281. numid=12,iface=MIXER,name='Volume Ramp Down Rate'
  282. numid=13,iface=MIXER,name='Volume Ramp Down Step'
  283. numid=14,iface=MIXER,name='Volume Ramp Up Rate'
  284. numid=15,iface=MIXER,name='Volume Ramp Up Step'
  285.  
  286.  
  287. MPD audio outputs status: (mpc outputs)
  288. --------------------------------------------------
  289. Output 1 (BossDAC) is enabled
  290.  
  291. MPD statistics: (mpc stats)
  292. --------------------------------------------------
  293. Artists: 5626
  294. Albums: 2895
  295. Songs: 42891
  296.  
  297. Play Time: 0 days, 0:00:00
  298. Uptime: 0 days, 0:00:08
  299. DB Updated: Thu Jun 28 23:06:34 2018
  300. DB Play Time: 129 days, 21:41:41
  301.  
  302. ###### mpd version ######
  303. Music Player Daemon 0.19.19-dsd
  304.  
  305. Copyright (C) 2003-2007 Warren Dukes
  306. Copyright (C) 2008-2014 Max Kellermann
  307. This is free software; see the source for copying conditions. There is NO
  308. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  309.  
  310.  
  311. Database plugins:
  312. simple proxy upnp
  313.  
  314. Storage plugins:
  315. local smbclient nfs
  316.  
  317. Neighbor plugins:
  318. smbclient upnp
  319.  
  320. Decoders plugins:
  321. [mad] mp3 mp2
  322. [vorbis] ogg oga
  323. [oggflac] ogg oga
  324. [flac] flac
  325. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  326. [audiofile] wav au aiff aif
  327. [dsdiff] dff
  328. [dsf] dsf
  329. [faad] aac
  330. [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
  331. [pcm]
  332.  
  333. Output plugins:
  334. null fifo pipe alsa jack httpd
  335.  
  336. Encoder plugins:
  337. null vorbis wave flac
  338.  
  339. Input plugins:
  340. file alsa curl ffmpeg smbclient nfs mms
  341.  
  342. Playlist plugins:
  343. extm3u m3u pls xspf asx rss soundcloud cue embcue
  344.  
  345. Protocols:
  346. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  347.  
  348. ###### mpd.conf ######
  349. ###################################
  350. # Auto generated mpd.conf file
  351. # please DO NOT edit it manually!
  352. # Use RuneUI MPD config section
  353. ###################################
  354.  
  355. log_level "default"
  356. log_file "/var/log/runeaudio/mpd.log"
  357. state_file "/var/lib/mpd/mpdstate"
  358. zeroconf_enabled "yes"
  359. zeroconf_name "runeaudio"
  360. bind_to_address "/run/mpd.sock"
  361. bind_to_address "any"
  362. port "6600"
  363. max_connections "20"
  364. user "mpd"
  365. group "audio"
  366. db_file "/var/lib/mpd/mpd.db"
  367. sticker_file "/var/lib/mpd/sticker.sql"
  368. pid_file "/var/run/mpd/pid"
  369. music_directory "/mnt/MPD"
  370. playlist_directory "/var/lib/mpd/playlists"
  371. follow_outside_symlinks "yes"
  372. follow_inside_symlinks "yes"
  373. auto_update "no"
  374. filesystem_charset "UTF-8"
  375. id3v1_encoding "UTF-8"
  376. volume_normalization "no"
  377. audio_buffer_size "4096"
  378. buffer_before_play "20%"
  379. gapless_mp3_playback "no"
  380.  
  381. input {
  382. plugin "curl"
  383. }
  384.  
  385. decoder {
  386. plugin "ffmpeg"
  387. enabled "no"
  388. }
  389. replaygain "off"
  390.  
  391. audio_output {
  392. name "BossDAC"
  393. type "alsa"
  394. device "hw:0,0"
  395. mixer_control "Digital"
  396. mixer_type "hardware"
  397. mixer_device "hw:0"
  398. auto_resample "no"
  399. auto_format "no"
  400. }
  401.  
  402.  
  403. ###### Kernel optimization parameters ######
  404. hardware platform: RaspberryPi2
  405. current orionprofile: RuneAudio
  406.  
  407.  
  408. kernel scheduler for mmcblk0: [noop] deadline cfq
  409. /proc/sys/vm/swappiness: 0
  410. /proc/sys/kernel/sched_latency_ns: 4500000
  411. /proc/sys/kernel/sched_rt_period_us: 1000000
  412. /proc/sys/kernel/sched_rt_runtime_us: 950000
  413. /proc/sys/kernel/sched_autogroup_enabled: 1
  414. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  415. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  416. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  417.  
  418.  
  419. ###### Kernel module snd_usb_audio settings ######
  420. Error opening module snd_usb_audio
  421.  
  422. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  423. total 8.0K
  424. drwxr-xr-x 2 root root 4.0K Jun 29 2018 .
  425. drwxr-xr-x 6 root root 4.0K Jun 29 2018 ..
  426. lrwxrwxrwx 1 root root 34 Jun 29 2018 addons.service -> /etc/systemd/system/addons.service
  427. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  428. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  429. lrwxrwxrwx 1 root root 38 Jun 29 2018 cronie.service -> /usr/lib/systemd/system/cronie.service
  430. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  431. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  432. lrwxrwxrwx 1 root root 44 Jun 28 2018 [email protected] -> /usr/lib/systemd/system/[email protected]
  433. lrwxrwxrwx 1 root root 47 Oct 19 2016 [email protected] -> /usr/lib/systemd/system/[email protected]
  434. lrwxrwxrwx 1 root root 37 Feb 15 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  435. lrwxrwxrwx 1 root root 36 Feb 15 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  436. lrwxrwxrwx 1 root root 39 Feb 15 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  437. lrwxrwxrwx 1 root root 40 Jun 28 2018 rc-local.service -> /usr/lib/systemd/system/rc-local.service
  438. lrwxrwxrwx 1 root root 37 Feb 15 2015 redis.service -> /usr/lib/systemd/system/redis.service
  439. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  440. lrwxrwxrwx 1 root root 43 Feb 15 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  441. lrwxrwxrwx 1 root root 45 Feb 15 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  442. lrwxrwxrwx 1 root root 43 Feb 15 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  443. lrwxrwxrwx 1 root root 47 Jun 28 2018 spotify-connect.service -> /usr/lib/systemd/system/spotify-connect.service
  444. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  445.  
  446.  
  447. ###### Filesystem mounts ######
  448. /dev/root / ext4 rw,relatime,stripe=32679,data=ordered 0 0
  449. devtmpfs /dev devtmpfs rw,relatime,size=474584k,nr_inodes=118646,mode=755 0 0
  450. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  451. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  452. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  453. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  454. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  455. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  456. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  457. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  458. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  459. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  460. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  461. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  462. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  463. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  464. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  465. cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
  466. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=2477 0 0
  467. mqueue /dev/mqueue mqueue rw,relatime 0 0
  468. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  469. tmpfs /tmp tmpfs rw 0 0
  470. configfs /sys/kernel/config configfs rw,relatime 0 0
  471. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  472. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  473. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  474. devtmpfs /home/root/spotify-connect-web-chroot/dev devtmpfs rw,relatime,size=474584k,nr_inodes=118646,mode=755 0 0
  475. proc /home/root/spotify-connect-web-chroot/proc proc rw,relatime 0 0
  476.  
  477.  
  478. ###### Filesystem mounts - free space (df -h) ######
  479. Filesystem Size Used Avail Use% Mounted on
  480. /dev/root 30G 2.6G 26G 10% /
  481. devtmpfs 464M 0 464M 0% /dev
  482. tmpfs 468M 0 468M 0% /dev/shm
  483. tmpfs 468M 6.2M 462M 2% /run
  484. tmpfs 468M 0 468M 0% /sys/fs/cgroup
  485. tmpfs 468M 0 468M 0% /tmp
  486. logs 5.0M 12K 5.0M 1% /var/log
  487. rune-logs 5.0M 28K 5.0M 1% /var/log/runeaudio
  488. /dev/mmcblk0p1 100M 22M 78M 22% /boot
  489.  
  490.  
  491. ###### Loaded kernel modules ######
  492. Module Size Used by
  493. md4 16384 0
  494. nls_utf8 16384 1
  495. cifs 454656 2
  496. ccm 20480 0
  497. btsdio 16384 0
  498. bluetooth 356352 2 btsdio
  499. ecdh_generic 28672 1 bluetooth
  500. brcmfmac 217088 0
  501. brcmutil 16384 1 brcmfmac
  502. cfg80211 573440 1 brcmfmac
  503. snd_soc_pcm512x_i2c 16384 1
  504. snd_soc_pcm512x 28672 1 snd_soc_pcm512x_i2c
  505. snd_soc_allo_boss_dac 16384 2
  506. snd_soc_bcm2835_i2s 16384 2
  507. snd_soc_core 176128 3 snd_soc_pcm512x,snd_soc_bcm2835_i2s,snd_soc_allo_boss_dac
  508. snd_compress 20480 1 snd_soc_core
  509. snd_pcm_dmaengine 16384 1 snd_soc_core
  510. snd_pcm 94208 5 snd_soc_pcm512x,snd_pcm_dmaengine,snd_soc_bcm2835_i2s,snd_soc_core,snd_soc_allo_boss_dac
  511. snd_timer 32768 1 snd_pcm
  512. snd 65536 8 snd_compress,snd_timer,snd_soc_core,snd_pcm
  513. i2c_bcm2835 16384 0
  514. bcm2835_rng 16384 0
  515. rng_core 16384 1 bcm2835_rng
  516. clk_allo_dac 16384 1
  517. uio_pdrv_genirq 16384 0
  518. fixed 16384 0
  519. uio 16384 1 uio_pdrv_genirq
  520. sch_fq_codel 20480 3
  521. ip_tables 24576 0
  522. x_tables 28672 1 ip_tables
  523. ipv6 438272 0
  524.  
  525.  
  526. ###### Network listening sockets (netstat -lnp) ######
  527. Active Internet connections (only servers)
  528. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  529. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 403/mpd
  530. tcp 0 0 0.0.0.0:5002 0.0.0.0:* LISTEN 411/shairport
  531. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 296/redis-server 12
  532. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 232/python
  533. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 307/nginx: master p
  534. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 307/nginx: master p
  535. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 307/nginx: master p
  536. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 286/sshd
  537. tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN 320/python
  538. udp 0 0 0.0.0.0:47067 0.0.0.0:* 241/avahi-daemon: r
  539. udp 0 0 0.0.0.0:68 0.0.0.0:* 692/dhcpcd
  540. udp 0 0 192.168.1.14:123 0.0.0.0:* 300/ntpd
  541. udp 0 0 127.0.0.1:123 0.0.0.0:* 300/ntpd
  542. udp 0 0 0.0.0.0:123 0.0.0.0:* 300/ntpd
  543. udp 0 0 192.168.1.255:137 0.0.0.0:* 361/nmbd
  544. udp 0 0 192.168.1.14:137 0.0.0.0:* 361/nmbd
  545. udp 0 0 0.0.0.0:137 0.0.0.0:* 361/nmbd
  546. udp 0 0 192.168.1.255:138 0.0.0.0:* 361/nmbd
  547. udp 0 0 192.168.1.14:138 0.0.0.0:* 361/nmbd
  548. udp 0 0 0.0.0.0:138 0.0.0.0:* 361/nmbd
  549. udp 0 0 0.0.0.0:5353 0.0.0.0:* 241/avahi-daemon: r
  550. Active UNIX domain sockets (only servers)
  551. Proto RefCnt Flags Type State I-Node PID/Program name Path
  552. unix 2 [ ACC ] STREAM LISTENING 17679 361/nmbd /var/run/samba/nmbd/unexpected
  553. unix 2 [ ACC ] STREAM LISTENING 14671 296/redis-server 12 /tmp/redis.sock
  554. unix 2 [ ACC ] STREAM LISTENING 16511 434/php-fpm: master /var/run/php-display.sock
  555. unix 2 [ ACC ] STREAM LISTENING 16514 434/php-fpm: master /var/run/php-db.sock
  556. unix 2 [ ACC ] STREAM LISTENING 16517 434/php-fpm: master /var/run/php-command.sock
  557. unix 2 [ ACC ] STREAM LISTENING 2438 1/init /run/systemd/private
  558. unix 2 [ ACC ] SEQPACKET LISTENING 2445 1/init /run/systemd/coredump
  559. unix 2 [ ACC ] STREAM LISTENING 2448 1/init /run/systemd/journal/stdout
  560. unix 2 [ ACC ] STREAM LISTENING 2966 1/init /var/run/avahi-daemon/socket
  561. unix 2 [ ACC ] STREAM LISTENING 2969 1/init /run/dbus/system_bus_socket
  562. unix 2 [ ACC ] STREAM LISTENING 2972 1/init /var/run/rpcbind.sock
  563. unix 2 [ ACC ] SEQPACKET LISTENING 2467 1/init /run/udev/control
  564. unix 2 [ ACC ] STREAM LISTENING 2025 403/mpd /run/mpd.sock
  565.  
  566.  
  567. ###### Network established sockets (netstat -np) ######
  568. Active Internet connections (w/o servers)
  569. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  570. tcp 0 0 127.0.0.1:34230 127.0.0.1:6379 TIME_WAIT -
  571. tcp 0 0 127.0.0.1:34324 127.0.0.1:6379 TIME_WAIT -
  572. tcp 0 0 127.0.0.1:33620 127.0.0.1:6379 TIME_WAIT -
  573. tcp 0 0 127.0.0.1:34614 127.0.0.1:6379 TIME_WAIT -
  574. tcp 0 0 127.0.0.1:33802 127.0.0.1:6379 TIME_WAIT -
  575. tcp 0 0 127.0.0.1:33570 127.0.0.1:6379 TIME_WAIT -
  576. tcp 0 0 127.0.0.1:34536 127.0.0.1:6379 TIME_WAIT -
  577. tcp 0 0 127.0.0.1:34170 127.0.0.1:6379 TIME_WAIT -
  578. tcp 0 0 127.0.0.1:34020 127.0.0.1:6379 TIME_WAIT -
  579. tcp 0 0 127.0.0.1:34572 127.0.0.1:6379 TIME_WAIT -
  580. tcp 0 0 127.0.0.1:34216 127.0.0.1:6379 TIME_WAIT -
  581. tcp 0 0 127.0.0.1:34010 127.0.0.1:6379 TIME_WAIT -
  582. tcp 0 0 127.0.0.1:34282 127.0.0.1:6379 TIME_WAIT -
  583. tcp 0 0 127.0.0.1:33666 127.0.0.1:6379 TIME_WAIT -
  584. tcp 0 0 127.0.0.1:33552 127.0.0.1:6379 TIME_WAIT -
  585. tcp 0 0 127.0.0.1:34278 127.0.0.1:6379 TIME_WAIT -
  586. tcp 0 0 127.0.0.1:33754 127.0.0.1:6379 TIME_WAIT -
  587. tcp 0 0 127.0.0.1:33914 127.0.0.1:6379 TIME_WAIT -
  588. tcp 0 0 127.0.0.1:34350 127.0.0.1:6379 TIME_WAIT -
  589. tcp 0 0 127.0.0.1:34228 127.0.0.1:6379 TIME_WAIT -
  590. tcp 0 0 127.0.0.1:33764 127.0.0.1:6379 TIME_WAIT -
  591. tcp 0 0 127.0.0.1:34348 127.0.0.1:6379 TIME_WAIT -
  592. tcp 0 0 127.0.0.1:33572 127.0.0.1:6379 TIME_WAIT -
  593. tcp 0 0 127.0.0.1:34592 127.0.0.1:6379 TIME_WAIT -
  594. tcp 0 0 127.0.0.1:33794 127.0.0.1:6379 TIME_WAIT -
  595. tcp 0 0 127.0.0.1:33658 127.0.0.1:6379 TIME_WAIT -
  596. tcp 0 0 127.0.0.1:34554 127.0.0.1:6379 TIME_WAIT -
  597. tcp 0 0 127.0.0.1:33954 127.0.0.1:6379 TIME_WAIT -
  598. tcp 0 0 127.0.0.1:34318 127.0.0.1:6379 TIME_WAIT -
  599. tcp 0 0 127.0.0.1:34174 127.0.0.1:6379 TIME_WAIT -
  600. tcp 0 0 127.0.0.1:33904 127.0.0.1:6379 TIME_WAIT -
  601. tcp 0 0 127.0.0.1:33854 127.0.0.1:6379 TIME_WAIT -
  602. tcp 0 0 127.0.0.1:34342 127.0.0.1:6379 TIME_WAIT -
  603. tcp 0 0 127.0.0.1:34192 127.0.0.1:6379 TIME_WAIT -
  604. tcp 0 0 127.0.0.1:33722 127.0.0.1:6379 TIME_WAIT -
  605. tcp 0 0 127.0.0.1:34506 127.0.0.1:6379 TIME_WAIT -
  606. tcp 0 0 127.0.0.1:57578 127.0.0.1:6600 TIME_WAIT -
  607. tcp 0 0 127.0.0.1:34458 127.0.0.1:6379 TIME_WAIT -
  608. tcp 0 0 127.0.0.1:33946 127.0.0.1:6379 TIME_WAIT -
  609. tcp 0 0 127.0.0.1:33994 127.0.0.1:6379 TIME_WAIT -
  610. tcp 0 0 127.0.0.1:34248 127.0.0.1:6379 TIME_WAIT -
  611. tcp 0 0 127.0.0.1:34126 127.0.0.1:6379 TIME_WAIT -
  612. tcp 0 0 127.0.0.1:34474 127.0.0.1:6379 TIME_WAIT -
  613. tcp 0 0 127.0.0.1:56654 127.0.0.1:6600 TIME_WAIT -
  614. tcp 0 0 127.0.0.1:34414 127.0.0.1:6379 TIME_WAIT -
  615. tcp 0 0 127.0.0.1:33652 127.0.0.1:6379 TIME_WAIT -
  616. tcp 0 0 127.0.0.1:34424 127.0.0.1:6379 TIME_WAIT -
  617. tcp 0 0 127.0.0.1:34094 127.0.0.1:6379 TIME_WAIT -
  618. tcp 0 0 127.0.0.1:33920 127.0.0.1:6379 TIME_WAIT -
  619. tcp 0 0 127.0.0.1:34334 127.0.0.1:6379 TIME_WAIT -
  620. tcp 0 0 127.0.0.1:33858 127.0.0.1:6379 TIME_WAIT -
  621. tcp 0 0 127.0.0.1:34160 127.0.0.1:6379 TIME_WAIT -
  622. tcp 0 0 127.0.0.1:34550 127.0.0.1:6379 TIME_WAIT -
  623. tcp 0 0 127.0.0.1:34110 127.0.0.1:6379 TIME_WAIT -
  624. tcp 0 0 127.0.0.1:34420 127.0.0.1:6379 TIME_WAIT -
  625. tcp 0 0 127.0.0.1:34416 127.0.0.1:6379 TIME_WAIT -
  626. tcp 0 0 127.0.0.1:34302 127.0.0.1:6379 TIME_WAIT -
  627. tcp 0 0 127.0.0.1:34238 127.0.0.1:6379 TIME_WAIT -
  628. tcp 0 0 127.0.0.1:33558 127.0.0.1:6379 TIME_WAIT -
  629. tcp 0 0 127.0.0.1:33668 127.0.0.1:6379 TIME_WAIT -
  630. tcp 0 0 127.0.0.1:33902 127.0.0.1:6379 TIME_WAIT -
  631. tcp 0 0 127.0.0.1:34268 127.0.0.1:6379 TIME_WAIT -
  632. tcp 0 0 127.0.0.1:34210 127.0.0.1:6379 TIME_WAIT -
  633. tcp 0 0 127.0.0.1:33712 127.0.0.1:6379 TIME_WAIT -
  634. tcp 0 0 127.0.0.1:34306 127.0.0.1:6379 TIME_WAIT -
  635. tcp 0 0 127.0.0.1:34092 127.0.0.1:6379 TIME_WAIT -
  636. tcp 0 0 127.0.0.1:34598 127.0.0.1:6379 TIME_WAIT -
  637. tcp 0 0 127.0.0.1:34322 127.0.0.1:6379 TIME_WAIT -
  638. tcp 0 0 127.0.0.1:80 127.0.0.1:36904 TIME_WAIT -
  639. tcp 0 0 127.0.0.1:34510 127.0.0.1:6379 TIME_WAIT -
  640. tcp 0 0 127.0.0.1:34422 127.0.0.1:6379 TIME_WAIT -
  641. tcp 0 0 127.0.0.1:34046 127.0.0.1:6379 TIME_WAIT -
  642. tcp 0 0 127.0.0.1:33868 127.0.0.1:6379 TIME_WAIT -
  643. tcp 0 0 127.0.0.1:33996 127.0.0.1:6379 TIME_WAIT -
  644. tcp 0 0 127.0.0.1:80 127.0.0.1:37674 TIME_WAIT -
  645. tcp 0 0 127.0.0.1:34264 127.0.0.1:6379 TIME_WAIT -
  646. tcp 0 0 127.0.0.1:34078 127.0.0.1:6379 TIME_WAIT -
  647. tcp 0 0 127.0.0.1:34508 127.0.0.1:6379 TIME_WAIT -
  648. tcp 0 0 127.0.0.1:33696 127.0.0.1:6379 TIME_WAIT -
  649. tcp 0 0 127.0.0.1:34260 127.0.0.1:6379 TIME_WAIT -
  650. tcp 0 0 127.0.0.1:34246 127.0.0.1:6379 TIME_WAIT -
  651. tcp 0 0 127.0.0.1:33636 127.0.0.1:6379 TIME_WAIT -
  652. tcp 0 0 127.0.0.1:34028 127.0.0.1:6379 TIME_WAIT -
  653. tcp 0 0 127.0.0.1:34090 127.0.0.1:6379 TIME_WAIT -
  654. tcp 0 0 127.0.0.1:33746 127.0.0.1:6379 TIME_WAIT -
  655. tcp 0 0 127.0.0.1:33550 127.0.0.1:6379 TIME_WAIT -
  656. tcp 0 0 127.0.0.1:33886 127.0.0.1:6379 TIME_WAIT -
  657. tcp 0 0 127.0.0.1:34448 127.0.0.1:6379 TIME_WAIT -
  658. tcp 0 0 127.0.0.1:33900 127.0.0.1:6379 TIME_WAIT -
  659. tcp 0 0 127.0.0.1:34338 127.0.0.1:6379 TIME_WAIT -
  660. tcp 0 0 127.0.0.1:34432 127.0.0.1:6379 TIME_WAIT -
  661. tcp 0 0 127.0.0.1:33732 127.0.0.1:6379 TIME_WAIT -
  662. tcp 0 0 127.0.0.1:34038 127.0.0.1:6379 TIME_WAIT -
  663. tcp 0 0 127.0.0.1:33940 127.0.0.1:6379 TIME_WAIT -
  664. tcp 0 0 127.0.0.1:33986 127.0.0.1:6379 TIME_WAIT -
  665. tcp 0 0 127.0.0.1:80 127.0.0.1:37242 TIME_WAIT -
  666. tcp 0 0 127.0.0.1:80 127.0.0.1:37004 TIME_WAIT -
  667. tcp 0 0 127.0.0.1:33786 127.0.0.1:6379 TIME_WAIT -
  668. tcp 0 0 127.0.0.1:33556 127.0.0.1:6379 TIME_WAIT -
  669. tcp 0 0 127.0.0.1:34534 127.0.0.1:6379 TIME_WAIT -
  670. tcp 0 0 127.0.0.1:34276 127.0.0.1:6379 TIME_WAIT -
  671. tcp 0 0 127.0.0.1:34384 127.0.0.1:6379 TIME_WAIT -
  672. tcp 0 0 127.0.0.1:34576 127.0.0.1:6379 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:33884 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 0 127.0.0.1:33590 127.0.0.1:6379 TIME_WAIT -
  675. tcp 0 0 127.0.0.1:34634 127.0.0.1:6379 TIME_WAIT -
  676. tcp 0 0 127.0.0.1:33608 127.0.0.1:6379 TIME_WAIT -
  677. tcp 0 0 127.0.0.1:33856 127.0.0.1:6379 TIME_WAIT -
  678. tcp 0 0 192.168.1.14:80 192.168.1.100:52125 ESTABLISHED 308/nginx: worker p
  679. tcp 0 0 127.0.0.1:33536 127.0.0.1:6379 TIME_WAIT -
  680. tcp 0 0 127.0.0.1:33924 127.0.0.1:6379 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:34008 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 0 127.0.0.1:33862 127.0.0.1:6379 TIME_WAIT -
  683. tcp 0 0 127.0.0.1:34502 127.0.0.1:6379 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:33738 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:34206 127.0.0.1:6379 TIME_WAIT -
  686. tcp 0 0 127.0.0.1:34006 127.0.0.1:6379 TIME_WAIT -
  687. tcp 0 0 127.0.0.1:33736 127.0.0.1:6379 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:33568 127.0.0.1:6379 TIME_WAIT -
  689. tcp 0 0 127.0.0.1:34504 127.0.0.1:6379 TIME_WAIT -
  690. tcp 0 0 127.0.0.1:34464 127.0.0.1:6379 TIME_WAIT -
  691. tcp 0 0 127.0.0.1:34292 127.0.0.1:6379 TIME_WAIT -
  692. tcp 0 0 127.0.0.1:33710 127.0.0.1:6379 TIME_WAIT -
  693. tcp 0 0 127.0.0.1:34290 127.0.0.1:6379 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:34480 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 127.0.0.1:34298 127.0.0.1:6379 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:34136 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 127.0.0.1:34194 127.0.0.1:6379 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:33966 127.0.0.1:6379 TIME_WAIT -
  699. tcp 0 0 127.0.0.1:34234 127.0.0.1:6379 TIME_WAIT -
  700. tcp 0 0 127.0.0.1:34558 127.0.0.1:6379 TIME_WAIT -
  701. tcp 0 0 127.0.0.1:34284 127.0.0.1:6379 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:34244 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 127.0.0.1:33984 127.0.0.1:6379 TIME_WAIT -
  704. tcp 0 0 127.0.0.1:34622 127.0.0.1:6379 TIME_WAIT -
  705. tcp 0 0 127.0.0.1:33726 127.0.0.1:6379 TIME_WAIT -
  706. tcp 0 0 127.0.0.1:34114 127.0.0.1:6379 TIME_WAIT -
  707. tcp 0 0 127.0.0.1:34528 127.0.0.1:6379 TIME_WAIT -
  708. tcp 0 0 127.0.0.1:34382 127.0.0.1:6379 TIME_WAIT -
  709. tcp 0 0 127.0.0.1:34470 127.0.0.1:6379 TIME_WAIT -
  710. tcp 0 0 127.0.0.1:80 127.0.0.1:37670 TIME_WAIT -
  711. tcp 0 0 127.0.0.1:33992 127.0.0.1:6379 TIME_WAIT -
  712. tcp 0 0 127.0.0.1:34042 127.0.0.1:6379 TIME_WAIT -
  713. tcp 0 0 127.0.0.1:34212 127.0.0.1:6379 TIME_WAIT -
  714. tcp 0 0 127.0.0.1:33808 127.0.0.1:6379 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:33958 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:34462 127.0.0.1:6379 TIME_WAIT -
  717. tcp 0 0 127.0.0.1:34044 127.0.0.1:6379 TIME_WAIT -
  718. tcp 0 0 127.0.0.1:33692 127.0.0.1:6379 TIME_WAIT -
  719. tcp 0 0 127.0.0.1:34362 127.0.0.1:6379 TIME_WAIT -
  720. tcp 0 0 127.0.0.1:33912 127.0.0.1:6379 TIME_WAIT -
  721. tcp 0 0 127.0.0.1:34468 127.0.0.1:6379 TIME_WAIT -
  722. tcp 0 0 127.0.0.1:33752 127.0.0.1:6379 TIME_WAIT -
  723. tcp 0 0 127.0.0.1:33672 127.0.0.1:6379 TIME_WAIT -
  724. tcp 0 0 127.0.0.1:34232 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 127.0.0.1:34224 127.0.0.1:6379 TIME_WAIT -
  726. tcp 0 0 127.0.0.1:33864 127.0.0.1:6379 TIME_WAIT -
  727. tcp 0 0 127.0.0.1:34022 127.0.0.1:6379 TIME_WAIT -
  728. tcp 0 0 127.0.0.1:34132 127.0.0.1:6379 TIME_WAIT -
  729. tcp 0 0 127.0.0.1:33578 127.0.0.1:6379 TIME_WAIT -
  730. tcp 0 0 127.0.0.1:34612 127.0.0.1:6379 TIME_WAIT -
  731. tcp 0 0 127.0.0.1:33756 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 127.0.0.1:33830 127.0.0.1:6379 TIME_WAIT -
  733. tcp 0 0 127.0.0.1:34062 127.0.0.1:6379 TIME_WAIT -
  734. tcp 0 0 127.0.0.1:33844 127.0.0.1:6379 TIME_WAIT -
  735. tcp 0 0 127.0.0.1:33860 127.0.0.1:6379 TIME_WAIT -
  736. tcp 0 0 127.0.0.1:34444 127.0.0.1:6379 TIME_WAIT -
  737. tcp 0 0 127.0.0.1:33932 127.0.0.1:6379 TIME_WAIT -
  738. tcp 0 0 127.0.0.1:34526 127.0.0.1:6379 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:33876 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 127.0.0.1:33680 127.0.0.1:6379 TIME_WAIT -
  741. tcp 0 0 127.0.0.1:34452 127.0.0.1:6379 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:34364 127.0.0.1:6379 TIME_WAIT -
  743. tcp 0 0 127.0.0.1:34172 127.0.0.1:6379 TIME_WAIT -
  744. tcp 0 0 192.168.1.14:53330 104.199.241.103:443 ESTABLISHED 320/python
  745. tcp 0 0 127.0.0.1:33874 127.0.0.1:6379 TIME_WAIT -
  746. tcp 0 0 127.0.0.1:33744 127.0.0.1:6379 TIME_WAIT -
  747. tcp 0 0 192.168.1.14:36598 192.168.1.2:445 ESTABLISHED -
  748. tcp 0 0 127.0.0.1:33684 127.0.0.1:6379 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:33922 127.0.0.1:6379 TIME_WAIT -
  750. tcp 0 0 127.0.0.1:34056 127.0.0.1:6379 TIME_WAIT -
  751. tcp 0 0 127.0.0.1:34524 127.0.0.1:6379 TIME_WAIT -
  752. tcp 0 0 127.0.0.1:34544 127.0.0.1:6379 TIME_WAIT -
  753. tcp 0 0 127.0.0.1:33582 127.0.0.1:6379 TIME_WAIT -
  754. tcp 0 0 127.0.0.1:34256 127.0.0.1:6379 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:33888 127.0.0.1:6379 TIME_WAIT -
  756. tcp 0 0 127.0.0.1:34108 127.0.0.1:6379 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:34620 127.0.0.1:6379 TIME_WAIT -
  758. tcp 0 0 127.0.0.1:33800 127.0.0.1:6379 TIME_WAIT -
  759. tcp 0 0 127.0.0.1:33656 127.0.0.1:6379 TIME_WAIT -
  760. tcp 0 0 127.0.0.1:33592 127.0.0.1:6379 TIME_WAIT -
  761. tcp 0 0 127.0.0.1:33648 127.0.0.1:6379 TIME_WAIT -
  762. tcp 0 0 127.0.0.1:33606 127.0.0.1:6379 TIME_WAIT -
  763. tcp 0 0 127.0.0.1:34266 127.0.0.1:6379 TIME_WAIT -
  764. tcp 0 0 127.0.0.1:34300 127.0.0.1:6379 TIME_WAIT -
  765. tcp 0 0 127.0.0.1:33702 127.0.0.1:6379 TIME_WAIT -
  766. tcp 0 0 127.0.0.1:34486 127.0.0.1:6379 TIME_WAIT -
  767. tcp 0 0 127.0.0.1:34602 127.0.0.1:6379 TIME_WAIT -
  768. tcp 0 0 127.0.0.1:34026 127.0.0.1:6379 TIME_WAIT -
  769. tcp 0 0 127.0.0.1:34472 127.0.0.1:6379 TIME_WAIT -
  770. tcp 0 0 127.0.0.1:34198 127.0.0.1:6379 TIME_WAIT -
  771. tcp 0 0 127.0.0.1:56972 127.0.0.1:6600 TIME_WAIT -
  772. tcp 0 0 127.0.0.1:34144 127.0.0.1:6379 TIME_WAIT -
  773. tcp 0 0 127.0.0.1:33814 127.0.0.1:6379 TIME_WAIT -
  774. tcp 0 0 127.0.0.1:34584 127.0.0.1:6379 TIME_WAIT -
  775. tcp 0 0 127.0.0.1:34080 127.0.0.1:6379 TIME_WAIT -
  776. tcp 0 0 127.0.0.1:33560 127.0.0.1:6379 TIME_WAIT -
  777. tcp 0 0 127.0.0.1:33612 127.0.0.1:6379 TIME_WAIT -
  778. tcp 0 0 127.0.0.1:34320 127.0.0.1:6379 TIME_WAIT -
  779. tcp 0 0 127.0.0.1:33974 127.0.0.1:6379 TIME_WAIT -
  780. tcp 0 0 127.0.0.1:34040 127.0.0.1:6379 TIME_WAIT -
  781. tcp 0 0 127.0.0.1:34392 127.0.0.1:6379 TIME_WAIT -
  782. tcp 0 0 127.0.0.1:34498 127.0.0.1:6379 TIME_WAIT -
  783. tcp 0 0 127.0.0.1:34346 127.0.0.1:6379 TIME_WAIT -
  784. tcp 0 0 127.0.0.1:34616 127.0.0.1:6379 TIME_WAIT -
  785. tcp 0 0 127.0.0.1:34436 127.0.0.1:6379 TIME_WAIT -
  786. tcp 0 0 127.0.0.1:34402 127.0.0.1:6379 TIME_WAIT -
  787. tcp 0 0 127.0.0.1:80 127.0.0.1:37264 TIME_WAIT -
  788. tcp 0 0 127.0.0.1:33604 127.0.0.1:6379 TIME_WAIT -
  789. tcp 0 0 127.0.0.1:34478 127.0.0.1:6379 TIME_WAIT -
  790. tcp 0 0 127.0.0.1:33842 127.0.0.1:6379 TIME_WAIT -
  791. tcp 0 0 127.0.0.1:34538 127.0.0.1:6379 TIME_WAIT -
  792. tcp 0 0 127.0.0.1:33616 127.0.0.1:6379 TIME_WAIT -
  793. tcp 0 0 127.0.0.1:34354 127.0.0.1:6379 TIME_WAIT -
  794. tcp 0 0 127.0.0.1:34484 127.0.0.1:6379 TIME_WAIT -
  795. tcp 0 0 127.0.0.1:33822 127.0.0.1:6379 TIME_WAIT -
  796. tcp 0 0 127.0.0.1:33836 127.0.0.1:6379 TIME_WAIT -
  797. tcp 0 0 127.0.0.1:33798 127.0.0.1:6379 TIME_WAIT -
  798. tcp 0 0 127.0.0.1:34594 127.0.0.1:6379 TIME_WAIT -
  799. tcp 0 0 127.0.0.1:34496 127.0.0.1:6379 TIME_WAIT -
  800. tcp 0 0 127.0.0.1:33542 127.0.0.1:6379 TIME_WAIT -
  801. tcp 0 0 127.0.0.1:33952 127.0.0.1:6379 TIME_WAIT -
  802. tcp 0 0 127.0.0.1:33674 127.0.0.1:6379 TIME_WAIT -
  803. tcp 0 0 127.0.0.1:34030 127.0.0.1:6379 TIME_WAIT -
  804. tcp 0 0 127.0.0.1:33718 127.0.0.1:6379 TIME_WAIT -
  805. tcp 0 0 127.0.0.1:34516 127.0.0.1:6379 TIME_WAIT -
  806. tcp 0 0 127.0.0.1:34240 127.0.0.1:6379 TIME_WAIT -
  807. tcp 0 0 192.168.1.14:80 192.168.1.100:52124 ESTABLISHED 308/nginx: worker p
  808. tcp 0 0 127.0.0.1:33758 127.0.0.1:6379 TIME_WAIT -
  809. tcp 0 0 127.0.0.1:33704 127.0.0.1:6379 TIME_WAIT -
  810. tcp 0 0 127.0.0.1:33750 127.0.0.1:6379 TIME_WAIT -
  811. tcp 0 0 127.0.0.1:34076 127.0.0.1:6379 TIME_WAIT -
  812. tcp 0 0 127.0.0.1:34164 127.0.0.1:6379 TIME_WAIT -
  813. tcp 0 0 127.0.0.1:34124 127.0.0.1:6379 TIME_WAIT -
  814. tcp 0 0 127.0.0.1:34274 127.0.0.1:6379 TIME_WAIT -
  815. tcp 0 0 127.0.0.1:34386 127.0.0.1:6379 TIME_WAIT -
  816. tcp 0 0 127.0.0.1:33614 127.0.0.1:6379 TIME_WAIT -
  817. tcp 0 0 127.0.0.1:34408 127.0.0.1:6379 TIME_WAIT -
  818. tcp 0 0 127.0.0.1:34088 127.0.0.1:6379 TIME_WAIT -
  819. tcp 0 0 127.0.0.1:33776 127.0.0.1:6379 TIME_WAIT -
  820. tcp 0 0 127.0.0.1:34582 127.0.0.1:6379 TIME_WAIT -
  821. tcp 0 0 127.0.0.1:34546 127.0.0.1:6379 TIME_WAIT -
  822. tcp 0 0 127.0.0.1:34000 127.0.0.1:6379 TIME_WAIT -
  823. tcp 0 0 127.0.0.1:33816 127.0.0.1:6379 TIME_WAIT -
  824. tcp 0 0 127.0.0.1:34630 127.0.0.1:6379 TIME_WAIT -
  825. tcp 0 0 127.0.0.1:34138 127.0.0.1:6379 TIME_WAIT -
  826. tcp 0 0 127.0.0.1:33762 127.0.0.1:6379 TIME_WAIT -
  827. tcp 0 0 127.0.0.1:34286 127.0.0.1:6379 TIME_WAIT -
  828. tcp 0 0 127.0.0.1:33706 127.0.0.1:6379 TIME_WAIT -
  829. tcp 0 0 127.0.0.1:34280 127.0.0.1:6379 TIME_WAIT -
  830. tcp 0 0 127.0.0.1:33982 127.0.0.1:6379 TIME_WAIT -
  831. tcp 0 0 127.0.0.1:34440 127.0.0.1:6379 TIME_WAIT -
  832. tcp 0 0 127.0.0.1:33930 127.0.0.1:6379 TIME_WAIT -
  833. tcp 0 0 127.0.0.1:57572 127.0.0.1:6600 TIME_WAIT -
  834. tcp 0 0 127.0.0.1:34374 127.0.0.1:6379 TIME_WAIT -
  835. tcp 0 0 127.0.0.1:33936 127.0.0.1:6379 TIME_WAIT -
  836. tcp 0 0 127.0.0.1:34190 127.0.0.1:6379 TIME_WAIT -
  837. tcp 0 0 127.0.0.1:33650 127.0.0.1:6379 TIME_WAIT -
  838. tcp 0 0 127.0.0.1:33714 127.0.0.1:6379 TIME_WAIT -
  839. tcp 0 0 127.0.0.1:34182 127.0.0.1:6379 TIME_WAIT -
  840. tcp 0 0 127.0.0.1:33708 127.0.0.1:6379 TIME_WAIT -
  841. tcp 0 0 127.0.0.1:34312 127.0.0.1:6379 TIME_WAIT -
  842. tcp 0 0 127.0.0.1:34096 127.0.0.1:6379 TIME_WAIT -
  843. tcp 0 0 127.0.0.1:33950 127.0.0.1:6379 TIME_WAIT -
  844. tcp 0 0 127.0.0.1:34456 127.0.0.1:6379 TIME_WAIT -
  845. tcp 0 0 127.0.0.1:33654 127.0.0.1:6379 TIME_WAIT -
  846. tcp 0 0 127.0.0.1:34566 127.0.0.1:6379 TIME_WAIT -
  847. tcp 0 0 127.0.0.1:33872 127.0.0.1:6379 TIME_WAIT -
  848. tcp 0 0 127.0.0.1:34360 127.0.0.1:6379 TIME_WAIT -
  849. tcp 0 0 127.0.0.1:33780 127.0.0.1:6379 TIME_WAIT -
  850. tcp 0 0 127.0.0.1:33694 127.0.0.1:6379 TIME_WAIT -
  851. tcp 0 0 127.0.0.1:34310 127.0.0.1:6379 TIME_WAIT -
  852. tcp 0 0 127.0.0.1:34580 127.0.0.1:6379 TIME_WAIT -
  853. tcp 0 0 127.0.0.1:33980 127.0.0.1:6379 TIME_WAIT -
  854. tcp 0 0 127.0.0.1:34398 127.0.0.1:6379 TIME_WAIT -
  855. tcp 0 0 192.168.1.14:80 192.168.1.100:52127 TIME_WAIT -
  856. tcp 0 0 127.0.0.1:34304 127.0.0.1:6379 TIME_WAIT -
  857. tcp 0 0 127.0.0.1:34428 127.0.0.1:6379 TIME_WAIT -
  858. tcp 0 0 127.0.0.1:33770 127.0.0.1:6379 TIME_WAIT -
  859. tcp 0 0 127.0.0.1:33598 127.0.0.1:6379 TIME_WAIT -
  860. tcp 0 0 127.0.0.1:33600 127.0.0.1:6379 TIME_WAIT -
  861. tcp 0 0 127.0.0.1:34328 127.0.0.1:6379 TIME_WAIT -
  862. tcp 0 0 127.0.0.1:34262 127.0.0.1:6379 TIME_WAIT -
  863. tcp 0 0 127.0.0.1:34048 127.0.0.1:6379 TIME_WAIT -
  864. tcp 0 0 127.0.0.1:34326 127.0.0.1:6379 TIME_WAIT -
  865. tcp 0 0 127.0.0.1:34454 127.0.0.1:6379 TIME_WAIT -
  866. tcp 0 0 127.0.0.1:34204 127.0.0.1:6379 TIME_WAIT -
  867. tcp 0 0 127.0.0.1:34590 127.0.0.1:6379 TIME_WAIT -
  868. tcp 0 0 127.0.0.1:33646 127.0.0.1:6379 TIME_WAIT -
  869. tcp 0 0 127.0.0.1:33880 127.0.0.1:6379 TIME_WAIT -
  870. tcp 0 0 127.0.0.1:33892 127.0.0.1:6379 TIME_WAIT -
  871. tcp 0 0 127.0.0.1:33918 127.0.0.1:6379 TIME_WAIT -
  872. tcp 0 0 127.0.0.1:34060 127.0.0.1:6379 TIME_WAIT -
  873. tcp 0 0 127.0.0.1:33630 127.0.0.1:6379 TIME_WAIT -
  874. tcp 0 0 127.0.0.1:33682 127.0.0.1:6379 TIME_WAIT -
  875. tcp 0 0 127.0.0.1:33720 127.0.0.1:6379 TIME_WAIT -
  876. tcp 0 0 127.0.0.1:34600 127.0.0.1:6379 TIME_WAIT -
  877. tcp 0 0 127.0.0.1:33960 127.0.0.1:6379 TIME_WAIT -
  878. tcp 0 0 127.0.0.1:33938 127.0.0.1:6379 TIME_WAIT -
  879. tcp 0 0 127.0.0.1:33584 127.0.0.1:6379 TIME_WAIT -
  880. tcp 0 0 127.0.0.1:34296 127.0.0.1:6379 TIME_WAIT -
  881. tcp 0 0 127.0.0.1:33660 127.0.0.1:6379 TIME_WAIT -
  882. tcp 0 0 127.0.0.1:34086 127.0.0.1:6379 TIME_WAIT -
  883. tcp 0 0 127.0.0.1:34168 127.0.0.1:6379 TIME_WAIT -
  884. tcp 0 0 127.0.0.1:34358 127.0.0.1:6379 TIME_WAIT -
  885. tcp 0 0 127.0.0.1:33968 127.0.0.1:6379 TIME_WAIT -
  886. tcp 0 0 127.0.0.1:34032 127.0.0.1:6379 TIME_WAIT -
  887. tcp 0 0 127.0.0.1:34196 127.0.0.1:6379 TIME_WAIT -
  888. tcp 0 0 127.0.0.1:34514 127.0.0.1:6379 TIME_WAIT -
  889. tcp 0 0 127.0.0.1:33810 127.0.0.1:6379 TIME_WAIT -
  890. tcp 0 0 127.0.0.1:34564 127.0.0.1:6379 TIME_WAIT -
  891. tcp 0 0 127.0.0.1:34588 127.0.0.1:6379 TIME_WAIT -
  892. tcp 0 0 127.0.0.1:34236 127.0.0.1:6379 TIME_WAIT -
  893. tcp 0 0 127.0.0.1:33790 127.0.0.1:6379 TIME_WAIT -
  894. tcp 0 0 127.0.0.1:34332 127.0.0.1:6379 TIME_WAIT -
  895. tcp 0 0 127.0.0.1:33896 127.0.0.1:6379 TIME_WAIT -
  896. tcp 0 0 127.0.0.1:34250 127.0.0.1:6379 TIME_WAIT -
  897. tcp 0 0 127.0.0.1:34586 127.0.0.1:6379 TIME_WAIT -
  898. tcp 0 0 127.0.0.1:34158 127.0.0.1:6379 TIME_WAIT -
  899. tcp 0 0 127.0.0.1:34574 127.0.0.1:6379 TIME_WAIT -
  900. tcp 0 0 127.0.0.1:33768 127.0.0.1:6379 TIME_WAIT -
  901. tcp 0 0 127.0.0.1:34530 127.0.0.1:6379 TIME_WAIT -
  902. tcp 0 0 127.0.0.1:33806 127.0.0.1:6379 TIME_WAIT -
  903. tcp 0 0 127.0.0.1:80 127.0.0.1:36972 TIME_WAIT -
  904. tcp 0 0 127.0.0.1:33698 127.0.0.1:6379 TIME_WAIT -
  905. tcp 0 0 127.0.0.1:33890 127.0.0.1:6379 TIME_WAIT -
  906. tcp 0 0 127.0.0.1:34002 127.0.0.1:6379 TIME_WAIT -
  907. tcp 0 0 127.0.0.1:34390 127.0.0.1:6379 TIME_WAIT -
  908. tcp 0 0 127.0.0.1:33916 127.0.0.1:6379 TIME_WAIT -
  909. tcp 0 0 127.0.0.1:33934 127.0.0.1:6379 TIME_WAIT -
  910. tcp 0 0 127.0.0.1:33690 127.0.0.1:6379 TIME_WAIT -
  911. tcp 0 0 127.0.0.1:34450 127.0.0.1:6379 TIME_WAIT -
  912. tcp 0 0 127.0.0.1:33566 127.0.0.1:6379 TIME_WAIT -
  913. tcp 0 0 127.0.0.1:34370 127.0.0.1:6379 TIME_WAIT -
  914. tcp 0 0 192.168.1.14:80 192.168.1.100:52126 ESTABLISHED 308/nginx: worker p
  915. tcp 0 0 127.0.0.1:34490 127.0.0.1:6379 TIME_WAIT -
  916. tcp 0 0 127.0.0.1:34186 127.0.0.1:6379 TIME_WAIT -
  917. tcp 0 0 127.0.0.1:34636 127.0.0.1:6379 TIME_WAIT -
  918. tcp 0 0 127.0.0.1:34512 127.0.0.1:6379 TIME_WAIT -
  919. tcp 0 0 127.0.0.1:34154 127.0.0.1:6379 TIME_WAIT -
  920. tcp 0 0 127.0.0.1:34036 127.0.0.1:6379 TIME_WAIT -
  921. tcp 0 0 127.0.0.1:33730 127.0.0.1:6379 TIME_WAIT -
  922. tcp 0 0 127.0.0.1:34222 127.0.0.1:6379 TIME_WAIT -
  923. tcp 0 0 127.0.0.1:33748 127.0.0.1:6379 TIME_WAIT -
  924. tcp 0 0 127.0.0.1:34378 127.0.0.1:6379 TIME_WAIT -
  925. tcp 0 0 127.0.0.1:34150 127.0.0.1:6379 TIME_WAIT -
  926. tcp 0 0 127.0.0.1:34368 127.0.0.1:6379 TIME_WAIT -
  927. tcp 0 0 127.0.0.1:33634 127.0.0.1:6379 TIME_WAIT -
  928. tcp 0 0 127.0.0.1:34148 127.0.0.1:6379 TIME_WAIT -
  929. tcp 0 0 127.0.0.1:33832 127.0.0.1:6379 TIME_WAIT -
  930. tcp 0 0 127.0.0.1:34406 127.0.0.1:6379 TIME_WAIT -
  931. tcp 0 0 127.0.0.1:33978 127.0.0.1:6379 TIME_WAIT -
  932. tcp 0 0 127.0.0.1:34050 127.0.0.1:6379 TIME_WAIT -
  933. tcp 0 0 127.0.0.1:34376 127.0.0.1:6379 TIME_WAIT -
  934. tcp 0 0 127.0.0.1:33804 127.0.0.1:6379 TIME_WAIT -
  935. tcp 0 0 127.0.0.1:34118 127.0.0.1:6379 TIME_WAIT -
  936. tcp 0 0 127.0.0.1:34272 127.0.0.1:6379 TIME_WAIT -
  937. tcp 0 0 127.0.0.1:33716 127.0.0.1:6379 TIME_WAIT -
  938. tcp 0 0 127.0.0.1:34102 127.0.0.1:6379 TIME_WAIT -
  939. tcp 0 0 127.0.0.1:33644 127.0.0.1:6379 TIME_WAIT -
  940. tcp 0 0 127.0.0.1:34034 127.0.0.1:6379 TIME_WAIT -
  941. tcp 0 0 127.0.0.1:33662 127.0.0.1:6379 TIME_WAIT -
  942. tcp 0 0 127.0.0.1:33964 127.0.0.1:6379 TIME_WAIT -
  943. tcp 0 0 127.0.0.1:33906 127.0.0.1:6379 TIME_WAIT -
  944. tcp 0 0 127.0.0.1:34100 127.0.0.1:6379 TIME_WAIT -
  945. tcp 0 0 127.0.0.1:34540 127.0.0.1:6379 TIME_WAIT -
  946. tcp 0 0 127.0.0.1:34116 127.0.0.1:6379 TIME_WAIT -
  947. tcp 0 0 127.0.0.1:33628 127.0.0.1:6379 TIME_WAIT -
  948. tcp 0 0 127.0.0.1:34270 127.0.0.1:6379 TIME_WAIT -
  949. tcp 0 0 127.0.0.1:33908 127.0.0.1:6379 TIME_WAIT -
  950. tcp 0 0 127.0.0.1:34176 127.0.0.1:6379 TIME_WAIT -
  951. tcp 0 0 127.0.0.1:34356 127.0.0.1:6379 TIME_WAIT -
  952. tcp 0 0 127.0.0.1:34054 127.0.0.1:6379 TIME_WAIT -
  953. tcp 0 0 127.0.0.1:33878 127.0.0.1:6379 TIME_WAIT -
  954. tcp 0 0 127.0.0.1:34242 127.0.0.1:6379 TIME_WAIT -
  955. tcp 0 0 127.0.0.1:33728 127.0.0.1:6379 TIME_WAIT -
  956. tcp 0 0 127.0.0.1:34188 127.0.0.1:6379 TIME_WAIT -
  957. tcp 0 0 127.0.0.1:34072 127.0.0.1:6379 TIME_WAIT -
  958. tcp 0 0 127.0.0.1:33602 127.0.0.1:6379 TIME_WAIT -
  959. tcp 0 0 127.0.0.1:33796 127.0.0.1:6379 TIME_WAIT -
  960. tcp 0 0 127.0.0.1:34518 127.0.0.1:6379 TIME_WAIT -
  961. tcp 0 0 127.0.0.1:34500 127.0.0.1:6379 TIME_WAIT -
  962. tcp 0 0 127.0.0.1:33970 127.0.0.1:6379 TIME_WAIT -
  963. tcp 0 0 127.0.0.1:34426 127.0.0.1:6379 TIME_WAIT -
  964. tcp 0 0 127.0.0.1:34560 127.0.0.1:6379 TIME_WAIT -
  965. tcp 0 0 127.0.0.1:34482 127.0.0.1:6379 TIME_WAIT -
  966. tcp 0 0 127.0.0.1:33824 127.0.0.1:6379 TIME_WAIT -
  967. tcp 0 0 127.0.0.1:34024 127.0.0.1:6379 TIME_WAIT -
  968. tcp 0 0 127.0.0.1:33834 127.0.0.1:6379 TIME_WAIT -
  969. tcp 0 0 127.0.0.1:33562 127.0.0.1:6379 TIME_WAIT -
  970. tcp 0 0 127.0.0.1:33734 127.0.0.1:6379 TIME_WAIT -
  971. tcp 0 0 127.0.0.1:34220 127.0.0.1:6379 TIME_WAIT -
  972. tcp 0 0 127.0.0.1:33928 127.0.0.1:6379 TIME_WAIT -
  973. tcp 0 0 127.0.0.1:34016 127.0.0.1:6379 TIME_WAIT -
  974. tcp 0 0 127.0.0.1:34178 127.0.0.1:6379 TIME_WAIT -
  975. tcp 0 0 127.0.0.1:34074 127.0.0.1:6379 TIME_WAIT -
  976. tcp 0 0 127.0.0.1:34624 127.0.0.1:6379 TIME_WAIT -
  977. tcp 0 0 127.0.0.1:33538 127.0.0.1:6379 TIME_WAIT -
  978. tcp 0 0 127.0.0.1:34410 127.0.0.1:6379 TIME_WAIT -
  979. tcp 0 0 127.0.0.1:33766 127.0.0.1:6379 TIME_WAIT -
  980. tcp 0 0 127.0.0.1:34068 127.0.0.1:6379 TIME_WAIT -
  981. tcp 0 0 127.0.0.1:33640 127.0.0.1:6379 TIME_WAIT -
  982. tcp 0 0 127.0.0.1:33846 127.0.0.1:6379 TIME_WAIT -
  983. tcp 0 0 127.0.0.1:33664 127.0.0.1:6379 TIME_WAIT -
  984. tcp 0 0 127.0.0.1:34012 127.0.0.1:6379 TIME_WAIT -
  985. tcp 0 0 127.0.0.1:33910 127.0.0.1:6379 TIME_WAIT -
  986. tcp 0 0 127.0.0.1:33632 127.0.0.1:6379 TIME_WAIT -
  987. tcp 0 0 127.0.0.1:34404 127.0.0.1:6379 TIME_WAIT -
  988. tcp 0 0 127.0.0.1:34522 127.0.0.1:6379 TIME_WAIT -
  989. tcp 0 0 127.0.0.1:33642 127.0.0.1:6379 TIME_WAIT -
  990. tcp 0 0 127.0.0.1:34520 127.0.0.1:6379 TIME_WAIT -
  991. tcp 0 0 127.0.0.1:34084 127.0.0.1:6379 TIME_WAIT -
  992. tcp 0 0 127.0.0.1:34070 127.0.0.1:6379 TIME_WAIT -
  993. tcp 0 0 127.0.0.1:33638 127.0.0.1:6379 TIME_WAIT -
  994. tcp 0 0 127.0.0.1:34606 127.0.0.1:6379 TIME_WAIT -
  995. tcp 0 0 127.0.0.1:34128 127.0.0.1:6379 TIME_WAIT -
  996. tcp 0 0 127.0.0.1:34052 127.0.0.1:6379 TIME_WAIT -
  997. tcp 0 0 127.0.0.1:33724 127.0.0.1:6379 TIME_WAIT -
  998. tcp 0 0 127.0.0.1:34294 127.0.0.1:6379 TIME_WAIT -
  999. tcp 0 0 127.0.0.1:33774 127.0.0.1:6379 TIME_WAIT -
  1000. tcp 0 0 127.0.0.1:33772 127.0.0.1:6379 TIME_WAIT -
  1001. tcp 0 0 127.0.0.1:82 127.0.0.1:58838 TIME_WAIT -
  1002. tcp 0 0 127.0.0.1:34058 127.0.0.1:6379 TIME_WAIT -
  1003. tcp 0 0 127.0.0.1:34134 127.0.0.1:6379 TIME_WAIT -
  1004. tcp 0 0 127.0.0.1:33926 127.0.0.1:6379 TIME_WAIT -
  1005. tcp 0 0 127.0.0.1:34330 127.0.0.1:6379 TIME_WAIT -
  1006. tcp 0 0 127.0.0.1:33998 127.0.0.1:6379 TIME_WAIT -
  1007. tcp 0 0 127.0.0.1:34066 127.0.0.1:6379 TIME_WAIT -
  1008. tcp 0 0 127.0.0.1:33596 127.0.0.1:6379 TIME_WAIT -
  1009. tcp 0 0 127.0.0.1:34488 127.0.0.1:6379 TIME_WAIT -
  1010. tcp 0 0 127.0.0.1:33540 127.0.0.1:6379 TIME_WAIT -
  1011. tcp 0 0 127.0.0.1:34632 127.0.0.1:6379 TIME_WAIT -
  1012. tcp 0 0 127.0.0.1:34608 127.0.0.1:6379 TIME_WAIT -
  1013. tcp 0 0 127.0.0.1:34570 127.0.0.1:6379 TIME_WAIT -
  1014. tcp 0 0 127.0.0.1:33944 127.0.0.1:6379 TIME_WAIT -
  1015. tcp 0 0 127.0.0.1:34218 127.0.0.1:6379 TIME_WAIT -
  1016. tcp 0 0 127.0.0.1:34434 127.0.0.1:6379 TIME_WAIT -
  1017. tcp 0 0 127.0.0.1:33818 127.0.0.1:6379 TIME_WAIT -
  1018. tcp 0 0 127.0.0.1:34104 127.0.0.1:6379 TIME_WAIT -
  1019. tcp 0 0 127.0.0.1:33788 127.0.0.1:6379 TIME_WAIT -
  1020. tcp 0 0 127.0.0.1:34112 127.0.0.1:6379 TIME_WAIT -
  1021. tcp 0 0 127.0.0.1:34442 127.0.0.1:6379 TIME_WAIT -
  1022. tcp 0 0 127.0.0.1:34366 127.0.0.1:6379 TIME_WAIT -
  1023. tcp 0 0 127.0.0.1:34596 127.0.0.1:6379 TIME_WAIT -
  1024. tcp 0 0 127.0.0.1:33554 127.0.0.1:6379 TIME_WAIT -
  1025. tcp 0 0 127.0.0.1:33742 127.0.0.1:6379 TIME_WAIT -
  1026. tcp 0 0 127.0.0.1:34438 127.0.0.1:6379 TIME_WAIT -
  1027. tcp 0 0 127.0.0.1:33594 127.0.0.1:6379 TIME_WAIT -
  1028. tcp 0 0 127.0.0.1:34258 127.0.0.1:6379 TIME_WAIT -
  1029. tcp 0 0 127.0.0.1:34202 127.0.0.1:6379 TIME_WAIT -
  1030. tcp 0 0 127.0.0.1:33740 127.0.0.1:6379 TIME_WAIT -
  1031. tcp 0 0 127.0.0.1:34098 127.0.0.1:6379 TIME_WAIT -
  1032. tcp 0 0 127.0.0.1:34542 127.0.0.1:6379 TIME_WAIT -
  1033. tcp 0 0 127.0.0.1:33866 127.0.0.1:6379 TIME_WAIT -
  1034. tcp 0 0 127.0.0.1:34352 127.0.0.1:6379 TIME_WAIT -
  1035. tcp 0 0 127.0.0.1:33784 127.0.0.1:6379 TIME_WAIT -
  1036. tcp 0 0 127.0.0.1:33580 127.0.0.1:6379 TIME_WAIT -
  1037. tcp 0 0 127.0.0.1:33618 127.0.0.1:6379 TIME_WAIT -
  1038. tcp 0 0 127.0.0.1:34018 127.0.0.1:6379 TIME_WAIT -
  1039. tcp 0 0 127.0.0.1:34146 127.0.0.1:6379 TIME_WAIT -
  1040. tcp 0 0 127.0.0.1:34626 127.0.0.1:6379 TIME_WAIT -
  1041. tcp 0 0 127.0.0.1:34166 127.0.0.1:6379 TIME_WAIT -
  1042. tcp 0 0 127.0.0.1:34578 127.0.0.1:6379 TIME_WAIT -
  1043. tcp 0 0 127.0.0.1:34492 127.0.0.1:6379 TIME_WAIT -
  1044. tcp 0 0 127.0.0.1:33898 127.0.0.1:6379 TIME_WAIT -
  1045. tcp 0 0 127.0.0.1:33588 127.0.0.1:6379 TIME_WAIT -
  1046. tcp 0 0 127.0.0.1:34638 127.0.0.1:6379 TIME_WAIT -
  1047. tcp 0 0 127.0.0.1:34380 127.0.0.1:6379 TIME_WAIT -
  1048. tcp 0 0 127.0.0.1:33792 127.0.0.1:6379 TIME_WAIT -
  1049. tcp 0 0 127.0.0.1:33972 127.0.0.1:6379 TIME_WAIT -
  1050. tcp 0 0 127.0.0.1:33894 127.0.0.1:6379 TIME_WAIT -
  1051. tcp 0 0 127.0.0.1:34140 127.0.0.1:6379 TIME_WAIT -
  1052. tcp 0 0 127.0.0.1:34556 127.0.0.1:6379 TIME_WAIT -
  1053. tcp 0 0 127.0.0.1:34180 127.0.0.1:6379 TIME_WAIT -
  1054. tcp 0 0 127.0.0.1:33544 127.0.0.1:6379 TIME_WAIT -
  1055. tcp 0 0 127.0.0.1:33852 127.0.0.1:6379 TIME_WAIT -
  1056. tcp 0 0 127.0.0.1:33962 127.0.0.1:6379 TIME_WAIT -
  1057. tcp 0 0 127.0.0.1:33670 127.0.0.1:6379 TIME_WAIT -
  1058. tcp 0 0 127.0.0.1:34412 127.0.0.1:6379 TIME_WAIT -
  1059. tcp 0 0 127.0.0.1:34396 127.0.0.1:6379 TIME_WAIT -
  1060. tcp 0 0 127.0.0.1:34014 127.0.0.1:6379 TIME_WAIT -
  1061. tcp 0 0 127.0.0.1:34388 127.0.0.1:6379 TIME_WAIT -
  1062. tcp 0 0 127.0.0.1:34418 127.0.0.1:6379 TIME_WAIT -
  1063. tcp 0 0 127.0.0.1:34156 127.0.0.1:6379 TIME_WAIT -
  1064. tcp 0 0 127.0.0.1:33610 127.0.0.1:6379 TIME_WAIT -
  1065. tcp 0 0 127.0.0.1:34064 127.0.0.1:6379 TIME_WAIT -
  1066. tcp 0 0 127.0.0.1:34314 127.0.0.1:6379 TIME_WAIT -
  1067. tcp 0 0 127.0.0.1:33548 127.0.0.1:6379 TIME_WAIT -
  1068. tcp 0 0 127.0.0.1:34618 127.0.0.1:6379 TIME_WAIT -
  1069. tcp 0 0 127.0.0.1:34400 127.0.0.1:6379 TIME_WAIT -
  1070. tcp 0 0 127.0.0.1:33812 127.0.0.1:6379 TIME_WAIT -
  1071. tcp 0 0 127.0.0.1:34494 127.0.0.1:6379 TIME_WAIT -
  1072. tcp 0 0 127.0.0.1:34628 127.0.0.1:6379 TIME_WAIT -
  1073. tcp 0 0 127.0.0.1:33688 127.0.0.1:6379 TIME_WAIT -
  1074. tcp 0 0 127.0.0.1:33760 127.0.0.1:6379 TIME_WAIT -
  1075. tcp 0 0 127.0.0.1:33870 127.0.0.1:6379 TIME_WAIT -
  1076. tcp 0 0 127.0.0.1:33990 127.0.0.1:6379 TIME_WAIT -
  1077. tcp 0 0 127.0.0.1:33840 127.0.0.1:6379 TIME_WAIT -
  1078. tcp 0 0 127.0.0.1:33848 127.0.0.1:6379 TIME_WAIT -
  1079. tcp 0 0 127.0.0.1:33976 127.0.0.1:6379 TIME_WAIT -
  1080. tcp 0 0 127.0.0.1:33586 127.0.0.1:6379 TIME_WAIT -
  1081. tcp 0 0 127.0.0.1:34122 127.0.0.1:6379 TIME_WAIT -
  1082. tcp 0 0 127.0.0.1:33546 127.0.0.1:6379 TIME_WAIT -
  1083. tcp 0 0 127.0.0.1:34252 127.0.0.1:6379 TIME_WAIT -
  1084. tcp 0 0 127.0.0.1:34430 127.0.0.1:6379 TIME_WAIT -
  1085. tcp 0 0 127.0.0.1:34562 127.0.0.1:6379 TIME_WAIT -
  1086. tcp 0 0 127.0.0.1:33826 127.0.0.1:6379 TIME_WAIT -
  1087. tcp 0 0 127.0.0.1:33838 127.0.0.1:6379 TIME_WAIT -
  1088. tcp 0 0 127.0.0.1:34336 127.0.0.1:6379 TIME_WAIT -
  1089. tcp 0 0 127.0.0.1:34226 127.0.0.1:6379 TIME_WAIT -
  1090. tcp 0 0 127.0.0.1:33948 127.0.0.1:6379 TIME_WAIT -
  1091. tcp 0 0 127.0.0.1:34466 127.0.0.1:6379 TIME_WAIT -
  1092. tcp 0 0 127.0.0.1:34446 127.0.0.1:6379 TIME_WAIT -
  1093. tcp 0 0 127.0.0.1:34344 127.0.0.1:6379 TIME_WAIT -
  1094. tcp 0 0 127.0.0.1:34340 127.0.0.1:6379 TIME_WAIT -
  1095. tcp 0 0 127.0.0.1:34316 127.0.0.1:6379 TIME_WAIT -
  1096. tcp 0 0 127.0.0.1:34568 127.0.0.1:6379 TIME_WAIT -
  1097. tcp 0 0 127.0.0.1:33828 127.0.0.1:6379 TIME_WAIT -
  1098. tcp 0 0 127.0.0.1:33956 127.0.0.1:6379 TIME_WAIT -
  1099. tcp 0 0 127.0.0.1:34162 127.0.0.1:6379 TIME_WAIT -
  1100. tcp 0 0 127.0.0.1:34308 127.0.0.1:6379 TIME_WAIT -
  1101. tcp 0 0 127.0.0.1:34532 127.0.0.1:6379 TIME_WAIT -
  1102. tcp 0 0 127.0.0.1:34184 127.0.0.1:6379 TIME_WAIT -
  1103. tcp 0 0 127.0.0.1:33678 127.0.0.1:6379 TIME_WAIT -
  1104. tcp 0 0 127.0.0.1:33676 127.0.0.1:6379 TIME_WAIT -
  1105. tcp 0 0 127.0.0.1:33820 127.0.0.1:6379 TIME_WAIT -
  1106. tcp 0 0 127.0.0.1:34288 127.0.0.1:6379 TIME_WAIT -
  1107. tcp 0 0 127.0.0.1:33576 127.0.0.1:6379 TIME_WAIT -
  1108. tcp 0 0 127.0.0.1:33624 127.0.0.1:6379 TIME_WAIT -
  1109. tcp 0 0 127.0.0.1:34394 127.0.0.1:6379 TIME_WAIT -
  1110. tcp 0 0 127.0.0.1:34130 127.0.0.1:6379 TIME_WAIT -
  1111. tcp 0 0 127.0.0.1:34214 127.0.0.1:6379 TIME_WAIT -
  1112. tcp 0 0 127.0.0.1:33564 127.0.0.1:6379 TIME_WAIT -
  1113. tcp 0 0 127.0.0.1:34476 127.0.0.1:6379 TIME_WAIT -
  1114. tcp 0 0 127.0.0.1:33622 127.0.0.1:6379 TIME_WAIT -
  1115. tcp 0 0 127.0.0.1:34254 127.0.0.1:6379 TIME_WAIT -
  1116. tcp 0 0 127.0.0.1:33626 127.0.0.1:6379 TIME_WAIT -
  1117. tcp 0 0 127.0.0.1:34200 127.0.0.1:6379 TIME_WAIT -
  1118. tcp 0 0 127.0.0.1:34372 127.0.0.1:6379 TIME_WAIT -
  1119. tcp 0 0 127.0.0.1:33700 127.0.0.1:6379 TIME_WAIT -
  1120. tcp 0 0 127.0.0.1:33942 127.0.0.1:6379 TIME_WAIT -
  1121. tcp 0 0 127.0.0.1:34460 127.0.0.1:6379 TIME_WAIT -
  1122. tcp 0 0 127.0.0.1:34208 127.0.0.1:6379 TIME_WAIT -
  1123. tcp 0 0 127.0.0.1:33574 127.0.0.1:6379 TIME_WAIT -
  1124. tcp 0 0 127.0.0.1:33988 127.0.0.1:6379 TIME_WAIT -
  1125. udp 0 0 192.168.1.14:56862 203.162.4.190:53 ESTABLISHED 300/ntpd
  1126. Active UNIX domain sockets (w/o servers)
  1127. Proto RefCnt Flags Type State I-Node PID/Program name Path
  1128. unix 2 [ ] DGRAM 13873 283/wpa_supplicant /run/wpa_supplicant/p2p-dev-wlan0
  1129. unix 3 [ ] DGRAM 2436 1/init /run/systemd/notify
  1130. unix 3 [ ] DGRAM 14472 283/wpa_supplicant /run/wpa_supplicant/wlan0
  1131. unix 2 [ ] DGRAM 14476 285/wpa_actiond /tmp/wpa_ctrl_285-1
  1132. unix 4 [ ] DGRAM 2451 1/init /run/systemd/journal/socket
  1133. unix 7 [ ] DGRAM 2455 1/init /run/systemd/journal/dev-log
  1134. unix 2 [ ] DGRAM 12981 361/nmbd /var/lib/samba/private/msg.sock/361
  1135. unix 3 [ ] STREAM CONNECTED 14091 307/nginx: master p
  1136. unix 3 [ ] STREAM CONNECTED 15969 770/php
  1137. unix 3 [ ] STREAM CONNECTED 16641 355/php
  1138. unix 3 [ ] STREAM CONNECTED 2038 403/mpd /run/mpd.sock
  1139. unix 3 [ ] STREAM CONNECTED 19157 296/redis-server 12 /tmp/redis.sock
  1140. unix 3 [ ] STREAM CONNECTED 2032 296/redis-server 12 /tmp/redis.sock
  1141. unix 3 [ ] STREAM CONNECTED 15419 411/shairport
  1142. unix 3 [ ] STREAM CONNECTED 16510 434/php-fpm: master
  1143. unix 3 [ ] STREAM CONNECTED 16509 434/php-fpm: master
  1144. unix 3 [ ] STREAM CONNECTED 14092 307/nginx: master p
  1145. unix 3 [ ] STREAM CONNECTED 14183 317/php
  1146. unix 3 [ ] STREAM CONNECTED 12816 1/init /run/systemd/journal/stdout
  1147. unix 3 [ ] STREAM CONNECTED 13193 1/init /run/systemd/journal/stdout
  1148. unix 2 [ ] DGRAM 16849 1/init
  1149. unix 3 [ ] STREAM CONNECTED 15401 411/shairport
  1150. unix 3 [ ] STREAM CONNECTED 15462 1/init /run/systemd/journal/stdout
  1151. unix 3 [ ] STREAM CONNECTED 16495 434/php-fpm: master
  1152. unix 3 [ ] STREAM CONNECTED 13202 234/dbus-daemon /run/dbus/system_bus_socket
  1153. unix 3 [ ] STREAM CONNECTED 13254 296/redis-server 12 /tmp/redis.sock
  1154. unix 3 [ ] STREAM CONNECTED 15507 445/php
  1155. unix 3 [ ] STREAM CONNECTED 17576 296/redis-server 12 /tmp/redis.sock
  1156. unix 3 [ ] STREAM CONNECTED 16639 355/php
  1157. unix 3 [ ] STREAM CONNECTED 15724 317/php
  1158. unix 2 [ ] DGRAM 14081 300/ntpd
  1159. unix 3 [ ] STREAM CONNECTED 10377 1/init /run/systemd/journal/stdout
  1160. unix 2 [ ] DGRAM 12130 147/systemd-journal
  1161. unix 3 [ ] STREAM CONNECTED 12560 234/dbus-daemon /run/dbus/system_bus_socket
  1162. unix 3 [ ] STREAM CONNECTED 12967 355/php
  1163. unix 3 [ ] STREAM CONNECTED 2725 174/systemd-udevd
  1164. unix 3 [ ] STREAM CONNECTED 12665 286/sshd
  1165. unix 3 [ ] STREAM CONNECTED 14247 1/init /run/systemd/journal/stdout
  1166. unix 3 [ ] STREAM CONNECTED 12593 241/avahi-daemon: r
  1167. unix 2 [ ] DGRAM 2731 174/systemd-udevd
  1168. unix 2 [ ] DGRAM 12580 241/avahi-daemon: r
  1169. unix 3 [ ] STREAM CONNECTED 12559 234/dbus-daemon
  1170. unix 2 [ ] DGRAM 12607 285/wpa_actiond
  1171. unix 3 [ ] STREAM CONNECTED 2981 1/init
  1172. unix 3 [ ] STREAM CONNECTED 12558 234/dbus-daemon
  1173. unix 3 [ ] STREAM CONNECTED 12588 241/avahi-daemon: r
  1174. unix 3 [ ] STREAM CONNECTED 1751 234/dbus-daemon /run/dbus/system_bus_socket
  1175. unix 3 [ ] STREAM CONNECTED 12589 255/avahi-daemon: c
  1176. unix 3 [ ] DGRAM 12374 174/systemd-udevd
  1177. unix 3 [ ] DGRAM 12373 174/systemd-udevd
  1178. unix 3 [ ] STREAM CONNECTED 13879 1/init /run/systemd/journal/stdout
  1179. unix 3 [ ] STREAM CONNECTED 14656 307/nginx: master p
  1180. unix 3 [ ] STREAM CONNECTED 14664 300/ntpd
  1181. unix 3 [ ] STREAM CONNECTED 14655 307/nginx: master p
  1182. unix 3 [ ] STREAM CONNECTED 14665 300/ntpd
  1183. unix 3 [ ] STREAM CONNECTED 14542 289/sh
  1184. unix 3 [ ] STREAM CONNECTED 13940 1/init /run/systemd/journal/stdout
  1185. unix 3 [ ] STREAM CONNECTED 13731 241/avahi-daemon: r
  1186. unix 3 [ ] STREAM CONNECTED 13849 248/ifplugd
  1187. unix 3 [ ] STREAM CONNECTED 14342 1/init /run/systemd/journal/stdout
  1188. unix 3 [ ] STREAM CONNECTED 1737 246/sh
  1189. unix 3 [ ] STREAM CONNECTED 1642 1/init /run/systemd/journal/stdout
  1190. unix 3 [ ] STREAM CONNECTED 12565 1/init /run/systemd/journal/stdout
  1191. unix 3 [ ] STREAM CONNECTED 12563 1/init /run/systemd/journal/stdout
  1192. unix 3 [ ] STREAM CONNECTED 16631 234/dbus-daemon /run/dbus/system_bus_socket
  1193. unix 3 [ ] STREAM CONNECTED 2030 403/mpd
  1194. unix 3 [ ] STREAM CONNECTED 13792 244/crond
  1195. unix 2 [ ] DGRAM 13853 244/crond
  1196. unix 3 [ ] STREAM CONNECTED 12561 1/init /run/systemd/journal/stdout
  1197. unix 3 [ ] STREAM CONNECTED 1831 296/redis-server 12
  1198. unix 3 [ ] STREAM CONNECTED 1580 1/init /run/systemd/journal/stdout
  1199. unix 3 [ ] STREAM CONNECTED 14069 1/init /run/systemd/journal/stdout
  1200. unix 3 [ ] STREAM CONNECTED 1578 1/init /run/systemd/journal/stdout
  1201. unix 2 [ ] DGRAM 1905 692/dhcpcd
  1202. unix 3 [ ] STREAM CONNECTED 13632 232/python
  1203. unix 3 [ ] STREAM CONNECTED 13677 234/dbus-daemon
  1204. unix 3 [ ] STREAM CONNECTED 1690 245/haveged
  1205.  
  1206.  
  1207. ###### Network interfaces (ip addr) ######
  1208. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  1209. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  1210. inet 127.0.0.1/8 scope host lo
  1211. valid_lft forever preferred_lft forever
  1212. 2: eth0: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
  1213. link/ether b8:27:eb:60:0a:41 brd ff:ff:ff:ff:ff:ff
  1214. 3: wlan0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  1215. link/ether b8:27:eb:35:5f:14 brd ff:ff:ff:ff:ff:ff
  1216. inet 192.168.1.14/24 brd 192.168.1.255 scope global wlan0
  1217. valid_lft forever preferred_lft forever
  1218.  
  1219.  
  1220. ###### Network interfaces (ifconfig) ######
  1221. eth0: flags=4099 mtu 1500
  1222. ether b8:27:eb:60:0a:41 txqueuelen 1000 (Ethernet)
  1223. RX packets 0 bytes 0 (0.0 B)
  1224. RX errors 0 dropped 0 overruns 0 frame 0
  1225. TX packets 0 bytes 0 (0.0 B)
  1226. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1227.  
  1228. lo: flags=73 mtu 65536
  1229. inet 127.0.0.1 netmask 255.0.0.0
  1230. loop txqueuelen 1000 (Local Loopback)
  1231. RX packets 5573 bytes 260039 (253.9 KiB)
  1232. RX errors 0 dropped 0 overruns 0 frame 0
  1233. TX packets 5573 bytes 260039 (253.9 KiB)
  1234. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1235.  
  1236. wlan0: flags=4163 mtu 1500
  1237. inet 192.168.1.14 netmask 255.255.255.0 broadcast 192.168.1.255
  1238. ether b8:27:eb:35:5f:14 txqueuelen 1000 (Ethernet)
  1239. RX packets 45 bytes 12023 (11.7 KiB)
  1240. RX errors 0 dropped 0 overruns 0 frame 0
  1241. TX packets 79 bytes 14432 (14.0 KiB)
  1242. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1243.  
  1244.  
  1245. ###### Network netctl profiles (netctl list) ######
  1246. eth0
  1247. Puma 5G
  1248.  
  1249. eth0 netctl status
  1250. --------------------------------------------------------
  1251. [email protected] - Networking for netctl profile eth0
  1252. Loaded: loaded (/usr/lib/systemd/system/[email protected]; static; vendor preset: disabled)
  1253. Active: inactive (dead)
  1254. Docs: man:netctl.profile(5)
  1255.  
  1256. eth0 netctl profile
  1257. --------------------------------------------------------
  1258. Description='eth0 connection'
  1259. Interface=eth0
  1260. ForceConnect=yes
  1261. SkipNoCarrier=yes
  1262. Connection=ethernet
  1263. IP=dhcp
  1264.  
  1265. Puma netctl status
  1266. --------------------------------------------------------
  1267. [email protected] - Networking for netctl profile Puma
  1268. Loaded: loaded (/usr/lib/systemd/system/[email protected]; static; vendor preset: disabled)
  1269. Active: inactive (dead)
  1270. Docs: man:netctl.profile(5)
  1271.  
  1272. Puma netctl profile
  1273. --------------------------------------------------------
  1274. cat: /etc/netctl/Puma: No such file or directory
  1275.  
  1276.  
  1277. ###### Network wifi status (iwconfig) ######
  1278. lo no wireless extensions.
  1279.  
  1280. eth0 no wireless extensions.
  1281.  
  1282. wlan0 IEEE 802.11 ESSID:"Puma 5G"
  1283. Mode:Managed Frequency:5.745 GHz Access Point: 6C:70:9F:DE:3A:E1
  1284. Bit Rate=351 Mb/s Tx-Power=31 dBm
  1285. Retry short limit:7 RTS thr:off Fragment thr:off
  1286. Encryption key:off
  1287. Power Management:off
  1288. Link Quality=64/70 Signal level=-46 dBm
  1289. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  1290. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  1291.  
  1292.  
  1293. ###### List all USB devices (lsusb) ######
  1294. Bus 001 Device 004: ID 0424:7800 Standard Microsystems Corp.
  1295. Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
  1296. Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
  1297. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1298.  
  1299. ###### Kernel status (dmesg) ######
  1300. [ 0.000000] Booting Linux on physical CPU 0x0
  1301. [ 0.000000] Linux version 4.14.50-2-ARCH (builduser@leming) (gcc version 8.1.0 (GCC)) #1 SMP Wed Jun 20 06:03:57 UTC 2018
  1302. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  1303. [ 0.000000] CPU: div instructions available: patching division code
  1304. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1305. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
  1306. [ 0.000000] Memory policy: Data cache writealloc
  1307. [ 0.000000] cma: Reserved 8 MiB at 0x3b800000
  1308. [ 0.000000] On node 0 totalpages: 245760
  1309. [ 0.000000] free_area_init_node: node 0, pgdat 80f9c3c0, node_mem_map baf86000
  1310. [ 0.000000] Normal zone: 2160 pages used for memmap
  1311. [ 0.000000] Normal zone: 0 pages reserved
  1312. [ 0.000000] Normal zone: 245760 pages, LIFO batch:31
  1313. [ 0.000000] random: get_random_bytes called from start_kernel+0x84/0x418 with crng_init=0
  1314. [ 0.000000] percpu: Embedded 17 pages/cpu @baf2f000 s39628 r8192 d21812 u69632
  1315. [ 0.000000] pcpu-alloc: s39628 r8192 d21812 u69632 alloc=17*4096
  1316. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  1317. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 243600
  1318. [ 0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 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
  1319. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  1320. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  1321. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  1322. [ 0.000000] Memory: 949172K/983040K available (10240K kernel code, 696K rwdata, 2644K rodata, 1024K init, 740K bss, 25676K reserved, 8192K cma-reserved)
  1323. [ 0.000000] Virtual kernel memory layout:
  1324. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  1325. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  1326. vmalloc : 0xbc800000 - 0xff800000 (1072 MB)
  1327. lowmem : 0x80000000 - 0xbc000000 ( 960 MB)
  1328. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  1329. .text : 0x80008000 - 0x80b00000 (11232 kB)
  1330. .init : 0x80e00000 - 0x80f00000 (1024 kB)
  1331. .data : 0x80f00000 - 0x80fae3a4 ( 697 kB)
  1332. .bss : 0x80fb8ee0 - 0x81072154 ( 741 kB)
  1333. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1334. [ 0.000000] Hierarchical RCU implementation.
  1335. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  1336. [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  1337. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  1338. [ 0.000003] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  1339. [ 0.000008] Switching to timer-based delay loop, resolution 52ns
  1340. [ 0.000117] Console: colour dummy device 80x30
  1341. [ 0.000125] console [tty0] enabled
  1342. [ 0.000136] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  1343. [ 0.000142] pid_max: default: 32768 minimum: 301
  1344. [ 0.000286] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1345. [ 0.000294] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1346. [ 0.000788] Disabling memory control group subsystem
  1347. [ 0.000830] CPU: Testing write buffer coherency: ok
  1348. [ 0.001041] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1349. [ 0.001228] Setting up static identity map for 0x100000 - 0x100054
  1350. [ 0.001282] Hierarchical SRCU implementation.
  1351. [ 0.001568] smp: Bringing up secondary CPUs ...
  1352. [ 0.001893] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1353. [ 0.002227] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  1354. [ 0.002538] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  1355. [ 0.002578] smp: Brought up 1 node, 4 CPUs
  1356. [ 0.002582] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1357. [ 0.002584] CPU: All CPU(s) started in HYP mode.
  1358. [ 0.002585] CPU: Virtualization extensions available.
  1359. [ 0.003020] devtmpfs: initialized
  1360. [ 0.007546] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  1361. [ 0.007660] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1362. [ 0.007669] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1363. [ 0.007910] xor: measuring software checksum speed
  1364. [ 0.100006] arm4regs : 2153.200 MB/sec
  1365. [ 0.200035] 8regs : 1602.400 MB/sec
  1366. [ 0.300067] 32regs : 1491.200 MB/sec
  1367. [ 0.400096] neon : 2448.000 MB/sec
  1368. [ 0.400099] xor: using function: neon (2448.000 MB/sec)
  1369. [ 0.400105] pinctrl core: initialized pinctrl subsystem
  1370. [ 0.400459] NET: Registered protocol family 16
  1371. [ 0.401799] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  1372. [ 0.403784] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1373. [ 0.403787] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1374. [ 0.403892] Serial: AMBA PL011 UART driver
  1375. [ 0.404515] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1376. [ 0.404683] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  1377. [ 0.580239] raid6: int32x1 gen() 229 MB/s
  1378. [ 0.750370] raid6: int32x1 xor() 235 MB/s
  1379. [ 0.920448] raid6: int32x2 gen() 316 MB/s
  1380. [ 1.090407] raid6: int32x2 xor() 273 MB/s
  1381. [ 1.260454] raid6: int32x4 gen() 337 MB/s
  1382. [ 1.430591] raid6: int32x4 xor() 283 MB/s
  1383. [ 1.600733] raid6: int32x8 gen() 339 MB/s
  1384. [ 1.770659] raid6: int32x8 xor() 249 MB/s
  1385. [ 1.940752] raid6: neonx1 gen() 717 MB/s
  1386. [ 2.110744] raid6: neonx1 xor() 810 MB/s
  1387. [ 2.280828] raid6: neonx2 gen() 1061 MB/s
  1388. [ 2.450885] raid6: neonx2 xor() 1089 MB/s
  1389. [ 2.620938] raid6: neonx4 gen() 1429 MB/s
  1390. [ 2.791008] raid6: neonx4 xor() 1326 MB/s
  1391. [ 2.961072] raid6: neonx8 gen() 1374 MB/s
  1392. [ 3.131132] raid6: neonx8 xor() 1182 MB/s
  1393. [ 3.131134] raid6: using algorithm neonx4 gen() 1429 MB/s
  1394. [ 3.131136] raid6: .... xor() 1326 MB/s, rmw enabled
  1395. [ 3.131139] raid6: using neon recovery algorithm
  1396. [ 3.131361] bcm2835-dma 3f007000.dma: DMA legacy API manager at bc813000, dmachans=0x1
  1397. [ 3.132055] SCSI subsystem initialized
  1398. [ 3.132158] usbcore: registered new interface driver usbfs
  1399. [ 3.132182] usbcore: registered new interface driver hub
  1400. [ 3.132229] usbcore: registered new device driver usb
  1401. [ 3.141240] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-06-07 15:31
  1402. [ 3.142169] clocksource: Switched to clocksource arch_sys_counter
  1403. [ 3.198464] VFS: Disk quotas dquot_6.6.0
  1404. [ 3.198513] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1405. [ 3.198635] FS-Cache: Loaded
  1406. [ 3.198746] CacheFiles: Loaded
  1407. [ 3.202721] NET: Registered protocol family 2
  1408. [ 3.203108] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1409. [ 3.203163] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1410. [ 3.203255] TCP: Hash tables configured (established 8192 bind 8192)
  1411. [ 3.203325] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1412. [ 3.203347] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1413. [ 3.203498] NET: Registered protocol family 1
  1414. [ 3.203752] RPC: Registered named UNIX socket transport module.
  1415. [ 3.203754] RPC: Registered udp transport module.
  1416. [ 3.203756] RPC: Registered tcp transport module.
  1417. [ 3.203758] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1418. [ 3.204743] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  1419. [ 3.205929] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  1420. [ 3.209666] FS-Cache: Netfs 'nfs' registered for caching
  1421. [ 3.209946] NFS: Registering the id_resolver key type
  1422. [ 3.209963] Key type id_resolver registered
  1423. [ 3.209965] Key type id_legacy registered
  1424. [ 3.209973] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1425. [ 3.210241] JFS: nTxBlock = 7479, nTxLock = 59835
  1426. [ 3.214987] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1427. [ 3.218191] async_tx: api initialized (async)
  1428. [ 3.218224] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  1429. [ 3.218289] io scheduler noop registered (default)
  1430. [ 3.218291] io scheduler deadline registered
  1431. [ 3.218427] io scheduler cfq registered
  1432. [ 3.218429] io scheduler mq-deadline registered
  1433. [ 3.218432] io scheduler kyber registered
  1434. [ 3.218506] io scheduler bfq registered
  1435. [ 3.219752] BCM2708FB: allocated DMA memory fb900000
  1436. [ 3.219768] BCM2708FB: allocated DMA channel 0 @ bc813000
  1437. [ 3.224826] Console: switching to colour frame buffer device 82x26
  1438. [ 3.227737] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  1439. [ 3.227942] vc-sm: Videocore shared memory driver
  1440. [ 3.228070] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1441. [ 3.232488] loop: module loaded
  1442. [ 3.232495] Loading iSCSI transport class v2.0-870.
  1443. [ 3.232833] libphy: Fixed MDIO Bus: probed
  1444. [ 3.232969] usbcore: registered new interface driver lan78xx
  1445. [ 3.232993] usbcore: registered new interface driver ax88179_178a
  1446. [ 3.233016] usbcore: registered new interface driver smsc95xx
  1447. [ 3.233046] usbcore: registered new interface driver cdc_ncm
  1448. [ 3.233050] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1449. [ 3.460834] Core Release: 2.80a
  1450. [ 3.460838] Setting default values for core params
  1451. [ 3.460851] Finished setting default values for core params
  1452. [ 3.660969] Using Buffer DMA mode
  1453. [ 3.660972] Periodic Transfer Interrupt Enhancement - disabled
  1454. [ 3.660974] Multiprocessor Interrupt Enhancement - disabled
  1455. [ 3.660977] OTG VER PARAM: 0, OTG VER FLAG: 0
  1456. [ 3.660982] Dedicated Tx FIFOs mode
  1457. [ 3.661174] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbb914000 dma = 0xfb914000 len=9024
  1458. [ 3.661187] FIQ FSM acceleration enabled for :
  1459. Non-periodic Split Transactions
  1460. Periodic Split Transactions
  1461. [ 3.661190] dwc_otg: Microframe scheduler enabled
  1462. [ 3.661217] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x8084bf98
  1463. [ 3.661222] WARN::hcd_init_fiq:460: FIQ ASM at 0x8084c318 length 36
  1464. [ 3.661227] WARN::hcd_init_fiq:486: MPHI regs_base at 0xbcc7a000
  1465. [ 3.661253] dwc_otg 3f980000.usb: DWC OTG Controller
  1466. [ 3.661269] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1467. [ 3.661285] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1468. [ 3.661318] Init: Port Power? op_state=1
  1469. [ 3.661320] Init: Power Port (0)
  1470. [ 3.661417] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1471. [ 3.661421] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1472. [ 3.661425] usb usb1: Product: DWC OTG Controller
  1473. [ 3.661429] usb usb1: Manufacturer: Linux 4.14.50-2-ARCH dwc_otg_hcd
  1474. [ 3.661433] usb usb1: SerialNumber: 3f980000.usb
  1475. [ 3.661726] hub 1-0:1.0: USB hub found
  1476. [ 3.661744] hub 1-0:1.0: 1 port detected
  1477. [ 3.661982] dwc_otg: FIQ enabled
  1478. [ 3.661985] dwc_otg: NAK holdoff enabled
  1479. [ 3.661987] dwc_otg: FIQ split-transaction FSM enabled
  1480. [ 3.661992] Module dwc_common_port init
  1481. [ 3.662079] usbcore: registered new interface driver uas
  1482. [ 3.662120] usbcore: registered new interface driver usb-storage
  1483. [ 3.662137] usbcore: registered new interface driver ums-alauda
  1484. [ 3.662153] usbcore: registered new interface driver ums-cypress
  1485. [ 3.662184] usbcore: registered new interface driver ums-datafab
  1486. [ 3.662203] usbcore: registered new interface driver ums_eneub6250
  1487. [ 3.662220] usbcore: registered new interface driver ums-freecom
  1488. [ 3.662236] usbcore: registered new interface driver ums-isd200
  1489. [ 3.662253] usbcore: registered new interface driver ums-jumpshot
  1490. [ 3.662269] usbcore: registered new interface driver ums-karma
  1491. [ 3.662286] usbcore: registered new interface driver ums-onetouch
  1492. [ 3.662311] usbcore: registered new interface driver ums-realtek
  1493. [ 3.662327] usbcore: registered new interface driver ums-sddr09
  1494. [ 3.662344] usbcore: registered new interface driver ums-sddr55
  1495. [ 3.662360] usbcore: registered new interface driver ums-usbat
  1496. [ 3.662530] mousedev: PS/2 mouse device common for all mice
  1497. [ 3.662874] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1498. [ 3.663109] device-mapper: uevent: version 1.0.3
  1499. [ 3.663246] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: [email protected]
  1500. [ 3.663468] device-mapper: multipath round-robin: version 1.2.0 loaded
  1501. [ 3.663471] device-mapper: multipath queue-length: version 0.2.0 loaded
  1502. [ 3.663474] device-mapper: multipath service-time: version 0.3.0 loaded
  1503. [ 3.663479] device-mapper: raid: Loading target version 1.13.0
  1504. [ 3.663574] bcm2835-cpufreq: min=1400000 max=1400000
  1505. [ 3.663770] sdhci: Secure Digital Host Controller Interface driver
  1506. [ 3.663772] sdhci: Copyright(c) Pierre Ossman
  1507. [ 3.663955] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
  1508. [ 3.664104] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
  1509. [ 3.664147] Error: Driver 'sdhost-bcm2835' is already registered, aborting...
  1510. [ 3.664150] sdhci-pltfm: SDHCI platform and OF driver helper
  1511. [ 3.665195] ledtrig-cpu: registered to indicate activity on CPUs
  1512. [ 3.665268] hidraw: raw HID events driver (C) Jiri Kosina
  1513. [ 3.665414] usbcore: registered new interface driver usbhid
  1514. [ 3.665417] usbhid: USB HID core driver
  1515. [ 3.665747] vchiq: vchiq_init_state: slot_zero = bb980000, is_master = 0
  1516. [ 3.666668] [vc_sm_connected_init]: start
  1517. [ 3.673562] [vc_sm_connected_init]: end - returning 0
  1518. [ 3.673884] Initializing XFRM netlink socket
  1519. [ 3.673895] NET: Registered protocol family 17
  1520. [ 3.673994] Key type dns_resolver registered
  1521. [ 3.674370] Registering SWP/SWPB emulation handler
  1522. [ 3.675063] registered taskstats version 1
  1523. [ 3.675580] Btrfs loaded, crc32c=crc32c-generic
  1524. [ 3.675930] Key type encrypted registered
  1525. [ 3.678809] uart-pl011 3f201000.serial: cts_event_workaround enabled
  1526. [ 3.678851] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1527. [ 3.679733] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  1528. [ 3.679738] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  1529. [ 3.732504] sdhost: log_buf @ bb913000 (fb913000)
  1530. [ 3.768897] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1531. [ 3.770388] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1532. [ 3.771881] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1533. [ 3.774552] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1534. [ 3.812178] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1535. [ 3.812667] of_cfs_init
  1536. [ 3.812721] of_cfs_init: OK
  1537. [ 3.812954] md: Waiting for all devices to be available before autodetect
  1538. [ 3.812956] md: If you don't use raid, use raid=noautodetect
  1539. [ 3.813343] md: Autodetecting RAID arrays.
  1540. [ 3.813345] md: autorun ...
  1541. [ 3.813347] md: ... autorun DONE.
  1542. [ 3.813391] Waiting for root device /dev/mmcblk0p2...
  1543. [ 3.848488] random: fast init done
  1544. [ 3.853652] mmc1: new high speed SDIO card at address 0001
  1545. [ 3.872229] Indeed it is in host mode hprt0 = 00021501
  1546. [ 3.908801] mmc0: host does not support reading read-only switch, assuming write-enable
  1547. [ 3.912038] mmc0: new high speed SDHC card at address e624
  1548. [ 3.912273] mmcblk0: mmc0:e624 SP32G 29.7 GiB
  1549. [ 3.932935] mmcblk0: p1 p2
  1550. [ 3.977008] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1551. [ 3.977043] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1552. [ 3.984100] devtmpfs: mounted
  1553. [ 3.985027] Freeing unused kernel memory: 1024K
  1554. [ 4.082196] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1555. [ 4.082284] Indeed it is in host mode hprt0 = 00001101
  1556. [ 4.256958] systemd[1]: System time before build time, advancing clock.
  1557. [ 4.322351] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
  1558. [ 4.322358] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1559. [ 4.322677] hub 1-1:1.0: USB hub found
  1560. [ 4.322724] hub 1-1:1.0: 4 ports detected
  1561. [ 4.341464] IPv6: Loaded, but administratively disabled, reboot required to enable
  1562. [ 4.347751] ip_tables: (C) 2000-2006 Netfilter Core Team
  1563. [ 4.350960] random: systemd: uninitialized urandom read (16 bytes read)
  1564. [ 4.360360] random: systemd: uninitialized urandom read (16 bytes read)
  1565. [ 4.362123] 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)
  1566. [ 4.362478] systemd[1]: Detected architecture arm.
  1567. [ 4.363092] systemd[1]: Set hostname to .
  1568. [ 4.396782] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read)
  1569. [ 4.652214] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1570. [ 4.748886] systemd[1]: Listening on Process Core Dump Socket.
  1571. [ 4.749125] systemd[1]: Listening on Journal Socket.
  1572. [ 4.749191] systemd[1]: Reached target Encrypted Volumes.
  1573. [ 4.749320] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1574. [ 4.749430] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1575. [ 4.749568] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1576. [ 4.749610] systemd[1]: Reached target Paths.
  1577. [ 4.792421] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514
  1578. [ 4.792429] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1579. [ 4.792790] hub 1-1.1:1.0: USB hub found
  1580. [ 4.792833] hub 1-1.1:1.0: 3 ports detected
  1581. [ 5.145528] dwc_otg_handle_wakeup_detected_intr lxstate = 2
  1582. [ 5.342503] bcm2835-rng 3f104000.rng: hwrng registered
  1583. [ 5.412022] snd-allo-boss-dac soc:sound: ASoC: CODEC DAI pcm512x-hifi not registered - will retry
  1584. [ 5.412032] snd-allo-boss-dac soc:sound: snd_soc_register_card() failed: -517
  1585. [ 5.470675] pcm512x 1-004d: 1-004d supply AVDD not found, using dummy regulator
  1586. [ 5.470710] pcm512x 1-004d: 1-004d supply DVDD not found, using dummy regulator
  1587. [ 5.470734] pcm512x 1-004d: 1-004d supply CPVDD not found, using dummy regulator
  1588. [ 5.560251] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43455-sdio.bin for chip 0x004345(17221) rev 0x000006
  1589. [ 5.560466] usbcore: registered new interface driver brcmfmac
  1590. [ 5.569666] snd-allo-boss-dac soc:sound: pcm512x-hifi <-> 3f203000.i2s mapping ok
  1591. [ 5.572791] usb 1-1.1.1: new high-speed USB device number 4 using dwc_otg
  1592. [ 5.622535] Bluetooth: Core ver 2.22
  1593. [ 5.622589] NET: Registered protocol family 31
  1594. [ 5.622592] Bluetooth: HCI device and connection manager initialized
  1595. [ 5.622605] Bluetooth: HCI socket layer initialized
  1596. [ 5.622612] Bluetooth: L2CAP socket layer initialized
  1597. [ 5.622646] Bluetooth: SCO socket layer initialized
  1598. [ 5.635770] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
  1599. [ 5.702431] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800
  1600. [ 5.702441] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1601. [ 5.773348] random: crng init done
  1602. [ 5.773356] random: 7 urandom warning(s) missed due to ratelimiting
  1603. [ 5.973962] libphy: lan78xx-mdiobus: probed
  1604. [ 7.751578] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
  1605. [ 7.752001] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 9.10.105 Compiler: 1.29.4 ClmImport: 1.36.3 Creation: 2018-03-09 18:56:28
  1606. [ 8.037799] brcmfmac: power management disabled
  1607. [ 14.436508] brcmfmac: power management disabled
  1608. [ 14.691004] FS-Cache: Netfs 'cifs' registered for caching
  1609. [ 14.691320] Key type cifs.spnego registered
  1610. [ 14.691329] Key type cifs.idmap registered
  1611. [ 14.699786] CIFS VFS: Error connecting to socket. Aborting operation.
  1612. [ 14.699796] CIFS VFS: cifs_mount failed w/return code = -101
  1613. [ 15.854886] CIFS VFS: Error connecting to socket. Aborting operation.
  1614. [ 15.854895] CIFS VFS: cifs_mount failed w/return code = -101
  1615.  
  1616. ###### PHP backend ######
  1617. php version: 5.5.19
  1618. debug level: 0
  1619.  
  1620.  
  1621. Debug data collected in 1.328 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement