Advertisement
Guest User

Untitled

a guest
Mar 12th, 2019
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.75 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: Tue Mar 12 10:15:38 CET 2019
  5. System load: 0.00 0.02 0.00 1/143 1566
  6. Hardware model: Raspberry Pi 3 Model B Plus Rev 1.3
  7. Linux version: 4.14.34-1-ARCH
  8. RuneOS/UI: 0.5b (gearhead) - Experimental Beta 0.5 20180903
  9. Git Branch: 0.5b
  10. HW platform: RaspberryPi (08)
  11. Build version: janui-20180903-10
  12. PlayerID: 080523387e9e8493e9d1ebdebe7eda7eb2
  13.  
  14.  
  15. ###### Boot configuration (cat /boot/config.txt) ######
  16. # Uncomment some or all of these to enable the optional hardware interfaces
  17. # Params:
  18. # i2c_arm Set to "on" to enable the ARM's i2c interface
  19. # (default "off")
  20. # i2c_vc Set to "on" to enable the i2c interface
  21. # usually reserved for the VideoCore processor
  22. # (default "off")
  23. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  24. # (default "100000")
  25. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  26. # (default "100000")
  27. # i2c_baudrate An alias for i2c_arm_baudrate
  28. # i2s Set to "on" to enable the i2s interface
  29. # (default "off")
  30. # spi Set to "on" to enable the spi interfaces
  31. # (default "off")
  32. # act_led_trigger Choose which activity the LED tracks.
  33. # Use "heartbeat" for a nice load indicator.
  34. # (default "mmc")
  35. # act_led_activelow Set to "on" to invert the sense of the LED
  36. # (default "off")
  37. # act_led_gpio Set which GPIO pin to use for the activity LED
  38. # (in case you want to connect it to an external
  39. # device)
  40. # (default "16" on a non-Plus board, "47" on a
  41. # Plus or Pi 2)
  42. # N.B. It is recommended to only enable those interfaces that are needed.
  43. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  44. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  45. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  46. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  47. # but deprecated because the ARM/VC assignments differ between board
  48. # revisions. The same board-specific mapping applies to i2c_baudrate,
  49. # and the other i2c baudrate parameters.
  50. ## RuneAudio HDMI & 3,5mm jack
  51. dtparam=audio=on
  52. ## RuneAudio I2S-Settings
  53. # Uncomment to enable the lirc-rpi module
  54. # Params: gpio_out_pin GPIO pin for output (default "17")
  55. # gpio_in_pin GPIO pin for input (default "18")
  56. # gpio_in_pull Pull up/down/off on the input pin
  57. # (default "down")
  58. # sense Override the IR receive auto-detection logic:
  59. # (default "-1")
  60. # softcarrier Turn the software carrier "on" or "off"
  61. # (default "on")
  62. # (default "off")
  63. # LCD settings
  64. # 180 degrees
  65. # Normal
  66. lcd_rotate=0
  67. disable_splash=0 # set to 1 to disable boot splash
  68. # Uncomment if you get no picture on HDMI for a default "safe" mode
  69. # Uncomment this if your display has a black border of unused pixels visible
  70. # and your display can output without overscan
  71. # Uncomment the following to adjust overscan. Use positive numbers if console
  72. # goes off screen, and negative if there is too much border
  73. # Uncomment to force a console size. By default it will be display's size minus
  74. # overscan.
  75. # Uncomment if hdmi display is not detected and composite is being output
  76. # Uncomment to force a specific HDMI mode (this will force VGA)
  77. # Uncomment to force a HDMI mode rather than DVI. This can make audio work in
  78. # DMT (computer monitor) modes
  79. # Uncomment to set monitor mode to DMT
  80. # Uncomment to increase signal to HDMI, if you have interference, blanking, or
  81. # no display
  82. # setting the max usb current to 1200mA
  83. max_usb_current=1
  84. # memory options
  85. gpu_mem=16
  86. ## Some overclocking settings, govenor is set to ondemand as standard
  87. ## The values below are valid for the B+ and Zero models
  88. ## Overclocking should not be needed for the 2B, 3B and 3B+ models
  89. ## See your documentation for A and B models
  90. ## None
  91. ## Modest
  92. ## Medium - fast enough for normal (MPD) use, airplay may need more capacity
  93. ## High
  94. ## Turbo
  95. ## General CPU settings
  96. force_turbo=1
  97. # Lowering max CPU temperature from 85 (standard) to 70 or 75 degrees gives some protection when (force) turbo is set
  98. # If the max temp is reached the cpu will autmatically be throttled back
  99. # Boot delay sometimes needs to be set to higher values when overclocking is enabled
  100. # Default boot delay is 1 second, 3B+ needs a delay of 2
  101. boot_delay=2
  102. initramfs initramfs-linux.img followkernel
  103.  
  104.  
  105. ##################################################
  106.  
  107.  
  108. ###### System load statistics (procinfo -H) ######
  109. Memory: Total Used Free Buffers
  110. RAM: 973.57MiB 240.74MiB 732.83MiB 23.93MiB
  111. Swap: 0.00B 0.00B 0.00B
  112.  
  113. Bootup: Tue Mar 12 10:10:04 2019 Load average: 0.00 0.02 0.00 2/145 1583
  114.  
  115. user : 00:00:14.34 1.1% page in : 136659
  116. nice : 00:00:06.40 0.5% page out: 6552
  117. system: 00:00:13.07 1.0% page act: 15651
  118. IOwait: 00:00:05.37 0.4% page dea: 0
  119. hw irq: 00:00:00.00 0.0% page flt: 330731
  120. sw irq: 00:00:01.13 0.1% swap in : 0
  121. idle : 00:21:29.66 97.0% swap out: 0
  122. uptime: 00:05:34.53 context : 492128
  123.  
  124. irq 16: 0 irq 55: 0
  125. irq 17: 43262 irq 56: 0
  126. irq 21: 0 irq 59: 0
  127. irq 23: 192 irq 62: 693278
  128. irq 24: 2 irq 83: 132
  129. irq 46: 0 irq 86: 530
  130. irq 48: 0 irq 87: 157
  131. irq 50: 0 irq 92: 166623
  132. irq 51: 0 irq 169: 1 17 Edge usb-001:0
  133. irq 54: 4219
  134.  
  135. mmcblk0 3765r 4 mmcblk0p2 3575r
  136. mmcblk0p1 139r
  137.  
  138. eth0 TX 406.65KiB RX 148.36KiB lo TX 838.80KiB RX 838.80KiB
  139.  
  140.  
  141. ###### Active processes (pstree) ######
  142. systemd-+-avahi-daemon---avahi-daemon
  143. |-crond
  144. |-dbus-daemon
  145. |-devmon---udevil
  146. |-dhcpcd
  147. |-haveged
  148. |-hciattach
  149. |-ifplugd
  150. |-mpd---4*[{mpd}]
  151. |-nginx---nginx
  152. |-nmbd
  153. |-php-fpm---3*[php-fpm]
  154. |-python
  155. |-redis-server---3*[{redis-server}]
  156. |-rpc.statd
  157. |-rpcbind
  158. |-rune_PL_wrk
  159. |-rune_SY_wrk---sh---debug_collector---sh---pstree
  160. |-sh---sleep
  161. |-smbd-+-cleanupd
  162. | `-smbd-notifyd
  163. |-sshd---sshd---bash
  164. |-systemd-journal
  165. |-systemd-resolve
  166. |-systemd-timesyn---{systemd-timesyn}
  167. |-systemd-udevd
  168. |-upmpdcli---7*[{upmpdcli}]
  169. `-winbindd---3*[winbindd]
  170.  
  171.  
  172. ###### Audio backend ######
  173. Advanced Linux Sound Architecture Driver Version k4.14.34-1-ARCH.
  174.  
  175. Card list: (/proc/asound/cards)
  176. --------------------------------------------------
  177. 0 [ALSA ]: bcm2835_alsa - bcm2835 ALSA
  178. bcm2835 ALSA
  179. 1 [sndrpihifiberry]: HifiberryDacp - snd_rpi_hifiberry_dacplus
  180. snd_rpi_hifiberry_dacplus
  181.  
  182.  
  183. PLAYBACK devices: (aplay -l)
  184. --------------------------------------------------
  185. **** List of PLAYBACK Hardware Devices ****
  186. card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
  187. Subdevices: 7/7
  188. Subdevice #0: subdevice #0
  189. Subdevice #1: subdevice #1
  190. Subdevice #2: subdevice #2
  191. Subdevice #3: subdevice #3
  192. Subdevice #4: subdevice #4
  193. Subdevice #5: subdevice #5
  194. Subdevice #6: subdevice #6
  195. card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
  196. Subdevices: 1/1
  197. Subdevice #0: subdevice #0
  198. card 1: sndrpihifiberry [snd_rpi_hifiberry_dacplus], device 0: HiFiBerry DAC+ Pro HiFi pcm512x-hifi-0 []
  199. Subdevices: 1/1
  200. Subdevice #0: subdevice #0
  201.  
  202.  
  203. PCM devices: (aplay -L)
  204. --------------------------------------------------
  205. null
  206. Discard all samples (playback) or generate zero samples (capture)
  207. pulse
  208. PulseAudio Sound Server
  209. default:CARD=ALSA
  210. bcm2835 ALSA, bcm2835 ALSA
  211. Default Audio Device
  212. sysdefault:CARD=ALSA
  213. bcm2835 ALSA, bcm2835 ALSA
  214. Default Audio Device
  215. default:CARD=sndrpihifiberry
  216. snd_rpi_hifiberry_dacplus,
  217. Default Audio Device
  218. sysdefault:CARD=sndrpihifiberry
  219. snd_rpi_hifiberry_dacplus,
  220. Default Audio Device
  221.  
  222.  
  223. Simple mixer controls: (amixer scontrols)
  224. --------------------------------------------------
  225. card 0:
  226. Simple mixer control 'PCM',0
  227.  
  228. card 1:
  229. Simple mixer control 'DSP Program',0
  230. Simple mixer control 'Analogue',0
  231. Simple mixer control 'Analogue Playback Boost',0
  232. Simple mixer control 'Auto Mute',0
  233. Simple mixer control 'Auto Mute Mono',0
  234. Simple mixer control 'Auto Mute Time Left',0
  235. Simple mixer control 'Auto Mute Time Right',0
  236. Simple mixer control 'Clock Missing Period',0
  237. Simple mixer control 'Deemphasis',0
  238. Simple mixer control 'Digital',0
  239. Simple mixer control 'Max Overclock DAC',0
  240. Simple mixer control 'Max Overclock DSP',0
  241. Simple mixer control 'Max Overclock PLL',0
  242. Simple mixer control 'Volume Ramp Down Emergency Rate',0
  243. Simple mixer control 'Volume Ramp Down Emergency Step',0
  244. Simple mixer control 'Volume Ramp Down Rate',0
  245. Simple mixer control 'Volume Ramp Down Step',0
  246. Simple mixer control 'Volume Ramp Up Rate',0
  247. Simple mixer control 'Volume Ramp Up Step',0
  248.  
  249.  
  250. Mixer controls: (amixer controls)
  251. --------------------------------------------------
  252. card 0:
  253. numid=3,iface=MIXER,name='PCM Playback Route'
  254. numid=2,iface=MIXER,name='PCM Playback Switch'
  255. numid=1,iface=MIXER,name='PCM Playback Volume'
  256. numid=5,iface=PCM,name='IEC958 Playback Con Mask'
  257. numid=4,iface=PCM,name='IEC958 Playback Default'
  258.  
  259. card 1:
  260. numid=6,iface=MIXER,name='DSP Program'
  261. numid=3,iface=MIXER,name='Analogue Playback Boost Volume'
  262. numid=2,iface=MIXER,name='Analogue Playback Volume'
  263. numid=10,iface=MIXER,name='Auto Mute Mono Switch'
  264. numid=11,iface=MIXER,name='Auto Mute Switch'
  265. numid=8,iface=MIXER,name='Auto Mute Time Left'
  266. numid=9,iface=MIXER,name='Auto Mute Time Right'
  267. numid=7,iface=MIXER,name='Clock Missing Period'
  268. numid=5,iface=MIXER,name='Deemphasis Switch'
  269. numid=4,iface=MIXER,name='Digital Playback Switch'
  270. numid=1,iface=MIXER,name='Digital Playback Volume'
  271. numid=20,iface=MIXER,name='Max Overclock DAC'
  272. numid=19,iface=MIXER,name='Max Overclock DSP'
  273. numid=18,iface=MIXER,name='Max Overclock PLL'
  274. numid=16,iface=MIXER,name='Volume Ramp Down Emergency Rate'
  275. numid=17,iface=MIXER,name='Volume Ramp Down Emergency Step'
  276. numid=12,iface=MIXER,name='Volume Ramp Down Rate'
  277. numid=13,iface=MIXER,name='Volume Ramp Down Step'
  278. numid=14,iface=MIXER,name='Volume Ramp Up Rate'
  279. numid=15,iface=MIXER,name='Volume Ramp Up Step'
  280.  
  281.  
  282. MPD audio outputs status: (mpc outputs)
  283. --------------------------------------------------
  284. Output 1 (snd_rpi_hifiberry_dacplus) is enabled
  285. Output 2 (bcm2835 ALSA_2) is disabled
  286. Output 3 (bcm2835 ALSA_1) is disabled
  287.  
  288. MPD statistics: (mpc stats)
  289. --------------------------------------------------
  290. Artists: 1180
  291. Albums: 888
  292. Songs: 11787
  293.  
  294. Play Time: 0 days, 0:00:00
  295. Uptime: 0 days, 0:05:21
  296. DB Updated: Fri Apr 13 06:25:23 2018
  297. DB Play Time: 34 days, 14:02:38
  298.  
  299. ###### mpd version ######
  300. Music Player Daemon 0.20.20
  301.  
  302. Copyright (C) 2003-2007 Warren Dukes
  303. Copyright 2008-2017 Max Kellermann
  304. This is free software; see the source for copying conditions. There is NO
  305. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  306.  
  307. Database plugins:
  308. simple proxy upnp
  309.  
  310. Storage plugins:
  311. local smbclient nfs curl
  312.  
  313. Neighbor plugins:
  314. smbclient upnp
  315.  
  316. Decoders plugins:
  317. [mad] mp3 mp2
  318. [vorbis] ogg oga
  319. [oggflac] ogg oga
  320. [flac] flac
  321. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  322. [audiofile] wav au aiff aif
  323. [dsdiff] dff
  324. [dsf] dsf
  325. [faad] aac
  326. [mpcdec] mpc
  327. [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
  328. [pcm]
  329.  
  330. Filters:
  331. libsamplerate soxr
  332.  
  333. Tag plugins:
  334. id3tag
  335.  
  336. Output plugins:
  337. null fifo pipe alsa openal httpd
  338.  
  339. Encoder plugins:
  340. null vorbis wave flac
  341.  
  342. Input plugins:
  343. file alsa curl ffmpeg smbclient nfs mms
  344.  
  345. Playlist plugins:
  346. extm3u m3u pls xspf asx rss soundcloud flac cue embcue
  347.  
  348. Protocols:
  349. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  350.  
  351. Other features:
  352. avahi epoll icu inotify systemd tcp un
  353.  
  354. ###### mpd.conf ######
  355. ###################################
  356. # Auto generated mpd.conf file
  357. # please DO NOT edit it manually!
  358. # Use RuneUI MPD config section
  359. ###################################
  360.  
  361. log_level "default"
  362. log_file "/var/log/runeaudio/mpd.log"
  363. state_file "/var/lib/mpd/mpdstate"
  364. zeroconf_enabled "yes"
  365. zeroconf_name "RuneAudio"
  366. bind_to_address "/run/mpd.sock"
  367. bind_to_address "any"
  368. port "6600"
  369. max_connections "20"
  370. user "mpd"
  371. group "audio"
  372. db_file "/var/lib/mpd/mpd.db"
  373. sticker_file "/var/lib/mpd/sticker.sql"
  374. pid_file "/var/run/mpd/pid"
  375. music_directory "/mnt/MPD"
  376. playlist_directory "/var/lib/mpd/playlists"
  377. follow_outside_symlinks "yes"
  378. follow_inside_symlinks "yes"
  379. auto_update "no"
  380. filesystem_charset "UTF-8"
  381. id3v1_encoding "UTF-8"
  382. volume_normalization "no"
  383. audio_buffer_size "4096"
  384. buffer_before_play "10%"
  385. gapless_mp3_playback "yes"
  386.  
  387. input {
  388. plugin "curl"
  389. }
  390.  
  391. decoder {
  392. plugin "ffmpeg"
  393. enabled "yes"
  394. }
  395. # MPD version number: 0.20.20
  396.  
  397.  
  398. resampler {
  399. plugin "soxr"
  400. quality "very high"
  401. }
  402. replaygain "off"
  403.  
  404. audio_output {
  405. name "snd_rpi_hifiberry_dacplus"
  406. type "alsa"
  407. device "hw:1,0"
  408. mixer_control "Digital"
  409. mixer_type "hardware"
  410. mixer_device "hw:1"
  411. auto_resample "no"
  412. auto_format "no"
  413. enabled "yes"
  414. }
  415.  
  416. audio_output {
  417. name "bcm2835 ALSA_2"
  418. type "alsa"
  419. device "hw:0,0"
  420. mixer_control "PCM"
  421. mixer_type "hardware"
  422. mixer_device "hw:0"
  423. auto_resample "no"
  424. auto_format "no"
  425. }
  426.  
  427. audio_output {
  428. name "bcm2835 ALSA_1"
  429. type "alsa"
  430. device "hw:0,0"
  431. mixer_control "PCM"
  432. mixer_type "hardware"
  433. mixer_device "hw:0"
  434. auto_resample "no"
  435. auto_format "no"
  436. }
  437.  
  438.  
  439. ###### Kernel optimization parameters ######
  440. hardware platform: RaspberryPi
  441. current orionprofile: RuneAudio
  442.  
  443.  
  444. kernel scheduler for mmcblk0: [noop] deadline cfq
  445. /proc/sys/vm/swappiness: 0
  446. /proc/sys/kernel/sched_latency_ns: 4500000
  447. /proc/sys/kernel/sched_rt_period_us: 1000000
  448. /proc/sys/kernel/sched_rt_runtime_us: 950000
  449. /proc/sys/kernel/sched_autogroup_enabled: 1
  450. /proc/sys/kernel/sched_rr_timeslice_ms: 100
  451. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  452. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  453.  
  454.  
  455. ###### Kernel module snd_usb_audio settings ######
  456. Error opening module snd_usb_audio
  457.  
  458. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  459. total 8.0K
  460. drwxr-xr-x 2 root root 4.0K Apr 13 2018 .
  461. drwxr-xr-x 6 root root 4.0K Apr 13 2018 ..
  462. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  463. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  464. lrwxrwxrwx 1 root root 41 Mar 13 2018 brcm43438.service -> /usr/lib/systemd/system/brcm43438.service
  465. lrwxrwxrwx 1 root root 38 Mar 28 2018 cronie.service -> /usr/lib/systemd/system/cronie.service
  466. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  467. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  468. lrwxrwxrwx 1 root root 47 Apr 13 2018 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  469. lrwxrwxrwx 1 root root 37 Feb 14 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  470. lrwxrwxrwx 1 root root 37 Feb 14 2015 redis.service -> /usr/lib/systemd/system/redis.service
  471. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  472. lrwxrwxrwx 1 root root 45 Feb 14 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  473. lrwxrwxrwx 1 root root 43 Feb 14 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  474. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  475. lrwxrwxrwx 1 root root 48 Mar 13 2018 systemd-resolved.service -> /usr/lib/systemd/system/systemd-resolved.service
  476.  
  477.  
  478. ###### Filesystem mounts ######
  479. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  480. sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  481. dev /dev devtmpfs rw,nosuid,relatime,size=491280k,nr_inodes=122820,mode=755 0 0
  482. run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
  483. /dev/mmcblk0p2 / ext4 rw,relatime,stripe=32679,data=ordered 0 0
  484. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  485. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  486. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  487. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  488. cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0
  489. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0
  490. bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
  491. cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
  492. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  493. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  494. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  495. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  496. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  497. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  498. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  499. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12453 0 0
  500. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  501. tmpfs /tmp tmpfs rw,nosuid,nodev 0 0
  502. mqueue /dev/mqueue mqueue rw,relatime 0 0
  503. configfs /sys/kernel/config configfs rw,relatime 0 0
  504. http-tmp /srv/http/tmp tmpfs rw,nosuid,nodev,noatime,size=5120k,uid=33,gid=33 0 0
  505. var-tmp /var/tmp tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  506. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  507. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  508. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  509.  
  510.  
  511. ###### Filesystem mounts - free space (df -h) ######
  512. Filesystem Size Used Avail Use% Mounted on
  513. dev 480M 0 480M 0% /dev
  514. run 487M 13M 475M 3% /run
  515. /dev/mmcblk0p2 15G 2.4G 12G 17% /
  516. tmpfs 487M 0 487M 0% /dev/shm
  517. tmpfs 487M 0 487M 0% /sys/fs/cgroup
  518. tmpfs 487M 16K 487M 1% /tmp
  519. http-tmp 5.0M 0 5.0M 0% /srv/http/tmp
  520. var-tmp 5.0M 0 5.0M 0% /var/tmp
  521. logs 5.0M 28K 5.0M 1% /var/log
  522. rune-logs 5.0M 32K 5.0M 1% /var/log/runeaudio
  523. /dev/mmcblk0p1 100M 21M 80M 21% /boot
  524.  
  525.  
  526. ###### Filesystem mounts - partitions (parted -ls) ######
  527. Model: SD SC16G (sd/mmc)
  528. Disk /dev/mmcblk0: 15.9GB
  529. Sector size (logical/physical): 512B/512B
  530. Partition Table: msdos
  531. Disk Flags:
  532.  
  533. Number Start End Size Type File system Flags
  534. 1 1049kB 106MB 105MB primary fat16 lba
  535. 2 106MB 15.9GB 15.8GB primary ext4
  536.  
  537.  
  538. ###### Loaded kernel modules (lsmod) ######
  539. Module Size Used by
  540. cfg80211 577536 0
  541. 8021q 28672 0
  542. garp 16384 1 8021q
  543. mrp 20480 1 8021q
  544. stp 16384 1 garp
  545. llc 16384 2 garp,stp
  546. hci_uart 49152 1
  547. btbcm 16384 1 hci_uart
  548. serdev 20480 1 hci_uart
  549. btsdio 16384 0
  550. bluetooth 360448 5 btsdio,hci_uart,btbcm
  551. snd_soc_pcm512x_i2c 16384 1
  552. ecdh_generic 28672 1 bluetooth
  553. snd_soc_pcm512x 28672 1 snd_soc_pcm512x_i2c
  554. snd_soc_hifiberry_dacplus 16384 1
  555. snd_soc_bcm2835_i2s 16384 2
  556. snd_soc_core 176128 3 snd_soc_pcm512x,snd_soc_hifiberry_dacplus,snd_soc_bcm2835_i2s
  557. snd_bcm2835 32768 0
  558. snd_compress 20480 1 snd_soc_core
  559. snd_pcm_dmaengine 16384 1 snd_soc_core
  560. snd_pcm 94208 6 snd_soc_pcm512x,snd_pcm_dmaengine,snd_soc_hifiberry_dacplus,snd_soc_bcm2835_i2s,snd_bcm2835,snd_soc_core
  561. i2c_bcm2835 16384 0
  562. snd_timer 32768 1 snd_pcm
  563. snd 65536 7 snd_compress,snd_timer,snd_bcm2835,snd_soc_core,snd_pcm
  564. clk_hifiberry_dacpro 16384 1
  565. bcm2835_rng 16384 0
  566. rng_core 16384 1 bcm2835_rng
  567. uio_pdrv_genirq 16384 0
  568. fixed 16384 0
  569. uio 16384 1 uio_pdrv_genirq
  570. sch_fq_codel 20480 2
  571. crypto_user 16384 0
  572. ip_tables 24576 0
  573. x_tables 24576 1 ip_tables
  574. ipv6 438272 48
  575.  
  576.  
  577. ###### Network listening sockets (netstat -lnp) ######
  578. Active Internet connections (only servers)
  579. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  580. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 482/mpd
  581. tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 820/smbd
  582. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 252/redis-server 12
  583. tcp 0 0 0.0.0.0:5355 0.0.0.0:* LISTEN 235/systemd-resolve
  584. tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/init
  585. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 246/python
  586. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 274/nginx: master p
  587. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 274/nginx: master p
  588. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 274/nginx: master p
  589. tcp 0 0 0.0.0.0:40115 0.0.0.0:* LISTEN 700/rpc.statd
  590. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 250/sshd
  591. tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 820/smbd
  592. tcp 0 0 192.168.1.102:49152 0.0.0.0:* LISTEN 543/upmpdcli
  593. tcp6 0 0 :::5355 :::* LISTEN 235/systemd-resolve
  594. tcp6 0 0 :::139 :::* LISTEN 820/smbd
  595. tcp6 0 0 :::111 :::* LISTEN 1/init
  596. tcp6 0 0 :::22 :::* LISTEN 250/sshd
  597. tcp6 0 0 :::445 :::* LISTEN 820/smbd
  598. udp 0 0 127.0.0.53:53 0.0.0.0:* 235/systemd-resolve
  599. udp 0 0 0.0.0.0:68 0.0.0.0:* 669/dhcpcd
  600. udp 0 0 127.0.0.1:34411 0.0.0.0:* 543/upmpdcli
  601. udp 0 0 0.0.0.0:111 0.0.0.0:* 1/init
  602. udp 0 0 192.168.1.255:137 0.0.0.0:* 814/nmbd
  603. udp 0 0 192.168.1.102:137 0.0.0.0:* 814/nmbd
  604. udp 0 0 0.0.0.0:137 0.0.0.0:* 814/nmbd
  605. udp 0 0 192.168.1.255:138 0.0.0.0:* 814/nmbd
  606. udp 0 0 192.168.1.102:138 0.0.0.0:* 814/nmbd
  607. udp 0 0 0.0.0.0:138 0.0.0.0:* 814/nmbd
  608. udp 0 0 0.0.0.0:5353 0.0.0.0:* 240/avahi-daemon: r
  609. udp 0 0 0.0.0.0:5355 0.0.0.0:* 235/systemd-resolve
  610. udp 0 0 0.0.0.0:40733 0.0.0.0:* 700/rpc.statd
  611. udp 0 0 0.0.0.0:1900 0.0.0.0:* 543/upmpdcli
  612. udp 0 0 127.0.0.1:876 0.0.0.0:* 700/rpc.statd
  613. udp 0 0 0.0.0.0:51582 0.0.0.0:* 685/rpcbind
  614. udp 0 0 0.0.0.0:52131 0.0.0.0:* 240/avahi-daemon: r
  615. udp6 0 0 :::111 :::* 1/init
  616. udp6 0 0 :::5355 :::* 235/systemd-resolve
  617. Active UNIX domain sockets (only servers)
  618. Proto RefCnt Flags Type State I-Node PID/Program name Path
  619. unix 2 [ ACC ] STREAM LISTENING 21618 817/winbindd /var/run/samba/winbindd/pipe
  620. unix 2 [ ACC ] STREAM LISTENING 12160 252/redis-server 12 /run/redis.sock
  621. unix 2 [ ACC ] STREAM LISTENING 18051 814/nmbd /var/run/samba/nmbd/unexpected
  622. unix 2 [ ACC ] STREAM LISTENING 12435 1/init /run/systemd/private
  623. unix 2 [ ACC ] SEQPACKET LISTENING 12455 1/init /run/systemd/coredump
  624. unix 2 [ ACC ] STREAM LISTENING 21620 817/winbindd /var/lib/samba/winbindd_privileged/pipe
  625. unix 2 [ ACC ] SEQPACKET LISTENING 12460 1/init /run/udev/control
  626. unix 2 [ ACC ] STREAM LISTENING 12463 1/init /run/systemd/journal/stdout
  627. unix 2 [ ACC ] STREAM LISTENING 11470 1/init /run/rpcbind.sock
  628. unix 2 [ ACC ] STREAM LISTENING 13264 1/init /run/dbus/system_bus_socket
  629. unix 2 [ ACC ] STREAM LISTENING 13268 1/init /run/avahi-daemon/socket
  630. unix 2 [ ACC ] STREAM LISTENING 19671 594/php-fpm: master /var/run/php-command.sock
  631. unix 2 [ ACC ] STREAM LISTENING 19674 594/php-fpm: master /var/run/php-db.sock
  632. unix 2 [ ACC ] STREAM LISTENING 19677 594/php-fpm: master /var/run/php-display.sock
  633. unix 2 [ ACC ] STREAM LISTENING 14313 482/mpd /run/mpd.sock
  634.  
  635.  
  636. ###### Network established sockets (netstat -np) ######
  637. Active Internet connections (w/o servers)
  638. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  639. tcp 0 0 127.0.0.1:59916 127.0.0.1:6379 TIME_WAIT -
  640. tcp 0 0 127.0.0.1:60212 127.0.0.1:6379 TIME_WAIT -
  641. tcp 0 0 127.0.0.1:59908 127.0.0.1:6379 TIME_WAIT -
  642. tcp 0 0 127.0.0.1:60180 127.0.0.1:6379 TIME_WAIT -
  643. tcp 0 0 127.0.0.1:59880 127.0.0.1:6379 TIME_WAIT -
  644. tcp 0 0 127.0.0.1:60184 127.0.0.1:6379 TIME_WAIT -
  645. tcp 0 0 192.168.1.102:49152 192.168.1.101:39050 TIME_WAIT -
  646. tcp 0 0 127.0.0.1:59900 127.0.0.1:6379 TIME_WAIT -
  647. tcp 0 0 127.0.0.1:35680 127.0.0.1:6600 TIME_WAIT -
  648. tcp 0 0 127.0.0.1:60062 127.0.0.1:6379 TIME_WAIT -
  649. tcp 0 0 127.0.0.1:59940 127.0.0.1:6379 TIME_WAIT -
  650. tcp 0 0 192.168.1.102:49152 192.168.1.101:39063 TIME_WAIT -
  651. tcp 0 0 127.0.0.1:59930 127.0.0.1:6379 TIME_WAIT -
  652. tcp 0 0 127.0.0.1:59868 127.0.0.1:6379 TIME_WAIT -
  653. tcp 0 0 127.0.0.1:60046 127.0.0.1:6379 TIME_WAIT -
  654. tcp 158 0 192.168.1.102:80 192.168.1.100:43406 ESTABLISHED 275/nginx: worker p
  655. tcp 0 0 127.0.0.1:59888 127.0.0.1:6379 TIME_WAIT -
  656. tcp 0 0 127.0.0.1:60080 127.0.0.1:6379 TIME_WAIT -
  657. tcp 0 0 127.0.0.1:35698 127.0.0.1:6600 TIME_WAIT -
  658. tcp 0 0 127.0.0.1:60032 127.0.0.1:6379 TIME_WAIT -
  659. tcp 0 0 127.0.0.1:60098 127.0.0.1:6379 TIME_WAIT -
  660. tcp 0 0 127.0.0.1:59980 127.0.0.1:6379 TIME_WAIT -
  661. tcp 0 0 127.0.0.1:60266 127.0.0.1:6379 TIME_WAIT -
  662. tcp 0 0 127.0.0.1:59998 127.0.0.1:6379 TIME_WAIT -
  663. tcp 0 0 127.0.0.1:60246 127.0.0.1:6379 TIME_WAIT -
  664. tcp 0 0 127.0.0.1:60020 127.0.0.1:6379 TIME_WAIT -
  665. tcp 0 0 192.168.1.102:80 192.168.1.100:43598 TIME_WAIT -
  666. tcp 0 0 127.0.0.1:60116 127.0.0.1:6379 TIME_WAIT -
  667. tcp 0 0 192.168.1.102:80 192.168.1.100:43600 TIME_WAIT -
  668. tcp 0 0 192.168.1.102:49152 192.168.1.101:39052 TIME_WAIT -
  669. tcp 0 0 192.168.1.102:49152 192.168.1.101:39053 TIME_WAIT -
  670. tcp 0 0 127.0.0.1:59892 127.0.0.1:6379 TIME_WAIT -
  671. tcp 0 0 127.0.0.1:60148 127.0.0.1:6379 TIME_WAIT -
  672. tcp 0 0 127.0.0.1:59932 127.0.0.1:6379 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:60244 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 0 192.168.1.102:80 192.168.1.100:43614 ESTABLISHED 275/nginx: worker p
  675. tcp 0 0 127.0.0.1:60132 127.0.0.1:6379 TIME_WAIT -
  676. tcp 0 0 127.0.0.1:60124 127.0.0.1:6379 TIME_WAIT -
  677. tcp 0 0 127.0.0.1:59990 127.0.0.1:6379 TIME_WAIT -
  678. tcp 0 0 127.0.0.1:60000 127.0.0.1:6379 TIME_WAIT -
  679. tcp 0 0 127.0.0.1:52920 127.0.0.1:82 ESTABLISHED 275/nginx: worker p
  680. tcp 0 0 127.0.0.1:59896 127.0.0.1:6379 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:60202 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 0 192.168.1.102:80 192.168.1.100:43592 TIME_WAIT -
  683. tcp 0 0 127.0.0.1:60192 127.0.0.1:6379 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:59902 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:60194 127.0.0.1:6379 TIME_WAIT -
  686. tcp 0 0 127.0.0.1:60118 127.0.0.1:6379 TIME_WAIT -
  687. tcp 0 0 127.0.0.1:59966 127.0.0.1:6379 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:60008 127.0.0.1:6379 TIME_WAIT -
  689. tcp 0 0 127.0.0.1:59944 127.0.0.1:6379 TIME_WAIT -
  690. tcp 0 0 192.168.1.102:80 192.168.1.100:43616 ESTABLISHED 275/nginx: worker p
  691. tcp 0 0 192.168.1.102:80 192.168.1.100:43602 TIME_WAIT -
  692. tcp 0 0 127.0.0.1:59936 127.0.0.1:6379 TIME_WAIT -
  693. tcp 0 0 192.168.1.102:49152 192.168.1.101:39059 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:60154 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 127.0.0.1:59910 127.0.0.1:6379 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:59914 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 127.0.0.1:59950 127.0.0.1:6379 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:60034 127.0.0.1:6379 TIME_WAIT -
  699. tcp 8 0 192.168.1.102:80 192.168.1.100:43580 ESTABLISHED 275/nginx: worker p
  700. tcp 0 0 127.0.0.1:60010 127.0.0.1:6379 TIME_WAIT -
  701. tcp 0 0 127.0.0.1:60238 127.0.0.1:6379 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:60114 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 127.0.0.1:35488 127.0.0.1:6600 TIME_WAIT -
  704. tcp 0 0 127.0.0.1:59862 127.0.0.1:6379 TIME_WAIT -
  705. tcp 0 0 127.0.0.1:60172 127.0.0.1:6379 TIME_WAIT -
  706. tcp 0 0 127.0.0.1:60268 127.0.0.1:6379 TIME_WAIT -
  707. tcp 0 0 127.0.0.1:60128 127.0.0.1:6379 TIME_WAIT -
  708. tcp 0 0 127.0.0.1:59956 127.0.0.1:6379 TIME_WAIT -
  709. tcp 0 0 127.0.0.1:60232 127.0.0.1:6379 TIME_WAIT -
  710. tcp 0 0 127.0.0.1:60106 127.0.0.1:6379 TIME_WAIT -
  711. tcp 0 0 192.168.1.102:22 192.168.1.100:32778 ESTABLISHED 1158/sshd: root@pts
  712. tcp 0 0 127.0.0.1:60022 127.0.0.1:6379 TIME_WAIT -
  713. tcp 0 0 127.0.0.1:35852 127.0.0.1:6600 TIME_WAIT -
  714. tcp 0 0 127.0.0.1:60220 127.0.0.1:6379 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:60018 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:59904 127.0.0.1:6379 TIME_WAIT -
  717. tcp 0 0 127.0.0.1:60284 127.0.0.1:6379 TIME_WAIT -
  718. tcp 0 0 192.168.1.102:80 192.168.1.100:43582 TIME_WAIT -
  719. tcp 0 0 127.0.0.1:59970 127.0.0.1:6379 TIME_WAIT -
  720. tcp 0 0 127.0.0.1:60152 127.0.0.1:6379 TIME_WAIT -
  721. tcp 0 0 127.0.0.1:60024 127.0.0.1:6379 TIME_WAIT -
  722. tcp 0 0 127.0.0.1:59934 127.0.0.1:6379 TIME_WAIT -
  723. tcp 0 0 127.0.0.1:60204 127.0.0.1:6379 TIME_WAIT -
  724. tcp 0 0 127.0.0.1:60182 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 127.0.0.1:60058 127.0.0.1:6379 TIME_WAIT -
  726. tcp 0 0 192.168.1.102:80 192.168.1.100:43608 TIME_WAIT -
  727. tcp 0 0 127.0.0.1:60038 127.0.0.1:6379 TIME_WAIT -
  728. tcp 0 0 127.0.0.1:80 127.0.0.1:34540 TIME_WAIT -
  729. tcp 0 0 127.0.0.1:60122 127.0.0.1:6379 TIME_WAIT -
  730. tcp 0 0 127.0.0.1:60096 127.0.0.1:6379 TIME_WAIT -
  731. tcp 0 0 127.0.0.1:60288 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 127.0.0.1:59986 127.0.0.1:6379 TIME_WAIT -
  733. tcp 0 0 127.0.0.1:60138 127.0.0.1:6379 TIME_WAIT -
  734. tcp 0 0 127.0.0.1:60068 127.0.0.1:6379 TIME_WAIT -
  735. tcp 0 0 127.0.0.1:60070 127.0.0.1:6379 TIME_WAIT -
  736. tcp 0 0 127.0.0.1:60200 127.0.0.1:6379 TIME_WAIT -
  737. tcp 0 0 192.168.1.102:80 192.168.1.100:43586 TIME_WAIT -
  738. tcp 0 0 192.168.1.102:80 192.168.1.100:43584 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:60278 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 127.0.0.1:60066 127.0.0.1:6379 TIME_WAIT -
  741. tcp 0 0 127.0.0.1:59962 127.0.0.1:6379 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:35588 127.0.0.1:6600 TIME_WAIT -
  743. tcp 0 0 192.168.1.102:49152 192.168.1.101:39060 TIME_WAIT -
  744. tcp 0 0 127.0.0.1:59988 127.0.0.1:6379 TIME_WAIT -
  745. tcp 0 0 127.0.0.1:60102 127.0.0.1:6379 TIME_WAIT -
  746. tcp 0 0 127.0.0.1:59922 127.0.0.1:6379 TIME_WAIT -
  747. tcp 0 0 127.0.0.1:60134 127.0.0.1:6379 TIME_WAIT -
  748. tcp 0 0 192.168.1.102:80 192.168.1.100:43572 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:60100 127.0.0.1:6379 TIME_WAIT -
  750. tcp 0 0 127.0.0.1:60282 127.0.0.1:6379 TIME_WAIT -
  751. tcp 0 0 127.0.0.1:60042 127.0.0.1:6379 TIME_WAIT -
  752. tcp 0 0 127.0.0.1:59874 127.0.0.1:6379 TIME_WAIT -
  753. tcp 0 0 127.0.0.1:59860 127.0.0.1:6379 TIME_WAIT -
  754. tcp 0 0 192.168.1.102:80 192.168.1.100:43568 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:60286 127.0.0.1:6379 TIME_WAIT -
  756. tcp 0 0 127.0.0.1:60164 127.0.0.1:6379 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:60158 127.0.0.1:6379 TIME_WAIT -
  758. tcp 0 0 127.0.0.1:60186 127.0.0.1:6379 TIME_WAIT -
  759. tcp 0 0 127.0.0.1:60108 127.0.0.1:6379 TIME_WAIT -
  760. tcp 0 0 192.168.1.102:80 192.168.1.100:43596 TIME_WAIT -
  761. tcp 0 0 127.0.0.1:59994 127.0.0.1:6379 TIME_WAIT -
  762. tcp 0 0 127.0.0.1:59996 127.0.0.1:6379 TIME_WAIT -
  763. tcp 0 0 192.168.1.102:80 192.168.1.100:43570 TIME_WAIT -
  764. tcp 0 0 127.0.0.1:60264 127.0.0.1:6379 TIME_WAIT -
  765. tcp 0 0 127.0.0.1:59894 127.0.0.1:6379 TIME_WAIT -
  766. tcp 0 0 127.0.0.1:60146 127.0.0.1:6379 TIME_WAIT -
  767. tcp 0 0 127.0.0.1:60028 127.0.0.1:6379 TIME_WAIT -
  768. tcp 0 0 127.0.0.1:60120 127.0.0.1:6379 TIME_WAIT -
  769. tcp 0 0 127.0.0.1:59952 127.0.0.1:6379 TIME_WAIT -
  770. tcp 0 0 192.168.1.102:49152 192.168.1.101:39058 TIME_WAIT -
  771. tcp 0 0 127.0.0.1:60270 127.0.0.1:6379 TIME_WAIT -
  772. tcp 0 0 127.0.0.1:60084 127.0.0.1:6379 TIME_WAIT -
  773. tcp 0 0 127.0.0.1:60196 127.0.0.1:6379 TIME_WAIT -
  774. tcp 0 0 127.0.0.1:60052 127.0.0.1:6379 TIME_WAIT -
  775. tcp 0 0 127.0.0.1:59886 127.0.0.1:6379 TIME_WAIT -
  776. tcp 0 0 127.0.0.1:59912 127.0.0.1:6379 TIME_WAIT -
  777. tcp 0 0 127.0.0.1:35482 127.0.0.1:6600 TIME_WAIT -
  778. tcp 0 0 192.168.1.102:80 192.168.1.100:43574 TIME_WAIT -
  779. tcp 0 0 127.0.0.1:59948 127.0.0.1:6379 TIME_WAIT -
  780. tcp 0 0 127.0.0.1:60094 127.0.0.1:6379 TIME_WAIT -
  781. tcp 0 0 127.0.0.1:60274 127.0.0.1:6379 TIME_WAIT -
  782. tcp 0 0 127.0.0.1:60092 127.0.0.1:6379 TIME_WAIT -
  783. tcp 0 0 127.0.0.1:60140 127.0.0.1:6379 TIME_WAIT -
  784. tcp 0 0 127.0.0.1:60030 127.0.0.1:6379 TIME_WAIT -
  785. tcp 0 0 192.168.1.102:43066 192.168.1.101:49170 TIME_WAIT -
  786. tcp 0 0 127.0.0.1:60276 127.0.0.1:6379 TIME_WAIT -
  787. tcp 0 0 127.0.0.1:60234 127.0.0.1:6379 TIME_WAIT -
  788. tcp 0 0 127.0.0.1:60188 127.0.0.1:6379 TIME_WAIT -
  789. tcp 0 0 127.0.0.1:59870 127.0.0.1:6379 TIME_WAIT -
  790. tcp 0 0 127.0.0.1:60026 127.0.0.1:6379 TIME_WAIT -
  791. tcp 0 0 127.0.0.1:60166 127.0.0.1:6379 TIME_WAIT -
  792. tcp 0 0 127.0.0.1:60272 127.0.0.1:6379 TIME_WAIT -
  793. tcp 0 0 127.0.0.1:59982 127.0.0.1:6379 TIME_WAIT -
  794. tcp 0 0 127.0.0.1:60174 127.0.0.1:6379 TIME_WAIT -
  795. tcp 0 0 127.0.0.1:60162 127.0.0.1:6379 TIME_WAIT -
  796. tcp 0 0 127.0.0.1:59942 127.0.0.1:6379 TIME_WAIT -
  797. tcp 0 0 127.0.0.1:60086 127.0.0.1:6379 TIME_WAIT -
  798. tcp 0 0 127.0.0.1:82 127.0.0.1:52656 TIME_WAIT -
  799. tcp 0 0 127.0.0.1:60210 127.0.0.1:6379 TIME_WAIT -
  800. tcp 0 0 127.0.0.1:80 127.0.0.1:34572 TIME_WAIT -
  801. tcp 0 0 192.168.1.102:80 192.168.1.100:43590 TIME_WAIT -
  802. tcp 0 0 127.0.0.1:60150 127.0.0.1:6379 TIME_WAIT -
  803. tcp 0 0 127.0.0.1:60224 127.0.0.1:6379 TIME_WAIT -
  804. tcp 0 0 127.0.0.1:60214 127.0.0.1:6379 TIME_WAIT -
  805. tcp 0 0 127.0.0.1:59960 127.0.0.1:6379 TIME_WAIT -
  806. tcp 0 0 127.0.0.1:60110 127.0.0.1:6379 TIME_WAIT -
  807. tcp 0 0 127.0.0.1:60250 127.0.0.1:6379 TIME_WAIT -
  808. tcp 0 0 127.0.0.1:59928 127.0.0.1:6379 TIME_WAIT -
  809. tcp 0 0 127.0.0.1:59882 127.0.0.1:6379 TIME_WAIT -
  810. tcp 0 0 127.0.0.1:60036 127.0.0.1:6379 TIME_WAIT -
  811. tcp 0 0 127.0.0.1:60262 127.0.0.1:6379 TIME_WAIT -
  812. tcp 0 0 127.0.0.1:59906 127.0.0.1:6379 TIME_WAIT -
  813. tcp 0 0 192.168.1.102:80 192.168.1.100:43588 TIME_WAIT -
  814. tcp 0 0 127.0.0.1:60050 127.0.0.1:6379 TIME_WAIT -
  815. tcp 0 0 127.0.0.1:60136 127.0.0.1:6379 TIME_WAIT -
  816. tcp 0 0 127.0.0.1:60054 127.0.0.1:6379 TIME_WAIT -
  817. tcp 0 0 127.0.0.1:60074 127.0.0.1:6379 TIME_WAIT -
  818. tcp 0 0 127.0.0.1:60198 127.0.0.1:6379 TIME_WAIT -
  819. tcp 152 0 192.168.1.102:80 192.168.1.100:43402 ESTABLISHED 275/nginx: worker p
  820. tcp 0 0 192.168.1.102:43068 192.168.1.101:49170 TIME_WAIT -
  821. tcp 0 0 192.168.1.102:80 192.168.1.100:43604 TIME_WAIT -
  822. tcp 0 0 127.0.0.1:60206 127.0.0.1:6379 TIME_WAIT -
  823. tcp 0 0 127.0.0.1:6600 127.0.0.1:34432 ESTABLISHED 482/mpd
  824. tcp 0 0 127.0.0.1:60012 127.0.0.1:6379 TIME_WAIT -
  825. tcp 0 0 127.0.0.1:60170 127.0.0.1:6379 TIME_WAIT -
  826. tcp 0 0 127.0.0.1:60260 127.0.0.1:6379 TIME_WAIT -
  827. tcp 0 0 127.0.0.1:60004 127.0.0.1:6379 TIME_WAIT -
  828. tcp 0 0 127.0.0.1:60190 127.0.0.1:6379 TIME_WAIT -
  829. tcp 0 0 127.0.0.1:60048 127.0.0.1:6379 TIME_WAIT -
  830. tcp 0 0 127.0.0.1:59946 127.0.0.1:6379 TIME_WAIT -
  831. tcp 0 0 192.168.1.102:80 192.168.1.100:43576 TIME_WAIT -
  832. tcp 0 0 127.0.0.1:60060 127.0.0.1:6379 TIME_WAIT -
  833. tcp 0 0 127.0.0.1:60040 127.0.0.1:6379 TIME_WAIT -
  834. tcp 0 0 127.0.0.1:60126 127.0.0.1:6379 TIME_WAIT -
  835. tcp 0 0 127.0.0.1:60156 127.0.0.1:6379 TIME_WAIT -
  836. tcp 0 0 127.0.0.1:35494 127.0.0.1:6600 TIME_WAIT -
  837. tcp 0 0 127.0.0.1:60228 127.0.0.1:6379 TIME_WAIT -
  838. tcp 0 0 192.168.1.102:49152 192.168.1.101:39054 TIME_WAIT -
  839. tcp 0 0 192.168.1.102:49152 192.168.1.101:39056 TIME_WAIT -
  840. tcp 0 0 127.0.0.1:60252 127.0.0.1:6379 TIME_WAIT -
  841. tcp 0 0 127.0.0.1:60130 127.0.0.1:6379 TIME_WAIT -
  842. tcp 0 0 192.168.1.102:49152 192.168.1.101:39062 TIME_WAIT -
  843. tcp 0 0 127.0.0.1:59968 127.0.0.1:6379 TIME_WAIT -
  844. tcp 0 0 127.0.0.1:60258 127.0.0.1:6379 TIME_WAIT -
  845. tcp 0 0 127.0.0.1:60056 127.0.0.1:6379 TIME_WAIT -
  846. tcp 0 0 127.0.0.1:60002 127.0.0.1:6379 TIME_WAIT -
  847. tcp 0 0 127.0.0.1:59958 127.0.0.1:6379 TIME_WAIT -
  848. tcp 152 0 192.168.1.102:80 192.168.1.100:43404 ESTABLISHED 275/nginx: worker p
  849. tcp 0 0 127.0.0.1:60142 127.0.0.1:6379 TIME_WAIT -
  850. tcp 0 0 127.0.0.1:59926 127.0.0.1:6379 TIME_WAIT -
  851. tcp 0 0 127.0.0.1:60160 127.0.0.1:6379 TIME_WAIT -
  852. tcp 0 0 127.0.0.1:59918 127.0.0.1:6379 TIME_WAIT -
  853. tcp 0 0 127.0.0.1:59898 127.0.0.1:6379 TIME_WAIT -
  854. tcp 0 0 192.168.1.102:41166 104.24.23.8:80 ESTABLISHED 595/php-fpm: pool c
  855. tcp 0 0 127.0.0.1:34432 127.0.0.1:6600 ESTABLISHED 543/upmpdcli
  856. tcp 0 0 127.0.0.1:60240 127.0.0.1:6379 TIME_WAIT -
  857. tcp 0 0 127.0.0.1:60280 127.0.0.1:6379 TIME_WAIT -
  858. tcp 0 0 127.0.0.1:59924 127.0.0.1:6379 TIME_WAIT -
  859. tcp 0 0 127.0.0.1:35594 127.0.0.1:6600 TIME_WAIT -
  860. tcp 0 0 127.0.0.1:60016 127.0.0.1:6379 TIME_WAIT -
  861. tcp 0 0 127.0.0.1:59954 127.0.0.1:6379 TIME_WAIT -
  862. tcp 0 0 127.0.0.1:60222 127.0.0.1:6379 TIME_WAIT -
  863. tcp 0 0 192.168.1.102:80 192.168.1.100:43594 TIME_WAIT -
  864. tcp 0 0 127.0.0.1:60104 127.0.0.1:6379 TIME_WAIT -
  865. tcp 0 0 127.0.0.1:60088 127.0.0.1:6379 TIME_WAIT -
  866. tcp 0 0 127.0.0.1:59964 127.0.0.1:6379 TIME_WAIT -
  867. tcp 0 0 127.0.0.1:60216 127.0.0.1:6379 TIME_WAIT -
  868. tcp 0 0 127.0.0.1:35480 127.0.0.1:6600 TIME_WAIT -
  869. tcp 0 0 127.0.0.1:60014 127.0.0.1:6379 TIME_WAIT -
  870. tcp 0 0 127.0.0.1:59920 127.0.0.1:6379 TIME_WAIT -
  871. tcp 0 0 127.0.0.1:60208 127.0.0.1:6379 TIME_WAIT -
  872. tcp 0 0 127.0.0.1:59876 127.0.0.1:6379 TIME_WAIT -
  873. tcp 0 0 127.0.0.1:82 127.0.0.1:52920 ESTABLISHED 275/nginx: worker p
  874. tcp 0 0 127.0.0.1:60112 127.0.0.1:6379 TIME_WAIT -
  875. tcp 0 0 127.0.0.1:59976 127.0.0.1:6379 TIME_WAIT -
  876. tcp 0 0 127.0.0.1:60226 127.0.0.1:6379 TIME_WAIT -
  877. tcp 0 0 127.0.0.1:59890 127.0.0.1:6379 TIME_WAIT -
  878. tcp 0 0 192.168.1.102:80 192.168.1.100:43612 TIME_WAIT -
  879. tcp 0 0 192.168.1.102:80 192.168.1.100:43610 TIME_WAIT -
  880. tcp 0 0 127.0.0.1:35500 127.0.0.1:6600 TIME_WAIT -
  881. tcp 0 0 127.0.0.1:60176 127.0.0.1:6379 TIME_WAIT -
  882. tcp 0 0 192.168.1.102:80 192.168.1.100:43618 ESTABLISHED 275/nginx: worker p
  883. tcp 0 0 127.0.0.1:59974 127.0.0.1:6379 TIME_WAIT -
  884. tcp 0 0 192.168.1.102:80 192.168.1.100:43606 TIME_WAIT -
  885. tcp 0 0 127.0.0.1:60168 127.0.0.1:6379 TIME_WAIT -
  886. tcp 0 0 127.0.0.1:35470 127.0.0.1:6600 TIME_WAIT -
  887. tcp 0 0 127.0.0.1:60230 127.0.0.1:6379 TIME_WAIT -
  888. tcp 0 0 127.0.0.1:60218 127.0.0.1:6379 TIME_WAIT -
  889. tcp 0 0 127.0.0.1:60072 127.0.0.1:6379 TIME_WAIT -
  890. tcp 0 0 127.0.0.1:60254 127.0.0.1:6379 TIME_WAIT -
  891. tcp 0 0 127.0.0.1:60006 127.0.0.1:6379 TIME_WAIT -
  892. tcp 0 0 127.0.0.1:60090 127.0.0.1:6379 TIME_WAIT -
  893. tcp 8 0 192.168.1.102:80 192.168.1.100:43578 ESTABLISHED 275/nginx: worker p
  894. tcp 0 0 127.0.0.1:60078 127.0.0.1:6379 TIME_WAIT -
  895. tcp 0 0 127.0.0.1:35858 127.0.0.1:6600 TIME_WAIT -
  896. tcp 0 0 192.168.1.102:49152 192.168.1.101:39061 TIME_WAIT -
  897. tcp 0 0 127.0.0.1:59938 127.0.0.1:6379 TIME_WAIT -
  898. tcp 0 0 127.0.0.1:60178 127.0.0.1:6379 TIME_WAIT -
  899. tcp 0 0 127.0.0.1:60144 127.0.0.1:6379 TIME_WAIT -
  900. tcp 0 0 192.168.1.102:49152 192.168.1.101:39057 TIME_WAIT -
  901. Active UNIX domain sockets (w/o servers)
  902. Proto RefCnt Flags Type State I-Node PID/Program name Path
  903. unix 3 [ ] DGRAM 12431 1/init /run/systemd/notify
  904. unix 8 [ ] DGRAM 12444 1/init /run/systemd/journal/dev-log
  905. unix 2 [ ] DGRAM 21519 814/nmbd /var/lib/samba/private/msg.sock/814
  906. unix 2 [ ] DGRAM 21613 817/winbindd /var/lib/samba/private/msg.sock/817
  907. unix 2 [ ] DGRAM 21066 819/winbindd: domai /var/lib/samba/private/msg.sock/819
  908. unix 6 [ ] DGRAM 12466 1/init /run/systemd/journal/socket
  909. unix 2 [ ] DGRAM 18070 820/smbd /var/lib/samba/private/msg.sock/820
  910. unix 2 [ ] DGRAM 21074 824/smbd /var/lib/samba/private/msg.sock/824
  911. unix 2 [ ] DGRAM 21629 825/smbd /var/lib/samba/private/msg.sock/825
  912. unix 2 [ ] DGRAM 21081 828/winbindd: idmap /var/lib/samba/private/msg.sock/828
  913. unix 2 [ ] DGRAM 21088 832/winbindd: domai /var/lib/samba/private/msg.sock/832
  914. unix 3 [ ] STREAM CONNECTED 19736 1/init /run/systemd/journal/stdout
  915. unix 3 [ ] STREAM CONNECTED 14533 274/nginx: master p
  916. unix 3 [ ] STREAM CONNECTED 3922 1/init /run/systemd/journal/stdout
  917. unix 2 [ ] STREAM CONNECTED 23143 1158/sshd: root@pts
  918. unix 3 [ ] STREAM CONNECTED 20794 685/rpcbind
  919. unix 3 [ ] STREAM CONNECTED 18278 248/dbus-daemon /run/dbus/system_bus_socket
  920. unix 3 [ ] STREAM CONNECTED 13433 248/dbus-daemon
  921. unix 3 [ ] STREAM CONNECTED 14626 276/php
  922. unix 3 [ ] STREAM CONNECTED 21096 820/smbd
  923. unix 3 [ ] STREAM CONNECTED 14532 274/nginx: master p
  924. unix 3 [ ] STREAM CONNECTED 12166 248/dbus-daemon /run/dbus/system_bus_socket
  925. unix 3 [ ] STREAM CONNECTED 3918 1/init /run/systemd/journal/stdout
  926. unix 3 [ ] STREAM CONNECTED 13366 1/init
  927. unix 2 [ ] DGRAM 15640 669/dhcpcd
  928. unix 3 [ ] STREAM CONNECTED 13361 243/crond
  929. unix 3 [ ] STREAM CONNECTED 14627 1/init /run/systemd/journal/stdout
  930. unix 3 [ ] STREAM CONNECTED 20610 602/php
  931. unix 3 [ ] DGRAM 13291 1/init
  932. unix 3 [ ] STREAM CONNECTED 14434 240/avahi-daemon: r
  933. unix 3 [ ] STREAM CONNECTED 12168 248/dbus-daemon /run/dbus/system_bus_socket
  934. unix 3 [ ] DGRAM 13290 1/init
  935. unix 3 [ ] STREAM CONNECTED 21079 828/winbindd: idmap
  936. unix 3 [ ] STREAM CONNECTED 21080 817/winbindd
  937. unix 3 [ ] DGRAM 13261 237/systemd-timesyn
  938. unix 3 [ ] STREAM CONNECTED 20632 602/php
  939. unix 2 [ ] DGRAM 20828 700/rpc.statd
  940. unix 3 [ ] STREAM CONNECTED 21086 832/winbindd: domai
  941. unix 3 [ ] STREAM CONNECTED 18803 1/init /run/systemd/journal/stdout
  942. unix 3 [ ] DGRAM 13260 237/systemd-timesyn
  943. unix 3 [ ] STREAM CONNECTED 21087 817/winbindd
  944. unix 3 [ ] STREAM CONNECTED 20642 482/mpd /run/mpd.sock
  945. unix 3 [ ] DGRAM 13259 237/systemd-timesyn
  946. unix 3 [ ] STREAM CONNECTED 20638 602/php
  947. unix 3 [ ] DGRAM 13258 237/systemd-timesyn
  948. unix 3 [ ] STREAM CONNECTED 20633 252/redis-server 12 /run/redis.sock
  949. unix 2 [ ] DGRAM 13256 237/systemd-timesyn
  950. unix 2 [ ] DGRAM 3961 240/avahi-daemon: r
  951. unix 3 [ ] STREAM CONNECTED 2623 1/init /run/systemd/journal/stdout
  952. unix 3 [ ] STREAM CONNECTED 28325 595/php-fpm: pool c /var/run/php-command.sock
  953. unix 2 [ ] DGRAM 12610 186/systemd-journal
  954. unix 2 [ ] STREAM CONNECTED 21635 820/smbd
  955. unix 2 [ ] DGRAM 12963 207/systemd-udevd
  956. unix 3 [ ] STREAM CONNECTED 18745 543/upmpdcli
  957. unix 3 [ ] STREAM CONNECTED 19474 1/init /run/systemd/journal/stdout
  958. unix 3 [ ] STREAM CONNECTED 3964 264/avahi-daemon: c
  959. unix 3 [ ] STREAM CONNECTED 12953 207/systemd-udevd
  960. unix 3 [ ] STREAM CONNECTED 21622 817/winbindd
  961. unix 3 [ ] DGRAM 12433 1/init
  962. unix 3 [ ] STREAM CONNECTED 26168 252/redis-server 12 /run/redis.sock
  963. unix 3 [ ] DGRAM 12434 1/init
  964. unix 3 [ ] STREAM CONNECTED 3875 237/systemd-timesyn
  965. unix 3 [ ] STREAM CONNECTED 12959 1/init /run/systemd/journal/stdout
  966. unix 3 [ ] STREAM CONNECTED 27298 276/php
  967. unix 3 [ ] STREAM CONNECTED 28505 275/nginx: worker p
  968. unix 3 [ ] STREAM CONNECTED 21621 819/winbindd: domai
  969. unix 2 [ ] DGRAM 3930 243/crond
  970. unix 3 [ ] STREAM CONNECTED 3963 240/avahi-daemon: r
  971. unix 3 [ ] STREAM CONNECTED 12164 248/dbus-daemon
  972. unix 3 [ ] STREAM CONNECTED 12163 248/dbus-daemon
  973. unix 3 [ ] STREAM CONNECTED 12144 251/ifplugd
  974. unix 3 [ ] STREAM CONNECTED 3926 1/init /run/systemd/journal/stdout
  975. unix 3 [ ] STREAM CONNECTED 3914 1/init /run/systemd/journal/stdout
  976. unix 3 [ ] STREAM CONNECTED 17696 552/bash
  977. unix 3 [ ] STREAM CONNECTED 18756 1/init /run/systemd/journal/stdout
  978. unix 3 [ ] STREAM CONNECTED 12046 245/haveged
  979. unix 3 [ ] STREAM CONNECTED 11852 235/systemd-resolve
  980. unix 2 [ ] DGRAM 11508 1/init
  981. unix 3 [ ] STREAM CONNECTED 12165 248/dbus-daemon /run/dbus/system_bus_socket
  982. unix 3 [ ] STREAM CONNECTED 3910 1/init /run/systemd/journal/stdout
  983. unix 3 [ ] STREAM CONNECTED 11979 241/sh
  984. unix 3 [ ] STREAM CONNECTED 19670 594/php-fpm: master
  985. unix 3 [ ] STREAM CONNECTED 2863 246/python
  986. unix 3 [ ] DGRAM 2562 1/init
  987. unix 3 [ ] STREAM CONNECTED 17211 248/dbus-daemon /run/dbus/system_bus_socket
  988. unix 2 [ ] DGRAM 2652 235/systemd-resolve
  989. unix 3 [ ] DGRAM 2561 1/init
  990. unix 3 [ ] STREAM CONNECTED 13632 274/nginx: master p
  991. unix 3 [ ] STREAM CONNECTED 13441 1/init /run/systemd/journal/stdout
  992. unix 3 [ ] STREAM CONNECTED 27369 252/redis-server 12 /run/redis.sock
  993. unix 3 [ ] STREAM CONNECTED 14411 252/redis-server 12
  994. unix 3 [ ] STREAM CONNECTED 26210 595/php-fpm: pool c
  995. unix 3 [ ] STREAM CONNECTED 19669 594/php-fpm: master
  996. unix 3 [ ] STREAM CONNECTED 3916 1/init /run/systemd/journal/stdout
  997. unix 3 [ ] STREAM CONNECTED 2733 240/avahi-daemon: r
  998. unix 3 [ ] STREAM CONNECTED 13631 274/nginx: master p
  999. unix 3 [ ] STREAM CONNECTED 3908 1/init /run/systemd/journal/stdout
  1000. unix 2 [ ] DGRAM 25491 1158/sshd: root@pts
  1001. unix 3 [ ] STREAM CONNECTED 2996 249/hciattach
  1002. unix 3 [ ] STREAM CONNECTED 27375 482/mpd /run/mpd.sock
  1003. unix 3 [ ] STREAM CONNECTED 3063 250/sshd
  1004. unix 2 [ ] DGRAM 25493 248/dbus-daemon
  1005. unix 3 [ ] STREAM CONNECTED 3923 1/init /run/systemd/journal/stdout
  1006. unix 3 [ ] STREAM CONNECTED 26212 595/php-fpm: pool c
  1007. unix 3 [ ] STREAM CONNECTED 3931 1/init /run/systemd/journal/stdout
  1008. unix 3 [ ] STREAM CONNECTED 26185 1560/php
  1009. unix 3 [ ] STREAM CONNECTED 2621 235/systemd-resolve
  1010. unix 3 [ ] STREAM CONNECTED 14322 482/mpd
  1011. unix 3 [ ] DGRAM 2419 207/systemd-udevd
  1012. unix 3 [ ] DGRAM 2420 207/systemd-udevd
  1013. unix 3 [ ] STREAM CONNECTED 2622 1/init /run/systemd/journal/stdout
  1014. unix 3 [ ] STREAM CONNECTED 27306 252/redis-server 12 /run/redis.sock
  1015.  
  1016.  
  1017. ###### Network interfaces (ip addr) ######
  1018. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  1019. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  1020. inet 127.0.0.1/8 scope host lo
  1021. valid_lft forever preferred_lft forever
  1022. 2: eth0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  1023. link/ether b8:27:eb:2c:85:99 brd ff:ff:ff:ff:ff:ff
  1024. inet 192.168.1.102/24 brd 192.168.1.255 scope global noprefixroute eth0
  1025. valid_lft forever preferred_lft forever
  1026.  
  1027.  
  1028. ###### Network interfaces (ifconfig) ######
  1029. eth0: flags=4163 mtu 1500
  1030. inet 192.168.1.102 netmask 255.255.255.0 broadcast 192.168.1.255
  1031. ether b8:27:eb:2c:85:99 txqueuelen 1000 (Ethernet)
  1032. RX packets 1011 bytes 166307 (162.4 KiB)
  1033. RX errors 0 dropped 0 overruns 0 frame 0
  1034. TX packets 826 bytes 513315 (501.2 KiB)
  1035. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1036.  
  1037. lo: flags=73 mtu 65536
  1038. inet 127.0.0.1 netmask 255.0.0.0
  1039. loop txqueuelen 1000 (Local Loopback)
  1040. RX packets 13130 bytes 882055 (861.3 KiB)
  1041. RX errors 0 dropped 0 overruns 0 frame 0
  1042. TX packets 13130 bytes 882055 (861.3 KiB)
  1043. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1044.  
  1045.  
  1046. ###### Network netctl profiles (netctl list) ######
  1047. WLAN-LRMD5D
  1048. eth0
  1049. test
  1050.  
  1051. WLAN-LRMD5D netctl status
  1052. --------------------------------------------------------
  1053. ● netctl@WLAN\x2dLRMD5D.service - Networking for netctl profile WLAN-LRMD5D
  1054. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  1055. Active: inactive (dead)
  1056. Docs: man:netctl.profile(5)
  1057.  
  1058. WLAN-LRMD5D netctl profile
  1059. --------------------------------------------------------
  1060. Description='wlan0 connection'
  1061. Interface=wlan0
  1062. Connection=wireless
  1063. Security=wpa-configsection
  1064. IP=dhcp
  1065. WPAConfigSection=(
  1066. 'ssid="WLAN-LRMD5D"'
  1067. 'psk="***************"'
  1068. 'key_mgmt=WPA-PSK'
  1069. 'proto=RSN'
  1070. 'group=CCMP TKIP'
  1071. 'pairwise=CCMP'
  1072. 'priority=3'
  1073. )
  1074.  
  1075. eth0 netctl status
  1076. --------------------------------------------------------
  1077. ● netctl@eth0.service - Networking for netctl profile eth0
  1078. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  1079. Active: inactive (dead)
  1080. Docs: man:netctl.profile(5)
  1081.  
  1082. eth0 netctl profile
  1083. --------------------------------------------------------
  1084. Description='eth0 connection'
  1085. Interface=eth0
  1086. ForceConnect=yes
  1087. SkipNoCarrier=yes
  1088. Connection=ethernet
  1089. IP=dhcp
  1090.  
  1091. test netctl status
  1092. --------------------------------------------------------
  1093. ● netctl@test.service - Networking for netctl profile test
  1094. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  1095. Active: inactive (dead)
  1096. Docs: man:netctl.profile(5)
  1097.  
  1098. test netctl profile
  1099. --------------------------------------------------------
  1100. Description='wlan0 connection'
  1101. Interface=wlan0
  1102. Connection=wireless
  1103. Security=wpa-configsection
  1104. IP=dhcp
  1105. WPAConfigSection=(
  1106. 'ssid="YOUR-SSID"'
  1107. 'psk="***************"'
  1108. 'key_mgmt=WPA-PSK'
  1109. 'proto=WPA'
  1110. 'group=TKIP'
  1111. 'pairwise=TKIP'
  1112. 'priority=3'
  1113. )
  1114.  
  1115.  
  1116. ###### Network wifi status (iwconfig) ######
  1117. lo no wireless extensions.
  1118.  
  1119. eth0 no wireless extensions.
  1120.  
  1121.  
  1122. ###### Network WiFi Access Point (redis-cli hgetall AccessPoint) ######
  1123. enabled
  1124. 1
  1125. ip-address
  1126. 192.168.5.1
  1127. broadcast
  1128. 192.168.5.255
  1129. ssid
  1130. RuneAudioAP
  1131. passphrase
  1132. RuneAudio
  1133. dhcp-range
  1134. 192.168.5.2,192.168.5.254,24h
  1135. dhcp-option-dns
  1136. 192.168.5.1
  1137. dhcp-option-router
  1138. 192.168.5.1
  1139. enable-NAT
  1140. 1
  1141.  
  1142. ###### Rern's Addons (redis-cli hgetall addons) ######
  1143. update
  1144. 0
  1145. font
  1146. 20170901
  1147.  
  1148. ###### List all USB devices (lsusb) ######
  1149. Bus 001 Device 004: ID 0424:7800 Standard Microsystems Corp.
  1150. Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
  1151. Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
  1152. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1153.  
  1154. ###### Kernel status (dmesg) ######
  1155. [ 0.000000] Booting Linux on physical CPU 0x0
  1156. [ 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
  1157. [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
  1158. [ 0.000000] CPU: div instructions available: patching division code
  1159. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1160. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
  1161. [ 0.000000] Memory policy: Data cache writealloc
  1162. [ 0.000000] cma: Reserved 8 MiB at 0x3dc00000
  1163. [ 0.000000] On node 0 totalpages: 255488
  1164. [ 0.000000] free_area_init_node: node 0, pgdat 80f9c1c0, node_mem_map bd336000
  1165. [ 0.000000] Normal zone: 2246 pages used for memmap
  1166. [ 0.000000] Normal zone: 0 pages reserved
  1167. [ 0.000000] Normal zone: 255488 pages, LIFO batch:31
  1168. [ 0.000000] random: fast init done
  1169. [ 0.000000] percpu: Embedded 17 pages/cpu @be59f000 s39564 r8192 d21876 u69632
  1170. [ 0.000000] pcpu-alloc: s39564 r8192 d21876 u69632 alloc=17*4096
  1171. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  1172. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 253242
  1173. [ 0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 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
  1174. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  1175. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  1176. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  1177. [ 0.000000] Memory: 982564K/1021952K available (10240K kernel code, 696K rwdata, 2640K rodata, 1024K init, 745K bss, 31196K reserved, 8192K cma-reserved)
  1178. [ 0.000000] Virtual kernel memory layout:
  1179. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  1180. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  1181. vmalloc : 0xbe800000 - 0xff800000 (1040 MB)
  1182. lowmem : 0x80000000 - 0xbe600000 ( 998 MB)
  1183. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  1184. .text : 0x80008000 - 0x80b00000 (11232 kB)
  1185. .init : 0x80e00000 - 0x80f00000 (1024 kB)
  1186. .data : 0x80f00000 - 0x80fae054 ( 697 kB)
  1187. .bss : 0x80fb8ef8 - 0x810736d4 ( 746 kB)
  1188. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1189. [ 0.000000] Hierarchical RCU implementation.
  1190. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  1191. [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  1192. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  1193. [ 0.000003] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  1194. [ 0.000008] Switching to timer-based delay loop, resolution 52ns
  1195. [ 0.000123] Console: colour dummy device 80x30
  1196. [ 0.000132] console [tty1] enabled
  1197. [ 0.000143] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  1198. [ 0.000150] pid_max: default: 32768 minimum: 301
  1199. [ 0.000292] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1200. [ 0.000300] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1201. [ 0.000796] Disabling memory control group subsystem
  1202. [ 0.000841] CPU: Testing write buffer coherency: ok
  1203. [ 0.001052] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  1204. [ 0.001237] Setting up static identity map for 0x100000 - 0x100054
  1205. [ 0.001290] Hierarchical SRCU implementation.
  1206. [ 0.001576] smp: Bringing up secondary CPUs ...
  1207. [ 0.001903] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  1208. [ 0.002242] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  1209. [ 0.002551] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  1210. [ 0.002591] smp: Brought up 1 node, 4 CPUs
  1211. [ 0.002595] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1212. [ 0.002597] CPU: All CPU(s) started in HYP mode.
  1213. [ 0.002598] CPU: Virtualization extensions available.
  1214. [ 0.003039] devtmpfs: initialized
  1215. [ 0.007394] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
  1216. [ 0.007508] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1217. [ 0.007516] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1218. [ 0.007754] xor: measuring software checksum speed
  1219. [ 0.100005] arm4regs : 2152.800 MB/sec
  1220. [ 0.200037] 8regs : 1602.800 MB/sec
  1221. [ 0.300066] 32regs : 1544.400 MB/sec
  1222. [ 0.400096] neon : 2448.000 MB/sec
  1223. [ 0.400099] xor: using function: neon (2448.000 MB/sec)
  1224. [ 0.400105] pinctrl core: initialized pinctrl subsystem
  1225. [ 0.400458] NET: Registered protocol family 16
  1226. [ 0.401749] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  1227. [ 0.403666] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1228. [ 0.403669] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1229. [ 0.403775] Serial: AMBA PL011 UART driver
  1230. [ 0.404393] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1231. [ 0.404557] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
  1232. [ 0.580367] raid6: int32x1 gen() 240 MB/s
  1233. [ 0.750232] raid6: int32x1 xor() 222 MB/s
  1234. [ 0.920413] raid6: int32x2 gen() 384 MB/s
  1235. [ 1.090338] raid6: int32x2 xor() 289 MB/s
  1236. [ 1.260486] raid6: int32x4 gen() 395 MB/s
  1237. [ 1.430441] raid6: int32x4 xor() 313 MB/s
  1238. [ 1.600532] raid6: int32x8 gen() 390 MB/s
  1239. [ 1.770600] raid6: int32x8 xor() 290 MB/s
  1240. [ 1.940639] raid6: neonx1 gen() 821 MB/s
  1241. [ 2.110663] raid6: neonx1 xor() 817 MB/s
  1242. [ 2.280702] raid6: neonx2 gen() 1223 MB/s
  1243. [ 2.450768] raid6: neonx2 xor() 1147 MB/s
  1244. [ 2.620827] raid6: neonx4 gen() 1751 MB/s
  1245. [ 2.790867] raid6: neonx4 xor() 1523 MB/s
  1246. [ 2.960925] raid6: neonx8 gen() 1682 MB/s
  1247. [ 3.130961] raid6: neonx8 xor() 1358 MB/s
  1248. [ 3.130963] raid6: using algorithm neonx4 gen() 1751 MB/s
  1249. [ 3.130965] raid6: .... xor() 1523 MB/s, rmw enabled
  1250. [ 3.130967] raid6: using neon recovery algorithm
  1251. [ 3.131170] bcm2835-dma 3f007000.dma: DMA legacy API manager at be813000, dmachans=0x1
  1252. [ 3.131798] SCSI subsystem initialized
  1253. [ 3.131886] usbcore: registered new interface driver usbfs
  1254. [ 3.131906] usbcore: registered new interface driver hub
  1255. [ 3.131946] usbcore: registered new device driver usb
  1256. [ 3.132812] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-04-16 18:18
  1257. [ 3.133567] clocksource: Switched to clocksource arch_sys_counter
  1258. [ 3.185885] VFS: Disk quotas dquot_6.6.0
  1259. [ 3.185926] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1260. [ 3.186040] FS-Cache: Loaded
  1261. [ 3.186144] CacheFiles: Loaded
  1262. [ 3.189470] NET: Registered protocol family 2
  1263. [ 3.189819] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1264. [ 3.189866] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1265. [ 3.189945] TCP: Hash tables configured (established 8192 bind 8192)
  1266. [ 3.190012] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1267. [ 3.190031] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1268. [ 3.190170] NET: Registered protocol family 1
  1269. [ 3.190401] RPC: Registered named UNIX socket transport module.
  1270. [ 3.190403] RPC: Registered udp transport module.
  1271. [ 3.190405] RPC: Registered tcp transport module.
  1272. [ 3.190407] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1273. [ 3.190503] Unpacking initramfs...
  1274. [ 3.379325] Freeing initrd memory: 5156K
  1275. [ 3.382382] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
  1276. [ 3.383486] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  1277. [ 3.386706] FS-Cache: Netfs 'nfs' registered for caching
  1278. [ 3.386966] NFS: Registering the id_resolver key type
  1279. [ 3.386982] Key type id_resolver registered
  1280. [ 3.386984] Key type id_legacy registered
  1281. [ 3.386991] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1282. [ 3.387240] JFS: nTxBlock = 7780, nTxLock = 62244
  1283. [ 3.391822] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1284. [ 3.394654] async_tx: api initialized (async)
  1285. [ 3.394685] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  1286. [ 3.394747] io scheduler noop registered (default)
  1287. [ 3.394749] io scheduler deadline registered
  1288. [ 3.394865] io scheduler cfq registered
  1289. [ 3.394867] io scheduler mq-deadline registered
  1290. [ 3.394869] io scheduler kyber registered
  1291. [ 3.394932] io scheduler bfq registered
  1292. [ 3.396067] BCM2708FB: allocated DMA memory fdd00000
  1293. [ 3.396081] BCM2708FB: allocated DMA channel 0 @ be813000
  1294. [ 3.398768] Console: switching to colour frame buffer device 82x26
  1295. [ 3.400524] vc-mem: phys_addr:0x00000000 mem_base=0x3f000000 mem_size:0x3f600000(1014 MiB)
  1296. [ 3.400708] vc-sm: Videocore shared memory driver
  1297. [ 3.400816] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1298. [ 3.404774] loop: module loaded
  1299. [ 3.404781] Loading iSCSI transport class v2.0-870.
  1300. [ 3.405081] libphy: Fixed MDIO Bus: probed
  1301. [ 3.405205] usbcore: registered new interface driver lan78xx
  1302. [ 3.405220] usbcore: registered new interface driver ax88179_178a
  1303. [ 3.405244] usbcore: registered new interface driver smsc95xx
  1304. [ 3.405269] usbcore: registered new interface driver cdc_ncm
  1305. [ 3.405272] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1306. [ 3.633026] Core Release: 2.80a
  1307. [ 3.633030] Setting default values for core params
  1308. [ 3.633042] Finished setting default values for core params
  1309. [ 3.833144] Using Buffer DMA mode
  1310. [ 3.833146] Periodic Transfer Interrupt Enhancement - disabled
  1311. [ 3.833148] Multiprocessor Interrupt Enhancement - disabled
  1312. [ 3.833151] OTG VER PARAM: 0, OTG VER FLAG: 0
  1313. [ 3.833164] Dedicated Tx FIFOs mode
  1314. [ 3.833348] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbdd14000 dma = 0xfdd14000 len=9024
  1315. [ 3.833361] FIQ FSM acceleration enabled for :
  1316. Non-periodic Split Transactions
  1317. Periodic Split Transactions
  1318. High-Speed Isochronous Endpoints
  1319. Interrupt/Control Split Transaction hack enabled
  1320. [ 3.833363] dwc_otg: Microframe scheduler enabled
  1321. [ 3.833384] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x8084eb90
  1322. [ 3.833387] WARN::hcd_init_fiq:460: FIQ ASM at 0x8084ef08 length 36
  1323. [ 3.833392] WARN::hcd_init_fiq:486: MPHI regs_base at 0xbeca7000
  1324. [ 3.833413] dwc_otg 3f980000.usb: DWC OTG Controller
  1325. [ 3.833429] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1326. [ 3.833442] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1327. [ 3.833475] Init: Port Power? op_state=1
  1328. [ 3.833477] Init: Power Port (0)
  1329. [ 3.833569] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1330. [ 3.833573] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1331. [ 3.833577] usb usb1: Product: DWC OTG Controller
  1332. [ 3.833580] usb usb1: Manufacturer: Linux 4.14.34-1-ARCH dwc_otg_hcd
  1333. [ 3.833583] usb usb1: SerialNumber: 3f980000.usb
  1334. [ 3.833832] hub 1-0:1.0: USB hub found
  1335. [ 3.833847] hub 1-0:1.0: 1 port detected
  1336. [ 3.834052] dwc_otg: FIQ enabled
  1337. [ 3.834054] dwc_otg: NAK holdoff enabled
  1338. [ 3.834055] dwc_otg: FIQ split-transaction FSM enabled
  1339. [ 3.834059] Module dwc_common_port init
  1340. [ 3.834139] usbcore: registered new interface driver uas
  1341. [ 3.834172] usbcore: registered new interface driver usb-storage
  1342. [ 3.834186] usbcore: registered new interface driver ums-alauda
  1343. [ 3.834200] usbcore: registered new interface driver ums-cypress
  1344. [ 3.834217] usbcore: registered new interface driver ums-datafab
  1345. [ 3.834231] usbcore: registered new interface driver ums_eneub6250
  1346. [ 3.834245] usbcore: registered new interface driver ums-freecom
  1347. [ 3.834258] usbcore: registered new interface driver ums-isd200
  1348. [ 3.834272] usbcore: registered new interface driver ums-jumpshot
  1349. [ 3.834286] usbcore: registered new interface driver ums-karma
  1350. [ 3.834300] usbcore: registered new interface driver ums-onetouch
  1351. [ 3.834319] usbcore: registered new interface driver ums-realtek
  1352. [ 3.834333] usbcore: registered new interface driver ums-sddr09
  1353. [ 3.834347] usbcore: registered new interface driver ums-sddr55
  1354. [ 3.834363] usbcore: registered new interface driver ums-usbat
  1355. [ 3.834505] mousedev: PS/2 mouse device common for all mice
  1356. [ 3.834802] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1357. [ 3.835004] device-mapper: uevent: version 1.0.3
  1358. [ 3.835121] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
  1359. [ 3.835312] device-mapper: multipath round-robin: version 1.2.0 loaded
  1360. [ 3.835315] device-mapper: multipath queue-length: version 0.2.0 loaded
  1361. [ 3.835317] device-mapper: multipath service-time: version 0.3.0 loaded
  1362. [ 3.835323] device-mapper: raid: Loading target version 1.13.0
  1363. [ 3.835413] bcm2835-cpufreq: min=1400000 max=1400000
  1364. [ 3.835577] sdhci: Secure Digital Host Controller Interface driver
  1365. [ 3.835579] sdhci: Copyright(c) Pierre Ossman
  1366. [ 3.835740] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
  1367. [ 3.835869] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
  1368. [ 3.835907] Error: Driver 'sdhost-bcm2835' is already registered, aborting...
  1369. [ 3.835968] sdhci-pltfm: SDHCI platform and OF driver helper
  1370. [ 3.836969] ledtrig-cpu: registered to indicate activity on CPUs
  1371. [ 3.837036] hidraw: raw HID events driver (C) Jiri Kosina
  1372. [ 3.837152] usbcore: registered new interface driver usbhid
  1373. [ 3.837154] usbhid: USB HID core driver
  1374. [ 3.837455] vchiq: vchiq_init_state: slot_zero = bdd80000, is_master = 0
  1375. [ 3.838276] [vc_sm_connected_init]: start
  1376. [ 3.840927] vc_vchi_sm_init: failed to open VCHI service (-1)
  1377. [ 3.840930] [vc_sm_connected_init]: failed to initialize shared memory service
  1378. [ 3.841029] [vc_sm_connected_init]: end - returning -1
  1379. [ 3.841335] Initializing XFRM netlink socket
  1380. [ 3.841345] NET: Registered protocol family 17
  1381. [ 3.841431] Key type dns_resolver registered
  1382. [ 3.841694] Registering SWP/SWPB emulation handler
  1383. [ 3.842257] registered taskstats version 1
  1384. [ 3.842682] Btrfs loaded, crc32c=crc32c-generic
  1385. [ 3.847162] Key type encrypted registered
  1386. [ 3.849677] uart-pl011 3f201000.serial: cts_event_workaround enabled
  1387. [ 3.849715] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1388. [ 3.850495] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
  1389. [ 3.850499] mmc-bcm2835 3f300000.mmc: DMA channel allocated
  1390. [ 3.913868] sdhost: log_buf @ bdd13000 (fdd13000)
  1391. [ 3.950244] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1392. [ 3.951730] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1393. [ 3.953220] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1394. [ 3.955883] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1395. [ 3.993573] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1396. [ 3.993988] of_cfs_init
  1397. [ 3.994032] of_cfs_init: OK
  1398. [ 4.014421] Freeing unused kernel memory: 1024K
  1399. [ 4.035449] mmc1: new high speed SDIO card at address 0001
  1400. [ 4.063711] Indeed it is in host mode hprt0 = 00021501
  1401. [ 4.123746] mmc0: host does not support reading read-only switch, assuming write-enable
  1402. [ 4.127093] mmc0: new high speed SDHC card at address aaaa
  1403. [ 4.127416] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
  1404. [ 4.129616] mmcblk0: p1 p2
  1405. [ 4.273614] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1406. [ 4.273698] Indeed it is in host mode hprt0 = 00001101
  1407. [ 4.523740] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
  1408. [ 4.523747] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1409. [ 4.524058] hub 1-1:1.0: USB hub found
  1410. [ 4.524097] hub 1-1:1.0: 4 ports detected
  1411. [ 4.674249] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1412. [ 4.843591] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1413. [ 4.973732] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514
  1414. [ 4.973739] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1415. [ 4.974026] hub 1-1.1:1.0: USB hub found
  1416. [ 4.974063] hub 1-1.1:1.0: 3 ports detected
  1417. [ 5.258298] systemd[1]: System time before build time, advancing clock.
  1418. [ 5.326786] dwc_otg_handle_wakeup_detected_intr lxstate = 2
  1419. [ 5.365656] NET: Registered protocol family 10
  1420. [ 5.390880] Segment Routing with IPv6
  1421. [ 5.409181] ip_tables: (C) 2000-2006 Netfilter Core Team
  1422. [ 5.418349] 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)
  1423. [ 5.418565] systemd[1]: Detected architecture arm.
  1424. [ 5.420979] systemd[1]: Set hostname to .
  1425. [ 5.833597] usb 1-1.1.1: new high-speed USB device number 4 using dwc_otg
  1426. [ 5.973846] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800
  1427. [ 5.973853] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1428. [ 5.975977] systemd[1]: Listening on Journal Socket (/dev/log).
  1429. [ 5.976107] systemd[1]: Reached target Swap.
  1430. [ 5.977473] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1431. [ 5.977634] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1432. [ 5.977743] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1433. [ 5.977777] systemd[1]: Reached target Local Encrypted Volumes.
  1434. [ 5.977810] systemd[1]: Reached target Remote File Systems.
  1435. [ 6.241066] libphy: lan78xx-mdiobus: probed
  1436. [ 6.418468] bcm2835-rng 3f104000.rng: hwrng registered
  1437. [ 6.520506] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  1438. [ 6.521632] bcm2835_alsa bcm2835_alsa: card created with 8 channels
  1439. [ 6.553271] snd-rpi-hifiberry-dacplus soc:sound: ASoC: CODEC DAI pcm512x-hifi not registered - will retry
  1440. [ 6.620251] pcm512x 1-004d: 1-004d supply AVDD not found, using dummy regulator
  1441. [ 6.620293] pcm512x 1-004d: 1-004d supply DVDD not found, using dummy regulator
  1442. [ 6.620314] pcm512x 1-004d: 1-004d supply CPVDD not found, using dummy regulator
  1443. [ 6.697707] Bluetooth: Core ver 2.22
  1444. [ 6.697752] NET: Registered protocol family 31
  1445. [ 6.697754] Bluetooth: HCI device and connection manager initialized
  1446. [ 6.697770] Bluetooth: HCI socket layer initialized
  1447. [ 6.697777] Bluetooth: L2CAP socket layer initialized
  1448. [ 6.697792] Bluetooth: SCO socket layer initialized
  1449. [ 6.727052] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
  1450. [ 6.734744] snd-rpi-hifiberry-dacplus soc:sound: pcm512x-hifi <-> 3f203000.i2s mapping ok
  1451. [ 6.771453] random: crng init done
  1452. [ 6.873979] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  1453. [ 7.654646] uart-pl011 3f201000.serial: no DMA platform data
  1454. [ 7.924666] Bluetooth: HCI UART driver ver 2.3
  1455. [ 7.924675] Bluetooth: HCI UART protocol H4 registered
  1456. [ 7.924677] Bluetooth: HCI UART protocol BCSP registered
  1457. [ 7.924719] Bluetooth: HCI UART protocol LL registered
  1458. [ 7.924721] Bluetooth: HCI UART protocol ATH3K registered
  1459. [ 7.924723] Bluetooth: HCI UART protocol Three-wire (H5) registered
  1460. [ 7.924819] Bluetooth: HCI UART protocol Broadcom registered
  1461. [ 10.128941] 8021q: 802.1Q VLAN Support v1.8
  1462. [ 10.128979] 8021q: adding VLAN 0 to HW filter on device eth0
  1463.  
  1464. ###### startup systemd (journal) messages (journalctl | grep -i -E 'start|stop|reached|error|warning|loaded|loading' | grep -i -v 'audit' | head -n 200) ######
  1465. Apr 13 04:27:05 runeaudio kernel: CPU: All CPU(s) started in HYP mode.
  1466. Apr 13 04:27:05 runeaudio kernel: FS-Cache: Loaded
  1467. Apr 13 04:27:05 runeaudio kernel: CacheFiles: Loaded
  1468. Apr 13 04:27:05 runeaudio kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  1469. Apr 13 04:27:05 runeaudio kernel: loop: module loaded
  1470. Apr 13 04:27:05 runeaudio kernel: Loading iSCSI transport class v2.0-870.
  1471. Apr 13 04:27:05 runeaudio kernel: device-mapper: multipath round-robin: version 1.2.0 loaded
  1472. Apr 13 04:27:05 runeaudio kernel: device-mapper: multipath queue-length: version 0.2.0 loaded
  1473. Apr 13 04:27:05 runeaudio kernel: device-mapper: multipath service-time: version 0.3.0 loaded
  1474. Apr 13 04:27:05 runeaudio kernel: device-mapper: raid: Loading target version 1.13.0
  1475. Apr 13 04:27:05 runeaudio kernel: Error: Driver 'sdhost-bcm2835' is already registered, aborting...
  1476. Apr 13 04:27:05 runeaudio kernel: [vc_sm_connected_init]: start
  1477. Apr 13 04:27:05 runeaudio kernel: Btrfs loaded, crc32c=crc32c-generic
  1478. Apr 13 04:27:05 runeaudio kernel: mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1479. Apr 13 04:27:05 runeaudio systemd[1]: Reached target Swap.
  1480. Apr 13 04:27:05 runeaudio systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1481. Apr 13 04:27:05 runeaudio systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1482. Apr 13 04:27:05 runeaudio systemd[1]: Reached target Local Encrypted Volumes.
  1483. Apr 13 04:27:05 runeaudio systemd[1]: Reached target Remote File Systems.
  1484. Apr 13 04:27:05 runeaudio systemd-journald[186]: Journal started
  1485. Apr 13 04:27:05 runeaudio systemd[1]: Started display splash screen during boot.
  1486. Apr 13 04:27:05 runeaudio systemd[1]: Started Load/Save Random Seed.
  1487. Apr 13 04:27:05 runeaudio systemd[1]: Started Apply Kernel Variables.
  1488. Apr 13 04:27:05 runeaudio systemd[1]: Started Create Static Device Nodes in /dev.
  1489. Apr 13 04:27:05 runeaudio systemd[1]: Reached target Local File Systems (Pre).
  1490. Apr 13 04:27:05 runeaudio systemd[1]: Starting udev Kernel Device Manager...
  1491. Apr 13 04:27:05 runeaudio systemd[1]: Started udev Coldplug all Devices.
  1492. Apr 13 04:27:06 runeaudio systemd[1]: Started udev Kernel Device Manager.
  1493. Apr 13 04:27:06 runeaudio systemd[1]: Starting Load/Save RF Kill Switch Status...
  1494. Apr 13 04:27:06 runeaudio systemd[1]: Reached target Bluetooth.
  1495. Apr 13 04:27:06 runeaudio systemd[1]: Started Load/Save RF Kill Switch Status.
  1496. Apr 13 04:27:06 runeaudio systemd[1]: Reached target Local File Systems.
  1497. Apr 13 04:27:06 runeaudio systemd[1]: Starting Create Volatile Files and Directories...
  1498. Apr 13 04:27:06 runeaudio systemd[1]: Started Create Volatile Files and Directories.
  1499. Apr 13 04:27:06 runeaudio systemd[1]: Starting Network Name Resolution...
  1500. Apr 13 04:27:06 runeaudio systemd[1]: Starting Update UTMP about System Boot/Shutdown...
  1501. Apr 13 04:27:06 runeaudio systemd[1]: Starting Network Time Synchronization...
  1502. Apr 13 04:27:06 runeaudio systemd[1]: Started Update UTMP about System Boot/Shutdown.
  1503. Apr 13 04:27:07 runeaudio systemd[1]: Started Network Name Resolution.
  1504. Apr 13 04:27:07 runeaudio systemd[1]: Reached target Host and Network Name Lookups.
  1505. Mar 12 10:09:56 runeaudio systemd[1]: Started Network Time Synchronization.
  1506. Mar 12 10:09:56 runeaudio systemd[1]: Reached target System Initialization.
  1507. Mar 12 10:09:56 runeaudio systemd[1]: Started Daily Cleanup of Temporary Directories.
  1508. Mar 12 10:09:56 runeaudio systemd[1]: Reached target Sockets.
  1509. Mar 12 10:09:56 runeaudio systemd[1]: Reached target Basic System.
  1510. Mar 12 10:09:56 runeaudio systemd[1]: Starting A high performance web server and a reverse proxy server...
  1511. Mar 12 10:09:56 runeaudio systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
  1512. Mar 12 10:09:56 runeaudio systemd[1]: Started RuneAudio MPD watchdog.
  1513. Mar 12 10:09:56 runeaudio systemd[1]: Starting Advanced key-value store...
  1514. Mar 12 10:09:56 runeaudio systemd[1]: Started Periodic Command Scheduler.
  1515. Mar 12 10:09:56 runeaudio systemd[1]: Started Entropy Harvesting Daemon.
  1516. Mar 12 10:09:56 runeaudio systemd[1]: Started Rune Audio Amixer-WebUI Service.
  1517. Mar 12 10:09:56 runeaudio systemd[1]: Starting Permit User Sessions...
  1518. Mar 12 10:09:56 runeaudio systemd[1]: Started D-Bus System Message Bus.
  1519. Mar 12 10:09:56 runeaudio systemd[1]: Started Broadcom BCM43438 bluetooth HCI.
  1520. Mar 12 10:09:56 runeaudio systemd[1]: Started OpenSSH Daemon.
  1521. Mar 12 10:09:56 runeaudio systemd[1]: Started Automatic wired network connection using netctl profiles.
  1522. Mar 12 10:09:56 runeaudio systemd[1]: Reached target System Time Synchronized.
  1523. Mar 12 10:09:56 runeaudio systemd[1]: Started Daily rotation of log files.
  1524. Mar 12 10:09:56 runeaudio systemd[1]: Started Daily verification of password and group files.
  1525. Mar 12 10:09:56 runeaudio systemd[1]: Reached target Timers.
  1526. Mar 12 10:09:56 runeaudio systemd[1]: Started Advanced key-value store.
  1527. Mar 12 10:09:56 runeaudio systemd[1]: Started Permit User Sessions.
  1528. Mar 12 10:09:56 runeaudio sh[241]: /var/www/command/mpd-watchdog: starting...
  1529. Mar 12 10:09:56 runeaudio avahi-daemon[240]: avahi-daemon 0.7 starting up.
  1530. Mar 12 10:09:56 runeaudio systemd[1]: Starting Save/Restore Sound Card State...
  1531. Mar 12 10:09:56 runeaudio systemd[1]: Started Avahi mDNS/DNS-SD Stack.
  1532. Mar 12 10:09:56 runeaudio avahi-daemon[240]: Loading service file /services/runeaudio.service.
  1533. Mar 12 10:09:56 runeaudio avahi-daemon[240]: Server startup complete. Host name is runeaudio.local. Local service cookie is 4305320.
  1534. Mar 12 10:09:56 runeaudio systemd[1]: Started A high performance web server and a reverse proxy server.
  1535. Mar 12 10:09:56 runeaudio systemd[1]: Reached target Multi-User System.
  1536. Mar 12 10:09:56 runeaudio systemd[1]: Reached target Graphical Interface.
  1537. Mar 12 10:09:56 runeaudio systemd[1]: Started Save/Restore Sound Card State.
  1538. Mar 12 10:09:56 runeaudio systemd[1]: Reached target Sound Card.
  1539. Mar 12 10:09:56 runeaudio systemd[1]: Started RuneAudio System Worker.
  1540. Mar 12 10:09:56 runeaudio systemd[1]: Startup finished in 5.214s (kernel) + 3.005s (userspace) = 8.220s.
  1541. Mar 12 10:09:58 runeaudio ifplugd[251]: client: Starting network profile 'eth0'...
  1542. Mar 12 10:09:59 runeaudio rune_SY_wrk[276]: mpd error: Connection refused
  1543. Mar 12 10:09:59 runeaudio rune_SY_wrk[276]: mpd error: Connection refused
  1544. Mar 12 10:10:00 runeaudio systemd[1]: Reloading.
  1545. Mar 12 10:10:01 runeaudio systemd[1]: Starting Music Player Daemon...
  1546. Mar 12 10:10:01 runeaudio systemd[1]: Reloading.
  1547. Mar 12 10:10:01 runeaudio systemd[1]: Started Music Player Daemon.
  1548. Mar 12 10:10:04 runeaudio systemd[1]: Starting Upmpdcli UPnP/dlna receiver...
  1549. Mar 12 10:10:04 runeaudio systemd[1]: Started Upmpdcli UPnP/dlna receiver.
  1550. Mar 12 10:10:04 runeaudio systemd[1]: Started Usb Automount (udevil).
  1551. Mar 12 10:10:04 runeaudio systemd[1]: Starting The PHP FastCGI Process Manager...
  1552. Mar 12 10:10:04 runeaudio systemd[1]: Started The PHP FastCGI Process Manager.
  1553. Mar 12 10:10:04 runeaudio systemd[1]: Started RuneAudio Playback Worker.
  1554. Mar 12 10:10:05 runeaudio ifplugd[251]: client: Started network profile 'eth0'
  1555. Mar 12 10:10:05 runeaudio systemd[1]: Starting RPC Bind...
  1556. Mar 12 10:10:05 runeaudio systemd[1]: Started RPC Bind.
  1557. Mar 12 10:10:05 runeaudio systemd[1]: Reached target Network is Online.
  1558. Mar 12 10:10:05 runeaudio systemd[1]: Starting NFS status monitor for NFSv2/3 locking....
  1559. Mar 12 10:10:05 runeaudio rpc.statd[700]: Version 3.1.1 starting
  1560. Mar 12 10:10:05 runeaudio systemd[1]: Started NFS status monitor for NFSv2/3 locking..
  1561. Mar 12 10:10:11 runeaudio systemd[1]: Reloading.
  1562. Mar 12 10:10:11 runeaudio systemd[1]: Starting Samba NetBIOS name server...
  1563. Mar 12 10:10:12 runeaudio systemd[1]: Started Samba NetBIOS name server.
  1564. Mar 12 10:10:12 runeaudio systemd[1]: Starting Samba Winbind daemon...
  1565. Mar 12 10:10:12 runeaudio systemd[1]: Started Samba Winbind daemon.
  1566. Mar 12 10:10:12 runeaudio systemd[1]: Starting Samba SMB/CIFS server...
  1567. Mar 12 10:10:12 runeaudio systemd[1]: Started Samba SMB/CIFS server.
  1568.  
  1569. ###### PHP backend ######
  1570. php version: 5.6.33
  1571. debug level: 0
  1572.  
  1573.  
  1574. Debug data collected in 1.874 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement