Advertisement
Guest User

Untitled

a guest
Oct 28th, 2018
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 100.92 KB | None | 0 0
  1. ###### System info ######
  2. Linux version 4.14.34-1-ARCH (alarm@alarmpi) (gcc version 7.3.1 20180312 (GCC)) #1 SMP Tue May 15 00:50:02 CDT 2018
  3.  
  4. System time: Sun Oct 28 17:49:17 EET 2018
  5. System load: 0.19 0.10 0.10 1/135 7213
  6. Hardware model: Raspberry Pi 3 Model B Rev 1.2
  7. Linux version: 4.14.34-1-ARCH
  8. Build version: janui-20180903-0
  9. HW platform: RaspberryPi (08)
  10. PlayerID: 087954b9b5580d53cc4aee7948d7143bf0
  11.  
  12.  
  13. ###### Boot configuration (cat /boot/config.txt) ######
  14. # Uncomment some or all of these to enable the optional hardware interfaces
  15. # Params:
  16. # i2c_arm Set to "on" to enable the ARM's i2c interface
  17. # (default "off")
  18. # i2c_vc Set to "on" to enable the i2c interface
  19. # usually reserved for the VideoCore processor
  20. # (default "off")
  21. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  22. # (default "100000")
  23. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  24. # (default "100000")
  25. # i2c_baudrate An alias for i2c_arm_baudrate
  26. # i2s Set to "on" to enable the i2s interface
  27. # (default "off")
  28. # spi Set to "on" to enable the spi interfaces
  29. # (default "off")
  30. # act_led_trigger Choose which activity the LED tracks.
  31. # Use "heartbeat" for a nice load indicator.
  32. # (default "mmc")
  33. # act_led_activelow Set to "on" to invert the sense of the LED
  34. # (default "off")
  35. # act_led_gpio Set which GPIO pin to use for the activity LED
  36. # (in case you want to connect it to an external
  37. # device)
  38. # (default "16" on a non-Plus board, "47" on a
  39. # Plus or Pi 2)
  40. # N.B. It is recommended to only enable those interfaces that are needed.
  41. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  42. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  43. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  44. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  45. # but deprecated because the ARM/VC assignments differ between board
  46. # revisions. The same board-specific mapping applies to i2c_baudrate,
  47. # and the other i2c baudrate parameters.
  48. ## RuneAudio HDMI & 3,5mm jack
  49. dtparam=audio=off
  50. ## RuneAudio I2S-Settings
  51. # Uncomment to enable the lirc-rpi module
  52. # Params: gpio_out_pin GPIO pin for output (default "17")
  53. # gpio_in_pin GPIO pin for input (default "18")
  54. # gpio_in_pull Pull up/down/off on the input pin
  55. # (default "down")
  56. # sense Override the IR receive auto-detection logic:
  57. # (default "-1")
  58. # softcarrier Turn the software carrier "on" or "off"
  59. # (default "on")
  60. # (default "off")
  61. # LCD settings
  62. # 180 degrees
  63. # Normal
  64. lcd_rotate=0
  65. disable_splash=0 # set to 1 to disable boot splash
  66. # Uncomment if you get no picture on HDMI for a default "safe" mode
  67. # Uncomment this if your display has a black border of unused pixels visible
  68. # and your display can output without overscan
  69. # Uncomment the following to adjust overscan. Use positive numbers if console
  70. # goes off screen, and negative if there is too much border
  71. # Uncomment to force a console size. By default it will be display's size minus
  72. # overscan.
  73. # Uncomment if hdmi display is not detected and composite is being output
  74. # Uncomment to force a specific HDMI mode (this will force VGA)
  75. # Uncomment to force a HDMI mode rather than DVI. This can make audio work in
  76. # DMT (computer monitor) modes
  77. # Uncomment to set monitor mode to DMT
  78. # Uncomment to increase signal to HDMI, if you have interference, blanking, or
  79. # no display
  80. # setting the max usb current to 1200mA
  81. max_usb_current=1
  82. # memory options
  83. gpu_mem=16
  84. ## Some overclocking settings, govenor is set to ondemand as standard
  85. ## The values below are valid for the B+ and Zero models
  86. ## Overclocking should not be needed for the 2B, 3B and 3B+ models
  87. ## See your documentation for A and B models
  88. ## None
  89. ## Modest
  90. ## Medium - fast enough for normal (MPD) use, airplay may need more capacity
  91. ## High
  92. ## Turbo
  93. ## General CPU settings
  94. force_turbo=1
  95. # Lowering max CPU temperature from 85 (standard) to 70 or 75 degrees gives some protection when (force) turbo is set
  96. # If the max temp is reached the cpu will autmatically be throttled back
  97. # Boot delay sometimes needs to be set to higher values when overclocking is enabled
  98. # Default boot delay is 1 second, 3B+ needs a delay of 2
  99. boot_delay=2
  100. initramfs initramfs-linux.img followkernel
  101. #0enha0
  102. disable_overscan=1
  103. hdmi_ignore_cec=1
  104. #1enha1
  105.  
  106.  
  107. ##################################################
  108.  
  109.  
  110. ###### System load statistics (procinfo -H) ######
  111. Memory: Total Used Free Buffers
  112. RAM: 973.57MiB 677.88MiB 295.69MiB 28.42MiB
  113. Swap: 0.00B 0.00B 0.00B
  114.  
  115. Bootup: Sun Oct 28 17:26:40 2018 Load average: 0.19 0.10 0.10 1/137 7222
  116.  
  117. user : 00:00:46.24 0.9% page in : 149835
  118. nice : 00:00:35.31 0.7% page out: 37124
  119. system: 00:00:47.30 0.9% page act: 29950
  120. IOwait: 00:00:44.23 0.8% page dea: 0
  121. hw irq: 00:00:00.00 0.0% page flt: 1438881
  122. sw irq: 00:00:17.73 0.3% swap in : 0
  123. idle : 01:26:19.80 96.4% swap out: 0
  124. uptime: 00:22:37.08 context : 2011823
  125.  
  126. irq 16: 0 irq 51: 15
  127. irq 17: 165098 irq 54: 5819
  128. irq 21: 0 irq 59: 0
  129. irq 23: 685 irq 62: 4531828
  130. irq 24: 2 irq 86: 1029
  131. irq 46: 0 irq 87: 4616
  132. irq 48: 0 irq 92: 58634
  133. irq 50: 0
  134.  
  135. mmcblk0 4896r 9 mmcblk0p2 4569r
  136. mmcblk0p1 147r
  137.  
  138. eth0 TX 29.55MiB RX 651.79MiB wlan0 TX 0.00B RX 0.00B
  139. lo TX 3.95MiB RX 3.95MiB
  140.  
  141.  
  142. ###### Active processes (pstree) ######
  143. systemd-+-avahi-daemon---avahi-daemon
  144. |-chronyd
  145. |-crond
  146. |-dbus-daemon
  147. |-devmon---udevil
  148. |-dhcpcd
  149. |-haveged
  150. |-hciattach
  151. |-ifplugd
  152. |-mpd---4*[{mpd}]
  153. |-nginx---nginx
  154. |-php-fpm---3*[php-fpm]
  155. |-python
  156. |-redis-server---3*[{redis-server}]
  157. |-rune_PL_wrk
  158. |-rune_SY_wrk---sh---debug_collector---sh---pstree
  159. |-sh---sleep
  160. |-sshd---sshd---bash
  161. |-systemd-journal
  162. |-systemd-resolve
  163. |-systemd-udevd
  164. |-wpa_actiond
  165. `-wpa_supplicant
  166.  
  167.  
  168. ###### Audio backend ######
  169. Advanced Linux Sound Architecture Driver Version k4.14.34-1-ARCH.
  170.  
  171. Card list: (/proc/asound/cards)
  172. --------------------------------------------------
  173. 0 [ALSA ]: bcm2835_alsa - bcm2835 ALSA
  174. bcm2835 ALSA
  175. 1 [MKII ]: USB-Audio - Xonar U7 MKII
  176. ASUS Xonar U7 MKII at usb-3f980000.usb-1.3, high speed
  177.  
  178.  
  179. PLAYBACK devices: (aplay -l)
  180. --------------------------------------------------
  181. **** List of PLAYBACK Hardware Devices ****
  182. card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
  183. Subdevices: 7/7
  184. Subdevice #0: subdevice #0
  185. Subdevice #1: subdevice #1
  186. Subdevice #2: subdevice #2
  187. Subdevice #3: subdevice #3
  188. Subdevice #4: subdevice #4
  189. Subdevice #5: subdevice #5
  190. Subdevice #6: subdevice #6
  191. card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
  192. Subdevices: 1/1
  193. Subdevice #0: subdevice #0
  194. card 1: MKII [Xonar U7 MKII], device 0: USB Audio [USB Audio]
  195. Subdevices: 0/1
  196. Subdevice #0: subdevice #0
  197. card 1: MKII [Xonar U7 MKII], device 1: USB Audio [USB Audio #1]
  198. Subdevices: 1/1
  199. Subdevice #0: subdevice #0
  200. card 1: MKII [Xonar U7 MKII], device 2: USB Audio [USB Audio #2]
  201. Subdevices: 1/1
  202. Subdevice #0: subdevice #0
  203.  
  204.  
  205. PCM devices: (aplay -L)
  206. --------------------------------------------------
  207. null
  208. Discard all samples (playback) or generate zero samples (capture)
  209. pulse
  210. PulseAudio Sound Server
  211. default:CARD=ALSA
  212. bcm2835 ALSA, bcm2835 ALSA
  213. Default Audio Device
  214. sysdefault:CARD=ALSA
  215. bcm2835 ALSA, bcm2835 ALSA
  216. Default Audio Device
  217. default:CARD=MKII
  218. Xonar U7 MKII, USB Audio
  219. Default Audio Device
  220. sysdefault:CARD=MKII
  221. Xonar U7 MKII, USB Audio
  222. Default Audio Device
  223. front:CARD=MKII,DEV=0
  224. Xonar U7 MKII, USB Audio
  225. Front speakers
  226. surround21:CARD=MKII,DEV=0
  227. Xonar U7 MKII, USB Audio
  228. 2.1 Surround output to Front and Subwoofer speakers
  229. surround40:CARD=MKII,DEV=0
  230. Xonar U7 MKII, USB Audio
  231. 4.0 Surround output to Front and Rear speakers
  232. surround41:CARD=MKII,DEV=0
  233. Xonar U7 MKII, USB Audio
  234. 4.1 Surround output to Front, Rear and Subwoofer speakers
  235. surround50:CARD=MKII,DEV=0
  236. Xonar U7 MKII, USB Audio
  237. 5.0 Surround output to Front, Center and Rear speakers
  238. surround51:CARD=MKII,DEV=0
  239. Xonar U7 MKII, USB Audio
  240. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  241. surround71:CARD=MKII,DEV=0
  242. Xonar U7 MKII, USB Audio
  243. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  244. iec958:CARD=MKII,DEV=0
  245. Xonar U7 MKII, USB Audio
  246. IEC958 (S/PDIF) Digital Audio Output
  247.  
  248.  
  249. Simple mixer controls: (amixer scontrols)
  250. --------------------------------------------------
  251. card 0:
  252. Simple mixer control 'PCM',0
  253.  
  254. card 1:
  255. Simple mixer control 'PCM',0
  256. Simple mixer control 'PCM Capture Source',0
  257. Simple mixer control 'PCM',1
  258. Simple mixer control 'Line',0
  259. Simple mixer control 'Mic',0
  260. Simple mixer control 'Clock Source 18 Validity',0
  261. Simple mixer control 'Clock Source 19 Validity',0
  262. Simple mixer control 'Clock Source 22 Validity',0
  263. Simple mixer control 'Input Gain Pad Control',0
  264.  
  265.  
  266. Mixer controls: (amixer controls)
  267. --------------------------------------------------
  268. card 0:
  269. numid=3,iface=MIXER,name='PCM Playback Route'
  270. numid=2,iface=MIXER,name='PCM Playback Switch'
  271. numid=1,iface=MIXER,name='PCM Playback Volume'
  272. numid=5,iface=PCM,name='IEC958 Playback Con Mask'
  273. numid=4,iface=PCM,name='IEC958 Playback Default'
  274.  
  275. card 1:
  276. numid=5,iface=MIXER,name='PCM Playback Switch'
  277. numid=9,iface=MIXER,name='PCM Playback Switch',index=1
  278. numid=6,iface=MIXER,name='PCM Playback Volume'
  279. numid=13,iface=MIXER,name='PCM Capture Source'
  280. numid=12,iface=MIXER,name='Line Capture Switch'
  281. numid=11,iface=MIXER,name='Mic Capture Switch'
  282. numid=8,iface=MIXER,name='Clock Source 18 Validity'
  283. numid=10,iface=MIXER,name='Clock Source 19 Validity'
  284. numid=14,iface=MIXER,name='Clock Source 22 Validity'
  285. numid=7,iface=MIXER,name='Input Gain Pad Control'
  286. numid=4,iface=PCM,name='Capture Channel Map'
  287. numid=1,iface=PCM,name='Playback Channel Map'
  288. numid=2,iface=PCM,name='Playback Channel Map',device=1
  289. numid=3,iface=PCM,name='Playback Channel Map',device=2
  290.  
  291.  
  292. MPD audio outputs status: (mpc outputs)
  293. --------------------------------------------------
  294. Output 1 (Xonar U7 MKII) is enabled
  295. Output 2 (bcm2835 ALSA_2) is disabled
  296. Output 3 (bcm2835 ALSA_1) is disabled
  297.  
  298. MPD statistics: (mpc stats)
  299. --------------------------------------------------
  300. Artists: 83
  301. Albums: 133
  302. Songs: 1682
  303.  
  304. Play Time: 0 days, 0:01:58
  305. Uptime: 0 days, 0:01:58
  306. DB Updated: Sun Oct 28 17:31:09 2018
  307. DB Play Time: 5 days, 9:19:19
  308.  
  309. ###### mpd version ######
  310. Music Player Daemon 0.20.20
  311.  
  312. Copyright (C) 2003-2007 Warren Dukes
  313. Copyright 2008-2017 Max Kellermann
  314. This is free software; see the source for copying conditions. There is NO
  315. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  316.  
  317. Database plugins:
  318. simple proxy upnp
  319.  
  320. Storage plugins:
  321. local smbclient nfs curl
  322.  
  323. Neighbor plugins:
  324. smbclient upnp
  325.  
  326. Decoders plugins:
  327. [mad] mp3 mp2
  328. [vorbis] ogg oga
  329. [oggflac] ogg oga
  330. [flac] flac
  331. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  332. [audiofile] wav au aiff aif
  333. [dsdiff] dff
  334. [dsf] dsf
  335. [faad] aac
  336. [mpcdec] mpc
  337. [ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 adx 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
  338. [pcm]
  339.  
  340. Filters:
  341. libsamplerate soxr
  342.  
  343. Tag plugins:
  344. id3tag
  345.  
  346. Output plugins:
  347. null fifo pipe alsa openal httpd
  348.  
  349. Encoder plugins:
  350. null vorbis wave flac
  351.  
  352. Input plugins:
  353. file alsa curl ffmpeg smbclient nfs mms
  354.  
  355. Playlist plugins:
  356. extm3u m3u pls xspf asx rss soundcloud flac cue embcue
  357.  
  358. Protocols:
  359. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  360.  
  361. Other features:
  362. avahi epoll icu inotify systemd tcp un
  363.  
  364. ###### mpd.conf ######
  365. ###################################
  366. # Auto generated mpd.conf file
  367. # please DO NOT edit it manually!
  368. # Use RuneUI MPD config section
  369. ###################################
  370.  
  371. state_file "/var/lib/mpd/mpdstate"
  372. zeroconf_enabled "yes"
  373. zeroconf_name "Musaa2"
  374. bind_to_address "/run/mpd.sock"
  375. bind_to_address "any"
  376. port "6600"
  377. max_connections "20"
  378. user "mpd"
  379. group "audio"
  380. db_file "/var/lib/mpd/mpd.db"
  381. sticker_file "/var/lib/mpd/sticker.sql"
  382. pid_file "/var/run/mpd/pid"
  383. music_directory "/mnt/MPD"
  384. playlist_directory "/var/lib/mpd/playlists"
  385. follow_outside_symlinks "yes"
  386. follow_inside_symlinks "yes"
  387. auto_update "no"
  388. filesystem_charset "UTF-8"
  389. id3v1_encoding "UTF-8"
  390. volume_normalization "no"
  391. audio_buffer_size "4096"
  392. buffer_before_play "20%"
  393. gapless_mp3_playback "yes"
  394.  
  395. input {
  396. plugin "curl"
  397. }
  398.  
  399. decoder {
  400. plugin "ffmpeg"
  401. enabled "yes"
  402. }
  403. # MPD version number: 0.20.20
  404.  
  405.  
  406. resampler {
  407. plugin "soxr"
  408. quality "very high"
  409. }
  410. replaygain "off"
  411.  
  412. audio_output {
  413. name "Xonar U7 MKII"
  414. type "alsa"
  415. device "hw:1,0"
  416. mixer_control "PCM"
  417. auto_resample "no"
  418. auto_format "no"
  419. enabled "yes"
  420. }
  421.  
  422. audio_output {
  423. name "bcm2835 ALSA_2"
  424. type "alsa"
  425. device "hw:0,0"
  426. mixer_control "PCM"
  427. mixer_type "hardware"
  428. mixer_device "hw:0"
  429. auto_resample "no"
  430. auto_format "no"
  431. }
  432.  
  433. audio_output {
  434. name "bcm2835 ALSA_1"
  435. type "alsa"
  436. device "hw:0,0"
  437. mixer_control "PCM"
  438. mixer_type "hardware"
  439. mixer_device "hw:0"
  440. auto_resample "no"
  441. auto_format "no"
  442. }
  443.  
  444.  
  445. ###### Kernel optimization parameters ######
  446. hardware platform: RaspberryPi
  447. current orionprofile: RuneAudio
  448.  
  449.  
  450. kernel scheduler for mmcblk0: [noop] deadline cfq
  451. /proc/sys/vm/swappiness: 0
  452. /proc/sys/kernel/sched_latency_ns: 4500000
  453. /proc/sys/kernel/sched_rt_period_us: 1000000
  454. /proc/sys/kernel/sched_rt_runtime_us: 950000
  455. /proc/sys/kernel/sched_autogroup_enabled: 1
  456. /proc/sys/kernel/sched_rr_timeslice_ms: 100
  457. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  458. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  459.  
  460.  
  461. ###### Kernel module snd_usb_audio settings ######
  462. Module = "snd_usb_audio"
  463.  
  464. Attributes:
  465. coresize = "159744"
  466. initsize = "0"
  467. initstate = "live"
  468. refcnt = "1"
  469. taint = ""
  470. uevent =
  471.  
  472. Parameters:
  473. autoclock = "Y"
  474. device_setup = "0,0,0,0,0,0,0,0"
  475. enable = "Y,Y,Y,Y,Y,Y,Y,Y"
  476. id = "(null),(null),(null),(null),(null),(null),(null),(null)"
  477. ignore_ctl_error = "N"
  478. index = "-1,-1,-1,-1,-1,-1,-1,-1"
  479. pid = "-1,-1,-1,-1,-1,-1,-1,-1"
  480. quirk_alias = "(null),(null),(null),(null),(null),(null),(null),(null)"
  481. vid = "-1,-1,-1,-1,-1,-1,-1,-1"
  482.  
  483. Sections:
  484. .ARM.exidx = "0x7f3679c4"
  485. .ARM.exidx.exit.text= "0x7f364cd0"
  486. .ARM.exidx.init.text= "0x7f364cc8"
  487. .alt.smp.init = "0x7f3679bc"
  488. .bss = "0x7f36ad80"
  489. .data = "0x7f369000"
  490. .exit.text = "0x7f35f424"
  491. .gnu.linkonce.this_module= "0x7f36ab80"
  492. .init.text = "0x7f376000"
  493. .note.gnu.build-id = "0x7f360000"
  494. .rodata = "0x7f360028"
  495. .rodata.str1.4 = "0x7f364cd8"
  496. .strtab = "0x7f37d4a0"
  497. .symtab = "0x7f377000"
  498. .text = "0x7f34e000"
  499. __param = "0x7f367908"
  500.  
  501.  
  502. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  503. total 8.0K
  504. drwxr-xr-x 2 root root 4.0K Oct 28 17:40 .
  505. drwxr-xr-x 5 root root 4.0K Oct 28 17:37 ..
  506. lrwxrwxrwx 1 root root 34 Oct 28 17:37 addons.service -> /etc/systemd/system/addons.service
  507. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  508. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  509. lrwxrwxrwx 1 root root 41 Mar 13 2018 brcm43438.service -> /usr/lib/systemd/system/brcm43438.service
  510. lrwxrwxrwx 1 root root 39 Jun 24 15:35 chronyd.service -> /usr/lib/systemd/system/chronyd.service
  511. lrwxrwxrwx 1 root root 38 Mar 28 2018 cronie.service -> /usr/lib/systemd/system/cronie.service
  512. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  513. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  514. lrwxrwxrwx 1 root root 44 Oct 28 16:52 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
  515. lrwxrwxrwx 1 root root 47 Apr 13 2018 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  516. lrwxrwxrwx 1 root root 37 Feb 14 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  517. lrwxrwxrwx 1 root root 37 Feb 14 2015 redis.service -> /usr/lib/systemd/system/redis.service
  518. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  519. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  520. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  521. lrwxrwxrwx 1 root root 48 Mar 13 2018 systemd-resolved.service -> /usr/lib/systemd/system/systemd-resolved.service
  522.  
  523.  
  524. ###### Filesystem mounts ######
  525. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  526. sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  527. dev /dev devtmpfs rw,nosuid,relatime,size=491280k,nr_inodes=122820,mode=755 0 0
  528. run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
  529. /dev/mmcblk0p2 / ext4 rw,relatime,stripe=32679,data=ordered 0 0
  530. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  531. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  532. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  533. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  534. cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0
  535. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0
  536. bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
  537. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  538. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  539. cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
  540. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  541. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  542. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  543. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  544. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  545. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=46,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1635 0 0
  546. mqueue /dev/mqueue mqueue rw,relatime 0 0
  547. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  548. tmpfs /tmp tmpfs rw,nosuid,nodev 0 0
  549. configfs /sys/kernel/config configfs rw,relatime 0 0
  550. http-tmp /srv/http/tmp tmpfs rw,nosuid,nodev,noatime,size=5120k,uid=33,gid=33 0 0
  551. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  552. var-tmp /var/tmp tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  553. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  554. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  555. //192.168.1.7/Music /mnt/MPD/NAS/Music cifs rw,relatime,vers=1.0,sec=ntlm,cache=strict,username=Tobba,uid=1000,forceuid,gid=92,forcegid,addr=192.168.1.7,soft,unix,posixpaths,serverino,mapposix,acl,rsize=8192,wsize=16384,echo_interval=60,actimeo=1 0 0
  556.  
  557.  
  558. ###### Filesystem mounts - free space (df -h) ######
  559. Filesystem Size Used Avail Use% Mounted on
  560. dev 480M 0 480M 0% /dev
  561. run 487M 19M 469M 4% /run
  562. /dev/mmcblk0p2 15G 2.3G 12G 17% /
  563. tmpfs 487M 0 487M 0% /dev/shm
  564. tmpfs 487M 0 487M 0% /sys/fs/cgroup
  565. tmpfs 487M 0 487M 0% /tmp
  566. http-tmp 5.0M 4.0K 5.0M 1% /srv/http/tmp
  567. logs 5.0M 16K 5.0M 1% /var/log
  568. var-tmp 5.0M 0 5.0M 0% /var/tmp
  569. rune-logs 5.0M 28K 5.0M 1% /var/log/runeaudio
  570. /dev/mmcblk0p1 100M 21M 80M 21% /boot
  571. //192.168.1.7/Music 112G 100G 13G 90% /mnt/MPD/NAS/Music
  572.  
  573.  
  574. ###### Filesystem mounts - partitions (parted -ls) ######
  575. Model: SD SL16G (sd/mmc)
  576. Disk /dev/mmcblk0: 15.9GB
  577. Sector size (logical/physical): 512B/512B
  578. Partition Table: msdos
  579. Disk Flags:
  580.  
  581. Number Start End Size Type File system Flags
  582. 1 1049kB 106MB 105MB primary fat16 lba
  583. 2 106MB 15.9GB 15.8GB primary ext4
  584.  
  585.  
  586. ###### Loaded kernel modules (lsmod) ######
  587. Module Size Used by
  588. md4 16384 0
  589. nls_utf8 16384 1
  590. cifs 454656 2
  591. ccm 20480 0
  592. 8021q 28672 0
  593. garp 16384 1 8021q
  594. mrp 20480 1 8021q
  595. stp 16384 1 garp
  596. llc 16384 2 garp,stp
  597. hci_uart 49152 1
  598. btbcm 16384 1 hci_uart
  599. serdev 20480 1 hci_uart
  600. bluetooth 360448 3 hci_uart,btbcm
  601. ecdh_generic 28672 1 bluetooth
  602. brcmfmac 217088 0
  603. snd_usb_audio 159744 1
  604. brcmutil 16384 1 brcmfmac
  605. snd_hwdep 16384 1 snd_usb_audio
  606. snd_bcm2835 32768 1
  607. evdev 24576 0
  608. cfg80211 577536 1 brcmfmac
  609. snd_usbmidi_lib 28672 1 snd_usb_audio
  610. snd_rawmidi 32768 1 snd_usbmidi_lib
  611. snd_seq_device 16384 1 snd_rawmidi
  612. snd_pcm 94208 3 snd_usb_audio,snd_bcm2835
  613. snd_timer 32768 1 snd_pcm
  614. snd 65536 11 snd_hwdep,snd_usb_audio,snd_timer,snd_rawmidi,snd_usbmidi_lib,snd_seq_device,snd_bcm2835,snd_pcm
  615. bcm2835_rng 16384 0
  616. rng_core 16384 1 bcm2835_rng
  617. fixed 16384 0
  618. uio_pdrv_genirq 16384 0
  619. uio 16384 1 uio_pdrv_genirq
  620. sch_fq_codel 20480 3
  621. crypto_user 16384 0
  622. ip_tables 24576 0
  623. x_tables 24576 1 ip_tables
  624. ipv6 438272 44
  625.  
  626.  
  627. ###### Network listening sockets (netstat -lnp) ######
  628. Active Internet connections (only servers)
  629. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  630. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 6633/mpd
  631. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 311/redis-server 12
  632. tcp 0 0 0.0.0.0:5355 0.0.0.0:* LISTEN 244/systemd-resolve
  633. tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/init
  634. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 251/python
  635. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 3023/nginx: master
  636. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 3023/nginx: master
  637. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 3023/nginx: master
  638. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 308/sshd
  639. tcp6 0 0 :::5355 :::* LISTEN 244/systemd-resolve
  640. tcp6 0 0 :::111 :::* LISTEN 1/init
  641. tcp6 0 0 :::22 :::* LISTEN 308/sshd
  642. udp 0 0 0.0.0.0:43498 0.0.0.0:* 4935/avahi-daemon:
  643. udp 0 0 127.0.0.53:53 0.0.0.0:* 244/systemd-resolve
  644. udp 0 0 0.0.0.0:68 0.0.0.0:* 414/dhcpcd
  645. udp 0 0 0.0.0.0:111 0.0.0.0:* 1/init
  646. udp 0 0 0.0.0.0:5353 0.0.0.0:* 4935/avahi-daemon:
  647. udp 0 0 0.0.0.0:5355 0.0.0.0:* 244/systemd-resolve
  648. udp 0 0 127.0.0.1:323 0.0.0.0:* 268/chronyd
  649. udp6 0 0 :::111 :::* 1/init
  650. udp6 0 0 :::5355 :::* 244/systemd-resolve
  651. udp6 0 0 ::1:323 :::* 268/chronyd
  652. Active UNIX domain sockets (only servers)
  653. Proto RefCnt Flags Type State I-Node PID/Program name Path
  654. unix 2 [ ACC ] STREAM LISTENING 1562 1/init /run/systemd/private
  655. unix 2 [ ACC ] STREAM LISTENING 1579 1/init /run/rpcbind.sock
  656. unix 2 [ ACC ] SEQPACKET LISTENING 1590 1/init /run/systemd/coredump
  657. unix 2 [ ACC ] SEQPACKET LISTENING 1593 1/init /run/udev/control
  658. unix 2 [ ACC ] STREAM LISTENING 1602 1/init /run/systemd/journal/stdout
  659. unix 2 [ ACC ] STREAM LISTENING 59715 6067/php-fpm: maste /var/run/php-command.sock
  660. unix 2 [ ACC ] STREAM LISTENING 59718 6067/php-fpm: maste /var/run/php-db.sock
  661. unix 2 [ ACC ] STREAM LISTENING 59721 6067/php-fpm: maste /var/run/php-display.sock
  662. unix 2 [ ACC ] STREAM LISTENING 11136 1/init /run/avahi-daemon/socket
  663. unix 2 [ ACC ] STREAM LISTENING 11140 1/init /run/dbus/system_bus_socket
  664. unix 2 [ ACC ] STREAM LISTENING 63134 6633/mpd /run/mpd.sock
  665. unix 2 [ ACC ] STREAM LISTENING 14261 311/redis-server 12 /run/redis.sock
  666.  
  667.  
  668. ###### Network established sockets (netstat -np) ######
  669. Active Internet connections (w/o servers)
  670. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  671. tcp 0 0 127.0.0.1:34456 127.0.0.1:6379 TIME_WAIT -
  672. tcp 0 0 127.0.0.1:34646 127.0.0.1:6379 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:34610 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 0 192.168.1.117:80 192.168.1.82:59414 TIME_WAIT -
  675. tcp 0 0 127.0.0.1:43862 127.0.0.1:6600 TIME_WAIT -
  676. tcp 0 0 127.0.0.1:34458 127.0.0.1:6379 TIME_WAIT -
  677. tcp 0 0 127.0.0.1:34744 127.0.0.1:6379 TIME_WAIT -
  678. tcp 0 0 127.0.0.1:34402 127.0.0.1:6379 TIME_WAIT -
  679. tcp 7 0 192.168.1.117:80 192.168.1.82:59446 CLOSE_WAIT 3028/nginx: worker
  680. tcp 0 0 127.0.0.1:44038 127.0.0.1:6600 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:34368 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 0 127.0.0.1:34374 127.0.0.1:6379 TIME_WAIT -
  683. tcp 0 0 127.0.0.1:34572 127.0.0.1:6379 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:34684 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:44048 127.0.0.1:6600 TIME_WAIT -
  686. tcp 0 0 127.0.0.1:34532 127.0.0.1:6379 TIME_WAIT -
  687. tcp 0 0 192.168.1.117:80 192.168.1.82:59354 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:34590 127.0.0.1:6379 TIME_WAIT -
  689. tcp 7 0 192.168.1.117:80 192.168.1.82:59447 CLOSE_WAIT 3028/nginx: worker
  690. tcp 0 0 127.0.0.1:34316 127.0.0.1:6379 TIME_WAIT -
  691. tcp 0 0 127.0.0.1:44108 127.0.0.1:6600 TIME_WAIT -
  692. tcp 7 0 192.168.1.117:80 192.168.1.82:59440 CLOSE_WAIT 3028/nginx: worker
  693. tcp 0 0 127.0.0.1:34324 127.0.0.1:6379 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:34512 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 192.168.1.117:80 192.168.1.82:59427 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:44030 127.0.0.1:6600 TIME_WAIT -
  697. tcp 0 0 127.0.0.1:34370 127.0.0.1:6379 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:34624 127.0.0.1:6379 TIME_WAIT -
  699. tcp 0 0 127.0.0.1:34636 127.0.0.1:6379 TIME_WAIT -
  700. tcp 0 0 192.168.1.117:80 192.168.1.82:59396 TIME_WAIT -
  701. tcp 0 0 127.0.0.1:34412 127.0.0.1:6379 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:34378 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 192.168.1.117:80 192.168.1.82:59332 TIME_WAIT -
  704. tcp 0 0 192.168.1.117:80 192.168.1.82:59327 TIME_WAIT -
  705. tcp 0 0 127.0.0.1:34520 127.0.0.1:6379 TIME_WAIT -
  706. tcp 0 0 192.168.1.117:80 192.168.1.82:59353 TIME_WAIT -
  707. tcp 0 0 192.168.1.117:80 192.168.1.82:59329 TIME_WAIT -
  708. tcp 0 0 127.0.0.1:34692 127.0.0.1:6379 TIME_WAIT -
  709. tcp 0 0 127.0.0.1:34406 127.0.0.1:6379 TIME_WAIT -
  710. tcp 0 0 192.168.1.117:80 192.168.1.82:59333 TIME_WAIT -
  711. tcp 0 0 192.168.1.117:80 192.168.1.82:59360 TIME_WAIT -
  712. tcp 0 0 127.0.0.1:44098 127.0.0.1:6600 TIME_WAIT -
  713. tcp 0 0 192.168.1.117:80 192.168.1.82:59351 TIME_WAIT -
  714. tcp 0 0 127.0.0.1:44042 127.0.0.1:6600 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:34486 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:34580 127.0.0.1:6379 TIME_WAIT -
  717. tcp 0 0 192.168.1.117:80 192.168.1.82:59345 TIME_WAIT -
  718. tcp 0 0 192.168.1.117:80 192.168.1.82:59412 TIME_WAIT -
  719. tcp 0 0 127.0.0.1:34548 127.0.0.1:6379 TIME_WAIT -
  720. tcp 0 0 192.168.1.117:80 192.168.1.82:59431 TIME_WAIT -
  721. tcp 0 0 192.168.1.117:80 192.168.1.82:59358 TIME_WAIT -
  722. tcp 0 0 127.0.0.1:34508 127.0.0.1:6379 TIME_WAIT -
  723. tcp 0 0 192.168.1.117:51308 192.168.1.7:445 ESTABLISHED -
  724. tcp 0 0 127.0.0.1:34342 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 127.0.0.1:34650 127.0.0.1:6379 TIME_WAIT -
  726. tcp 0 0 127.0.0.1:34338 127.0.0.1:6379 TIME_WAIT -
  727. tcp 0 0 127.0.0.1:34640 127.0.0.1:6379 TIME_WAIT -
  728. tcp 0 0 127.0.0.1:43970 127.0.0.1:6600 TIME_WAIT -
  729. tcp 0 0 127.0.0.1:34332 127.0.0.1:6379 TIME_WAIT -
  730. tcp 0 0 127.0.0.1:34674 127.0.0.1:6379 TIME_WAIT -
  731. tcp 0 0 127.0.0.1:34662 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 127.0.0.1:43964 127.0.0.1:6600 TIME_WAIT -
  733. tcp 0 0 127.0.0.1:34384 127.0.0.1:6379 TIME_WAIT -
  734. tcp 0 0 192.168.1.117:80 192.168.1.82:59334 TIME_WAIT -
  735. tcp 0 0 127.0.0.1:34410 127.0.0.1:6379 TIME_WAIT -
  736. tcp 0 0 127.0.0.1:34576 127.0.0.1:6379 TIME_WAIT -
  737. tcp 0 0 127.0.0.1:34496 127.0.0.1:6379 TIME_WAIT -
  738. tcp 0 0 192.168.1.117:80 192.168.1.82:59402 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:34442 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 127.0.0.1:34712 127.0.0.1:6379 TIME_WAIT -
  741. tcp 0 0 127.0.0.1:34482 127.0.0.1:6379 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:34356 127.0.0.1:6379 TIME_WAIT -
  743. tcp 0 0 127.0.0.1:34450 127.0.0.1:6379 TIME_WAIT -
  744. tcp 0 0 127.0.0.1:44102 127.0.0.1:6600 TIME_WAIT -
  745. tcp 0 0 192.168.1.117:80 192.168.1.82:59348 TIME_WAIT -
  746. tcp 0 0 127.0.0.1:34686 127.0.0.1:6379 TIME_WAIT -
  747. tcp 0 0 127.0.0.1:34348 127.0.0.1:6379 TIME_WAIT -
  748. tcp 0 0 192.168.1.117:80 192.168.1.82:59325 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:34742 127.0.0.1:6379 TIME_WAIT -
  750. tcp 0 0 192.168.1.117:80 192.168.1.82:59429 TIME_WAIT -
  751. tcp 0 0 192.168.1.117:80 192.168.1.82:59444 TIME_WAIT -
  752. tcp 0 0 127.0.0.1:34460 127.0.0.1:6379 TIME_WAIT -
  753. tcp 0 0 127.0.0.1:34372 127.0.0.1:6379 TIME_WAIT -
  754. tcp 0 0 127.0.0.1:34556 127.0.0.1:6379 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:34444 127.0.0.1:6379 TIME_WAIT -
  756. tcp 0 0 127.0.0.1:34598 127.0.0.1:6379 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:34418 127.0.0.1:6379 TIME_WAIT -
  758. tcp 0 0 127.0.0.1:34400 127.0.0.1:6379 TIME_WAIT -
  759. tcp 0 0 127.0.0.1:34672 127.0.0.1:6379 TIME_WAIT -
  760. tcp 0 0 127.0.0.1:34644 127.0.0.1:6379 TIME_WAIT -
  761. tcp 0 0 127.0.0.1:34500 127.0.0.1:6379 TIME_WAIT -
  762. tcp 0 0 127.0.0.1:34596 127.0.0.1:6379 TIME_WAIT -
  763. tcp 0 0 127.0.0.1:34586 127.0.0.1:6379 TIME_WAIT -
  764. tcp 0 0 127.0.0.1:34588 127.0.0.1:6379 TIME_WAIT -
  765. tcp 0 0 192.168.1.117:80 192.168.1.82:59372 TIME_WAIT -
  766. tcp 0 0 127.0.0.1:34554 127.0.0.1:6379 TIME_WAIT -
  767. tcp 0 0 127.0.0.1:34544 127.0.0.1:6379 TIME_WAIT -
  768. tcp 0 0 127.0.0.1:43958 127.0.0.1:6600 TIME_WAIT -
  769. tcp 0 0 127.0.0.1:34428 127.0.0.1:6379 TIME_WAIT -
  770. tcp 0 0 127.0.0.1:43910 127.0.0.1:6600 TIME_WAIT -
  771. tcp 0 0 192.168.1.117:80 192.168.1.82:59423 TIME_WAIT -
  772. tcp 0 0 127.0.0.1:44074 127.0.0.1:6600 TIME_WAIT -
  773. tcp 0 0 127.0.0.1:34320 127.0.0.1:6379 TIME_WAIT -
  774. tcp 0 0 192.168.1.117:80 192.168.1.82:59425 TIME_WAIT -
  775. tcp 0 0 127.0.0.1:44040 127.0.0.1:6600 TIME_WAIT -
  776. tcp 0 0 192.168.1.117:80 192.168.1.82:59397 TIME_WAIT -
  777. tcp 0 0 127.0.0.1:34666 127.0.0.1:6379 TIME_WAIT -
  778. tcp 0 0 127.0.0.1:34414 127.0.0.1:6379 TIME_WAIT -
  779. tcp 0 0 127.0.0.1:34660 127.0.0.1:6379 TIME_WAIT -
  780. tcp 0 0 127.0.0.1:34606 127.0.0.1:6379 TIME_WAIT -
  781. tcp 0 0 127.0.0.1:34728 127.0.0.1:6379 TIME_WAIT -
  782. tcp 0 0 127.0.0.1:34326 127.0.0.1:6379 TIME_WAIT -
  783. tcp 0 0 127.0.0.1:34448 127.0.0.1:6379 TIME_WAIT -
  784. tcp 0 0 127.0.0.1:34476 127.0.0.1:6379 TIME_WAIT -
  785. tcp 0 0 127.0.0.1:34570 127.0.0.1:6379 TIME_WAIT -
  786. tcp 0 0 127.0.0.1:34538 127.0.0.1:6379 TIME_WAIT -
  787. tcp 0 0 127.0.0.1:34308 127.0.0.1:6379 TIME_WAIT -
  788. tcp 0 0 127.0.0.1:34440 127.0.0.1:6379 TIME_WAIT -
  789. tcp 0 0 127.0.0.1:34346 127.0.0.1:6379 TIME_WAIT -
  790. tcp 0 0 127.0.0.1:34658 127.0.0.1:6379 TIME_WAIT -
  791. tcp 0 0 127.0.0.1:34376 127.0.0.1:6379 TIME_WAIT -
  792. tcp 0 0 192.168.1.117:80 192.168.1.82:59330 TIME_WAIT -
  793. tcp 0 0 127.0.0.1:44106 127.0.0.1:6600 TIME_WAIT -
  794. tcp 0 0 127.0.0.1:34654 127.0.0.1:6379 TIME_WAIT -
  795. tcp 0 0 127.0.0.1:34360 127.0.0.1:6379 TIME_WAIT -
  796. tcp 0 0 192.168.1.117:22 192.168.1.82:57450 ESTABLISHED 1516/sshd: root@pts
  797. tcp 0 0 127.0.0.1:34676 127.0.0.1:6379 TIME_WAIT -
  798. tcp 0 0 127.0.0.1:34592 127.0.0.1:6379 TIME_WAIT -
  799. tcp 7 0 192.168.1.117:80 192.168.1.82:59443 CLOSE_WAIT 3028/nginx: worker
  800. tcp 0 0 192.168.1.117:80 192.168.1.82:59439 TIME_WAIT -
  801. tcp 0 0 192.168.1.117:80 192.168.1.82:59411 TIME_WAIT -
  802. tcp 0 0 192.168.1.117:80 192.168.1.82:59342 TIME_WAIT -
  803. tcp 0 0 127.0.0.1:34642 127.0.0.1:6379 TIME_WAIT -
  804. tcp 0 0 127.0.0.1:34526 127.0.0.1:6379 TIME_WAIT -
  805. tcp 0 0 192.168.1.117:80 192.168.1.82:59403 TIME_WAIT -
  806. tcp 0 0 192.168.1.117:80 192.168.1.82:59400 TIME_WAIT -
  807. tcp 0 0 127.0.0.1:34514 127.0.0.1:6379 TIME_WAIT -
  808. tcp 0 0 127.0.0.1:44100 127.0.0.1:6600 TIME_WAIT -
  809. tcp 0 0 192.168.1.117:80 192.168.1.82:59410 TIME_WAIT -
  810. tcp 0 0 127.0.0.1:44008 127.0.0.1:6600 TIME_WAIT -
  811. tcp 0 0 127.0.0.1:34392 127.0.0.1:6379 TIME_WAIT -
  812. tcp 0 0 127.0.0.1:43996 127.0.0.1:6600 TIME_WAIT -
  813. tcp 0 0 127.0.0.1:34330 127.0.0.1:6379 TIME_WAIT -
  814. tcp 0 0 127.0.0.1:34310 127.0.0.1:6379 TIME_WAIT -
  815. tcp 0 0 127.0.0.1:34656 127.0.0.1:6379 TIME_WAIT -
  816. tcp 0 0 127.0.0.1:34678 127.0.0.1:6379 TIME_WAIT -
  817. tcp 0 0 127.0.0.1:34434 127.0.0.1:6379 TIME_WAIT -
  818. tcp 0 0 127.0.0.1:34420 127.0.0.1:6379 TIME_WAIT -
  819. tcp 0 0 192.168.1.117:80 192.168.1.82:59346 TIME_WAIT -
  820. tcp 0 0 127.0.0.1:34540 127.0.0.1:6379 TIME_WAIT -
  821. tcp 0 0 127.0.0.1:34702 127.0.0.1:6379 TIME_WAIT -
  822. tcp 0 0 127.0.0.1:34530 127.0.0.1:6379 TIME_WAIT -
  823. tcp 0 0 127.0.0.1:44194 127.0.0.1:6600 TIME_WAIT -
  824. tcp 0 0 127.0.0.1:43986 127.0.0.1:6600 TIME_WAIT -
  825. tcp 0 0 192.168.1.117:80 192.168.1.82:59365 TIME_WAIT -
  826. tcp 0 0 127.0.0.1:34534 127.0.0.1:6379 TIME_WAIT -
  827. tcp 0 0 192.168.1.117:80 192.168.1.82:59328 TIME_WAIT -
  828. tcp 0 0 127.0.0.1:43834 127.0.0.1:6600 TIME_WAIT -
  829. tcp 0 0 192.168.1.117:80 192.168.1.82:59413 TIME_WAIT -
  830. tcp 0 0 127.0.0.1:80 127.0.0.1:52398 TIME_WAIT -
  831. tcp 0 0 127.0.0.1:34736 127.0.0.1:6379 TIME_WAIT -
  832. tcp 0 0 127.0.0.1:34750 127.0.0.1:6379 TIME_WAIT -
  833. tcp 0 0 127.0.0.1:34630 127.0.0.1:6379 TIME_WAIT -
  834. tcp 0 0 127.0.0.1:34328 127.0.0.1:6379 TIME_WAIT -
  835. tcp 0 0 192.168.1.117:80 192.168.1.82:59416 TIME_WAIT -
  836. tcp 0 0 127.0.0.1:34386 127.0.0.1:6379 TIME_WAIT -
  837. tcp 0 0 127.0.0.1:34396 127.0.0.1:6379 TIME_WAIT -
  838. tcp 0 0 192.168.1.117:80 192.168.1.82:59407 TIME_WAIT -
  839. tcp 0 0 192.168.1.117:80 192.168.1.82:59335 TIME_WAIT -
  840. tcp 0 0 192.168.1.117:80 192.168.1.82:59453 TIME_WAIT -
  841. tcp 0 0 127.0.0.1:34698 127.0.0.1:6379 TIME_WAIT -
  842. tcp 0 0 127.0.0.1:34318 127.0.0.1:6379 TIME_WAIT -
  843. tcp 0 0 127.0.0.1:34524 127.0.0.1:6379 TIME_WAIT -
  844. tcp 0 0 127.0.0.1:34488 127.0.0.1:6379 TIME_WAIT -
  845. tcp 0 0 127.0.0.1:34494 127.0.0.1:6379 TIME_WAIT -
  846. tcp 0 0 127.0.0.1:34664 127.0.0.1:6379 TIME_WAIT -
  847. tcp 0 0 127.0.0.1:34734 127.0.0.1:6379 TIME_WAIT -
  848. tcp 0 0 127.0.0.1:34474 127.0.0.1:6379 TIME_WAIT -
  849. tcp 7 0 192.168.1.117:80 192.168.1.82:59442 CLOSE_WAIT 3028/nginx: worker
  850. tcp 0 0 127.0.0.1:34682 127.0.0.1:6379 TIME_WAIT -
  851. tcp 0 0 127.0.0.1:80 127.0.0.1:52540 TIME_WAIT -
  852. tcp 0 0 192.168.1.117:80 192.168.1.82:59371 TIME_WAIT -
  853. tcp 0 0 192.168.1.117:80 192.168.1.82:59331 TIME_WAIT -
  854. tcp 0 0 127.0.0.1:34700 127.0.0.1:6379 TIME_WAIT -
  855. tcp 0 0 127.0.0.1:80 127.0.0.1:52506 TIME_WAIT -
  856. tcp 0 0 192.168.1.117:80 192.168.1.82:59359 TIME_WAIT -
  857. tcp 0 0 127.0.0.1:34424 127.0.0.1:6379 TIME_WAIT -
  858. tcp 0 0 127.0.0.1:34312 127.0.0.1:6379 TIME_WAIT -
  859. tcp 0 0 127.0.0.1:34432 127.0.0.1:6379 TIME_WAIT -
  860. tcp 0 0 192.168.1.117:80 192.168.1.82:59349 TIME_WAIT -
  861. tcp 0 0 127.0.0.1:34364 127.0.0.1:6379 TIME_WAIT -
  862. tcp 0 0 192.168.1.117:80 192.168.1.82:59406 TIME_WAIT -
  863. tcp 0 0 192.168.1.117:80 192.168.1.82:59362 TIME_WAIT -
  864. tcp 0 0 127.0.0.1:34334 127.0.0.1:6379 TIME_WAIT -
  865. tcp 0 0 127.0.0.1:80 127.0.0.1:52478 TIME_WAIT -
  866. tcp 0 0 192.168.1.117:80 192.168.1.82:59355 TIME_WAIT -
  867. tcp 0 0 127.0.0.1:34632 127.0.0.1:6379 TIME_WAIT -
  868. tcp 0 0 127.0.0.1:80 127.0.0.1:52566 TIME_WAIT -
  869. tcp 0 0 127.0.0.1:44188 127.0.0.1:6600 TIME_WAIT -
  870. tcp 0 0 127.0.0.1:34336 127.0.0.1:6379 TIME_WAIT -
  871. tcp 0 0 127.0.0.1:34322 127.0.0.1:6379 TIME_WAIT -
  872. tcp 0 0 127.0.0.1:34718 127.0.0.1:6379 TIME_WAIT -
  873. tcp 0 0 192.168.1.117:80 192.168.1.82:59430 TIME_WAIT -
  874. tcp 7 0 192.168.1.117:80 192.168.1.82:59441 CLOSE_WAIT 3028/nginx: worker
  875. tcp 0 0 127.0.0.1:34668 127.0.0.1:6379 TIME_WAIT -
  876. tcp 0 0 192.168.1.117:80 192.168.1.82:59448 TIME_WAIT -
  877. tcp 0 0 127.0.0.1:34694 127.0.0.1:6379 TIME_WAIT -
  878. tcp 0 0 127.0.0.1:34730 127.0.0.1:6379 TIME_WAIT -
  879. tcp 0 0 127.0.0.1:34454 127.0.0.1:6379 TIME_WAIT -
  880. tcp 0 0 127.0.0.1:34688 127.0.0.1:6379 TIME_WAIT -
  881. tcp 0 0 127.0.0.1:34344 127.0.0.1:6379 TIME_WAIT -
  882. tcp 0 0 192.168.1.117:80 192.168.1.82:59352 TIME_WAIT -
  883. tcp 0 0 127.0.0.1:34352 127.0.0.1:6379 TIME_WAIT -
  884. tcp 0 0 127.0.0.1:34732 127.0.0.1:6379 TIME_WAIT -
  885. tcp 0 0 127.0.0.1:34416 127.0.0.1:6379 TIME_WAIT -
  886. tcp 0 0 192.168.1.117:80 192.168.1.82:59452 TIME_WAIT -
  887. tcp 0 0 127.0.0.1:34362 127.0.0.1:6379 TIME_WAIT -
  888. tcp 0 0 127.0.0.1:34578 127.0.0.1:6379 TIME_WAIT -
  889. tcp 0 0 192.168.1.117:80 192.168.1.82:59357 TIME_WAIT -
  890. tcp 0 0 192.168.1.117:80 192.168.1.82:59347 TIME_WAIT -
  891. tcp 0 0 127.0.0.1:44032 127.0.0.1:6600 TIME_WAIT -
  892. tcp 0 0 192.168.1.117:80 192.168.1.82:59408 TIME_WAIT -
  893. tcp 0 0 127.0.0.1:34388 127.0.0.1:6379 TIME_WAIT -
  894. tcp 0 0 127.0.0.1:34380 127.0.0.1:6379 TIME_WAIT -
  895. tcp 0 0 127.0.0.1:43960 127.0.0.1:6600 TIME_WAIT -
  896. tcp 0 0 192.168.1.117:80 192.168.1.82:59405 TIME_WAIT -
  897. tcp 0 0 127.0.0.1:34564 127.0.0.1:6379 TIME_WAIT -
  898. tcp 0 0 127.0.0.1:34426 127.0.0.1:6379 TIME_WAIT -
  899. tcp 0 0 192.168.1.117:80 192.168.1.82:59350 TIME_WAIT -
  900. tcp 0 0 127.0.0.1:34614 127.0.0.1:6379 TIME_WAIT -
  901. tcp 0 0 127.0.0.1:34408 127.0.0.1:6379 TIME_WAIT -
  902. tcp 0 0 192.168.1.117:80 192.168.1.82:59404 TIME_WAIT -
  903. tcp 0 0 127.0.0.1:34748 127.0.0.1:6379 TIME_WAIT -
  904. tcp 0 0 127.0.0.1:34690 127.0.0.1:6379 TIME_WAIT -
  905. tcp 0 0 127.0.0.1:34314 127.0.0.1:6379 TIME_WAIT -
  906. tcp 0 0 192.168.1.117:80 192.168.1.82:59399 TIME_WAIT -
  907. tcp 0 0 127.0.0.1:34720 127.0.0.1:6379 TIME_WAIT -
  908. tcp 0 0 127.0.0.1:34680 127.0.0.1:6379 TIME_WAIT -
  909. tcp 0 0 127.0.0.1:34600 127.0.0.1:6379 TIME_WAIT -
  910. tcp 0 0 127.0.0.1:34436 127.0.0.1:6379 TIME_WAIT -
  911. tcp 0 0 127.0.0.1:34704 127.0.0.1:6379 TIME_WAIT -
  912. tcp 0 0 127.0.0.1:44002 127.0.0.1:6600 TIME_WAIT -
  913. tcp 0 0 127.0.0.1:34536 127.0.0.1:6379 TIME_WAIT -
  914. tcp 0 0 127.0.0.1:34452 127.0.0.1:6379 TIME_WAIT -
  915. tcp 0 0 127.0.0.1:34740 127.0.0.1:6379 TIME_WAIT -
  916. tcp 0 0 127.0.0.1:34670 127.0.0.1:6379 TIME_WAIT -
  917. tcp 7 0 192.168.1.117:80 192.168.1.82:59445 CLOSE_WAIT 3028/nginx: worker
  918. tcp 0 0 127.0.0.1:34468 127.0.0.1:6379 TIME_WAIT -
  919. tcp 0 0 127.0.0.1:34696 127.0.0.1:6379 TIME_WAIT -
  920. tcp 0 0 192.168.1.117:80 192.168.1.82:59451 TIME_WAIT -
  921. tcp 0 0 127.0.0.1:34746 127.0.0.1:6379 TIME_WAIT -
  922. tcp 0 0 192.168.1.117:80 192.168.1.82:59438 TIME_WAIT -
  923. tcp 0 0 192.168.1.117:80 192.168.1.82:59401 TIME_WAIT -
  924. tcp 0 0 127.0.0.1:43972 127.0.0.1:6600 TIME_WAIT -
  925. tcp 0 0 127.0.0.1:34398 127.0.0.1:6379 TIME_WAIT -
  926. tcp 0 0 127.0.0.1:34358 127.0.0.1:6379 TIME_WAIT -
  927. tcp 0 0 127.0.0.1:34722 127.0.0.1:6379 TIME_WAIT -
  928. tcp 0 0 192.168.1.117:80 192.168.1.82:59375 TIME_WAIT -
  929. tcp 0 0 192.168.1.117:80 192.168.1.82:59361 TIME_WAIT -
  930. tcp 0 0 127.0.0.1:34738 127.0.0.1:6379 TIME_WAIT -
  931. tcp 0 0 127.0.0.1:44092 127.0.0.1:6600 TIME_WAIT -
  932. tcp 0 0 127.0.0.1:34542 127.0.0.1:6379 TIME_WAIT -
  933. tcp 0 0 127.0.0.1:34366 127.0.0.1:6379 TIME_WAIT -
  934. tcp 0 0 192.168.1.117:80 192.168.1.82:59428 TIME_WAIT -
  935. tcp 0 0 127.0.0.1:34604 127.0.0.1:6379 TIME_WAIT -
  936. tcp 0 0 127.0.0.1:34394 127.0.0.1:6379 TIME_WAIT -
  937. tcp 0 0 127.0.0.1:34462 127.0.0.1:6379 TIME_WAIT -
  938. tcp 0 0 127.0.0.1:34726 127.0.0.1:6379 TIME_WAIT -
  939. tcp 0 0 192.168.1.117:80 192.168.1.82:59398 TIME_WAIT -
  940. tcp 0 0 127.0.0.1:34390 127.0.0.1:6379 TIME_WAIT -
  941. tcp 0 0 127.0.0.1:44046 127.0.0.1:6600 TIME_WAIT -
  942. tcp 0 0 127.0.0.1:80 127.0.0.1:52430 TIME_WAIT -
  943. tcp 0 0 127.0.0.1:34724 127.0.0.1:6379 TIME_WAIT -
  944. tcp 0 0 127.0.0.1:34504 127.0.0.1:6379 TIME_WAIT -
  945. tcp 0 0 127.0.0.1:34616 127.0.0.1:6379 TIME_WAIT -
  946. tcp 0 0 127.0.0.1:34582 127.0.0.1:6379 TIME_WAIT -
  947. tcp 0 0 127.0.0.1:34518 127.0.0.1:6379 TIME_WAIT -
  948. tcp 0 0 127.0.0.1:34716 127.0.0.1:6379 TIME_WAIT -
  949. tcp 0 0 127.0.0.1:34464 127.0.0.1:6379 TIME_WAIT -
  950. tcp 0 0 127.0.0.1:34584 127.0.0.1:6379 TIME_WAIT -
  951. tcp 0 0 127.0.0.1:34404 127.0.0.1:6379 TIME_WAIT -
  952. tcp 0 0 127.0.0.1:34446 127.0.0.1:6379 TIME_WAIT -
  953. tcp 0 0 127.0.0.1:43952 127.0.0.1:6600 TIME_WAIT -
  954. tcp 0 0 127.0.0.1:34502 127.0.0.1:6379 TIME_WAIT -
  955. tcp 0 0 127.0.0.1:34438 127.0.0.1:6379 TIME_WAIT -
  956. tcp 0 0 127.0.0.1:34648 127.0.0.1:6379 TIME_WAIT -
  957. tcp 0 0 192.168.1.117:80 192.168.1.82:59432 TIME_WAIT -
  958. tcp 0 0 127.0.0.1:34602 127.0.0.1:6379 TIME_WAIT -
  959. tcp 0 0 127.0.0.1:34710 127.0.0.1:6379 TIME_WAIT -
  960. tcp 0 0 127.0.0.1:34652 127.0.0.1:6379 TIME_WAIT -
  961. tcp 0 0 127.0.0.1:34350 127.0.0.1:6379 TIME_WAIT -
  962. tcp 0 0 127.0.0.1:34422 127.0.0.1:6379 TIME_WAIT -
  963. tcp 0 0 192.168.1.117:80 192.168.1.82:59326 TIME_WAIT -
  964. tcp 0 0 127.0.0.1:34510 127.0.0.1:6379 TIME_WAIT -
  965. tcp 0 0 127.0.0.1:34340 127.0.0.1:6379 TIME_WAIT -
  966. tcp 0 0 192.168.1.117:80 192.168.1.82:59341 TIME_WAIT -
  967. tcp 0 0 127.0.0.1:34638 127.0.0.1:6379 TIME_WAIT -
  968. tcp 0 0 127.0.0.1:34706 127.0.0.1:6379 TIME_WAIT -
  969. tcp 0 0 192.168.1.117:80 192.168.1.82:59356 TIME_WAIT -
  970. tcp 0 0 192.168.1.117:80 192.168.1.82:59409 TIME_WAIT -
  971. Active UNIX domain sockets (w/o servers)
  972. Proto RefCnt Flags Type State I-Node PID/Program name Path
  973. unix 3 [ ] DGRAM 1558 1/init /run/systemd/notify
  974. unix 9 [ ] DGRAM 1571 1/init /run/systemd/journal/dev-log
  975. unix 2 [ ] DGRAM 14900 306/wpa_actiond /tmp/wpa_ctrl_306-1
  976. unix 5 [ ] DGRAM 1605 1/init /run/systemd/journal/socket
  977. unix 3 [ ] DGRAM 12895 302/wpa_supplicant /run/wpa_supplicant/wlan0
  978. unix 2 [ ] DGRAM 11234 268/chronyd /var/run/chrony/chronyd.sock
  979. unix 3 [ ] STREAM CONNECTED 41325 1/init /run/systemd/journal/stdout
  980. unix 3 [ ] STREAM CONNECTED 12586 244/systemd-resolve
  981. unix 3 [ ] STREAM CONNECTED 63164 3655/php
  982. unix 3 [ ] STREAM CONNECTED 14621 1/init /run/systemd/journal/stdout
  983. unix 3 [ ] STREAM CONNECTED 65589 311/redis-server 12 /run/redis.sock
  984. unix 2 [ ] DGRAM 14906 306/wpa_actiond
  985. unix 2 [ ] DGRAM 27022 258/dbus-daemon
  986. unix 3 [ ] STREAM CONNECTED 51015 258/dbus-daemon /run/dbus/system_bus_socket
  987. unix 3 [ ] STREAM CONNECTED 67228 311/redis-server 12 /run/redis.sock
  988. unix 2 [ ] DGRAM 12509 244/systemd-resolve
  989. unix 3 [ ] STREAM CONNECTED 12777 254/haveged
  990. unix 2 [ ] DGRAM 3047 210/systemd-udevd
  991. unix 3 [ ] STREAM CONNECTED 63162 3655/php
  992. unix 3 [ ] STREAM CONNECTED 19661 561/bash
  993. unix 3 [ ] STREAM CONNECTED 11871 1/init /run/systemd/journal/stdout
  994. unix 3 [ ] STREAM CONNECTED 43421 3655/php
  995. unix 3 [ ] STREAM CONNECTED 15886 1/init /run/systemd/journal/stdout
  996. unix 3 [ ] DGRAM 3051 210/systemd-udevd
  997. unix 3 [ ] DGRAM 3052 210/systemd-udevd
  998. unix 3 [ ] STREAM CONNECTED 63897 6633/mpd /run/mpd.sock
  999. unix 3 [ ] STREAM CONNECTED 3045 210/systemd-udevd
  1000. unix 3 [ ] STREAM CONNECTED 14782 258/dbus-daemon
  1001. unix 3 [ ] STREAM CONNECTED 12647 249/crond
  1002. unix 2 [ ] STREAM CONNECTED 27011 1516/sshd: root@pts
  1003. unix 3 [ ] STREAM CONNECTED 14783 258/dbus-daemon
  1004. unix 3 [ ] STREAM CONNECTED 14784 258/dbus-daemon /run/dbus/system_bus_socket
  1005. unix 3 [ ] STREAM CONNECTED 69688 3809/php
  1006. unix 3 [ ] STREAM CONNECTED 13983 1/init /run/systemd/journal/stdout
  1007. unix 3 [ ] STREAM CONNECTED 14987 1/init /run/systemd/journal/stdout
  1008. unix 3 [ ] STREAM CONNECTED 63146 258/dbus-daemon /run/dbus/system_bus_socket
  1009. unix 3 [ ] STREAM CONNECTED 12983 308/sshd
  1010. unix 3 [ ] STREAM CONNECTED 49774 4935/avahi-daemon:
  1011. unix 2 [ ] DGRAM 26376 1516/sshd: root@pts
  1012. unix 3 [ ] STREAM CONNECTED 38548 3023/nginx: master
  1013. unix 3 [ ] STREAM CONNECTED 15454 1/init /run/systemd/journal/stdout
  1014. unix 2 [ ] DGRAM 11164 249/crond
  1015. unix 3 [ ] STREAM CONNECTED 13065 311/redis-server 12
  1016. unix 3 [ ] STREAM CONNECTED 59713 6067/php-fpm: maste
  1017. unix 3 [ ] STREAM CONNECTED 42521 1/init /run/systemd/journal/stdout
  1018. unix 3 [ ] STREAM CONNECTED 38547 3023/nginx: master
  1019. unix 3 [ ] STREAM CONNECTED 14785 258/dbus-daemon /run/dbus/system_bus_socket
  1020. unix 3 [ ] STREAM CONNECTED 38551 3023/nginx: master
  1021. unix 3 [ ] STREAM CONNECTED 63886 6633/mpd
  1022. unix 3 [ ] STREAM CONNECTED 11174 1/init
  1023. unix 3 [ ] STREAM CONNECTED 48910 1/init /run/systemd/journal/stdout
  1024. unix 2 [ ] DGRAM 10578 1/init
  1025. unix 3 [ ] STREAM CONNECTED 59714 6067/php-fpm: maste
  1026. unix 3 [ ] STREAM CONNECTED 40703 3809/php
  1027. unix 2 [ ] DGRAM 10551 191/systemd-journal
  1028. unix 3 [ ] STREAM CONNECTED 49762 4935/avahi-daemon:
  1029. unix 2 [ ] DGRAM 49767 4935/avahi-daemon:
  1030. unix 2 [ ] DGRAM 13147 414/dhcpcd
  1031. unix 3 [ ] STREAM CONNECTED 67909 7207/php
  1032. unix 3 [ ] STREAM CONNECTED 38550 3023/nginx: master
  1033. unix 3 [ ] STREAM CONNECTED 49769 4935/avahi-daemon:
  1034. unix 3 [ ] STREAM CONNECTED 49770 4937/avahi-daemon:
  1035. unix 2 [ ] DGRAM 11186 268/chronyd
  1036. unix 3 [ ] STREAM CONNECTED 67236 311/redis-server 12 /run/redis.sock
  1037. unix 3 [ ] STREAM CONNECTED 14755 256/hciattach
  1038. unix 3 [ ] STREAM CONNECTED 13954 244/systemd-resolve
  1039. unix 3 [ ] STREAM CONNECTED 14617 250/ifplugd
  1040. unix 3 [ ] STREAM CONNECTED 13985 1/init /run/systemd/journal/stdout
  1041. unix 3 [ ] STREAM CONNECTED 11132 1/init /run/systemd/journal/stdout
  1042. unix 3 [ ] STREAM CONNECTED 11168 1/init /run/systemd/journal/stdout
  1043. unix 3 [ ] DGRAM 14112 1/init
  1044. unix 3 [ ] DGRAM 14113 1/init
  1045. unix 3 [ ] STREAM CONNECTED 14048 251/python
  1046. unix 3 [ ] DGRAM 1560 1/init
  1047. unix 3 [ ] STREAM CONNECTED 12648 1/init /run/systemd/journal/stdout
  1048. unix 3 [ ] STREAM CONNECTED 12650 1/init /run/systemd/journal/stdout
  1049. unix 3 [ ] DGRAM 1561 1/init
  1050. unix 3 [ ] STREAM CONNECTED 12810 1/init /run/systemd/journal/stdout
  1051. unix 3 [ ] STREAM CONNECTED 14110 252/sh
  1052. unix 3 [ ] STREAM CONNECTED 14183 258/dbus-daemon
  1053.  
  1054.  
  1055. ###### Network interfaces (ip addr) ######
  1056. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  1057. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  1058. inet 127.0.0.1/8 scope host lo
  1059. valid_lft forever preferred_lft forever
  1060. 2: eth0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  1061. link/ether b8:27:eb:83:47:34 brd ff:ff:ff:ff:ff:ff
  1062. inet 192.168.1.117/24 brd 192.168.1.255 scope global noprefixroute eth0
  1063. valid_lft forever preferred_lft forever
  1064. 3: wlan0: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
  1065. link/ether b8:27:eb:d6:12:61 brd ff:ff:ff:ff:ff:ff
  1066.  
  1067.  
  1068. ###### Network interfaces (ifconfig) ######
  1069. eth0: flags=4163 mtu 1500
  1070. inet 192.168.1.117 netmask 255.255.255.0 broadcast 192.168.1.255
  1071. ether b8:27:eb:83:47:34 txqueuelen 1000 (Ethernet)
  1072. RX packets 498568 bytes 683452880 (651.7 MiB)
  1073. RX errors 0 dropped 0 overruns 0 frame 0
  1074. TX packets 267706 bytes 31237879 (29.7 MiB)
  1075. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1076.  
  1077. lo: flags=73 mtu 65536
  1078. inet 127.0.0.1 netmask 255.0.0.0
  1079. loop txqueuelen 1000 (Local Loopback)
  1080. RX packets 78826 bytes 4162126 (3.9 MiB)
  1081. RX errors 0 dropped 0 overruns 0 frame 0
  1082. TX packets 78826 bytes 4162126 (3.9 MiB)
  1083. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1084.  
  1085. wlan0: flags=4099 mtu 1500
  1086. ether b8:27:eb:d6:12:61 txqueuelen 1000 (Ethernet)
  1087. RX packets 0 bytes 0 (0.0 B)
  1088. RX errors 0 dropped 0 overruns 0 frame 0
  1089. TX packets 0 bytes 0 (0.0 B)
  1090. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1091.  
  1092.  
  1093. ###### Network netctl profiles (netctl list) ######
  1094. eth0
  1095. test
  1096.  
  1097. eth0 netctl status
  1098. --------------------------------------------------------
  1099. ● netctl@eth0.service - Networking for netctl profile eth0
  1100. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  1101. Active: inactive (dead)
  1102. Docs: man:netctl.profile(5)
  1103.  
  1104. eth0 netctl profile
  1105. --------------------------------------------------------
  1106. Description='eth0 connection'
  1107. Interface=eth0
  1108. ForceConnect=yes
  1109. SkipNoCarrier=yes
  1110. Connection=ethernet
  1111. IP=dhcp
  1112.  
  1113. test netctl status
  1114. --------------------------------------------------------
  1115. ● netctl@test.service - Networking for netctl profile test
  1116. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  1117. Active: inactive (dead)
  1118. Docs: man:netctl.profile(5)
  1119.  
  1120. test netctl profile
  1121. --------------------------------------------------------
  1122. Description='wlan0 connection'
  1123. Interface=wlan0
  1124. Connection=wireless
  1125. Security=wpa-configsection
  1126. IP=dhcp
  1127. WPAConfigSection=(
  1128. 'ssid="YOUR-SSID"'
  1129. 'psk="***************"'
  1130. 'key_mgmt=WPA-PSK'
  1131. 'proto=WPA'
  1132. 'group=TKIP'
  1133. 'pairwise=TKIP'
  1134. 'priority=3'
  1135. )
  1136.  
  1137.  
  1138. ###### Network wifi status (iwconfig) ######
  1139. lo no wireless extensions.
  1140.  
  1141. eth0 no wireless extensions.
  1142.  
  1143. wlan0 IEEE 802.11 ESSID:off/any
  1144. Mode:Managed Access Point: Not-Associated Tx-Power=31 dBm
  1145. Retry short limit:7 RTS thr:off Fragment thr:off
  1146. Encryption key:off
  1147. Power Management:off
  1148.  
  1149.  
  1150. ###### Network WiFi Access Point (redis-cli hgetall AccessPoint) ######
  1151. enabled
  1152. 0
  1153. ip-address
  1154. 192.168.5.1
  1155. broadcast
  1156. 192.168.5.255
  1157. ssid
  1158. RuneAudioAP
  1159. passphrase
  1160. RuneAudio
  1161. dhcp-range
  1162. 192.168.5.2,192.168.5.254,24h
  1163. dhcp-option-dns
  1164. 192.168.5.1
  1165. dhcp-option-router
  1166. 192.168.5.1
  1167. enable-NAT
  1168. 1
  1169.  
  1170. ###### Rern's Addons (redis-cli hgetall addons) ######
  1171. update
  1172. 2
  1173. font
  1174. 20170901
  1175. addo
  1176. 20181028
  1177. expa
  1178. 1
  1179. enha
  1180. 20181028
  1181.  
  1182. ###### List all USB devices (lsusb) ######
  1183. Bus 001 Device 005: ID 0b05:183c ASUSTek Computer, Inc.
  1184. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  1185. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  1186. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1187.  
  1188. ###### Kernel status (dmesg) ######
  1189. [ 0.000000] Booting Linux on physical CPU 0x0
  1190. [ 0.000000] Linux version 4.14.34-1-ARCH (alarm@alarmpi) (gcc version 7.3.1 20180312 (GCC)) #1 SMP Tue May 15 00:50:02 CDT 2018
  1191. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  1192. [ 0.000000] CPU: div instructions available: patching division code
  1193. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1194. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
  1195. [ 0.000000] Memory policy: Data cache writealloc
  1196. [ 0.000000] cma: Reserved 8 MiB at 0x3dc00000
  1197. [ 0.000000] On node 0 totalpages: 255488
  1198. [ 0.000000] free_area_init_node: node 0, pgdat 80f9c1c0, node_mem_map bd336000
  1199. [ 0.000000] Normal zone: 2246 pages used for memmap
  1200. [ 0.000000] Normal zone: 0 pages reserved
  1201. [ 0.000000] Normal zone: 255488 pages, LIFO batch:31
  1202. [ 0.000000] random: fast init done
  1203. [ 0.000000] percpu: Embedded 17 pages/cpu @be59f000 s39564 r8192 d21876 u69632
  1204. [ 0.000000] pcpu-alloc: s39564 r8192 d21876 u69632 alloc=17*4096
  1205. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  1206. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 253242
  1207. [ 0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=1024 bcm2708_fb.fbheight=768 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000 root=/dev/mmcblk0p2 rw rootwait console=ttyS0,115200 console=tty1 selinux=0 plymouth.enable=0 fsck.repair=yes smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyS0,115200 elevator=noop quiet
  1208. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  1209. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  1210. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  1211. [ 0.000000] Memory: 982564K/1021952K available (10240K kernel code, 696K rwdata, 2640K rodata, 1024K init, 745K bss, 31196K reserved, 8192K cma-reserved)
  1212. [ 0.000000] Virtual kernel memory layout:
  1213. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  1214. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  1215. vmalloc : 0xbe800000 - 0xff800000 (1040 MB)
  1216. lowmem : 0x80000000 - 0xbe600000 ( 998 MB)
  1217. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  1218. .text : 0x80008000 - 0x80b00000 (11232 kB)
  1219. .init : 0x80e00000 - 0x80f00000 (1024 kB)
  1220. .data : 0x80f00000 - 0x80fae054 ( 697 kB)
  1221. .bss : 0x80fb8ef8 - 0x810736d4 ( 746 kB)
  1222. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1223. [ 0.000000] Hierarchical RCU implementation.
  1224. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  1225. [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  1226. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  1227. [ 0.000003] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  1228. [ 0.000009] Switching to timer-based delay loop, resolution 52ns
  1229. [ 0.000135] Console: colour dummy device 80x30
  1230. [ 0.000144] console [tty1] enabled
  1231. [ 0.000156] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  1232. [ 0.000164] pid_max: default: 32768 minimum: 301
  1233. [ 0.000322] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1234. [ 0.000331] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1235. [ 0.000877] Disabling memory control group subsystem
  1236. [ 0.000927] CPU: Testing write buffer coherency: ok
  1237. [ 0.001156] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1238. [ 0.001361] Setting up static identity map for 0x100000 - 0x100054
  1239. [ 0.001423] Hierarchical SRCU implementation.
  1240. [ 0.001745] smp: Bringing up secondary CPUs ...
  1241. [ 0.002110] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1242. [ 0.002492] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  1243. [ 0.002846] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  1244. [ 0.002892] smp: Brought up 1 node, 4 CPUs
  1245. [ 0.002897] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1246. [ 0.002899] CPU: All CPU(s) started in HYP mode.
  1247. [ 0.002901] CPU: Virtualization extensions available.
  1248. [ 0.003385] devtmpfs: initialized
  1249. [ 0.008330] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  1250. [ 0.008462] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1251. [ 0.008471] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1252. [ 0.008739] xor: measuring software checksum speed
  1253. [ 0.100006] arm4regs : 1845.600 MB/sec
  1254. [ 0.200040] 8regs : 1373.600 MB/sec
  1255. [ 0.300078] 32regs : 1324.000 MB/sec
  1256. [ 0.400111] neon : 2098.400 MB/sec
  1257. [ 0.400114] xor: using function: neon (2098.400 MB/sec)
  1258. [ 0.400120] pinctrl core: initialized pinctrl subsystem
  1259. [ 0.400513] NET: Registered protocol family 16
  1260. [ 0.401935] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  1261. [ 0.404148] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1262. [ 0.404151] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1263. [ 0.404263] Serial: AMBA PL011 UART driver
  1264. [ 0.404969] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1265. [ 0.405162] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  1266. [ 0.580320] raid6: int32x1 gen() 205 MB/s
  1267. [ 0.750381] raid6: int32x1 xor() 189 MB/s
  1268. [ 0.920386] raid6: int32x2 gen() 329 MB/s
  1269. [ 1.090400] raid6: int32x2 xor() 248 MB/s
  1270. [ 1.260492] raid6: int32x4 gen() 339 MB/s
  1271. [ 1.430510] raid6: int32x4 xor() 268 MB/s
  1272. [ 1.600608] raid6: int32x8 gen() 334 MB/s
  1273. [ 1.770711] raid6: int32x8 xor() 248 MB/s
  1274. [ 1.940746] raid6: neonx1 gen() 703 MB/s
  1275. [ 2.110789] raid6: neonx1 xor() 701 MB/s
  1276. [ 2.280858] raid6: neonx2 gen() 1048 MB/s
  1277. [ 2.450893] raid6: neonx2 xor() 983 MB/s
  1278. [ 2.620938] raid6: neonx4 gen() 1501 MB/s
  1279. [ 2.791008] raid6: neonx4 xor() 1305 MB/s
  1280. [ 2.961077] raid6: neonx8 gen() 1442 MB/s
  1281. [ 3.131130] raid6: neonx8 xor() 1164 MB/s
  1282. [ 3.131133] raid6: using algorithm neonx4 gen() 1501 MB/s
  1283. [ 3.131135] raid6: .... xor() 1305 MB/s, rmw enabled
  1284. [ 3.131137] raid6: using neon recovery algorithm
  1285. [ 3.131352] bcm2835-dma 3f007000.dma: DMA legacy API manager at be813000, dmachans=0x1
  1286. [ 3.132060] SCSI subsystem initialized
  1287. [ 3.132160] usbcore: registered new interface driver usbfs
  1288. [ 3.132183] usbcore: registered new interface driver hub
  1289. [ 3.132235] usbcore: registered new device driver usb
  1290. [ 3.141263] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-04-16 18:18
  1291. [ 3.142108] clocksource: Switched to clocksource arch_sys_counter
  1292. [ 3.202302] VFS: Disk quotas dquot_6.6.0
  1293. [ 3.202347] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1294. [ 3.202470] FS-Cache: Loaded
  1295. [ 3.202579] CacheFiles: Loaded
  1296. [ 3.206474] NET: Registered protocol family 2
  1297. [ 3.206856] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1298. [ 3.206910] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1299. [ 3.207003] TCP: Hash tables configured (established 8192 bind 8192)
  1300. [ 3.207074] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1301. [ 3.207096] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1302. [ 3.207248] NET: Registered protocol family 1
  1303. [ 3.207495] RPC: Registered named UNIX socket transport module.
  1304. [ 3.207497] RPC: Registered udp transport module.
  1305. [ 3.207499] RPC: Registered tcp transport module.
  1306. [ 3.207501] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1307. [ 3.207608] Unpacking initramfs...
  1308. [ 3.426697] Freeing initrd memory: 5156K
  1309. [ 3.430120] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  1310. [ 3.431368] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  1311. [ 3.435134] FS-Cache: Netfs 'nfs' registered for caching
  1312. [ 3.435423] NFS: Registering the id_resolver key type
  1313. [ 3.435438] Key type id_resolver registered
  1314. [ 3.435440] Key type id_legacy registered
  1315. [ 3.435450] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1316. [ 3.435718] JFS: nTxBlock = 7780, nTxLock = 62244
  1317. [ 3.440388] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1318. [ 3.443605] async_tx: api initialized (async)
  1319. [ 3.443646] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  1320. [ 3.443712] io scheduler noop registered (default)
  1321. [ 3.443715] io scheduler deadline registered
  1322. [ 3.443847] io scheduler cfq registered
  1323. [ 3.443849] io scheduler mq-deadline registered
  1324. [ 3.443852] io scheduler kyber registered
  1325. [ 3.443924] io scheduler bfq registered
  1326. [ 3.445380] BCM2708FB: allocated DMA memory fdd10000
  1327. [ 3.445394] BCM2708FB: allocated DMA channel 0 @ be813000
  1328. [ 3.452618] Console: switching to colour frame buffer device 128x48
  1329. [ 3.456699] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB)
  1330. [ 3.456900] vc-sm: Videocore shared memory driver
  1331. [ 3.457023] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1332. [ 3.461474] loop: module loaded
  1333. [ 3.461481] Loading iSCSI transport class v2.0-870.
  1334. [ 3.461831] libphy: Fixed MDIO Bus: probed
  1335. [ 3.461964] usbcore: registered new interface driver lan78xx
  1336. [ 3.461981] usbcore: registered new interface driver ax88179_178a
  1337. [ 3.462005] usbcore: registered new interface driver smsc95xx
  1338. [ 3.462032] usbcore: registered new interface driver cdc_ncm
  1339. [ 3.462035] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1340. [ 3.689862] Core Release: 2.80a
  1341. [ 3.689866] Setting default values for core params
  1342. [ 3.689879] Finished setting default values for core params
  1343. [ 3.889993] Using Buffer DMA mode
  1344. [ 3.889996] Periodic Transfer Interrupt Enhancement - disabled
  1345. [ 3.889998] Multiprocessor Interrupt Enhancement - disabled
  1346. [ 3.890001] OTG VER PARAM: 0, OTG VER FLAG: 0
  1347. [ 3.890015] Dedicated Tx FIFOs mode
  1348. [ 3.890194] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbdd04000 dma = 0xfdd04000 len=9024
  1349. [ 3.890208] FIQ FSM acceleration enabled for :
  1350. Non-periodic Split Transactions
  1351. Periodic Split Transactions
  1352. High-Speed Isochronous Endpoints
  1353. Interrupt/Control Split Transaction hack enabled
  1354. [ 3.890211] dwc_otg: Microframe scheduler enabled
  1355. [ 3.890238] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x8084eb90
  1356. [ 3.890243] WARN::hcd_init_fiq:460: FIQ ASM at 0x8084ef08 length 36
  1357. [ 3.890248] WARN::hcd_init_fiq:486: MPHI regs_base at 0xbeca7000
  1358. [ 3.890276] dwc_otg 3f980000.usb: DWC OTG Controller
  1359. [ 3.890299] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1360. [ 3.890318] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1361. [ 3.890353] Init: Port Power? op_state=1
  1362. [ 3.890355] Init: Power Port (0)
  1363. [ 3.890451] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1364. [ 3.890456] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1365. [ 3.890460] usb usb1: Product: DWC OTG Controller
  1366. [ 3.890464] usb usb1: Manufacturer: Linux 4.14.34-1-ARCH dwc_otg_hcd
  1367. [ 3.890467] usb usb1: SerialNumber: 3f980000.usb
  1368. [ 3.890752] hub 1-0:1.0: USB hub found
  1369. [ 3.890774] hub 1-0:1.0: 1 port detected
  1370. [ 3.891023] dwc_otg: FIQ enabled
  1371. [ 3.891025] dwc_otg: NAK holdoff enabled
  1372. [ 3.891027] dwc_otg: FIQ split-transaction FSM enabled
  1373. [ 3.891031] Module dwc_common_port init
  1374. [ 3.891122] usbcore: registered new interface driver uas
  1375. [ 3.891163] usbcore: registered new interface driver usb-storage
  1376. [ 3.891180] usbcore: registered new interface driver ums-alauda
  1377. [ 3.891196] usbcore: registered new interface driver ums-cypress
  1378. [ 3.891213] usbcore: registered new interface driver ums-datafab
  1379. [ 3.891228] usbcore: registered new interface driver ums_eneub6250
  1380. [ 3.891244] usbcore: registered new interface driver ums-freecom
  1381. [ 3.891260] usbcore: registered new interface driver ums-isd200
  1382. [ 3.891276] usbcore: registered new interface driver ums-jumpshot
  1383. [ 3.891291] usbcore: registered new interface driver ums-karma
  1384. [ 3.891310] usbcore: registered new interface driver ums-onetouch
  1385. [ 3.891332] usbcore: registered new interface driver ums-realtek
  1386. [ 3.891350] usbcore: registered new interface driver ums-sddr09
  1387. [ 3.891367] usbcore: registered new interface driver ums-sddr55
  1388. [ 3.891382] usbcore: registered new interface driver ums-usbat
  1389. [ 3.891540] mousedev: PS/2 mouse device common for all mice
  1390. [ 3.891871] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1391. [ 3.892095] device-mapper: uevent: version 1.0.3
  1392. [ 3.892268] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
  1393. [ 3.892487] device-mapper: multipath round-robin: version 1.2.0 loaded
  1394. [ 3.892490] device-mapper: multipath queue-length: version 0.2.0 loaded
  1395. [ 3.892492] device-mapper: multipath service-time: version 0.3.0 loaded
  1396. [ 3.892498] device-mapper: raid: Loading target version 1.13.0
  1397. [ 3.892590] bcm2835-cpufreq: min=1200000 max=1200000
  1398. [ 3.892780] sdhci: Secure Digital Host Controller Interface driver
  1399. [ 3.892782] sdhci: Copyright(c) Pierre Ossman
  1400. [ 3.892961] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
  1401. [ 3.893105] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
  1402. [ 3.893146] Error: Driver 'sdhost-bcm2835' is already registered, aborting...
  1403. [ 3.893217] sdhci-pltfm: SDHCI platform and OF driver helper
  1404. [ 3.894259] ledtrig-cpu: registered to indicate activity on CPUs
  1405. [ 3.894345] hidraw: raw HID events driver (C) Jiri Kosina
  1406. [ 3.894470] usbcore: registered new interface driver usbhid
  1407. [ 3.894471] usbhid: USB HID core driver
  1408. [ 3.894846] vchiq: vchiq_init_state: slot_zero = bdd80000, is_master = 0
  1409. [ 3.895716] [vc_sm_connected_init]: start
  1410. [ 3.898474] vc_vchi_sm_init: failed to open VCHI service (-1)
  1411. [ 3.898478] [vc_sm_connected_init]: failed to initialize shared memory service
  1412. [ 3.898596] [vc_sm_connected_init]: end - returning -1
  1413. [ 3.898962] Initializing XFRM netlink socket
  1414. [ 3.898973] NET: Registered protocol family 17
  1415. [ 3.899065] Key type dns_resolver registered
  1416. [ 3.899372] Registering SWP/SWPB emulation handler
  1417. [ 3.900043] registered taskstats version 1
  1418. [ 3.900536] Btrfs loaded, crc32c=crc32c-generic
  1419. [ 3.905780] Key type encrypted registered
  1420. [ 3.908572] uart-pl011 3f201000.serial: cts_event_workaround enabled
  1421. [ 3.908613] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1422. [ 3.909493] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  1423. [ 3.909497] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  1424. [ 3.962439] sdhost: log_buf @ bdd07000 (fdd07000)
  1425. [ 3.999322] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1426. [ 4.000813] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1427. [ 4.002304] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1428. [ 4.004971] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1429. [ 4.042115] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1430. [ 4.042585] of_cfs_init
  1431. [ 4.042636] of_cfs_init: OK
  1432. [ 4.063082] Freeing unused kernel memory: 1024K
  1433. [ 4.102256] Indeed it is in host mode hprt0 = 00021501
  1434. [ 4.115479] mmc1: new high speed SDIO card at address 0001
  1435. [ 4.183515] mmc0: host does not support reading read-only switch, assuming write-enable
  1436. [ 4.186966] mmc0: new high speed SDHC card at address aaaa
  1437. [ 4.192197] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
  1438. [ 4.194259] mmcblk0: p1 p2
  1439. [ 4.312155] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1440. [ 4.312242] Indeed it is in host mode hprt0 = 00001101
  1441. [ 4.552307] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1442. [ 4.552315] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1443. [ 4.552723] hub 1-1:1.0: USB hub found
  1444. [ 4.552779] hub 1-1:1.0: 5 ports detected
  1445. [ 4.752726] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1446. [ 4.882134] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1447. [ 5.012294] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1448. [ 5.012302] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1449. [ 5.014670] smsc95xx v1.0.6
  1450. [ 5.103906] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:83:47:34
  1451. [ 5.202129] usb 1-1.3: new full-speed USB device number 4 using dwc_otg
  1452. [ 5.359158] systemd[1]: System time before build time, advancing clock.
  1453. [ 5.412128] usb 1-1.3: new high-speed USB device number 5 using dwc_otg
  1454. [ 5.468564] NET: Registered protocol family 10
  1455. [ 5.497142] Segment Routing with IPv6
  1456. [ 5.519210] ip_tables: (C) 2000-2006 Netfilter Core Team
  1457. [ 5.529168] systemd[1]: systemd 238 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
  1458. [ 5.529418] systemd[1]: Detected architecture arm.
  1459. [ 5.532257] systemd[1]: Set hostname to .
  1460. [ 5.573320] usb 1-1.3: New USB device found, idVendor=0b05, idProduct=183c
  1461. [ 5.573325] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1462. [ 5.573329] usb 1-1.3: Product: Xonar U7 MKII
  1463. [ 5.573333] usb 1-1.3: Manufacturer: ASUS
  1464. [ 5.578413] input: ASUS Xonar U7 MKII as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.4/0003:0B05:183C.0001/input/input0
  1465. [ 5.642289] hid-generic 0003:0B05:183C.0001: input,hidraw0: USB HID v1.00 Device [ASUS Xonar U7 MKII] on usb-3f980000.usb-1.3/input4
  1466. [ 6.094759] systemd[1]: Listening on Journal Socket (/dev/log).
  1467. [ 6.095059] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1468. [ 6.110540] systemd[1]: Listening on RPCbind Server Activation Socket.
  1469. [ 6.110660] systemd[1]: Reached target RPC Port Mapper.
  1470. [ 6.110862] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1471. [ 6.120278] systemd[1]: Listening on Process Core Dump Socket.
  1472. [ 6.120353] systemd[1]: Reached target Remote File Systems.
  1473. [ 8.246371] bcm2835-rng 3f104000.rng: hwrng registered
  1474. [ 8.325467] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  1475. [ 8.326999] bcm2835_alsa bcm2835_alsa: card created with 8 channels
  1476. [ 8.363320] snd_usb_audio: unknown parameter 'nrpacks' ignored
  1477. [ 8.411772] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430-sdio.bin for chip 0x00a9a6(43430) rev 0x000001
  1478. [ 8.411971] usbcore: registered new interface driver brcmfmac
  1479. [ 8.443720] usbcore: registered new interface driver snd-usb-audio
  1480. [ 8.563854] random: crng init done
  1481. [ 8.647017] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
  1482. [ 8.647627] brcmfmac: brcmf_c_preinit_dcmds: CLM version = API: 12.2 Data: 7.11.15 Compiler: 1.24.2 ClmImport: 1.24.1 Creation: 2014-05-26 10:53:55 Inc Data: 9.10.39 Inc Compiler: 1.29.4 Inc ClmImport: 1.36.3 Creation: 2017-10-23 03:47:14
  1483. [ 9.625751] uart-pl011 3f201000.serial: no DMA platform data
  1484. [ 9.653198] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1485. [ 10.303503] brcmfmac: power management disabled
  1486. [ 10.470836] Bluetooth: Core ver 2.22
  1487. [ 10.470891] NET: Registered protocol family 31
  1488. [ 10.470893] Bluetooth: HCI device and connection manager initialized
  1489. [ 10.470911] Bluetooth: HCI socket layer initialized
  1490. [ 10.470919] Bluetooth: L2CAP socket layer initialized
  1491. [ 10.470953] Bluetooth: SCO socket layer initialized
  1492. [ 10.528953] Bluetooth: HCI UART driver ver 2.3
  1493. [ 10.528962] Bluetooth: HCI UART protocol H4 registered
  1494. [ 10.528965] Bluetooth: HCI UART protocol BCSP registered
  1495. [ 10.529024] Bluetooth: HCI UART protocol LL registered
  1496. [ 10.529027] Bluetooth: HCI UART protocol ATH3K registered
  1497. [ 10.529029] Bluetooth: HCI UART protocol Three-wire (H5) registered
  1498. [ 10.529141] Bluetooth: HCI UART protocol Broadcom registered
  1499. [ 11.256220] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
  1500. [ 12.849816] 8021q: 802.1Q VLAN Support v1.8
  1501. [ 59.152837] brcmfmac: power management disabled
  1502. [ 140.303329] FS-Cache: Netfs 'cifs' registered for caching
  1503. [ 140.303561] Key type cifs.spnego registered
  1504. [ 140.303569] Key type cifs.idmap registered
  1505. [ 726.563875] EXT4-fs (mmcblk0p2): resizing filesystem from 947200 to 3863680 blocks
  1506. [ 727.647919] EXT4-fs (mmcblk0p2): resized filesystem to 3863680
  1507. [ 804.707838] brcmfmac: power management disabled
  1508.  
  1509. ###### startup systemd (journal) messages (journalctl | grep -i -E 'start|stop|reached|error|warning|loaded|loading' | head -n 150) ######
  1510. Apr 13 05:27:05 runeaudio kernel: CPU: All CPU(s) started in HYP mode.
  1511. Apr 13 05:27:05 runeaudio kernel: FS-Cache: Loaded
  1512. Apr 13 05:27:05 runeaudio kernel: CacheFiles: Loaded
  1513. Apr 13 05:27:05 runeaudio kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  1514. Apr 13 05:27:05 runeaudio kernel: loop: module loaded
  1515. Apr 13 05:27:05 runeaudio kernel: Loading iSCSI transport class v2.0-870.
  1516. Apr 13 05:27:05 runeaudio kernel: device-mapper: multipath round-robin: version 1.2.0 loaded
  1517. Apr 13 05:27:05 runeaudio kernel: device-mapper: multipath queue-length: version 0.2.0 loaded
  1518. Apr 13 05:27:05 runeaudio kernel: device-mapper: multipath service-time: version 0.3.0 loaded
  1519. Apr 13 05:27:05 runeaudio kernel: device-mapper: raid: Loading target version 1.13.0
  1520. Apr 13 05:27:05 runeaudio kernel: Error: Driver 'sdhost-bcm2835' is already registered, aborting...
  1521. Apr 13 05:27:05 runeaudio kernel: [vc_sm_connected_init]: start
  1522. Apr 13 05:27:05 runeaudio kernel: Btrfs loaded, crc32c=crc32c-generic
  1523. Apr 13 05:27:05 runeaudio kernel: mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1524. Apr 13 05:27:05 runeaudio systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1525. Apr 13 05:27:05 runeaudio systemd[1]: Reached target RPC Port Mapper.
  1526. Apr 13 05:27:05 runeaudio systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1527. Apr 13 05:27:05 runeaudio systemd[1]: Reached target Remote File Systems.
  1528. Apr 13 05:27:05 runeaudio systemd-journald[191]: Journal started
  1529. Apr 13 05:27:05 runeaudio systemd[1]: Started Load Kernel Modules.
  1530. Apr 13 05:27:05 runeaudio systemd[1]: Starting Apply Kernel Variables...
  1531. Apr 13 05:27:05 runeaudio systemd[1]: Started Load/Save Random Seed.
  1532. Apr 13 05:27:05 runeaudio systemd[1]: Started Apply Kernel Variables.
  1533. Apr 13 05:27:06 runeaudio systemd[1]: Started udev Coldplug all Devices.
  1534. Apr 13 05:27:06 runeaudio systemd[1]: Started Create System Users.
  1535. Apr 13 05:27:06 runeaudio systemd[1]: Starting Create Static Device Nodes in /dev...
  1536. Apr 13 05:27:06 runeaudio systemd[1]: Started display splash screen during boot.
  1537. Apr 13 05:27:06 runeaudio systemd[1]: Started Create Static Device Nodes in /dev.
  1538. Apr 13 05:27:06 runeaudio systemd[1]: Reached target Local File Systems (Pre).
  1539. Apr 13 05:27:07 runeaudio systemd[1]: Started Rebuild Hardware Database.
  1540. Apr 13 05:27:07 runeaudio systemd[1]: Starting udev Kernel Device Manager...
  1541. Apr 13 05:27:07 runeaudio systemd[1]: Started udev Kernel Device Manager.
  1542. Apr 13 05:27:08 runeaudio systemd[1]: Starting Load/Save RF Kill Switch Status...
  1543. Apr 13 05:27:08 runeaudio systemd[1]: Reached target Local File Systems.
  1544. Apr 13 05:27:08 runeaudio systemd[1]: Starting Rebuild Dynamic Linker Cache...
  1545. Apr 13 05:27:08 runeaudio systemd[1]: Starting Create Volatile Files and Directories...
  1546. Apr 13 05:27:08 runeaudio systemd[1]: Starting Rebuild Journal Catalog...
  1547. Apr 13 05:27:08 runeaudio systemd[1]: Started Load/Save RF Kill Switch Status.
  1548. Apr 13 05:27:08 runeaudio systemd[1]: Started Create Volatile Files and Directories.
  1549. Apr 13 05:27:08 runeaudio systemd[1]: Starting Network Name Resolution...
  1550. Apr 13 05:27:08 runeaudio systemd[1]: Starting Update UTMP about System Boot/Shutdown...
  1551. Apr 13 05:27:08 runeaudio systemd[1]: Started Update UTMP about System Boot/Shutdown.
  1552. Apr 13 05:27:08 runeaudio systemd[1]: Started Rebuild Journal Catalog.
  1553. Apr 13 05:27:08 runeaudio systemd[1]: Started Network Name Resolution.
  1554. Apr 13 05:27:08 runeaudio systemd[1]: Reached target Host and Network Name Lookups.
  1555. Apr 13 05:27:09 runeaudio systemd[1]: Started Rebuild Dynamic Linker Cache.
  1556. Apr 13 05:27:09 runeaudio systemd[1]: Starting Update is Completed...
  1557. Apr 13 05:27:09 runeaudio systemd[1]: Started Update is Completed.
  1558. Apr 13 05:27:09 runeaudio systemd[1]: Reached target System Initialization.
  1559. Apr 13 05:27:09 runeaudio systemd[1]: Started Daily verification of password and group files.
  1560. Apr 13 05:27:09 runeaudio systemd[1]: Reached target Sockets.
  1561. Apr 13 05:27:09 runeaudio systemd[1]: Reached target Basic System.
  1562. Apr 13 05:27:09 runeaudio systemd[1]: Started Periodic Command Scheduler.
  1563. Apr 13 05:27:09 runeaudio systemd[1]: Started Automatic wired network connection using netctl profiles.
  1564. Apr 13 05:27:09 runeaudio systemd[1]: Started Rune Audio Amixer-WebUI Service.
  1565. Apr 13 05:27:09 runeaudio systemd[1]: Started RuneAudio MPD watchdog.
  1566. Apr 13 05:27:09 runeaudio systemd[1]: Starting Automatic wireless network connection using netctl profiles...
  1567. Apr 13 05:27:09 runeaudio systemd[1]: Started Entropy Harvesting Daemon.
  1568. Apr 13 05:27:09 runeaudio systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
  1569. Apr 13 05:27:09 runeaudio systemd[1]: Started Daily rotation of log files.
  1570. Apr 13 05:27:09 runeaudio systemd[1]: Started Broadcom BCM43438 bluetooth HCI.
  1571. Apr 13 05:27:09 runeaudio systemd[1]: Started D-Bus System Message Bus.
  1572. Apr 13 05:27:09 runeaudio systemd[1]: Started Daily Cleanup of Temporary Directories.
  1573. Apr 13 05:27:09 runeaudio systemd[1]: Reached target Timers.
  1574. Apr 13 05:27:09 runeaudio systemd[1]: Starting NTP client/server...
  1575. Apr 13 05:27:09 runeaudio sh[252]: /var/www/command/mpd-watchdog: starting...
  1576. Apr 13 05:27:09 runeaudio chronyd[268]: chronyd version 3.3 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 -DEBUG)
  1577. Apr 13 05:27:09 runeaudio avahi-daemon[255]: avahi-daemon 0.7 starting up.
  1578. Apr 13 05:27:09 runeaudio systemd[1]: Started Avahi mDNS/DNS-SD Stack.
  1579. Apr 13 05:27:09 runeaudio avahi-daemon[255]: Loading service file /services/runeaudio.service.
  1580. Apr 13 05:27:09 runeaudio systemd[1]: Starting Save/Restore Sound Card State...
  1581. Apr 13 05:27:09 runeaudio systemd[1]: Started NTP client/server.
  1582. Apr 13 05:27:09 runeaudio avahi-daemon[255]: Server startup complete. Host name is runeaudio.local. Local service cookie is 3957153442.
  1583. Apr 13 05:27:10 runeaudio wpa_actiond[306]: Starting wpa_actiond session for interface 'wlan0'
  1584. Apr 13 05:27:10 runeaudio systemd[1]: Started Automatic wireless network connection using netctl profiles.
  1585. Apr 13 05:27:10 runeaudio systemd[1]: Reached target Network.
  1586. Apr 13 05:27:10 runeaudio systemd[1]: Starting A high performance web server and a reverse proxy server...
  1587. Apr 13 05:27:10 runeaudio systemd[1]: Started OpenSSH Daemon.
  1588. Apr 13 05:27:10 runeaudio systemd[1]: Starting Advanced key-value store...
  1589. Apr 13 05:27:10 runeaudio systemd[1]: Starting Permit User Sessions...
  1590. Apr 13 05:27:10 runeaudio systemd[1]: Started Advanced key-value store.
  1591. Apr 13 05:27:10 runeaudio systemd[1]: Started Permit User Sessions.
  1592. Apr 13 05:27:10 runeaudio systemd[1]: Reached target Bluetooth.
  1593. Apr 13 05:27:10 runeaudio systemd[1]: Started A high performance web server and a reverse proxy server.
  1594. Apr 13 05:27:10 runeaudio systemd[1]: Reached target Multi-User System.
  1595. Apr 13 05:27:10 runeaudio systemd[1]: Reached target Graphical Interface.
  1596. Apr 13 05:27:10 runeaudio systemd[1]: Started RuneAudio System Worker.
  1597. Apr 13 05:27:10 runeaudio systemd[1]: Started Save/Restore Sound Card State.
  1598. Apr 13 05:27:10 runeaudio systemd[1]: Reached target Sound Card.
  1599. Apr 13 05:27:10 runeaudio systemd[1]: Startup finished in 5.315s (kernel) + 5.725s (userspace) = 11.040s.
  1600. Apr 13 05:27:12 runeaudio ifplugd[250]: client: Starting network profile 'eth0'...
  1601. Apr 13 05:27:18 runeaudio ifplugd[250]: client: Started network profile 'eth0'
  1602. Apr 13 05:27:46 runeaudio chronyd[268]: System clock wrong by 17153980.915679 seconds, adjustment started
  1603. Oct 28 17:27:27 runeaudio systemd[1]: Starting Rotate log files...
  1604. Oct 28 17:27:27 runeaudio systemd[1]: Started Verify integrity of password and group files.
  1605. Oct 28 17:27:27 runeaudio systemd[1]: Started Rotate log files.
  1606. Oct 28 17:27:33 runeaudio rune_SY_wrk[330]: mpd error: Connection refused
  1607. Oct 28 17:27:33 runeaudio rune_SY_wrk[330]: mpd error: Connection refused
  1608. Oct 28 17:27:34 runeaudio systemd[1]: Reloading.
  1609. Oct 28 17:27:35 runeaudio systemd[1]: Starting Music Player Daemon...
  1610. Oct 28 17:27:36 runeaudio systemd[1]: Started Music Player Daemon.
  1611. Oct 28 17:27:38 runeaudio systemd[1]: Reached target Network is Online.
  1612. Oct 28 17:27:38 runeaudio systemd[1]: Starting Shairport Sync - AirPlay Audio Receiver...
  1613. Oct 28 17:27:38 runeaudio systemd[1]: Started Shairport Sync - AirPlay Audio Receiver.
  1614. Oct 28 17:27:38 runeaudio shairport-sync[555]: Successful Startup
  1615. Oct 28 17:27:38 runeaudio systemd[1]: Started Usb Automount (udevil).
  1616. Oct 28 17:27:39 runeaudio systemd[1]: Starting The PHP FastCGI Process Manager...
  1617. Oct 28 17:27:39 runeaudio systemd[1]: Started The PHP FastCGI Process Manager.
  1618. Oct 28 17:27:39 runeaudio systemd[1]: Started RuneAudio Playback Worker.
  1619. Oct 28 17:27:43 runeaudio systemd[1]: Reloading.
  1620. Oct 28 17:27:43 runeaudio systemd[1]: Reloading.
  1621. Oct 28 17:32:31 runeaudio rune_PL_wrk[606]: Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /srv/http/app/libs/runeaudio.php on line 217
  1622. Oct 28 17:32:31 runeaudio rune_PL_wrk[606]: Warning: socket_write(): unable to write to socket [32]: Broken pipe in /srv/http/app/libs/runeaudio.php on line 104
  1623. Oct 28 17:32:31 runeaudio rune_PL_wrk[606]: Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /srv/http/app/libs/runeaudio.php on line 217
  1624. Oct 28 17:32:31 runeaudio rune_PL_wrk[606]: mpd error: Connection refused
  1625. Oct 28 17:32:31 runeaudio rune_PL_wrk[606]: Warning: socket_write(): unable to write to socket [32]: Broken pipe in /srv/http/app/libs/runeaudio.php on line 104
  1626. Oct 28 17:32:31 runeaudio rune_PL_wrk[606]: Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /srv/http/app/libs/runeaudio.php on line 217
  1627. Oct 28 17:32:31 runeaudio rune_PL_wrk[606]: mpd error: Connection refused
  1628. Oct 28 17:32:31 runeaudio rune_PL_wrk[606]: Warning: socket_write(): unable to write to socket [32]: Broken pipe in /srv/http/app/libs/runeaudio.php on line 104
  1629. Oct 28 17:32:31 runeaudio rune_PL_wrk[606]: Warning: socket_connect(): unable to connect [111]: Connection refused in /srv/http/app/libs/runeaudio.php on line 72
  1630. Oct 28 17:32:32 runeaudio systemd[1]: Reloading.
  1631. Oct 28 17:32:32 runeaudio systemd[1]: Starting Music Player Daemon...
  1632. Oct 28 17:32:34 runeaudio systemd[1]: Started Music Player Daemon.
  1633. Oct 28 17:33:12 runeaudio rune_PL_wrk[606]: Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /srv/http/app/libs/runeaudio.php on line 217
  1634. Oct 28 17:33:12 runeaudio rune_PL_wrk[606]: Warning: socket_write(): unable to write to socket [32]: Broken pipe in /srv/http/app/libs/runeaudio.php on line 104
  1635. Oct 28 17:33:12 runeaudio rune_PL_wrk[606]: Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /srv/http/app/libs/runeaudio.php on line 217
  1636. Oct 28 17:33:12 runeaudio rune_PL_wrk[606]: mpd error: Connection refused
  1637. Oct 28 17:33:12 runeaudio rune_PL_wrk[606]: Warning: socket_write(): unable to write to socket [32]: Broken pipe in /srv/http/app/libs/runeaudio.php on line 104
  1638. Oct 28 17:33:12 runeaudio rune_PL_wrk[606]: Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /srv/http/app/libs/runeaudio.php on line 217
  1639. Oct 28 17:33:12 runeaudio rune_PL_wrk[606]: mpd error: Connection refused
  1640. Oct 28 17:33:12 runeaudio rune_PL_wrk[606]: Warning: socket_write(): unable to write to socket [32]: Broken pipe in /srv/http/app/libs/runeaudio.php on line 104
  1641. Oct 28 17:33:12 runeaudio rune_PL_wrk[606]: Warning: socket_connect(): unable to connect [111]: Connection refused in /srv/http/app/libs/runeaudio.php on line 72
  1642. Oct 28 17:33:13 runeaudio systemd[1]: Reloading.
  1643. Oct 28 17:33:13 runeaudio systemd[1]: Starting Music Player Daemon...
  1644. Oct 28 17:33:15 runeaudio systemd[1]: Started Music Player Daemon.
  1645. Oct 28 17:37:39 runeaudio systemd[1]: Reloading.
  1646. Oct 28 17:37:39 runeaudio systemd[1]: Reloading.
  1647. Oct 28 17:37:39 runeaudio systemd[1]: Started Addons Menu update check.
  1648. Oct 28 17:37:40 runeaudio systemd[1]: Stopping The PHP FastCGI Process Manager...
  1649. Oct 28 17:37:40 runeaudio systemd[1]: Stopped The PHP FastCGI Process Manager.
  1650. Oct 28 17:37:40 runeaudio systemd[1]: Starting The PHP FastCGI Process Manager...
  1651. Oct 28 17:37:40 runeaudio systemd[1]: Started The PHP FastCGI Process Manager.
  1652. Oct 28 17:40:03 runeaudio systemd[1]: Stopping RuneAudio Playback Worker...
  1653. Oct 28 17:40:03 runeaudio systemd[1]: Stopped RuneAudio Playback Worker.
  1654. Oct 28 17:40:03 runeaudio systemd[1]: Started RuneAudio Playback Worker.
  1655. Oct 28 17:40:03 runeaudio systemd[1]: Reloading.
  1656. Oct 28 17:40:03 runeaudio systemd[1]: Stopping RuneAudio System Worker...
  1657. Oct 28 17:40:03 runeaudio systemd[1]: Stopped RuneAudio System Worker.
  1658. Oct 28 17:40:03 runeaudio systemd[1]: Started RuneAudio System Worker.
  1659. Oct 28 17:40:16 runeaudio systemd[1]: Reloading.
  1660.  
  1661. ###### latest systemd (journal) messages (journalctl | tail -n 50) ######
  1662. Oct 28 17:47:17 musaa2 rune_PL_wrk[3655]: Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /srv/http/app/libs/runeaudio.php on line 217
  1663. Oct 28 17:47:17 musaa2 rune_PL_wrk[3655]: Warning: socket_write(): unable to write to socket [32]: Broken pipe in /srv/http/app/libs/runeaudio.php on line 104
  1664. Oct 28 17:47:17 musaa2 rune_PL_wrk[3655]: Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /srv/http/app/libs/runeaudio.php on line 217
  1665. Oct 28 17:47:17 musaa2 rune_PL_wrk[3655]: mpd error: Connection refused
  1666. Oct 28 17:47:17 musaa2 rune_PL_wrk[3655]: Warning: socket_write(): unable to write to socket [32]: Broken pipe in /srv/http/app/libs/runeaudio.php on line 104
  1667. Oct 28 17:47:17 musaa2 rune_PL_wrk[3655]: Warning: socket_read(): unable to read from socket [104]: Connection reset by peer in /srv/http/app/libs/runeaudio.php on line 217
  1668. Oct 28 17:47:17 musaa2 rune_PL_wrk[3655]: mpd error: Connection refused
  1669. Oct 28 17:47:17 musaa2 rune_PL_wrk[3655]: Warning: socket_write(): unable to write to socket [32]: Broken pipe in /srv/http/app/libs/runeaudio.php on line 104
  1670. Oct 28 17:47:17 musaa2 rune_PL_wrk[3655]: Warning: socket_connect(): unable to connect [111]: Connection refused in /srv/http/app/libs/runeaudio.php on line 72
  1671. Oct 28 17:47:18 musaa2 systemd[1]: Reloading.
  1672. Oct 28 17:47:19 musaa2 systemd[1]: Starting Music Player Daemon...
  1673. Oct 28 17:47:20 musaa2 systemd[1]: Started Music Player Daemon.
  1674. Oct 28 17:48:17 musaa2 sudo[6993]: http : TTY=unknown ; PWD=/srv/http ; USER=root ; COMMAND=/usr/bin/killall Xorg
  1675. Oct 28 17:48:17 musaa2 sudo[6993]: pam_unix(sudo:session): session opened for user root by (uid=0)
  1676. Oct 28 17:48:17 musaa2 sudo[6993]: pam_unix(sudo:session): session closed for user root
  1677. Oct 28 17:48:25 musaa2 sudo[7012]: http : TTY=unknown ; PWD=/srv/http ; USER=root ; COMMAND=/usr/bin/killall Xorg
  1678. Oct 28 17:48:25 musaa2 sudo[7012]: pam_unix(sudo:session): session opened for user root by (uid=0)
  1679. Oct 28 17:48:25 musaa2 sudo[7012]: pam_unix(sudo:session): session closed for user root
  1680. Oct 28 17:49:18 musaa2 devmon[561]: ===========================================
  1681. Oct 28 17:49:18 musaa2 devmon[561]: changed: /org/freedesktop/UDisks/devices/mmcblk0
  1682. Oct 28 17:49:18 musaa2 devmon[561]: ===========================================
  1683. Oct 28 17:49:18 musaa2 devmon[561]: changed: /org/freedesktop/UDisks/devices/mmcblk0p1
  1684. Oct 28 17:49:18 musaa2 devmon[561]: device: [/dev/mmcblk0p1]
  1685. Oct 28 17:49:18 musaa2 devmon[561]: systeminternal: [0]
  1686. Oct 28 17:49:18 musaa2 devmon[561]: usage: [filesystem]
  1687. Oct 28 17:49:18 musaa2 devmon[561]: type: [vfat]
  1688. Oct 28 17:49:18 musaa2 devmon[561]: label: []
  1689. Oct 28 17:49:18 musaa2 devmon[561]: ismounted: [1]
  1690. Oct 28 17:49:18 musaa2 devmon[561]: nopolicy: [0]
  1691. Oct 28 17:49:18 musaa2 devmon[561]: hasmedia: [1]
  1692. Oct 28 17:49:18 musaa2 devmon[561]: opticaldisc: []
  1693. Oct 28 17:49:18 musaa2 devmon[561]: numaudiotracks: []
  1694. Oct 28 17:49:18 musaa2 devmon[561]: blank: []
  1695. Oct 28 17:49:18 musaa2 devmon[561]: media: []
  1696. Oct 28 17:49:18 musaa2 devmon[561]: partition: [1]
  1697. Oct 28 17:49:18 musaa2 devmon[561]: ===========================================
  1698. Oct 28 17:49:18 musaa2 devmon[561]: changed: /org/freedesktop/UDisks/devices/mmcblk0p2
  1699. Oct 28 17:49:18 musaa2 devmon[561]: device: [/dev/mmcblk0p2]
  1700. Oct 28 17:49:18 musaa2 devmon[561]: systeminternal: [0]
  1701. Oct 28 17:49:18 musaa2 devmon[561]: usage: [filesystem]
  1702. Oct 28 17:49:18 musaa2 devmon[561]: type: [ext4]
  1703. Oct 28 17:49:18 musaa2 devmon[561]: label: []
  1704. Oct 28 17:49:18 musaa2 devmon[561]: ismounted: [1]
  1705. Oct 28 17:49:18 musaa2 devmon[561]: nopolicy: [0]
  1706. Oct 28 17:49:18 musaa2 devmon[561]: hasmedia: [1]
  1707. Oct 28 17:49:18 musaa2 devmon[561]: opticaldisc: []
  1708. Oct 28 17:49:18 musaa2 devmon[561]: numaudiotracks: []
  1709. Oct 28 17:49:18 musaa2 devmon[561]: blank: []
  1710. Oct 28 17:49:18 musaa2 devmon[561]: media: []
  1711. Oct 28 17:49:18 musaa2 devmon[561]: partition: [1]
  1712.  
  1713. ###### PHP backend ######
  1714. php version: 5.6.33
  1715. debug level: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement