Mounting multiple NAS folders

Raspberry Pi related support

Mounting multiple NAS folders

Postby wouser » 21 Jul 2015, 16:39

Hi there all!

First of all: great work on Runeaudio!

I am running runeaudio on my raspberry Pi 2. My music is stored on my Synology NAS in three different folders.
After setting them up it nicely updates but only checks in the first of the three NAS folders, although all three got a green checkmark.
I checked the settings and everything is similar to the one that is updated and working in my library. What can i do to get it updating the other folders?

Thanks in advance!
wouser
 
Posts: 4
Joined: 21 Jul 2015, 16:33

Re: Mounting multiple NAS folders

Postby Orion » 22 Jul 2015, 00:55

Hi wouser,
please, can you post your debug output?

Thanks.

Simone.
RuneAudio - Embedded Hi-Fi music player
SoloStereo - Alla riscoperta dell'alta fedeltà
User avatar
Orion
RuneAudio co-founder
 
Posts: 189
Joined: 29 Nov 2013, 02:03
Location: Udine, Italy

Re: Mounting multiple NAS folders

Postby wouser » 22 Jul 2015, 06:37

###### System info ######
Linux version 3.18.7-3-ARCH (builduser@leming) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Feb 13 06:23:21 MST 2015

system time: Tue Jul 21 17:49:42 CEST 2015

system load: 0.28 0.22 0.24 2/140 1759

HW platform: RaspberryPi2 (08)

playerID: 08b26fff2ac4ddac6fee7fbbc1890504ae


###### System load statistics (procinfo -H) ######
sh: procinfo: command not found


###### Active processes (pstree) ######
systemd-+-2*[agetty]
|-avahi-daemon---avahi-daemon
|-dbus-daemon
|-devmon---udevil
|-dhcpcd
|-ifplugd
|-mpd-+-{decoder}
| |-{io}
| `-{player}
|-nginx---nginx
|-nmbd
|-ntpd
|-php-fpm---3*[php-fpm]
|-redis-server---2*[{redis-server}]
|-rune_PL_wrk
|-rune_SY_wrk---sh---debug_collector---sh---pstree
|-shairport---{shairport}
|-smbd---smbd
|-sshd
|-systemd-network
|-systemd-resolve
|-systemd-udevd
`-upmpdcli---27*[{upmpdcli}]


###### Audio backend ######
Advanced Linux Sound Architecture Driver Version k3.18.7-3-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_2) is disabled
Output 2 (bcm2835 ALSA_1) is disabled


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

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 "yes"
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"
volume_normalization "no"
audio_buffer_size "2048"
buffer_before_play "10%"
gapless_mp3_playback "yes"
mixer_type "software"

input {
plugin "curl"
}

decoder {
plugin "ffmpeg"
enabled "yes"
}

audio_output {
name "bcm2835 ALSA_2"
type "alsa"
device "hw:0,0"
auto_resample "no"
auto_format "no"
enabled "yes"
}

audio_output {
name "bcm2835 ALSA_1"
type "alsa"
device "hw:0,0"
auto_resample "no"
auto_format "no"
}


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


kernel scheduler for mmcblk0: [noop] deadline cfq bfq
/proc/sys/vm/swappiness: 0
/proc/sys/kernel/sched_latency_ns: 18000000
/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 Feb 27 15:19 .
drwxr-xr-x 6 root root 4.0K Feb 23 22:31 ..
lrwxrwxrwx 1 root root 44 Feb 15 02:31 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
lrwxrwxrwx 1 root root 38 Feb 14 16:48 dhcpcd.service -> /usr/lib/systemd/system/dhcpcd.service
lrwxrwxrwx 1 root root 39 Feb 8 17:56 haveged.service -> /usr/lib/systemd/system/haveged.service
lrwxrwxrwx 1 root root 44 Feb 27 15:19 netctl-auto@wlan0.service -> /usr/lib/systemd/system/netctl-auto@.service
lrwxrwxrwx 1 root root 47 Feb 22 13:11 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
lrwxrwxrwx 1 root root 37 Feb 14 18:33 nginx.service -> /usr/lib/systemd/system/nginx.service
lrwxrwxrwx 1 root root 36 Feb 15 00:29 ntpd.service -> /usr/lib/systemd/system/ntpd.service
lrwxrwxrwx 1 root root 39 Feb 14 18:33 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
lrwxrwxrwx 1 root root 37 Feb 14 18:33 redis.service -> /usr/lib/systemd/system/redis.service
lrwxrwxrwx 1 root root 51 Dec 18 2014 remote-fs.target -> ../../../../usr/lib/systemd/system/remote-fs.target
lrwxrwxrwx 1 root root 43 Feb 14 18:33 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
lrwxrwxrwx 1 root root 43 Feb 14 18:33 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
lrwxrwxrwx 1 root root 45 Feb 14 18:33 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
lrwxrwxrwx 1 root root 36 Feb 8 17:56 sshd.service -> /usr/lib/systemd/system/sshd.service
lrwxrwxrwx 1 root root 48 Feb 8 17:56 systemd-networkd.service -> /usr/lib/systemd/system/systemd-networkd.service
lrwxrwxrwx 1 root root 48 Feb 8 17:56 systemd-resolved.service -> /usr/lib/systemd/system/systemd-resolved.service


###### Filesystem mounts ######
rootfs / rootfs rw 0 0
/dev/root / ext4 rw,relatime,data=ordered 0 0
devtmpfs /dev devtmpfs rw,relatime,size=375548k,nr_inodes=93887,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/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 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/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 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/bfqio cgroup rw,nosuid,nodev,noexec,relatime,bfqio 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=23,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
mqueue /dev/mqueue mqueue rw,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
tmpfs /tmp tmpfs rw 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.178.24/Media/Muziek\040HD /mnt/MPD/NAS/Synology cifs ro,relatime,vers=1.0,sec=ntlm,cache=none,username=Media,uid=1000,forceuid,gid=92,forcegid,addr=192.168.178.24,unix,posixpaths,acl,rsize=16384,wsize=17408,actimeo=1 0 0
//192.168.178.24/Media/Muziek\040HD /mnt/MPD/NAS/Synology\040HD cifs ro,relatime,vers=1.0,sec=ntlm,cache=none,username=Media,uid=1000,forceuid,gid=92,forcegid,addr=192.168.178.24,unix,posixpaths,acl,rsize=16384,wsize=17408,actimeo=1 0 0
//192.168.178.24/Media/Muziek\040Klassiek /mnt/MPD/NAS/Klassiek cifs ro,relatime,vers=1.0,sec=ntlm,cache=none,username=Media,uid=1000,forceuid,gid=92,forcegid,addr=192.168.178.24,unix,posixpaths,acl,rsize=16384,wsize=17408,actimeo=1 0 0
//192.168.178.24/Media/Muziek /mnt/MPD/NAS/Wouter cifs ro,relatime,vers=1.0,sec=ntlm,cache=none,username=Media,uid=1000,forceuid,gid=92,forcegid,addr=192.168.178.24,unix,posixpaths,acl,rsize=16384,wsize=17408,actimeo=1 0 0
//192.168.178.24/Media/Muziek\040HD /mnt/MPD/NAS/Muziek\040HD cifs ro,relatime,vers=1.0,sec=ntlm,cache=none,username=Media,uid=1000,forceuid,gid=92,forcegid,addr=192.168.178.24,unix,posixpaths,acl,rsize=16384,wsize=17408,actimeo=1 0 0


###### Filesystem mounts - free space (df -h) ######
Filesystem Size Used Avail Use% Mounted on
/dev/root 1.7G 1.4G 256M 85% /
devtmpfs 367M 0 367M 0% /dev
tmpfs 371M 0 371M 0% /dev/shm
tmpfs 371M 288K 371M 1% /run
tmpfs 371M 0 371M 0% /sys/fs/cgroup
tmpfs 371M 0 371M 0% /tmp
logs 5.0M 20K 5.0M 1% /var/log
rune-logs 5.0M 2.3M 2.8M 46% /var/log/runeaudio
/dev/mmcblk0p1 100M 12M 88M 12% /boot
//192.168.178.24/Media/Muziek HD 2.7T 2.1T 668G 76% /mnt/MPD/NAS/Muziek HD


###### Loaded kernel modules ######
Module Size Used by
ecb 1858 0
md4 3342 0
nls_utf8 1296 3
cifs 458034 4
cfg80211 455144 0
leds_gpio 3530 0
led_class 4035 1 leds_gpio
uio_pdrv_genirq 3281 0
uio 8710 1 uio_pdrv_genirq
sch_fq_codel 7252 4
snd_bcm2835 20881 0
snd_pcm 86661 1 snd_bcm2835
snd_timer 19608 1 snd_pcm
snd 60836 3 snd_bcm2835,snd_timer,snd_pcm
bcm2708_rng 1143 0
rng_core 5666 1 bcm2708_rng
ipv6 342650 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:445 0.0.0.0:* LISTEN 376/smbd
tcp 0 0 0.0.0.0:49152 0.0.0.0:* LISTEN 1201/upmpdcli
tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 1198/mpd
tcp 0 0 0.0.0.0:5002 0.0.0.0:* LISTEN 444/shairport
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 376/smbd
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 289/redis-server 12
tcp 0 0 0.0.0.0:5355 0.0.0.0:* LISTEN 197/systemd-resolve
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 302/nginx: master p
tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 302/nginx: master p
tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 302/nginx: master p
tcp 0 0 0.0.0.0:83 0.0.0.0:* LISTEN 302/nginx: master p
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 285/sshd
udp 0 0 0.0.0.0:42002 0.0.0.0:* 183/avahi-daemon: r
udp 0 0 0.0.0.0:68 0.0.0.0:* 193/dhcpcd
udp 0 0 192.168.178.28:123 0.0.0.0:* 292/ntpd
udp 0 0 127.0.0.1:123 0.0.0.0:* 292/ntpd
udp 0 0 0.0.0.0:123 0.0.0.0:* 292/ntpd
udp 0 0 192.168.178.255:137 0.0.0.0:* 371/nmbd
udp 0 0 192.168.178.28:137 0.0.0.0:* 371/nmbd
udp 0 0 0.0.0.0:137 0.0.0.0:* 371/nmbd
udp 0 0 192.168.178.255:138 0.0.0.0:* 371/nmbd
udp 0 0 192.168.178.28:138 0.0.0.0:* 371/nmbd
udp 0 0 0.0.0.0:138 0.0.0.0:* 371/nmbd
udp 0 0 127.0.0.1:50336 0.0.0.0:* 1201/upmpdcli
udp 0 0 0.0.0.0:5353 0.0.0.0:* 183/avahi-daemon: r
udp 0 0 0.0.0.0:5355 0.0.0.0:* 197/systemd-resolve
udp 0 0 0.0.0.0:1900 0.0.0.0:* 1201/upmpdcli
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 2086 1/init /run/systemd/private
unix 2 [ ACC ] STREAM LISTENING 2351 1/init /var/run/rpcbind.sock
unix 2 [ ACC ] STREAM LISTENING 2353 1/init /var/run/avahi-daemon/socket
unix 2 [ ACC ] STREAM LISTENING 2358 1/init /run/dbus/system_bus_socket
unix 2 [ ACC ] STREAM LISTENING 11590 492/php-fpm: master /var/run/php-display.sock
unix 2 [ ACC ] STREAM LISTENING 11593 492/php-fpm: master /var/run/php-db.sock
unix 2 [ ACC ] STREAM LISTENING 11596 492/php-fpm: master /var/run/php-command.sock
unix 2 [ ACC ] STREAM LISTENING 10589 289/redis-server 12 /tmp/redis.sock
unix 2 [ ACC ] STREAM LISTENING 1927 371/nmbd /var/run/samba/nmbd/unexpected
unix 2 [ ACC ] STREAM LISTENING 42390 1198/mpd /run/mpd.sock
unix 2 [ ACC ] SEQPACKET LISTENING 1181 1/init /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 1532 193/dhcpcd /run/dhcpcd.sock
unix 2 [ ACC ] STREAM LISTENING 1534 193/dhcpcd /run/dhcpcd.unpriv.sock


###### Network established sockets (netstat -np) ######
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 192.168.178.28:80 192.168.178.11:60869 TIME_WAIT -
tcp 1254 0 192.168.178.28:80 192.168.178.25:36768 ESTABLISHED 303/nginx: worker p
tcp 0 0 127.0.0.1:33089 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:80 127.0.0.1:42438 TIME_WAIT -
tcp 0 0 127.0.0.1:33153 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33064 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33026 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33140 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33109 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33090 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33122 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33001 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36061 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60872 TIME_WAIT -
tcp 0 0 127.0.0.1:33023 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33046 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33087 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33132 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33134 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33108 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33101 127.0.0.1:6379 TIME_WAIT -
tcp 66 0 192.168.178.28:80 192.168.178.11:60835 ESTABLISHED 303/nginx: worker p
tcp 0 0 127.0.0.1:32994 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33149 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33030 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33092 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36077 TIME_WAIT -
tcp 0 0 127.0.0.1:32980 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32990 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32982 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36045 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:35965 TIME_WAIT -
tcp 0 0 127.0.0.1:33104 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33037 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33165 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33127 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33008 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33071 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33020 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33021 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33007 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33014 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32983 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60893 TIME_WAIT -
tcp 0 0 127.0.0.1:33168 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33032 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36037 TIME_WAIT -
tcp 0 0 127.0.0.1:32997 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33167 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33066 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60879 TIME_WAIT -
tcp 0 0 127.0.0.1:32968 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:36951 127.0.0.1:6600 TIME_WAIT -
tcp 0 0 127.0.0.1:33078 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33050 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33124 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33093 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33159 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33053 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33141 127.0.0.1:6379 TIME_WAIT -
tcp 54 0 192.168.178.28:80 192.168.178.11:60834 ESTABLISHED 303/nginx: worker p
tcp 0 0 127.0.0.1:33123 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36021 TIME_WAIT -
tcp 0 0 127.0.0.1:33112 127.0.0.1:6379 TIME_WAIT -
tcp 1 0 127.0.0.1:36490 127.0.0.1:6600 CLOSE_WAIT 1201/upmpdcli
tcp 0 0 127.0.0.1:81 127.0.0.1:35981 TIME_WAIT -
tcp 0 0 127.0.0.1:33025 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33172 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32969 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33102 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33173 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32992 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33110 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33154 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33096 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33010 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33085 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33068 127.0.0.1:6379 TIME_WAIT -
tcp 18 0 192.168.178.28:80 192.168.178.11:60887 ESTABLISHED 303/nginx: worker p
tcp 0 0 192.168.178.28:39167 192.168.178.24:445 ESTABLISHED -
tcp 0 0 127.0.0.1:33061 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33077 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36069 TIME_WAIT -
tcp 0 0 127.0.0.1:33049 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33015 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33016 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33022 127.0.0.1:6379 TIME_WAIT -
tcp 18 0 192.168.178.28:80 192.168.178.11:60886 ESTABLISHED 303/nginx: worker p
tcp 0 0 127.0.0.1:33074 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33044 127.0.0.1:6379 TIME_WAIT -
tcp 0 1 192.168.178.28:40865 192.168.178.20:1514 SYN_SENT 1201/upmpdcli
tcp 0 0 192.168.178.28:80 192.168.178.11:60892 TIME_WAIT -
tcp 0 0 127.0.0.1:33002 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33054 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33073 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32999 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33120 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33084 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33052 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32965 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33171 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33029 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60871 TIME_WAIT -
tcp 0 0 127.0.0.1:33018 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33147 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33129 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33160 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33166 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33114 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33162 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32989 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36013 TIME_WAIT -
tcp 0 0 127.0.0.1:80 127.0.0.1:42430 TIME_WAIT -
tcp 0 0 127.0.0.1:33133 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33113 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:6600 127.0.0.1:36490 FIN_WAIT2 -
tcp 0 0 192.168.178.28:80 192.168.178.11:60873 TIME_WAIT -
tcp 0 0 127.0.0.1:33128 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33117 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33152 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32984 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32966 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:58682 188.165.209.139:80 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:35997 TIME_WAIT -
tcp 0 0 127.0.0.1:32964 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36005 TIME_WAIT -
tcp 60 0 192.168.178.28:80 192.168.178.11:60836 ESTABLISHED 303/nginx: worker p
tcp 0 0 127.0.0.1:33116 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33062 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32985 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33170 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32975 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33169 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33065 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33031 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33103 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:82 127.0.0.1:60139 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36029 TIME_WAIT -
tcp 0 0 127.0.0.1:33005 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33119 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33056 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60882 TIME_WAIT -
tcp 0 0 127.0.0.1:32976 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33158 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33098 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:35973 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60878 TIME_WAIT -
tcp 0 0 127.0.0.1:33079 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:35989 TIME_WAIT -
tcp 0 0 127.0.0.1:33069 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33142 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33045 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32986 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33156 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32996 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33088 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36127 TIME_WAIT -
tcp 0 0 127.0.0.1:33000 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60867 TIME_WAIT -
tcp 0 0 127.0.0.1:33121 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33148 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60875 TIME_WAIT -
tcp 0 0 127.0.0.1:33009 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33082 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60868 TIME_WAIT -
tcp 0 0 127.0.0.1:33138 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33163 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33126 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60888 TIME_WAIT -
tcp 0 0 127.0.0.1:32974 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33072 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33012 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33139 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32993 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33047 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36053 TIME_WAIT -
tcp 0 0 127.0.0.1:32998 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33094 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33097 127.0.0.1:6379 TIME_WAIT -
tcp 1260 0 192.168.178.28:80 192.168.178.25:36778 ESTABLISHED 303/nginx: worker p
tcp 0 0 127.0.0.1:33130 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33006 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32988 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33106 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33164 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33137 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60876 TIME_WAIT -
tcp 0 0 127.0.0.1:33060 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33041 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33150 127.0.0.1:6379 TIME_WAIT -
tcp 0 221 192.168.178.28:80 192.168.178.11:60894 ESTABLISHED -
tcp 0 0 127.0.0.1:33055 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32972 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33144 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33063 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60870 TIME_WAIT -
tcp 0 0 127.0.0.1:32967 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33143 127.0.0.1:6379 TIME_WAIT -
tcp 1320 0 192.168.178.28:80 192.168.178.25:36780 ESTABLISHED 303/nginx: worker p
tcp 0 0 127.0.0.1:32970 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33039 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33080 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33057 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33038 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33024 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32991 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60874 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60884 TIME_WAIT -
tcp 0 0 127.0.0.1:33036 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60883 TIME_WAIT -
tcp 0 0 127.0.0.1:32973 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:81 127.0.0.1:36085 TIME_WAIT -
tcp 0 0 127.0.0.1:33048 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33095 127.0.0.1:6379 TIME_WAIT -
tcp 0 221 192.168.178.28:80 192.168.178.11:60895 ESTABLISHED -
tcp 0 0 127.0.0.1:33135 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33013 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33157 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33131 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33028 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60877 TIME_WAIT -
tcp 0 0 127.0.0.1:33155 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32978 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33091 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33086 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33145 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33042 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32981 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33040 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33111 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33070 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33017 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33034 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.25:37015 TIME_WAIT -
tcp 0 0 192.168.178.28:80 192.168.178.11:60885 TIME_WAIT -
tcp 0 0 127.0.0.1:33058 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33118 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33004 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33076 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:32977 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33146 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33099 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33033 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33136 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33151 127.0.0.1:6379 TIME_WAIT -
tcp 0 0 127.0.0.1:33081 127.0.0.1:6379 TIME_WAIT -
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ] DGRAM 2084 1/init /run/systemd/notify
unix 2 [ ] DGRAM 1199 1/init /run/systemd/shutdownd
unix 3 [ ] STREAM CONNECTED 11299 184/dbus-daemon /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 9505 183/avahi-daemon: r
unix 3 [ ] STREAM CONNECTED 10361 184/dbus-daemon /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 9605 302/nginx: master p
unix 3 [ ] STREAM CONNECTED 160835 1198/mpd /run/mpd.sock
unix 3 [ ] STREAM CONNECTED 573 184/dbus-daemon /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 10599 302/nginx: master p
unix 3 [ ] STREAM CONNECTED 158678 286/php
unix 3 [ ] STREAM CONNECTED 2367 1/init
unix 3 [ ] DGRAM 1382 143/systemd-udevd
unix 3 [ ] STREAM CONNECTED 10358 184/dbus-daemon
unix 3 [ ] STREAM CONNECTED 578 184/dbus-daemon /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 159713 311/php
unix 3 [ ] STREAM CONNECTED 159652 289/redis-server 12 /tmp/redis.sock
unix 3 [ ] STREAM CONNECTED 11588 492/php-fpm: master
unix 3 [ ] STREAM CONNECTED 160904 1753/php
unix 3 [ ] STREAM CONNECTED 9822 376/smbd
unix 3 [ ] STREAM CONNECTED 9506 190/avahi-daemon: c
unix 3 [ ] STREAM CONNECTED 9512 183/avahi-daemon: r
unix 3 [ ] STREAM CONNECTED 9606 302/nginx: master p
unix 3 [ ] STREAM CONNECTED 161816 289/redis-server 12 /tmp/redis.sock
unix 3 [ ] STREAM CONNECTED 1560 191/systemd-network
unix 3 [ ] STREAM CONNECTED 161808 289/redis-server 12 /tmp/redis.sock
unix 3 [ ] STREAM CONNECTED 44186 184/dbus-daemon /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 10600 302/nginx: master p
unix 3 [ ] DGRAM 1383 143/systemd-udevd
unix 3 [ ] STREAM CONNECTED 158676 286/php
unix 3 [ ] STREAM CONNECTED 1633 197/systemd-resolve
unix 3 [ ] STREAM CONNECTED 10360 184/dbus-daemon /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 10359 184/dbus-daemon
unix 3 [ ] STREAM CONNECTED 2036 184/dbus-daemon /run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 42394 1198/mpd
unix 3 [ ] STREAM CONNECTED 11512 444/shairport
unix 3 [ ] STREAM CONNECTED 11589 492/php-fpm: master


###### Network interfaces (ip addr) ######
1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: ifb0: mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 32
link/ether aa:7d:ac:82:ff:79 brd ff:ff:ff:ff:ff:ff
3: ifb1: mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 32
link/ether 5a:52:74:72:c1:c1 brd ff:ff:ff:ff:ff:ff
4: eth0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether b8:27:eb:3f:92:35 brd ff:ff:ff:ff:ff:ff
inet 192.168.178.28/24 brd 192.168.178.255 scope global eth0
valid_lft forever preferred_lft forever


###### Network interfaces (ifconfig) ######
eth0: flags=4163 mtu 1500
inet 192.168.178.28 netmask 255.255.255.0 broadcast 192.168.178.255
ether b8:27:eb:3f:92:35 txqueuelen 1000 (Ethernet)
RX packets 2220466 bytes 2841375143 (2.6 GiB)
RX errors 0 dropped 8 overruns 0 frame 0
TX packets 1248378 bytes 131221697 (125.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

ifb0: flags=195 mtu 1500
ether aa:7d:ac:82:ff:79 txqueuelen 32 (Ethernet)
RX packets 88 bytes 34496 (33.6 KiB)
RX errors 0 dropped 88 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

ifb1: flags=195 mtu 1500
ether 5a:52:74:72:c1:c1 txqueuelen 32 (Ethernet)
RX packets 88 bytes 34496 (33.6 KiB)
RX errors 0 dropped 88 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73 mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 0 (Local Loopback)
RX packets 99134 bytes 18173056 (17.3 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 99134 bytes 18173056 (17.3 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


###### Network netctl profiles (netctl list) ######
eth0

eth0 netctl status
--------------------------------------------------------
netctl@eth0.service - Networking for netctl profile eth0
Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
Active: inactive (dead)
Docs: man:netctl.profile(5)

eth0 netctl profile
--------------------------------------------------------
Description='eth0 connection'
Interface=eth0
ForceConnect=yes
SkipNoCarrier=yes
Connection=ethernet
IP=dhcp


###### Network wifi status (iwconfig) ######
lo no wireless extensions.

eth0 no wireless extensions.

ifb0 no wireless extensions.

ifb1 no wireless extensions.
wouser
 
Posts: 4
Joined: 21 Jul 2015, 16:33

Re: Mounting multiple NAS folders

Postby wouser » 22 Jul 2015, 06:37

###### Kernel status (dmesg) ######
[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.18.7-3-ARCH (builduser@leming) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Feb 13 06:23:21 MST 2015
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi 2 Model B
[ 0.000000] Truncating RAM at 0x00000000-0x3b000000 to -0x2f800000
[ 0.000000] cma: Reserved 8 MiB at 0x2f000000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 194560
[ 0.000000] free_area_init_node: node 0, pgdat c0ab8b80, node_mem_map eea03000
[ 0.000000] Normal zone: 1520 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 194560 pages, LIFO batch:31
[ 0.000000] [bcm2709_smp_init_cpus] enter (85c0->f3003010)
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4
[ 0.000000] PERCPU: Embedded 11 pages/cpu @ee9cd000 s13632 r8192 d23232 u45056
[ 0.000000] pcpu-alloc: s13632 r8192 d23232 u45056 alloc=11*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: 193040
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0x3a3f9235 smsc95xx.macaddr=B8:27:EB:3F:92:35 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4 console=ttyAMA0,115200 console=tty1 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 kgdboc=ttyAMA0,115200 elevator=noop ipv6.disable=1
[ 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: 751096K/778240K available (7600K kernel code, 457K rwdata, 2568K rodata, 372K init, 794K bss, 27144K reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.text : 0xc0008000 - 0xc09f6404 (10170 kB)
.init : 0xc09f7000 - 0xc0a54000 ( 372 kB)
.data : 0xc0a54000 - 0xc0ac6514 ( 458 kB)
.bss : 0xc0ac6514 - 0xc0b8cf50 ( 795 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:480
[ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[ 0.000013] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
[ 0.000034] Switching to timer-based delay loop, resolution 52ns
[ 0.000300] Console: colour dummy device 80x30
[ 0.001171] console [tty1] enabled
[ 0.001209] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.001263] pid_max: default: 32768 minimum: 301
[ 0.001658] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001700] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002927] Initializing cgroup subsys memory
[ 0.003004] Initializing cgroup subsys devices
[ 0.003043] Initializing cgroup subsys freezer
[ 0.003079] Initializing cgroup subsys net_cls
[ 0.003126] Initializing cgroup subsys blkio
[ 0.003162] Initializing cgroup subsys bfqio
[ 0.003197] Initializing cgroup subsys perf_event
[ 0.003235] Initializing cgroup subsys net_prio
[ 0.003353] CPU: Testing write buffer coherency: ok
[ 0.003961] CPU0: update cpu_capacity 1024
[ 0.003999] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.004029] [bcm2709_smp_prepare_cpus] enter
[ 0.004161] Setting up static identity map for 0x73c740 - 0x73c798
[ 0.060592] [bcm2709_boot_secondary] cpu:1 started (0) 18
[ 0.060908] CPU1: Booted secondary processor
[ 0.060916] [bcm2709_secondary_init] enter cpu:1
[ 0.060965] CPU1: update cpu_capacity 1024
[ 0.060974] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[ 0.080553] [bcm2709_boot_secondary] cpu:2 started (0) 18
[ 0.080796] CPU2: Booted secondary processor
[ 0.080803] [bcm2709_secondary_init] enter cpu:2
[ 0.080833] CPU2: update cpu_capacity 1024
[ 0.080841] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[ 0.100592] [bcm2709_boot_secondary] cpu:3 started (0) 18
[ 0.100811] CPU3: Booted secondary processor
[ 0.100818] [bcm2709_secondary_init] enter cpu:3
[ 0.100848] CPU3: update cpu_capacity 1024
[ 0.100856] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[ 0.100945] Brought up 4 CPUs
[ 0.101048] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.101076] CPU: All CPU(s) started in SVC mode.
[ 0.102164] devtmpfs: initialized
[ 0.127464] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.130307] xor: measuring software checksum speed
[ 0.230396] arm4regs : 832.000 MB/sec
[ 0.330493] 8regs : 528.000 MB/sec
[ 0.430601] 32regs : 512.800 MB/sec
[ 0.530708] neon : 755.200 MB/sec
[ 0.530737] xor: using function: arm4regs (832.000 MB/sec)
[ 0.530792] pinctrl core: initialized pinctrl subsystem
[ 0.533831] NET: Registered protocol family 16
[ 0.539731] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.560796] cpuidle: using governor ladder
[ 0.581350] cpuidle: using governor menu
[ 0.581998] bcm2709.uart_clock = 3000000
[ 0.584795] No ATAGs?
[ 0.584854] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.584902] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.584956] mailbox: Broadcom VideoCore Mailbox driver
[ 0.585093] bcm2708_vcio: mailbox at f300b880
[ 0.585469] bcm_power: Broadcom power driver
[ 0.585502] bcm_power_open() -> 0
[ 0.585525] bcm_power_request(0, 8)
[ 1.086224] bcm_mailbox_read -> 00000080, 0
[ 1.086254] bcm_power_request -> 0
[ 1.086393] Serial: AMBA PL011 UART driver
[ 1.086540] dev:f1: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev3
[ 1.659548] console [ttyAMA0] enabled
[ 1.910065] raid6: int32x1 91 MB/s
[ 2.080426] raid6: int32x2 116 MB/s
[ 2.250504] raid6: int32x4 112 MB/s
[ 2.420739] raid6: int32x8 110 MB/s
[ 2.590758] raid6: neonx1 294 MB/s
[ 2.760807] raid6: neonx2 394 MB/s
[ 2.930942] raid6: neonx4 474 MB/s
[ 3.101126] raid6: neonx8 406 MB/s
[ 3.104885] raid6: using algorithm neonx4 (474 MB/s)
[ 3.109870] raid6: using intx1 recovery algorithm
[ 3.115283] SCSI subsystem initialized
[ 3.119505] usbcore: registered new interface driver usbfs
[ 3.125134] usbcore: registered new interface driver hub
[ 3.130641] usbcore: registered new device driver usb
[ 3.138812] Switched to clocksource arch_sys_counter
[ 3.202319] FS-Cache: Loaded
[ 3.205561] CacheFiles: Loaded
[ 3.222936] NET: Registered protocol family 2
[ 3.228529] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 3.235772] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 3.242457] TCP: Hash tables configured (established 8192 bind 8192)
[ 3.248947] TCP: reno registered
[ 3.252195] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 3.258174] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 3.264931] NET: Registered protocol family 1
[ 3.269846] RPC: Registered named UNIX socket transport module.
[ 3.275782] RPC: Registered udp transport module.
[ 3.280525] RPC: Registered tcp transport module.
[ 3.285236] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 3.294511] bcm2708_dma: DMA manager at f3007000
[ 3.299385] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[ 3.309367] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 3.333955] VFS: Disk quotas dquot_6.5.2
[ 3.338296] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 3.348149] FS-Cache: Netfs 'nfs' registered for caching
[ 3.354809] NFS: Registering the id_resolver key type
[ 3.359971] Key type id_resolver registered
[ 3.364165] Key type id_legacy registered
[ 3.368215] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 3.375907] JFS: nTxBlock = 5931, nTxLock = 47455
[ 3.388092] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[ 3.402049] aufs 3.18.1+-20150126
[ 3.405420] msgmni has been set to 1482
[ 3.412020] async_tx: api initialized (async)
[ 3.416538] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 3.424196] io scheduler noop registered (default)
[ 3.429041] io scheduler deadline registered
[ 3.433396] io scheduler cfq registered
[ 3.437639] io scheduler bfq registered
[ 3.441509] BFQ I/O-scheduler version: v7r7
[ 3.448173] BCM2708FB: allocated DMA memory ef400000
[ 3.453395] BCM2708FB: allocated DMA channel 0 @ f3007000
[ 3.465234] Console: switching to colour frame buffer device 82x26
[ 3.477261] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driver
[ 3.486372] uart-pl011 dev:f1: no DMA platform data
[ 3.492787] kgdb: Registered I/O driver kgdboc.
[ 3.539405] vc-cma: Videocore CMA driver
[ 3.544783] vc-cma: vc_cma_base = 0x00000000
[ 3.550924] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 3.557676] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 3.576017] brd: module loaded
[ 3.586350] loop: module loaded
[ 3.591173] vchiq: vchiq_init_state: slot_zero = 0xef000000, is_master = 0
[ 3.600214] Loading iSCSI transport class v2.0-870.
[ 3.609255] usbcore: registered new interface driver ax88179_178a
[ 3.616814] usbcore: registered new interface driver smsc95xx
[ 3.624045] usbcore: registered new interface driver cdc_ncm
[ 3.630984] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 3.838311] Core Release: 2.80a
[ 3.842809] Setting default values for core params
[ 3.848982] Finished setting default values for core params
[ 4.056311] Using Buffer DMA mode
[ 4.061049] Periodic Transfer Interrupt Enhancement - disabled
[ 4.068270] Multiprocessor Interrupt Enhancement - disabled
[ 4.075226] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 4.080928] Dedicated Tx FIFOs mode
[ 4.086080] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xef414000 dma = 0xef414000 len=9024
[ 4.098735] FIQ FSM acceleration enabled for :
Non-periodic Split Transactions
Periodic Split Transactions
[ 4.115542] dwc_otg: Microframe scheduler enabled
[ 4.115615] WARN::hcd_init_fiq:412: FIQ on core 1 at 0xc0591ee4
[ 4.123065] WARN::hcd_init_fiq:413: FIQ ASM at 0xc0592240 length 36
[ 4.130817] WARN::hcd_init_fiq:438: MPHI regs_base at 0xf0374000
[ 4.138273] dwc_otg bcm2708_usb: DWC OTG Controller
[ 4.144637] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[ 4.153425] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[ 4.160497] Init: Port Power? op_state=1
[ 4.165912] Init: Power Port (0)
[ 4.170912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.179266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.188011] usb usb1: Product: DWC OTG Controller
[ 4.194228] usb usb1: Manufacturer: Linux 3.18.7-3-ARCH dwc_otg_hcd
[ 4.202028] usb usb1: SerialNumber: bcm2708_usb
[ 4.209122] hub 1-0:1.0: USB hub found
[ 4.214386] hub 1-0:1.0: 1 port detected
[ 4.220307] dwc_otg: FIQ enabled
[ 4.220320] dwc_otg: NAK holdoff enabled
[ 4.220330] dwc_otg: FIQ split-transaction FSM enabled
[ 4.220370] Module dwc_common_port init
[ 4.220704] usbcore: registered new interface driver uas
[ 4.227612] usbcore: registered new interface driver usb-storage
[ 4.235080] usbcore: registered new interface driver ums-alauda
[ 4.242411] usbcore: registered new interface driver ums-cypress
[ 4.249800] usbcore: registered new interface driver ums-datafab
[ 4.257141] usbcore: registered new interface driver ums_eneub6250
[ 4.264681] usbcore: registered new interface driver ums-freecom
[ 4.271987] usbcore: registered new interface driver ums-isd200
[ 4.279178] usbcore: registered new interface driver ums-jumpshot
[ 4.286441] usbcore: registered new interface driver ums-karma
[ 4.293418] usbcore: registered new interface driver ums-onetouch
[ 4.300649] usbcore: registered new interface driver ums-realtek
[ 4.307684] usbcore: registered new interface driver ums-sddr09
[ 4.314639] usbcore: registered new interface driver ums-sddr55
[ 4.321666] usbcore: registered new interface driver ums-usbat
[ 4.328689] mousedev: PS/2 mouse device common for all mice
[ 4.335637] md: linear personality registered for level -1
[ 4.341971] md: raid0 personality registered for level 0
[ 4.348092] md: raid1 personality registered for level 1
[ 4.354190] md: raid10 personality registered for level 10
[ 4.360805] md: raid6 personality registered for level 6
[ 4.366899] md: raid5 personality registered for level 5
[ 4.373003] md: raid4 personality registered for level 4
[ 4.379109] md: multipath personality registered for level -4
[ 4.385677] md: faulty personality registered for level -5
[ 4.392466] device-mapper: uevent: version 1.0.3
[ 4.398625] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: dm-devel@redhat.com
[ 4.409948] device-mapper: multipath: version 1.7.0 loaded
[ 4.416563] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 4.424400] Indeed it is in host mode hprt0 = 00021501
[ 4.430813] device-mapper: multipath queue-length: version 0.1.0 loaded
[ 4.438725] device-mapper: multipath service-time: version 0.2.0 loaded
[ 4.446690] device-mapper: raid: Loading target version 1.6.0
[ 4.454060] bcm2835-cpufreq: min=600000 max=900000
[ 4.473914] sdhci: Secure Digital Host Controller Interface driver
[ 4.481041] sdhci: Copyright(c) Pierre Ossman
[ 4.486480] DMA channels allocated for the MMC driver
[ 4.528836] Load BCM2835 MMC driver
[ 4.534411] sdhci-pltfm: SDHCI platform and OF driver helper
[ 4.541083] ledtrig-cpu: registered to indicate activity on CPUs
[ 4.548181] hidraw: raw HID events driver (C) Jiri Kosina
[ 4.554963] usbcore: registered new interface driver usbhid
[ 4.561621] usbhid: USB HID core driver
[ 4.566743] TCP: cubic registered
[ 4.567448] mmc0: host does not support reading read-only switch, assuming write-enable
[ 4.569942] mmc0: new high speed SDHC card at address edf9
[ 4.570430] mmcblk0: mmc0:edf9 SU08G 7.40 GiB
[ 4.572279] mmcblk0: p1 p2
[ 4.597112] Initializing XFRM netlink socket
[ 4.602449] NET: Registered protocol family 17
[ 4.608060] Key type dns_resolver registered
[ 4.613829] Registering SWP/SWPB emulation handler
[ 4.618927] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 4.619092] Indeed it is in host mode hprt0 = 00001101
[ 4.634018] registered taskstats version 1
[ 4.641638] Btrfs loaded
[ 4.645343] vc-sm: Videocore shared memory driver
[ 4.651086] [vc_sm_connected_init]: start
[ 4.656564] [vc_sm_connected_init]: end - returning 0
[ 4.663328] md: Waiting for all devices to be available before autodetect
[ 4.671139] md: If you don't use raid, use raid=noautodetect
[ 4.678637] md: Autodetecting RAID arrays.
[ 4.683741] md: Scanned 0 and added 0 devices.
[ 4.689174] md: autorun ...
[ 4.692895] md: ... autorun DONE.
[ 4.819116] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 4.826791] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.835610] hub 1-1:1.0: USB hub found
[ 4.840406] hub 1-1:1.0: 5 ports detected
[ 5.118927] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 5.151619] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 5.162703] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 5.180793] devtmpfs: mounted
[ 5.185856] Freeing unused kernel memory: 372K (c09f7000 - c0a54000)
[ 5.239327] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 5.247910] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.260020] smsc95xx v1.0.4
[ 5.322776] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:3f:92:35
[ 5.615556] IPv6: Loaded, but administratively disabled, reboot required to enable
[ 5.626769] systemd[1]: Inserted module 'ipv6'
[ 5.642562] random: systemd urandom read with 72 bits of entropy available
[ 5.670502] systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[ 5.694818] systemd[1]: Detected architecture 'arm'.
[ 5.710405] systemd[1]: Set hostname to .
[ 6.210465] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 6.226939] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 6.246948] systemd[1]: Cannot add dependency job for unit haveged.service, ignoring: Unit haveged.service failed to load: No such file or directory.
[ 6.264700] systemd[1]: Cannot add dependency job for unit systemd-logind.service, ignoring: Unit systemd-logind.service is masked.
[ 6.280613] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 6.311032] systemd[1]: Starting System Time Synchronized.
[ 6.321634] systemd[1]: Reached target System Time Synchronized.
[ 6.329861] systemd[1]: Expecting device dev-ttyAMA0.device...
[ 6.340050] systemd[1]: Expecting device dev-mmcblk0p1.device...
[ 6.350550] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 6.363063] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 6.375467] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 6.391718] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.405576] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
[ 6.419913] systemd[1]: Starting Encrypted Volumes.
[ 6.429522] systemd[1]: Reached target Encrypted Volumes.
[ 6.437206] systemd[1]: Starting Swap.
[ 6.444670] systemd[1]: Reached target Swap.
[ 6.450422] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 6.460990] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.471308] systemd[1]: Starting Paths.
[ 6.477998] systemd[1]: Reached target Paths.
[ 6.483739] systemd[1]: Starting Root Slice.
[ 6.491566] systemd[1]: Created slice Root Slice.
[ 6.497551] systemd[1]: Starting udev Control Socket.
[ 6.505360] systemd[1]: Listening on udev Control Socket.
[ 6.512013] systemd[1]: Starting System Slice.
[ 6.519606] systemd[1]: Created slice System Slice.
[ 6.525717] systemd[1]: Starting system-serial\x2dgetty.slice.
[ 6.534780] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 6.542256] systemd[1]: Starting system-netctl\x2difplugd.slice.
[ 6.551538] systemd[1]: Created slice system-netctl\x2difplugd.slice.
[ 6.559190] systemd[1]: Starting system-getty.slice.
[ 6.567231] systemd[1]: Created slice system-getty.slice.
[ 6.573836] systemd[1]: Starting system-netctl\x2dauto.slice.
[ 6.582762] systemd[1]: Created slice system-netctl\x2dauto.slice.
[ 6.590195] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 6.599063] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 6.606823] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 6.616194] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 6.624504] systemd[1]: Starting Journal Socket.
[ 6.630325] systemd[1]: Socket service systemd-journald.service not loaded, refusing.
[ 6.643389] systemd[1]: Failed to listen on Journal Socket.
[ 6.661159] systemd[1]: Starting RuneAudio shutdown script...
[ 6.672835] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.685642] systemd[1]: Mounted Huge Pages File System.
[ 6.692983] systemd[1]: Mounting Debug File System...
[ 6.704220] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.718119] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 6.744437] systemd[1]: Mounting Temporary Directory...
[ 6.762016] systemd[1]: Starting Load Kernel Modules...
[ 6.775953] systemd[1]: Started Set Up Additional Binary Formats.
[ 6.783634] systemd[1]: Starting Slices.
[ 6.790739] systemd[1]: Reached target Slices.
[ 6.794047] systemd-modules-load[117]: Module 'nfs' is builtin
[ 6.803585] systemd[1]: Starting Journal Socket (/dev/log).
[ 6.810390] systemd[1]: Socket service systemd-journald.service not loaded, refusing.
[ 6.817206] bcm2708_rng_init=f04fe000
[ 6.829970] systemd[1]: Failed to listen on Journal Socket (/dev/log).
[ 6.838266] systemd[1]: Starting Delayed Shutdown Socket.
[ 6.847528] systemd[1]: Listening on Delayed Shutdown Socket.
[ 6.854949] systemd[1]: Starting Remote File Systems.
[ 6.863211] systemd[1]: Reached target Remote File Systems.
[ 6.870422] systemd[1]: Starting Setup Virtual Console...
[ 6.884039] systemd[1]: Starting udev Kernel Socket.
[ 6.893608] systemd[1]: Listening on udev Kernel Socket.
[ 6.901402] systemd[1]: Starting udev Coldplug all Devices...
[ 6.970123] systemd[1]: Listening on Journal Audit Socket.
[ 6.977865] systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
[ 6.999187] systemd[1]: Mounted POSIX Message Queue File System.
[ 7.010263] systemd[1]: Mounted Debug File System.
[ 7.020086] systemd[1]: Mounted Temporary Directory.
[ 7.032403] systemd[1]: Started RuneAudio shutdown script.
[ 7.045647] systemd[1]: Started Remount Root and Kernel File Systems.
[ 7.059254] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 7.176970] systemd[1]: Started udev Coldplug all Devices.
[ 7.219501] systemd[1]: Started Setup Virtual Console.
[ 7.448660] systemd[1]: Started Rebuild Dynamic Linker Cache.
[ 7.467133] systemd[1]: Started Rebuild Hardware Database.
[ 7.474458] systemd[1]: Started First Boot Wizard.
[ 7.480876] systemd[1]: Started Create System Users.
[ 7.487915] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 7.503021] systemd[1]: Starting Load/Save Random Seed...
[ 7.548632] systemd[1]: Started Load/Save Random Seed.
[ 7.586855] systemd[1]: Started Create Static Device Nodes in /dev.
[ 7.588597] systemd-modules-load[117]: Inserted module 'bcm2708_rng'
[ 7.630996] systemd-modules-load[117]: Inserted module 'snd_bcm2835'
[ 7.643532] systemd[1]: Started Load Kernel Modules.
[ 7.683505] systemd[1]: Mounted FUSE Control File System.
[ 7.690322] systemd[1]: Starting Apply Kernel Variables...
[ 7.701808] systemd[1]: Mounting Configuration File System...
[ 7.713460] systemd[1]: Starting Local File Systems (Pre).
[ 7.722756] systemd[1]: Reached target Local File Systems (Pre).
[ 7.730744] systemd[1]: Mounting /var/log...
[ 7.739058] systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
[ 7.753907] systemd[1]: Starting udev Kernel Device Manager...
[ 7.774319] systemd[1]: Mounted Configuration File System.
[ 7.776144] systemd[1]: Mounted /var/log.
[ 7.781120] systemd[1]: Started Apply Kernel Variables.
[ 7.793816] systemd-udevd[143]: starting version 218
[ 7.884453] systemd[1]: Started udev Kernel Device Manager.
[ 7.908324] systemd[1]: Mounting /var/log/runeaudio...
[ 7.924798] systemd[1]: Mounted /var/log/runeaudio.
[ 7.970532] systemd[1]: Found device /dev/ttyAMA0.
[ 8.138176] systemd[1]: Found device SMSC9512/9514 Fast Ethernet Adapter.
[ 8.293270] systemd[1]: Found device /dev/mmcblk0p1.
[ 8.293610] systemd[1]: Mounting /boot...
[ 8.309585] systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
[ 8.533117] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 8.538116] systemd[1]: Mounted /boot.
[ 8.562677] systemd[1]: Starting Local File Systems.
[ 8.564230] systemd[1]: Reached target Local File Systems.
[ 8.564566] systemd[1]: Starting Create Volatile Files and Directories...
[ 8.569488] systemd[1]: Started Commit a transient machine-id on disk.
[ 8.569986] systemd[1]: Started Rebuild Journal Catalog.
[ 8.570382] systemd[1]: Started Update is Completed.
[ 8.604262] systemd[1]: Started Create Volatile Files and Directories.
[ 8.639645] systemd[1]: Starting Update UTMP about System Boot/Shutdown...
[ 8.749098] systemd[1]: Started Update UTMP about System Boot/Shutdown.
[ 8.784517] systemd[1]: Starting System Initialization.
[ 8.786626] systemd[1]: Reached target System Initialization.
[ 8.787123] systemd[1]: Starting Daily rotation of log files.
[ 8.790499] systemd[1]: Started Daily rotation of log files.
[ 8.790881] systemd[1]: Starting RPCbind Server Activation Socket.
[ 8.793085] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 8.793391] systemd[1]: Starting Avahi mDNS/DNS-SD Stack Activation Socket.
[ 8.795446] systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ 8.795825] systemd[1]: Started Manage Sound Card State (restore and store).
[ 8.796064] systemd[1]: Starting Restore Sound Card State...
[ 8.802504] systemd[1]: Starting D-Bus System Message Bus Socket.
[ 8.805099] systemd[1]: Listening on D-Bus System Message Bus Socket.
[ 8.805699] systemd[1]: Starting Sockets.
[ 8.807641] systemd[1]: Reached target Sockets.
[ 8.808048] systemd[1]: Starting Basic System.
[ 8.809940] systemd[1]: Reached target Basic System.
[ 8.810340] systemd[1]: Starting Automatic wired network connection using netctl profiles...
[ 8.819244] systemd[1]: Started Automatic wired network connection using netctl profiles.
[ 8.825501] systemd[1]: Started SSH Key Generation.
[ 8.825876] systemd[1]: Starting dhcpcd on all interfaces...
[ 8.832275] systemd[1]: Starting Permit User Sessions...
[ 8.840055] systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
[ 8.847245] systemd[1]: Starting D-Bus System Message Bus...
[ 8.856806] systemd[1]: Started D-Bus System Message Bus.
[ 8.941664] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 9.001242] random: nonblocking pool is initialized
[ 9.049837] cfg80211: Calling CRDA to update world regulatory domain
[ 9.171597] systemd[1]: Started Avahi mDNS/DNS-SD Stack.
[ 9.172648] systemd[1]: Starting Network Service...
[ 9.177991] systemd[1]: Starting Daily verification of password and group files.
[ 9.179153] systemd[1]: Started Daily verification of password and group files.
[ 9.179556] systemd[1]: Starting Daily Cleanup of Temporary Directories.
[ 9.179765] systemd[1]: Started Daily Cleanup of Temporary Directories.
[ 9.180051] systemd[1]: Starting Timers.
[ 9.181666] systemd[1]: Reached target Timers.
[ 9.205397] systemd[1]: Started Restore Sound Card State.
[ 9.209241] systemd[1]: Started Permit User Sessions.
[ 9.226133] systemd[1]: Started dhcpcd on all interfaces.
[ 9.281843] systemd[1]: Started Network Service.
[ 9.320186] systemd[1]: Starting Network Name Resolution...
[ 9.325253] systemd[1]: Starting Sound Card.
[ 9.326941] systemd[1]: Reached target Sound Card.
[ 9.327270] systemd[1]: Starting Getty on tty1...
[ 9.333909] systemd[1]: Started Getty on tty1.
[ 9.334292] systemd[1]: Starting Serial Getty on ttyAMA0...
[ 9.342008] systemd[1]: Started Serial Getty on ttyAMA0.
[ 9.342428] systemd[1]: Starting Login Prompts.
[ 9.344162] systemd[1]: Reached target Login Prompts.
[ 9.387513] systemd-resolved[197]: Using system hostname 'runeaudio'.
[ 9.408185] systemd[1]: Started Network Name Resolution.
[ 9.671305] systemd-networkd[191]: ifb0 : gained carrier
[ 9.672096] systemd-networkd[191]: ifb1 : gained carrier
[ 10.601615] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
[ 10.601956] systemd-networkd[191]: eth0 : gained carrier
[ 10.613424] systemd-networkd[191]: eth0 : could not start IPv6 router discovery
[ 10.613479] systemd-networkd[191]: eth0 : failed
[ 96.330026] systemd[1]: Job sys-subsystem-net-devices-wlan0.device/start timed out.
[ 96.330139] systemd[1]: Timed out waiting for device sys-subsystem-net-devices-wlan0.device.
[ 96.330287] systemd[1]: Dependency failed for Automatic wireless network connection using netctl profiles.
[ 96.330371] systemd[1]: Job netctl-auto@wlan0.service/start failed with result 'dependency'.
[ 96.330455] systemd[1]: Job sys-subsystem-net-devices-wlan0.device/start failed with result 'timeout'.
[ 96.330664] systemd[1]: Starting Network.
[ 96.330764] systemd[1]: Reached target Network.
[ 96.330942] systemd[1]: Starting Advanced key-value store...
[ 96.335589] systemd[1]: Starting The PHP FastCGI Process Manager...
[ 96.351550] systemd[1]: Starting Network Time Service...
[ 96.357588] systemd[1]: Starting OpenSSH Daemon...
[ 96.363056] systemd[1]: Started OpenSSH Daemon.
[ 96.363538] systemd[1]: Starting RuneAudio Playback Worker...
[ 96.368979] systemd[1]: Started RuneAudio Playback Worker.
[ 96.369540] systemd[1]: Starting A high performance web server and a reverse proxy server...
[ 96.379928] systemd[1]: Started Advanced key-value store.
[ 96.500540] systemd[1]: Started Network Time Service.
[ 96.710569] systemd[1]: Started A high performance web server and a reverse proxy server.
[ 96.919641] systemd[1]: Started The PHP FastCGI Process Manager.
[ 96.920197] systemd[1]: Starting Multi-User System.
[ 96.920312] systemd[1]: Reached target Multi-User System.
[ 96.920502] systemd[1]: Starting Graphical Interface.
[ 96.920588] systemd[1]: Reached target Graphical Interface.
[ 96.920724] systemd[1]: Starting RuneAudio System Worker...
[ 96.924952] systemd[1]: Started RuneAudio System Worker.
[ 96.925473] systemd[1]: Startup finished in 5.236s (kernel) + 1min 31.460s (userspace) = 1min 36.696s.
[ 97.307882] systemd[1]: Stopping The PHP FastCGI Process Manager...
[ 97.352192] systemd[1]: Stopped The PHP FastCGI Process Manager.
[ 97.483106] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 97.483437] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 97.486767] systemd[1]: Starting Music Player Daemon...
[ 97.490523] systemd[1]: Started Music Player Daemon.
[ 97.530618] systemd[1]: Time has been changed
[ 97.533581] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 97.534507] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 97.537993] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 97.538429] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 97.542095] systemd[1]: Starting Verify integrity of password and group files...
[ 97.546554] systemd[1]: Starting Rotate log files...
[ 97.651809] systemd[1]: shadow.service: main process exited, code=exited, status=2/INVALIDARGUMENT
[ 97.653672] systemd[1]: Failed to start Verify integrity of password and group files.
[ 97.654387] systemd[1]: Unit shadow.service entered failed state.
[ 97.654792] systemd[1]: shadow.service failed.
[ 97.718512] systemd[1]: Unit php-fpm.service cannot be reloaded because it is inactive.
[ 97.774749] systemd[1]: Started Rotate log files.
[ 98.883170] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 98.883666] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 98.888772] systemd[1]: Starting Samba SMB/CIFS server...
[ 98.893803] systemd[1]: Started Samba SMB/CIFS server.
[ 99.023040] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 99.023507] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 99.027813] systemd[1]: Starting Samba NetBIOS name server...
[ 100.032297] systemd[1]: Started Samba NetBIOS name server.
[ 100.154703] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 100.155180] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 100.159469] systemd[1]: Started Music Player Daemon.
[ 100.732672] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 100.732985] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 100.737728] systemd[1]: Starting Upmpdcli UPnP/dlna receiver...
[ 100.742923] systemd[1]: Started Upmpdcli UPnP/dlna receiver.
[ 101.830192] systemd[1]: mpd.service holdoff time over, scheduling restart.
[ 101.831316] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 101.831925] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 101.836376] systemd[1]: Stopping Upmpdcli UPnP/dlna receiver...
[ 101.953165] systemd[1]: Stopping Music Player Daemon...
[ 101.953420] systemd[1]: Starting Music Player Daemon...
[ 101.958442] systemd[1]: Started Music Player Daemon.
[ 101.958873] systemd[1]: Starting Upmpdcli UPnP/dlna receiver...
[ 101.964472] systemd[1]: Started Upmpdcli UPnP/dlna receiver.
[ 102.503423] systemd[1]: Stopping Upmpdcli UPnP/dlna receiver...
[ 102.510631] systemd[1]: Stopped Upmpdcli UPnP/dlna receiver.
[ 102.547635] systemd[1]: Stopping Music Player Daemon...
[ 102.573524] systemd[1]: Stopped Music Player Daemon.
[ 103.682740] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 103.683211] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 103.687799] systemd[1]: Starting Music Player Daemon...
[ 103.692843] systemd[1]: Started Music Player Daemon.
[ 103.769273] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 103.769648] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 103.775071] systemd[1]: Starting Upmpdcli UPnP/dlna receiver...
[ 103.780598] systemd[1]: Started Upmpdcli UPnP/dlna receiver.
[ 103.887200] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 103.887528] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 103.893104] systemd[1]: Starting Shairport AirTunes receiver...
[ 103.913790] systemd[1]: Started Shairport AirTunes receiver.
[ 104.065942] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 104.066308] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 104.070349] systemd[1]: Starting Usb Automount (udevil)...
[ 104.074489] systemd[1]: Started Usb Automount (udevil).
[ 104.401066] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 104.401401] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 104.404391] systemd[1]: Starting The PHP FastCGI Process Manager...
[ 104.494864] systemd[1]: Started The PHP FastCGI Process Manager.
[ 107.411860] systemd[1]: Reloading.
[ 147.082936] systemd[1]: mpd.service holdoff time over, scheduling restart.
[ 147.083182] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 147.084082] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 147.087043] systemd[1]: Stopping Upmpdcli UPnP/dlna receiver...
[ 147.782433] systemd[1]: Stopping Upmpdcli UPnP/dlna receiver...
[ 233.054984] systemd[1]: Stopped Upmpdcli UPnP/dlna receiver.
[ 233.057607] systemd[1]: Stopping Music Player Daemon...
[ 233.057787] systemd[1]: Stopped Music Player Daemon.
[ 234.164909] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 234.166106] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 234.170753] systemd[1]: Starting Music Player Daemon...
[ 234.172455] systemd[1]: Failed to reset devices.list on /system.slice: Invalid argument
[ 234.176903] systemd[1]: Started Music Player Daemon.
[ 234.384996] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 234.385830] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 234.389281] systemd[1]: Starting Upmpdcli UPnP/dlna receiver...
[ 234.392883] systemd[1]: Started Upmpdcli UPnP/dlna receiver.
[ 342.774437] FS-Cache: Netfs 'cifs' registered for caching
[ 342.775665] Key type cifs.spnego registered
[ 342.775832] Key type cifs.idmap registered
[ 904.599252] systemd[1]: Starting Cleanup of Temporary Directories...
[ 904.651378] systemd[1]: Started Cleanup of Temporary Directories.
[ 1552.345698] systemd[1]: mpd.service holdoff time over, scheduling restart.
[ 1552.345961] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 1552.346847] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 1552.350023] systemd[1]: Stopping Upmpdcli UPnP/dlna receiver...
[ 1553.071713] systemd[1]: Stopping Upmpdcli UPnP/dlna receiver...
[ 1637.067169] systemd[1]: Stopped Upmpdcli UPnP/dlna receiver.
[ 1637.069569] systemd[1]: Stopping Music Player Daemon...
[ 1637.069780] systemd[1]: Stopped Music Player Daemon.
[ 1638.177293] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 1638.178358] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 1638.183161] systemd[1]: Starting Music Player Daemon...
[ 1638.188265] systemd[1]: Started Music Player Daemon.
[ 1638.263921] systemd[1]: Cannot add dependency job for unit systemd-journal-flush.service, ignoring: Unit systemd-journal-flush.service is masked.
[ 1638.265476] systemd[1]: Cannot add dependency job for unit systemd-journald.service, ignoring: Unit systemd-journald.service is masked.
[ 1638.270918] systemd[1]: Starting Upmpdcli UPnP/dlna receiver...
[ 1638.276456] systemd[1]: Started Upmpdcli UPnP/dlna receiver.

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


Debug data collected in 1.235 seconds.
wouser
 
Posts: 4
Joined: 21 Jul 2015, 16:33

Re: Mounting multiple NAS folders

Postby wouser » 22 Jul 2015, 15:11

Odd, i managed to fix this issue.

For anyone wondering: For me the fix was by using the exact same name for the network share as the folder the music was in. I thought i could use it to give it any name i wanted, i was wrong :)

EDIT: not fully fixed; it also shows two empty folders (which i havent mounted at 'sources') one named 'synology' and the other 'synology HD'; anyway to get rid of these?

Thanks for this great piece of software!
wouser
 
Posts: 4
Joined: 21 Jul 2015, 16:33

support RuneAudio Donate with PayPal


Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 3 guests