playlist saving over existing playlist silently fails

Please report any bug found here

playlist saving over existing playlist silently fails

Postby emilesnyder » 02 Dec 2017, 23:20

Hello all,

I am new to the forum, so please forgive me if this is the wrong place to ask this, or if my googlefu is failing me and this is covered in the docs somewhere.

I am attaching the debug output of our system at the end of this post.

My problem in a nutshell: trying to save the current queue to a playlist which already exists seems to silently fail. I can create playlists through the UI just fine, and when I shell in to the rune I see them in /var/lib/mpd/playlists as *.m3u files. But if I then modify the queue, click the floppy disk icon to get the "Save current queue as playlist" popup, and then enter an existing playlist name, and click the "SAVE PLAYLIST" button, the dialog closes, the queue is unchanged, but the playlist is unmodified. (Doing 'ls -l /var/lib/mpd/playlists' shows the file time and size is unchanged.)

Is this a configuration issue on my side, or an actual bug? I can't find any logging info indicating a failure (like, the permissions were wrong, or something). Can anyone point me towards where in the code the save playlist action happens?

Thanks
-Emile Snyder

Code: Select all
==================================================================================

###### System info ######
Linux version 4.4.39-ARCH+ (frank@franks-ubuntu) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017

system time:   Sat Dec  2 14:08:51 PST 2017

system load:   0.00 0.00 0.00 1/156 29577

HW platform:   RaspberryPi2 (08)

playerID:   08b26fff2ac4ddac6fee7fbbc1890504ae


###### Boot configuration ######
# Uncomment some or all of these to enable the optional hardware interfaces
# Params:
#         i2c_arm                  Set to "on" to enable the ARM's i2c interface
#                                  (default "off")
#         i2c_vc                   Set to "on" to enable the i2c interface
#                                  usually reserved for the VideoCore processor
#                                  (default "off")
#         i2c_arm_baudrate         Set the baudrate of the ARM's i2c interface
#                                  (default "100000")
#         i2c_vc_baudrate          Set the baudrate of the VideoCore i2c interface
#                                  (default "100000")
#         i2c_baudrate             An alias for i2c_arm_baudrate
#         i2s                      Set to "on" to enable the i2s interface
#                                  (default "off")
#         spi                      Set to "on" to enable the spi interfaces
#                                  (default "off")
#         act_led_trigger          Choose which activity the LED tracks.
#                                  Use "heartbeat" for a nice load indicator.
#                                  (default "mmc")
#         act_led_activelow        Set to "on" to invert the sense of the LED
#                                  (default "off")
#         act_led_gpio             Set which GPIO pin to use for the activity LED
#                                  (in case you want to connect it to an external
#                                  device)
#                                  (default "16" on a non-Plus board, "47" on a
#                                  Plus or Pi 2)
#         N.B. It is recommended to only enable those interfaces that are needed.
#         Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
#         interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
#         Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
#         interfaces i2c0 and i2c1. Use of the numeric variants is still possible
#         but deprecated because the ARM/VC assignments differ between board
#         revisions. The same board-specific mapping applies to i2c_baudrate,
#         and the other i2c baudrate parameters.

#dtparam=i2c_arm=on
#dtparam=i2c_vc=on
#dtparam=i2s=on
#dtparam=spi=on
#dtparam=act_led_trigger=mmc
#dtdebug=on

#dtparam=uart1=off
#dtoverlay=pi3-disable-bt-overlay
#dtoverlay=pi3-miniuart-bt-overlay

## RuneAudio HDMI & 3,5mm jack
dtparam=audio=on

## RuneAudio I2S-Settings
dtoverlay=none

# Uncomment to enable the lirc-rpi module
# Params: gpio_out_pin             GPIO pin for output (default "17")
#         gpio_in_pin              GPIO pin for input (default "18")
#         gpio_in_pull             Pull up/down/off on the input pin
#                                  (default "down")
#         sense                    Override the IR receive auto-detection logic:
#                                    "1" = force active high
#                                    "0" = force active low
#                                    "-1" = use auto-detection
#                                  (default "-1")
#         softcarrier              Turn the software carrier "on" or "off"
#                                  (default "on")
#         invert                   "on" = invert the output pin (default "off")
#         debug                    "on" = enable additional debug messages
#                                  (default "off")
#dtoverlay=lirc-rpi
#dtparam=gpio_out_pin=17
#dtparam=gpio_in_pin=18
#dtparam=gpio_in_pull=down

# LCD settings
# 180 degrees
#lcd_rotate=2
# Normal
lcd_rotate=0
#dtoverlay=rpi-backlight
#dtoverlay=rpi-ft5406
disable_splash=1

# Uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# Uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1

# Uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# Uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# Uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# Uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1

# Uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
hdmi_drive=2

# Uncomment to set monitor mode to DMT
#hdmi_group=2

# Uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# setting the max usb current to 1200mA
max_usb_current=1

# memory options
gpu_mem=64

# Overclocking options
force_turbo=1


##################################################


###### System load statistics (procinfo -H) ######
Memory:        Total        Used        Free     Buffers
RAM:       922.56MiB   875.06MiB    47.50MiB    15.62MiB
Swap:          0.00B       0.00B       0.00B

Bootup: Fri Oct 20 19:14:29 2017   Load average: 0.00 0.00 0.00 1/158 29579

user  :            04:25:27.60   0.1%  page in :           194577
nice  :            00:15:15.91   0.0%  page out:           758901
system:            03:17:03.14   0.1%  page act:           245252
IOwait:            00:09:20.22   0.0%  page dea:           359921
hw irq:            00:00:00.00   0.0%  page flt:        291240755
sw irq:            00:18:44.30   0.0%  swap in :                0
idle  :     24w 2d 18:49:36.05  99.8%  swap out:                0
uptime:   1m 1w 4d 19:54:22.67         context :       1069631169

irq  16:          0                      irq  50:          0
irq  17:  665781537                      irq  62: 1071180186
irq  23:         19                      irq  79:          0
irq  24:   19743046                      irq  80:          0
irq  39:          1                      irq  86:      71926
irq  46:          0                      irq  92:  155381689
irq  48:      77433

mmcblk0            5585r           718   mmcblk0p2            5473r           7
mmcblk0p1              70r

eth0        TX 680.40MiB     RX 3.66GiB       wlan0       TX 5.94MiB       RX 2.69GiB
lo          TX 1.75GiB       RX 1.75GiB


###### Active processes (pstree) ######
systemd-+-avahi-daemon---avahi-daemon
        |-dbus-daemon
        |-devmon---udevil
        |-2*[dhcpcd]
        |-haveged
        |-ifplugd
        |-mpd-+-{decoder}
        |     |-{io}
        |     |-{output:bcm2835 }
        |     `-{player}
        |-nginx---nginx
        |-nmbd
        |-ntpd---{ntpd}
        |-php-fpm---3*[php-fpm]
        |-python
        |-redis-server---2*[{redis-server}]
        |-rpc.statd
        |-rpcbind
        |-rune_PL_wrk
        |-rune_SY_wrk---sh---debug_collector---sh---pstree
        |-sh---sleep
        |-sshd---sshd---bash
        |-systemd-journal
        |-systemd-udevd
        |-upmpdcli---7*[{upmpdcli}]
        |-wpa_actiond
        `-wpa_supplicant


###### Audio backend ######
Advanced Linux Sound Architecture Driver Version k4.4.39-ARCH+.

Card list: (/proc/asound/cards)
--------------------------------------------------
 0 [ALSA           ]: bcm2835 - bcm2835 ALSA
                      bcm2835 ALSA


PLAYBACK devices: (aplay -l)
--------------------------------------------------
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
  Subdevices: 8/8
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


PCM devices: (aplay -L)
--------------------------------------------------
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device
sysdefault:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device


Simple mixer controls: (amixer scontrols)
--------------------------------------------------
card 0:
Simple mixer control 'PCM',0


Mixer controls: (amixer controls)
--------------------------------------------------
card 0:
numid=3,iface=MIXER,name='PCM Playback Route'
numid=2,iface=MIXER,name='PCM Playback Switch'
numid=1,iface=MIXER,name='PCM Playback Volume'
numid=5,iface=PCM,name='IEC958 Playback Con Mask'
numid=4,iface=PCM,name='IEC958 Playback Default'


MPD audio outputs status: (mpc outputs)
--------------------------------------------------
Output 1 (bcm2835 ALSA_1) is enabled
Output 2 (bcm2835 ALSA_2) is disabled

MPD statistics: (mpc stats)
--------------------------------------------------
Artists:  10768
Albums:   16156
Songs:   219862

Play Time:    0 days, 5:40:07
Uptime:       1 days, 2:44:38
DB Updated:   Thu Oct 12 09:55:57 2017
DB Play Time: 668 days, 9:30:54

###### mpd version ######
Music Player Daemon 0.19.19-dsd

Copyright (C) 2003-2007 Warren Dukes
Copyright (C) 2008-2014 Max Kellermann
This is free software; see the source for copying conditions.  There is NO
warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Database plugins:
 simple proxy upnp

Storage plugins:
 local smbclient nfs

Neighbor plugins:
 smbclient upnp

Decoders plugins:
 [mad] mp3 mp2
 [vorbis] ogg oga
 [oggflac] ogg oga
 [flac] flac
 [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
 [audiofile] wav au aiff aif
 [dsdiff] dff
 [dsf] dsf
 [faad] aac
 [ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 afc aif aifc aiff al alaw amr anim apc ape asf atrac au aud avi avm2 avs bap bfi c93 cak cin cmv cpk daud dct divx dts dv dvd dxa eac3 film flac flc fli fll flx flv g726 gsm gxf iss m1v m2v m2t m2ts m4a m4b m4v mad mj2 mjpeg mjpg mka mkv mlp mm mmf mov mp+ mp1 mp2 mp3 mp4 mpc mpeg mpg mpga mpp mpu mve mvi mxf nc nsv nut nuv oga ogm ogv ogx oma ogg omg opus psp pva qcp qt r3d ra ram rl2 rm rmvb roq rpl rvc shn smk snd sol son spx str swf tak tgi tgq tgv thp ts tsp tta xa xvid uv uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve
 [pcm]

Output plugins:
 null fifo pipe alsa jack httpd

Encoder plugins:
 null vorbis wave flac

Input plugins:
 file alsa curl ffmpeg smbclient nfs mms

Playlist plugins:
 extm3u m3u pls xspf asx rss soundcloud cue embcue

Protocols:
 file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://

###### mpd.conf ######
###################################
# Auto generated mpd.conf file
# please DO NOT edit it manually!
# Use RuneUI MPD config section
###################################

log_level   "default"
log_file   "/var/log/runeaudio/mpd.log"
state_file   "/var/lib/mpd/mpdstate"
zeroconf_enabled    "yes"
zeroconf_name    "runeaudio"
bind_to_address "/run/mpd.sock"
bind_to_address    "any"
port    "6600"
max_connections    "20"
user    "mpd"
group    "audio"
db_file    "/var/lib/mpd/mpd.db"
sticker_file    "/var/lib/mpd/sticker.sql"
pid_file    "/var/run/mpd/pid"
music_directory    "/mnt/MPD"
playlist_directory    "/var/lib/mpd/playlists"
follow_outside_symlinks    "yes"
follow_inside_symlinks    "yes"
auto_update    "no"
filesystem_charset    "UTF-8"
id3v1_encoding    "UTF-8"
volume_normalization    "no"
audio_buffer_size    "4096"
buffer_before_play    "20%"
gapless_mp3_playback    "yes"

input {
   plugin    "curl"
}

decoder {
   plugin    "ffmpeg"
   enabled "yes"
}
replaygain    "off"

audio_output {
   name       "bcm2835 ALSA_1"
   type       "alsa"
   device       "hw:0,0"
   mixer_control    "PCM"
   mixer_type    "hardware"
   mixer_device    "hw:0"
   auto_resample    "no"
   auto_format    "no"
   enabled    "yes"
}

audio_output {
   name       "bcm2835 ALSA_2"
   type       "alsa"
   device       "hw:0,0"
   mixer_control    "PCM"
   mixer_type    "hardware"
   mixer_device    "hw:0"
   auto_resample    "no"
   auto_format    "no"
}


###### Kernel optimization parameters ######
hardware platform:   RaspberryPi2
current orionprofile:   RuneAudio


kernel scheduler for mmcblk0:         [noop] deadline cfq
/proc/sys/vm/swappiness:         0
/proc/sys/kernel/sched_latency_ns:      4500000
/proc/sys/kernel/sched_rt_period_us:      1000000
/proc/sys/kernel/sched_rt_runtime_us:      950000
/proc/sys/kernel/sched_autogroup_enabled:   1
/proc/sys/kernel/sched_rr_timeslice_ms:      10
/proc/sys/kernel/sched_min_granularity_ns:   2250000
/proc/sys/kernel/sched_wakeup_granularity_ns:   3000000


###### Kernel module snd_usb_audio settings ######
Error opening module snd_usb_audio

###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
total 8.0K
drwxr-xr-x 2 root root 4.0K Oct 14 22:32 .
drwxr-xr-x 6 root root 4.0K Dec 15  2016 ..
lrwxrwxrwx 1 root root   44 Jan 29  2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
lrwxrwxrwx 1 root root   44 Feb 14  2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
lrwxrwxrwx 1 root root   39 Feb  8  2015 haveged.service -> /usr/lib/systemd/system/haveged.service
lrwxrwxrwx 1 root root   44 Mar 11  2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
lrwxrwxrwx 1 root root   44 Oct 14 22:32 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
lrwxrwxrwx 1 root root   47 Oct 19  2016 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
lrwxrwxrwx 1 root root   37 Feb 14  2015 nginx.service -> /usr/lib/systemd/system/nginx.service
lrwxrwxrwx 1 root root   36 Feb 14  2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
lrwxrwxrwx 1 root root   39 Feb 14  2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
lrwxrwxrwx 1 root root   37 Feb 14  2015 redis.service -> /usr/lib/systemd/system/redis.service
lrwxrwxrwx 1 root root   40 Mar 19  2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
lrwxrwxrwx 1 root root   43 Feb 14  2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
lrwxrwxrwx 1 root root   45 Feb 14  2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
lrwxrwxrwx 1 root root   43 Feb 14  2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
lrwxrwxrwx 1 root root   36 Feb  8  2015 sshd.service -> /usr/lib/systemd/system/sshd.service


###### Filesystem mounts ######
/dev/root / ext4 rw,relatime,data=ordered 0 0
devtmpfs /dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
tmpfs /tmp tmpfs rw 0 0
mqueue /dev/mqueue mqueue rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
/dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
192.168.1.21://thing1/hamsder /mnt/MPD/NAS/hamsder nfs ro,noatime,vers=3,rsize=16384,wsize=16384,namlen=255,acregmin=1,acregmax=1,acdirmin=1,acdirmax=1,soft,proto=tcp,timeo=50,retrans=2,sec=sys,mountaddr=192.168.1.21,mountvers=3,mountport=44130,mountproto=udp,local_lock=none,addr=192.168.1.21 0 0
192.168.1.21://thing1/music /mnt/MPD/NAS/music nfs ro,noatime,vers=3,rsize=16384,wsize=16384,namlen=255,acregmin=1,acregmax=1,acdirmin=1,acdirmax=1,soft,proto=tcp,timeo=50,retrans=2,sec=sys,mountaddr=192.168.1.21,mountvers=3,mountport=44130,mountproto=udp,local_lock=none,addr=192.168.1.21 0 0


###### Filesystem mounts - free space (df -h) ######
Filesystem                     Size  Used Avail Use% Mounted on
/dev/root                      1.9G  1.7G   89M  96% /
devtmpfs                       458M     0  458M   0% /dev
tmpfs                          462M     0  462M   0% /dev/shm
tmpfs                          462M   18M  444M   4% /run
tmpfs                          462M     0  462M   0% /sys/fs/cgroup
tmpfs                          462M   56K  462M   1% /tmp
logs                           5.0M   24K  5.0M   1% /var/log
rune-logs                      5.0M  628K  4.4M  13% /var/log/runeaudio
/dev/mmcblk0p1                 100M   18M   82M  18% /boot
192.168.1.21://thing1/hamsder  4.6T  2.3T  2.1T  53% /mnt/MPD/NAS/hamsder
192.168.1.21://thing1/music    4.6T  2.3T  2.1T  53% /mnt/MPD/NAS/music


###### Loaded kernel modules ######
Module                  Size  Used by
brcmfmac              184455  0
brcmutil                8379  1 brcmfmac
cfg80211              498228  1 brcmfmac
snd_bcm2835            21181  1
snd_pcm                88980  1 snd_bcm2835
snd_timer              22172  1 snd_pcm
bcm2835_rng             2167  0
snd                    63333  5 snd_bcm2835,snd_timer,snd_pcm
rng_core                8183  1 bcm2835_rng
bcm2835_gpiomem         3638  0
bcm2835_wdt             3756  0
uio_pdrv_genirq         3539  0
uio                     9114  1 uio_pdrv_genirq
sch_fq_codel            8174  3
ip_tables              12147  0
x_tables               18169  1 ip_tables
ipv6                  372060  0


###### Network listening sockets (netstat -lnp) ######
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:6600            0.0.0.0:*               LISTEN      7086/mpd
tcp        0      0 0.0.0.0:33195           0.0.0.0:*               LISTEN      -
tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      347/redis-server 12
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      660/rpcbind
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      289/python
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      362/nginx: master p
tcp        0      0 0.0.0.0:81              0.0.0.0:*               LISTEN      362/nginx: master p
tcp        0      0 0.0.0.0:82              0.0.0.0:*               LISTEN      362/nginx: master p
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      332/sshd
tcp        0      0 0.0.0.0:52509           0.0.0.0:*               LISTEN      657/rpc.statd
tcp        0      0 0.0.0.0:49152           0.0.0.0:*               LISTEN      7090/upmpdcli
udp        0      0 0.0.0.0:68              0.0.0.0:*                           4807/dhcpcd
udp        0      0 0.0.0.0:68              0.0.0.0:*                           516/dhcpcd
udp        0      0 0.0.0.0:111             0.0.0.0:*                           660/rpcbind
udp        0      0 192.168.1.109:123       0.0.0.0:*                           351/ntpd
udp        0      0 192.168.1.110:123       0.0.0.0:*                           351/ntpd
udp        0      0 127.0.0.1:123           0.0.0.0:*                           351/ntpd
udp        0      0 0.0.0.0:123             0.0.0.0:*                           351/ntpd
udp        0      0 192.168.1.255:137       0.0.0.0:*                           413/nmbd
udp        0      0 192.168.1.109:137       0.0.0.0:*                           413/nmbd
udp        0      0 192.168.1.255:137       0.0.0.0:*                           413/nmbd
udp        0      0 192.168.1.110:137       0.0.0.0:*                           413/nmbd
udp        0      0 0.0.0.0:137             0.0.0.0:*                           413/nmbd
udp        0      0 192.168.1.255:138       0.0.0.0:*                           413/nmbd
udp        0      0 192.168.1.109:138       0.0.0.0:*                           413/nmbd
udp        0      0 192.168.1.255:138       0.0.0.0:*                           413/nmbd
udp        0      0 192.168.1.110:138       0.0.0.0:*                           413/nmbd
udp        0      0 0.0.0.0:138             0.0.0.0:*                           413/nmbd
udp        0      0 127.0.0.1:47261         0.0.0.0:*                           7090/upmpdcli
udp        0      0 0.0.0.0:58043           0.0.0.0:*                           288/avahi-daemon: r
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           288/avahi-daemon: r
udp        0      0 0.0.0.0:58175           0.0.0.0:*                           -
udp        0      0 127.0.0.1:834           0.0.0.0:*                           657/rpc.statd
udp        0      0 0.0.0.0:835             0.0.0.0:*                           660/rpcbind
udp        0      0 0.0.0.0:47447           0.0.0.0:*                           657/rpc.statd
udp        0      0 0.0.0.0:1900            0.0.0.0:*                           7090/upmpdcli
Active UNIX domain sockets (only servers)
Proto RefCnt Flags       Type       State         I-Node   PID/Program name     Path
unix  2      [ ACC ]     STREAM     LISTENING     10776    347/redis-server 12  /tmp/redis.sock
unix  2      [ ACC ]     STREAM     LISTENING     13609    617/php-fpm: master  /var/run/php-display.sock
unix  2      [ ACC ]     STREAM     LISTENING     13612    617/php-fpm: master  /var/run/php-db.sock
unix  2      [ ACC ]     STREAM     LISTENING     11053    413/nmbd             /var/run/samba/nmbd/unexpected
unix  2      [ ACC ]     STREAM     LISTENING     13615    617/php-fpm: master  /var/run/php-command.sock
unix  2      [ ACC ]     STREAM     LISTENING     1898     1/init               /run/dbus/system_bus_socket
unix  2      [ ACC ]     STREAM     LISTENING     10621    1/init               /var/run/rpcbind.sock
unix  2      [ ACC ]     STREAM     LISTENING     10623    1/init               /var/run/avahi-daemon/socket
unix  2      [ ACC ]     STREAM     LISTENING     1422     1/init               /run/systemd/private
unix  2      [ ACC ]     SEQPACKET  LISTENING     1429     1/init               /run/udev/control
unix  2      [ ACC ]     STREAM     LISTENING     1441     1/init               /run/systemd/journal/stdout
unix  2      [ ACC ]     STREAM     LISTENING     25122496 7086/mpd             /run/mpd.sock
unix  2      [ ACC ]     SEQPACKET  LISTENING     8408     1/init               /run/systemd/coredump

###### Kernel status (dmesg) ######
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.39-ARCH+ (frank@franks-ubuntu) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
[    0.000000] cma: Reserved 8 MiB at 0x3a800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 241664
[    0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
[    0.000000]   Normal zone: 2124 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 241664 pages, LIFO batch:31
[    0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
[    0.000000] [bcm2709_smp_init_cpus] ncores=4
[    0.000000] PERCPU: Embedded 13 pages/cpu @b9f62000 s22656 r8192 d22400 u53248
[    0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239540
[    0.000000] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa22082 bcm2709.serial=0x50b26d61 smsc95xx.macaddr=B8:27:EB:B2:6D:61 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 dwc_otg.fiq_enable=1 dwc_otg.fiq_fsm_enable=1 dwc_otg.fiq_fsm_mask=0x3 elevator=noop ipv6.disable=1 logo.nologo quiet loglevel=3 rd.systemd.show_status=false rd.udev.log-priority=3
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 936072K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22392K reserved, 8192K cma-reserved)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xbb800000 - 0xff800000   (1088 MB)
                   lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
                   modules : 0x7f000000 - 0x80000000   (  16 MB)
                     .text : 0x80008000 - 0x80ab3f68   (10928 kB)
                     .init : 0x80ab4000 - 0x80b22000   ( 440 kB)
                     .data : 0x80b22000 - 0x80bb2bd8   ( 579 kB)
                      .bss : 0x80bb5000 - 0x80c7c428   ( 798 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]    Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000013] Switching to timer-based delay loop, resolution 52ns
[    0.000150] Console: colour dummy device 80x30
[    0.000237] console [tty0] enabled
[    0.000254] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000263] pid_max: default: 32768 minimum: 301
[    0.000413] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000420] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000910] Disabling cpuset control group subsystem
[    0.000927] Initializing cgroup subsys io
[    0.000942] Initializing cgroup subsys memory
[    0.000963] Initializing cgroup subsys devices
[    0.000972] Initializing cgroup subsys freezer
[    0.000981] Initializing cgroup subsys net_cls
[    0.000989] Initializing cgroup subsys perf_event
[    0.000996] Initializing cgroup subsys net_prio
[    0.001010] Initializing cgroup subsys pids
[    0.001031] CPU: Testing write buffer coherency: ok
[    0.001322] CPU0: update cpu_capacity 1024
[    0.001328] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.001334] [bcm2709_smp_prepare_cpus] enter
[    0.001402] Setting up static identity map for 0x8240 - 0x8274
[    0.002266] [bcm2709_boot_secondary] cpu:1 started (0) 18
[    0.002440] [bcm2709_secondary_init] enter cpu:1
[    0.002463] CPU1: update cpu_capacity 1024
[    0.002466] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.002669] [bcm2709_boot_secondary] cpu:2 started (0) 17
[    0.002807] [bcm2709_secondary_init] enter cpu:2
[    0.002817] CPU2: update cpu_capacity 1024
[    0.002820] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.002997] [bcm2709_boot_secondary] cpu:3 started (0) 17
[    0.003123] [bcm2709_secondary_init] enter cpu:3
[    0.003133] CPU3: update cpu_capacity 1024
[    0.003136] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.003166] Brought up 4 CPUs
[    0.003176] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.003180] CPU: All CPU(s) started in HYP mode.
[    0.003183] CPU: Virtualization extensions available.
[    0.003542] devtmpfs: initialized
[    0.008784] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.008964] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.009250] xor: measuring software checksum speed
[    0.099970]    arm4regs  :  2046.800 MB/sec
[    0.200002]    8regs     :  1198.800 MB/sec
[    0.300037]    32regs    :  1032.400 MB/sec
[    0.400069]    neon      :  2092.400 MB/sec
[    0.400073] xor: using function: neon (2092.400 MB/sec)
[    0.400137] pinctrl core: initialized pinctrl subsystem
[    0.400425] NET: Registered protocol family 16
[    0.403612] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[    0.406778] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.406784] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.406857] Serial: AMBA PL011 UART driver
[    0.406918] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[    0.406998] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.620408] raid6: int32x1  gen()   182 MB/s
[    0.790401] raid6: int32x1  xor()   168 MB/s
[    0.960408] raid6: int32x2  gen()   279 MB/s
[    1.130520] raid6: int32x2  xor()   214 MB/s
[    1.300642] raid6: int32x4  gen()   301 MB/s
[    1.470702] raid6: int32x4  xor()   225 MB/s
[    1.640771] raid6: int32x8  gen()   303 MB/s
[    1.810841] raid6: int32x8  xor()   206 MB/s
[    1.980972] raid6: neonx1   gen()   751 MB/s
[    2.150993] raid6: neonx1   xor()   724 MB/s
[    2.321099] raid6: neonx2   gen()  1081 MB/s
[    2.491173] raid6: neonx2   xor()   954 MB/s
[    2.661275] raid6: neonx4   gen()  1463 MB/s
[    2.831333] raid6: neonx4   xor()  1105 MB/s
[    3.001464] raid6: neonx8   gen()  1019 MB/s
[    3.171503] raid6: neonx8   xor()   840 MB/s
[    3.171508] raid6: using algorithm neonx4 gen() 1463 MB/s
[    3.171511] raid6: .... xor() 1105 MB/s, rmw enabled
[    3.171515] raid6: using intx1 recovery algorithm
[    3.172332] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
[    3.172595] SCSI subsystem initialized
[    3.172743] usbcore: registered new interface driver usbfs
[    3.172779] usbcore: registered new interface driver hub
[    3.172837] usbcore: registered new device driver usb
[    3.181518] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
[    3.208068] clocksource: Switched to clocksource arch_sys_counter
[    3.236079] FS-Cache: Loaded
[    3.236225] CacheFiles: Loaded
[    3.241694] NET: Registered protocol family 2
[    3.242121] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    3.242179] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    3.242273] TCP: Hash tables configured (established 8192 bind 8192)
[    3.242330] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    3.242353] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    3.242474] NET: Registered protocol family 1
[    3.242635] RPC: Registered named UNIX socket transport module.
[    3.242640] RPC: Registered udp transport module.
[    3.242644] RPC: Registered tcp transport module.
[    3.242647] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.243314] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    3.244609] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    3.250950] VFS: Disk quotas dquot_6.6.0
[    3.251080] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.252291] FS-Cache: Netfs 'nfs' registered for caching
[    3.252667] NFS: Registering the id_resolver key type
[    3.252693] Key type id_resolver registered
[    3.252697] Key type id_legacy registered
[    3.252712] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.253103] JFS: nTxBlock = 7377, nTxLock = 59016
[    3.257630] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    3.261536] async_tx: api initialized (async)
[    3.261681] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    3.261747] io scheduler noop registered (default)
[    3.261756] io scheduler deadline registered
[    3.261782] io scheduler cfq registered
[    3.263017] BCM2708FB: allocated DMA memory fac10000
[    3.263031] BCM2708FB: allocated DMA channel 0 @ f3007000
[    3.268285] Console: switching to colour frame buffer device 82x26
[    3.271201] vc-cma: Videocore CMA driver
[    3.271206] vc-cma: vc_cma_base      = 0x00000000
[    3.271210] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
[    3.271214] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
[    3.271303] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[    3.278221] brd: module loaded
[    3.282369] loop: module loaded
[    3.282849] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
[    3.283807] Loading iSCSI transport class v2.0-870.
[    3.284155] usbcore: registered new interface driver ax88179_178a
[    3.284201] usbcore: registered new interface driver smsc95xx
[    3.284263] usbcore: registered new interface driver cdc_ncm
[    3.284273] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    3.484417] Core Release: 2.80a
[    3.484423] Setting default values for core params
[    3.484446] Finished setting default values for core params
[    3.684613] Using Buffer DMA mode
[    3.684618] Periodic Transfer Interrupt Enhancement - disabled
[    3.684622] Multiprocessor Interrupt Enhancement - disabled
[    3.684626] OTG VER PARAM: 0, OTG VER FLAG: 0
[    3.684637] Dedicated Tx FIFOs mode
[    3.684805] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac04000 dma = 0xfac04000 len=9024
[    3.684821] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
[    3.684829] dwc_otg: Microframe scheduler enabled
[    3.684850] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
[    3.684856] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
[    3.684862] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
[    3.684891] dwc_otg 3f980000.usb: DWC OTG Controller
[    3.684908] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    3.684926] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[    3.684961] Init: Port Power? op_state=1
[    3.684965] Init: Power Port (0)
[    3.685061] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.685068] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.685074] usb usb1: Product: DWC OTG Controller
[    3.685079] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
[    3.685084] usb usb1: SerialNumber: 3f980000.usb
[    3.685446] hub 1-0:1.0: USB hub found
[    3.685465] hub 1-0:1.0: 1 port detected
[    3.685760] dwc_otg: FIQ enabled
[    3.685764] dwc_otg: NAK holdoff enabled
[    3.685768] dwc_otg: FIQ split-transaction FSM enabled
[    3.685785] Module dwc_common_port init
[    3.685892] usbcore: registered new interface driver usb-storage
[    3.685924] usbcore: registered new interface driver ums-alauda
[    3.685954] usbcore: registered new interface driver ums-cypress
[    3.685983] usbcore: registered new interface driver ums-datafab
[    3.686012] usbcore: registered new interface driver ums_eneub6250
[    3.686040] usbcore: registered new interface driver ums-freecom
[    3.686069] usbcore: registered new interface driver ums-isd200
[    3.686098] usbcore: registered new interface driver ums-jumpshot
[    3.686127] usbcore: registered new interface driver ums-karma
[    3.686156] usbcore: registered new interface driver ums-onetouch
[    3.686201] usbcore: registered new interface driver ums-realtek
[    3.686231] usbcore: registered new interface driver ums-sddr09
[    3.686262] usbcore: registered new interface driver ums-sddr55
[    3.686292] usbcore: registered new interface driver ums-usbat
[    3.686424] mousedev: PS/2 mouse device common for all mice
[    3.686760] md: linear personality registered for level -1
[    3.686770] md: raid0 personality registered for level 0
[    3.686777] md: raid1 personality registered for level 1
[    3.686785] md: raid10 personality registered for level 10
[    3.686893] md: raid6 personality registered for level 6
[    3.686898] md: raid5 personality registered for level 5
[    3.686902] md: raid4 personality registered for level 4
[    3.686910] md: multipath personality registered for level -4
[    3.686918] md: faulty personality registered for level -5
[    3.687088] device-mapper: uevent: version 1.0.3
[    3.687306] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    3.687579] device-mapper: multipath: version 1.10.0 loaded
[    3.687589] device-mapper: multipath round-robin: version 1.0.0 loaded
[    3.687598] device-mapper: multipath queue-length: version 0.1.0 loaded
[    3.687606] device-mapper: multipath service-time: version 0.2.0 loaded
[    3.687624] device-mapper: raid: Loading target version 1.7.0
[    3.687721] bcm2835-cpufreq: min=1200000 max=1200000
[    3.687908] sdhci: Secure Digital Host Controller Interface driver
[    3.687912] sdhci: Copyright(c) Pierre Ossman
[    3.688112] sdhost: log_buf @ bac07000 (fac07000)
[    3.748083] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    3.750116] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[    3.750122] mmc-bcm2835 3f300000.mmc: DMA channel allocated
[    3.788122] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.788320] ledtrig-cpu: registered to indicate activity on CPUs
[    3.788399] hidraw: raw HID events driver (C) Jiri Kosina
[    3.788604] usbcore: registered new interface driver usbhid
[    3.788608] usbhid: USB HID core driver
[    3.788886] Initializing XFRM netlink socket
[    3.788902] NET: Registered protocol family 17
[    3.788978] Key type dns_resolver registered
[    3.789379] Registering SWP/SWPB emulation handler
[    3.789765] registered taskstats version 1
[    3.791442] Btrfs loaded
[    3.792017] Key type encrypted registered
[    3.792063] vc-sm: Videocore shared memory driver
[    3.792069] [vc_sm_connected_init]: start
[    3.792308] [vc_sm_connected_init]: end - returning 0
[    3.793410] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[    3.793597] of_cfs_init
[    3.793639] of_cfs_init: OK
[    3.793999] md: Waiting for all devices to be available before autodetect
[    3.794003] md: If you don't use raid, use raid=noautodetect
[    3.794534] md: Autodetecting RAID arrays.
[    3.794539] md: Scanned 0 and added 0 devices.
[    3.794542] md: autorun ...
[    3.794545] md: ... autorun DONE.
[    3.794619] Waiting for root device /dev/mmcblk0p2...
[    3.847755] mmc0: host does not support reading read-only switch, assuming write-enable
[    3.850999] mmc0: new high speed SDHC card at address aaaa
[    3.851270] mmcblk0: mmc0:aaaa SE32G 29.7 GiB
[    3.852284]  mmcblk0: p1 p2
[    3.869153] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    3.870642] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.872129] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.874797] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    3.878128] Indeed it is in host mode hprt0 = 00021501
[    3.960489] mmc1: new high speed SDIO card at address 0001
[    4.058083] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    4.058150] Indeed it is in host mode hprt0 = 00001101
[    4.242469] EXT4-fs (mmcblk0p2): recovery complete
[    4.243137] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.243174] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    4.243638] devtmpfs: mounted
[    4.243955] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
[    4.258235] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    4.258242] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.258629] hub 1-1:1.0: USB hub found
[    4.258673] hub 1-1:1.0: 5 ports detected
[    4.496458] systemd[1]: System time before build time, advancing clock.
[    4.538090] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    4.591506] IPv6: Loaded, but administratively disabled, reboot required to enable
[    4.598013] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.601202] random: systemd: uninitialized urandom read (16 bytes read, 74 bits of entropy available)
[    4.610540] random: systemd: uninitialized urandom read (16 bytes read, 74 bits of entropy available)
[    4.612166] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    4.612450] systemd[1]: Detected architecture arm.
[    4.613037] systemd[1]: Set hostname to .
[    4.638219] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    4.638228] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.640615] smsc95xx v1.0.4
[    4.694060] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    4.694190] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 77 bits of entropy available)
[    4.699888] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 78 bits of entropy available)
[    4.700295] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:b2:6d:61
[    4.766471] random: systemd: uninitialized urandom read (16 bytes read, 79 bits of entropy available)
[    4.766640] random: systemd: uninitialized urandom read (16 bytes read, 79 bits of entropy available)
[    4.766922] random: systemd: uninitialized urandom read (16 bytes read, 79 bits of entropy available)
[    4.767453] random: systemd: uninitialized urandom read (16 bytes read, 79 bits of entropy available)
[    4.784323] random: systemd: uninitialized urandom read (16 bytes read, 79 bits of entropy available)
[    5.013192] systemd[1]: Listening on udev Control Socket.
[    5.013368] systemd[1]: Reached target Swap.
[    5.013465] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.029243] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.029399] systemd[1]: Listening on Journal Socket.
[    5.029529] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.029580] systemd[1]: Reached target Login Prompts.
[    5.029676] systemd[1]: Listening on udev Kernel Socket.
[    5.030760] systemd[1]: Created slice System Slice.
[    5.078300] systemd[1]: Mounting Temporary Directory...
[    5.078362] systemd[1]: Reached target Slices.
[    5.080137] systemd[1]: Mounting POSIX Message Queue File System...
[    5.080832] systemd[1]: Created slice system-netctl\x2dauto.slice.
[    5.082570] systemd[1]: Mounting Debug File System...
[    5.085006] systemd[1]: Starting Setup Virtual Console...
[    5.087503] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.087898] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.128677] systemd[1]: Starting RuneAudio shutdown script...
[    5.128768] systemd[1]: Reached target System Time Synchronized.
[    5.142495] systemd[1]: Starting Load Kernel Modules...
[    5.142741] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.142836] systemd[1]: Reached target Paths.
[    5.144756] systemd[1]: Starting Journal Service...
[    5.145397] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.146198] systemd[1]: Created slice system-netctl\x2difplugd.slice.
[    5.156105] systemd[1]: Listening on Process Core Dump Socket.
[    5.172091] systemd[1]: Reached target Encrypted Volumes.
[    5.173937] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    5.174020] systemd[1]: Reached target Remote File Systems.
[    5.180424] systemd[1]: Mounted POSIX Message Queue File System.
[    5.180563] systemd[1]: Mounted Temporary Directory.
[    5.182043] systemd[1]: Started Remount Root and Kernel File Systems.
[    5.183171] systemd[1]: Started RuneAudio shutdown script.
[    5.183976] systemd[1]: Started Load Kernel Modules.
[    5.198359] systemd[1]: Mounted Debug File System.
[    5.199951] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    5.263510] systemd[1]: Started Journal Service.
[    5.881823] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[    5.896512] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[    5.922866] bcm2835-rng 3f104000.rng: hwrng registered
[    6.201970] usbcore: registered new interface driver brcmfmac
[    6.213531] random: nonblocking pool is initialized
[    6.252212] cfg80211: World regulatory domain updated:
[    6.252225] cfg80211:  DFS Master region: unset
[    6.252229] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    6.252237] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    6.252243] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    6.252248] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[    6.252255] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[    6.252262] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[    6.252268] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[    6.252273] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    6.252279] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[    6.290570] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7
[    6.306499] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
[    6.306513] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306519] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
[    6.306524] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306529] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
[    6.306534] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306539] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
[    6.306544] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306549] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
[    6.306554] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306560] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
[    6.306565] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306569] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
[    6.306574] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306579] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
[    6.306584] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306589] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
[    6.306594] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306599] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
[    6.306604] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306608] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
[    6.306613] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306618] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
[    6.306623] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306628] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
[    6.306633] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[    6.306638] cfg80211: Updating information on frequency 2484 MHz with regulatory rule:
[    6.306643] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
[    6.306777] cfg80211: Ignoring regulatory request set by core since the driver uses its own custom regulatory domain
[    6.306784] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[    6.369960] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    7.180792] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
[    7.180806] brcmfmac: brcmf_add_if: ignore IF event
[    7.184930] brcmfmac: power management disabled
[    7.339456] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[    7.380514] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
[    7.380530] brcmfmac: brcmf_add_if: ignore IF event
[    8.798444] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[   20.049471] brcmfmac: power management disabled
[   66.408383] cfg80211: Verifying active interfaces after reg change
[746568.328405] smsc95xx 1-1.1:1.0 eth0: link down
[746574.113263] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[2686759.651437] cfg80211: All devices are disconnected, going to restore regulatory settings
[2686759.651453] cfg80211: Restoring regulatory settings
[2686759.651462] cfg80211: Kicking the queue
[2686759.664993] cfg80211: Ignoring regulatory request set by core since the driver uses its own custom regulatory domain
[2686759.665008] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[2686759.665017] cfg80211: World regulatory domain updated:
[2686759.665022] cfg80211:  DFS Master region: unset
[2686759.665026] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[2686759.665033] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[2686759.665041] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[2686759.665049] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[2686759.665056] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[2686759.665063] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[2686759.665069] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[2686759.665075] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[2686759.665081] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[2686819.733038] cfg80211: Verifying active interfaces after reg change
[2741422.156889] cfg80211: All devices are disconnected, going to restore regulatory settings
[2741422.156914] cfg80211: Restoring regulatory settings
[2741422.156922] cfg80211: Kicking the queue
[2741422.166726] cfg80211: Ignoring regulatory request set by core since the driver uses its own custom regulatory domain
[2741422.166740] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[2741422.166749] cfg80211: World regulatory domain updated:
[2741422.166753] cfg80211:  DFS Master region: unset
[2741422.166758] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[2741422.166765] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[2741422.166770] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[2741422.166776] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[2741422.166783] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[2741422.166790] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[2741422.166796] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[2741422.166801] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[2741422.166807] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[2741482.377261] cfg80211: Verifying active interfaces after reg change
[3540952.645608] nfs: server 192.168.1.21 not responding, timed out
[3540952.645635] nfs: server 192.168.1.21 not responding, timed out
[3540952.645645] nfs: server 192.168.1.21 not responding, timed out
[3540952.645654] nfs: server 192.168.1.21 not responding, timed out
[3540952.645662] nfs: server 192.168.1.21 not responding, timed out
[3540952.645669] nfs: server 192.168.1.21 not responding, timed out
[3540952.645678] nfs: server 192.168.1.21 not responding, timed out
[3540952.645686] nfs: server 192.168.1.21 not responding, timed out
[3540952.645694] nfs: server 192.168.1.21 not responding, timed out
[3540952.645702] nfs: server 192.168.1.21 not responding, timed out
[3540952.645710] nfs: server 192.168.1.21 not responding, timed out
[3540952.645718] nfs: server 192.168.1.21 not responding, timed out
[3540952.645727] nfs: server 192.168.1.21 not responding, timed out
[3540952.645735] nfs: server 192.168.1.21 not responding, timed out
[3540952.645743] nfs: server 192.168.1.21 not responding, timed out
[3540952.645751] nfs: server 192.168.1.21 not responding, timed out
[3540952.645759] nfs: server 192.168.1.21 not responding, timed out
[3540952.645767] nfs: server 192.168.1.21 not responding, timed out
[3540952.645775] nfs: server 192.168.1.21 not responding, timed out
[3540952.645783] nfs: server 192.168.1.21 not responding, timed out
[3540952.645791] nfs: server 192.168.1.21 not responding, timed out
[3540952.645799] nfs: server 192.168.1.21 not responding, timed out
[3540952.645807] nfs: server 192.168.1.21 not responding, timed out
[3540952.645814] nfs: server 192.168.1.21 not responding, timed out
[3540952.645822] nfs: server 192.168.1.21 not responding, timed out

###### PHP backend ######
php version:   5.5.19
debug level:   0


Debug data collected in 1.129 seconds.
emilesnyder
 
Posts: 1
Joined: 02 Dec 2017, 23:03

Re: playlist saving over existing playlist silently fails

Postby janui » 03 Dec 2017, 21:55

Hi emilesnyder,
Your diagnosis is correct, saving to an existing playlist name fails silently.
The action of saving a playlist is a MPD command carried out via the MPC interface. It is done in the file: /srv/http/assets/js/runeui.js, see:
Code: Select all
        // save current Queue to playlist
        $('#modal-pl-save-btn').click(function(){
            var playlistname = $('#pl-save-name').val();
            sendCmd('save "' + playlistname + '"');
        });
If you change this file you must minify it, see instructions here: post17072.html?hilit=minify#p17072
But it is probably better to trap the problem before this point. Maybe some sort of validation in the file: /srv/http/app/templates/playback.php, see:
Code: Select all
<div id="modal-pl-save" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="mod$
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true"$
                <h3 class="modal-title" id="modal-pl-save-label">Save current queue as play$
            </div>
            <div class="modal-body">
                <label for="pl-save-name">Give a name to this playlist</label>
                <input id="pl-save-name" class="form-control osk-trigger" type="text" place$
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-default btn-lg" data-dismiss="modal">C$
                <button type="button" id="modal-pl-save-btn" class="btn btn-primary btn-lg"$
            </div>
        </div>
    </div>
</div>

If you put together a working solution, please post the code.

janui
User avatar
janui
 
Posts: 699
Joined: 20 Dec 2014, 12:55
Location: Ollanda

support RuneAudio Donate with PayPal


Return to Bug report

Who is online

Users browsing this forum: No registered users and 2 guests