ChriD / Raumserver

Raumserver - A HTTP Request Server to control the RF-Multiroom System
32 stars 11 forks source link

raumserver x64 linux using a lot of cpu - even with no request's going to it #35

Closed holli73 closed 7 years ago

holli73 commented 7 years ago

hello,

this is an extract from my top on my big server:

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
 8916 holli     20   0 4637708  18256      0 S  33,3  0,0 179:34.58 ./raumsrvDaemon
32320 root      20   0  263588   2848   2116 S  10,2  0,0 140:41.15 ./minisatip -O -o obelix 11234 -x 8088 -e 0-3 -t -m 661122334455
 5707 libvirt+  20   0 3378160 2,423g   7532 S   9,9  3,9   1157:32 qemu-system-x86_64 -enable-kvm -name vm-win -S -machine pc-i440fx-1.7,accel=kvm,usb=off -cpu core2duo,+abm,+pdpe1gb,+rdrand,+f16c,+osxsave,+pdcm,+xtpr,+tm2,+est,+smx,+vmx,+ds_cp+
 5935 libvirt+  20   0 14,061g 0,012t   4104 S   8,3 19,4 828:03.56 qemu-system-x86_64 -enable-kvm -name automic -S -machine pc-i440fx-1.7,accel=kvm,usb=off -m 12288 -realtime mlock=off -smp 2,sockets=2,cores=1,threads=1 -uuid 890109b6-b599-83fa+
 5586 libvirt+  20   0 2280616 910520   4580 S   2,6  1,4 371:57.44 qemu-system-x86_64 -enable-kvm -name ipfire -S -machine pc-i440fx-wily,accel=kvm,usb=off -cpu Broadwell,+mpx,+abm,+pdpe1gb,+rdrand,+f16c,+osxsave,+pdcm,+xtpr,+tm2,+est,+smx,+vmx+
 7000 holli     20   0  585948 244788  23276 S   2,6  0,4 181:36.80 /home/holli/AUTOMIC/smgr/../ae/ucsrvwp /home/holli/AUTOMIC/smgr/../ae/ucsrv.ini -svc12871
 5868 libvirt+  20   0 7095260 2,160g   4704 S   2,0  3,4   5796:20 qemu-system-x86_64 -enable-kvm -name webserver -S -machine pc-1.0,accel=kvm,usb=off -cpu Westmere,+abm,+rdtscp,+pdpe1gb,+x2apic,+xtpr,+tm2,+est,+vmx,+ds_cpl,+monitor,+pbe,+tm,+h+
 7146 holli     20   0  590188 247020  23120 S   1,7  0,4 160:02.22 /home/holli/AUTOMIC/smgr/../ae/ucsrvwp /home/holli/AUTOMIC/smgr/../ae/ucsrv.ini -svc12871
   51 root      25   5       0      0      0 S   1,0  0,0  42:36.22 [ksmd]
 4338 holli     -2   0 16,368g   5044   4956 S   1,0  0,0  89:54.42 ora_vktm_AE
 5775 libvirt+  20   0 9357108 1,791g   4500 S   1,0  2,8  63:06.66 qemu-system-x86_64 -enable-kvm -name web-server -S -machine pc-i440fx-wily,accel=kvm,usb=off -cpu Broadwell,+mpx,+abm,+pdpe1gb,+rdrand,+f16c,+osxsave,+pdcm,+xtpr,+tm2,+est,+smx,+
 7003 holli     20   0 16,381g 2,754g 2,749g S   1,0  4,4  85:14.11 oracleAE (LOCAL=NO)
 6336 holli     20   0  583404 238692  22116 S   0,7  0,4 179:20.18 /home/holli/AUTOMIC/smgr/../ae/ucsrvwp /home/holli/AUTOMIC/smgr/../ae/ucsrv.ini -svc12871
 6339 holli     20   0 16,377g 2,688g 2,683g S   0,7  4,3  80:40.06 oracleAE (LOCAL=NO)
 7152 holli     20   0 16,389g 2,729g 2,723g S   0,7  4,3  73:18.36 oracleAE (LOCAL=NO)
 9269 holli     20   0   40952   4004   2984 R   0,7  0,0   0:00.20 top

so you can see that the raumserver is always on top - i did not run any request's against this deamon - so this process takes much more cpu than all my vm's running on that box...

any idea?

holli

ChriD commented 7 years ago

In fact i have no idea.... What does the log file say? Maybe there is some error which leads to huge "endless" logging? This would explain the CPU usage. Can you please check the log file?

ChriD commented 7 years ago

And another question, please xan you check how many ports the raumserver uses?

holli73 commented 7 years ago

hello,

i did pull all but can not build anymore:

holli@obelix:~/BUILD/raumserver/Raumserver/source/RaumserverDaemon$ ./buildX64.sh
cp: cannot stat '../../../RaumserverLib/source/libs/linux_ARMV5/raumserver.so': No such file or directory
cp: cannot stat '../../../RaumkernelLib/source/libs/linux_ARMA53/raumkernel.so': No such file or directory
cp: cannot stat '../../../RaumserverLib/source/libs/linux_ARMA53/raumserver.so': No such file or directory
makefile:91: RaumserverDaemon.d: No such file or directory
g++-4.9 -m64 -std=c++11 -fPIC -Wall -Wno-unknown-pragmas -Wno-unused-parameter -Wunused-value -mapcs-frame -funwind-tables -Wextra -O2  -c -pthread -I includes/ -I ../../../RaumkernelLib/source/includes/ -I ../../../RaumserverLib/source/includes/ -MM RaumserverDaemon.cpp >RaumserverDaemon.d
g++-4.9: error: unrecognized command line option ‘-mapcs-frame’
makefile:89: recipe for target 'RaumserverDaemon.d' failed
make: *** [RaumserverDaemon.d] Error 1
g++-4.9 -m64 -std=c++11 -fPIC -Wall -Wno-unknown-pragmas -Wno-unused-parameter -Wunused-value -mapcs-frame -funwind-tables -Wextra -O2  -c -pthread -I includes/ -I ../../../RaumkernelLib/source/includes/ -I ../../../RaumserverLib/source/includes/   -c -o RaumserverDaemon.o RaumserverDaemon.cpp
g++-4.9: error: unrecognized command line option ‘-mapcs-frame’
<builtin>: recipe for target 'RaumserverDaemon.o' failed
make: *** [RaumserverDaemon.o] Error 1
/bin/cp: cannot stat 'raumsrvDaemon': No such file or directory
/bin/cp: cannot stat 'docroot': No such file or directory
rm -f  raumsrvDaemon RaumserverDaemon.o RaumserverDaemon.d

i did remove the option from the makefile

holli@obelix:~/BUILD/raumserver/Raumserver/source/RaumserverDaemon$ ./buildX64.sh
cp: cannot stat '../../../RaumserverLib/source/libs/linux_ARMV5/raumserver.so': No such file or directory
cp: cannot stat '../../../RaumkernelLib/source/libs/linux_ARMA53/raumkernel.so': No such file or directory
cp: cannot stat '../../../RaumserverLib/source/libs/linux_ARMA53/raumserver.so': No such file or directory
makefile:91: RaumserverDaemon.d: No such file or directory
g++-4.9 -m64 -std=c++11 -fPIC -Wall -Wno-unknown-pragmas -Wno-unused-parameter -Wunused-value -funwind-tables -Wextra -O2  -c -pthread -I includes/ -I ../../../RaumkernelLib/source/includes/ -I ../../../RaumserverLib/source/includes/ -MM RaumserverDaemon.cpp >RaumserverDaemon.d
rm -f  raumsrvDaemon RaumserverDaemon.o RaumserverDaemon.d
makefile:91: RaumserverDaemon.d: No such file or directory
g++-4.9 -m64 -std=c++11 -fPIC -Wall -Wno-unknown-pragmas -Wno-unused-parameter -Wunused-value -funwind-tables -Wextra -O2  -c -pthread -I includes/ -I ../../../RaumkernelLib/source/includes/ -I ../../../RaumserverLib/source/includes/ -MM RaumserverDaemon.cpp >RaumserverDaemon.d
g++-4.9 -m64 -std=c++11 -fPIC -Wall -Wno-unknown-pragmas -Wno-unused-parameter -Wunused-value -funwind-tables -Wextra -O2  -c -pthread -I includes/ -I ../../../RaumkernelLib/source/includes/ -I ../../../RaumserverLib/source/includes/   -c -o RaumserverDaemon.o RaumserverDaemon.cpp
RaumserverDaemon.cpp: In function ‘int main(int, char**)’:
RaumserverDaemon.cpp:217:86: warning: format not a string literal and no format arguments [-Wformat-security]
     syslog (LOG_NOTICE, std::string("Working directory: " + workingDirectory).c_str());
                                                                                      ^
g++-4.9 -m64 -Wl,--no-as-needed -pthread -static-libgcc -static-libstdc++ -ldl -rdynamic -o raumsrvDaemon RaumserverDaemon.o libs/linux_x64/raumkernel.so libs/linux_x64/raumserver.so
/bin/cp: cannot stat 'docroot': No such file or directory
rm -f  raumsrvDaemon RaumserverDaemon.o RaumserverDaemon.d

so it looks like new code takes a complete core from the logfile it doesnt't look like it it doing anything:

2016.10.29 21:59:32.948 DEBUG:    Refreshing UPNP device list [refreshDeviceListThread]
2016.10.29 22:00:03.452 DEBUG:    Refreshing UPNP device list [refreshDeviceListThread]

i did a strace on the process - it looks like the process is only in sleep but taking a core during the strace lines..

strace: Process 32504 attached
restart_syscall(<... resuming interrupted nanosleep ...>) = 0
nanosleep({60, 0}, 0x7ffef20a8240)      = 0
nanosleep({60, 0}, 0x7ffef20a8240)      = 0
nanosleep({60, 0},

from port point of view it looks ok?

root@obelix:/home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64# lsof -i |grep raum
raumsrvDa 32504           holli    4u  IPv4 3757651      0t0  TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504           holli    7u  IPv4 3757653      0t0  UDP obelix.holli.local:64732
raumsrvDa 32504           holli   10u  IPv4 3757655      0t0  UDP 239.255.255.250:1900
raumsrvDa 32504           holli   13u  IPv4 3759135      0t0  TCP *:18080 (LISTEN)
raumsrvDa 32504           holli   15u  IPv4 5521604      0t0  TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)

if i should turn on some debugging just let me know.

best regards holli

PS: if i just run lsof withtout -i i receive 909 lines

root@obelix:/home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64# lsof |grep raumsrvD
raumsrvDa 32504                  holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504                  holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504                  holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504                  holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504                  holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504                  holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504                  holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504                  holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504                  holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504                  holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504                  holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504                  holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504                  holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504                  holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504                  holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504                  holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504                  holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504                  holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504                  holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504                  holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504                  holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504                  holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504                  holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504                  holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504                  holli   14u     sock                0,8         0t0    6311471 protocol: TCP
raumsrvDa 32504                  holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504                  holli   16r     FIFO               0,10         0t0    6311472 pipe
raumsrvDa 32504                  holli   17w     FIFO               0,10         0t0    6311472 pipe
raumsrvDa 32504  6213            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504  6213            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504  6213            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504  6213            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504  6213            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504  6213            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504  6213            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504  6213            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504  6213            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504  6213            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504  6213            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504  6213            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504  6213            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504  6213            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504  6213            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504  6213            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504  6213            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504  6213            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504  6213            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504  6213            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504  6213            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504  6213            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504  6213            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504  6213            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504  6213            holli   14u     sock                0,8         0t0    6311471 protocol: TCP
raumsrvDa 32504  6213            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504  6213            holli   16r     FIFO               0,10         0t0    6311472 pipe
raumsrvDa 32504  6213            holli   17w     FIFO               0,10         0t0    6311472 pipe
raumsrvDa 32504 32506            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32506            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32506            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32506            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32506            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32506            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32506            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32506            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32506            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32506            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32506            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32506            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32506            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32506            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32506            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32506            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32506            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32506            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32506            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32506            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32506            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32506            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32506            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32506            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32506            holli   14u     sock                0,8         0t0    6311460 protocol: TCP
raumsrvDa 32504 32506            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32506            holli   16r     FIFO               0,10         0t0    6311461 pipe
raumsrvDa 32504 32506            holli   17w     FIFO               0,10         0t0    6311461 pipe
raumsrvDa 32504 32507            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32507            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32507            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32507            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32507            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32507            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32507            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32507            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32507            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32507            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32507            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32507            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32507            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32507            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32507            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32507            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32507            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32507            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32507            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32507            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32507            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32507            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32507            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32507            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32507            holli   14u     sock                0,8         0t0    6311460 protocol: TCP
raumsrvDa 32504 32507            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32507            holli   16r     FIFO               0,10         0t0    6311461 pipe
raumsrvDa 32504 32507            holli   17w     FIFO               0,10         0t0    6311461 pipe
raumsrvDa 32504 32508            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32508            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32508            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32508            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32508            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32508            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32508            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32508            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32508            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32508            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32508            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32508            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32508            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32508            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32508            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32508            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32508            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32508            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32508            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32508            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32508            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32508            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32508            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32508            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32508            holli   14u     sock                0,8         0t0    6311460 protocol: TCP
raumsrvDa 32504 32508            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32508            holli   16r     FIFO               0,10         0t0    6311461 pipe
raumsrvDa 32504 32508            holli   17w     FIFO               0,10         0t0    6311461 pipe
raumsrvDa 32504 32532            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32532            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32532            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32532            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32532            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32532            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32532            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32532            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32532            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32532            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32532            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32532            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32532            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32532            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32532            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32532            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32532            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32532            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32532            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32532            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32532            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32532            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32532            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32532            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32532            holli   14u     sock                0,8         0t0    6311460 protocol: TCP
raumsrvDa 32504 32532            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32532            holli   16r     FIFO               0,10         0t0    6311461 pipe
raumsrvDa 32504 32532            holli   17w  unknown                                           pipe (stat: No such file or directory)
raumsrvDa 32504 32533            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32533            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32533            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32533            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32533            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32533            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32533            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32533            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32533            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32533            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32533            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32533            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32533            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32533            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32533            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32533            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32533            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32533            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32533            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32533            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32533            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32533            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32533            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32533            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32533            holli   14u     sock                0,8         0t0    6307156 protocol: TCP
raumsrvDa 32504 32533            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32533            holli   16r     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32533            holli   17w     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32534            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32534            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32534            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32534            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32534            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32534            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32534            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32534            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32534            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32534            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32534            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32534            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32534            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32534            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32534            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32534            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32534            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32534            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32534            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32534            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32534            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32534            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32534            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32534            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32534            holli   14u     sock                0,8         0t0    6307156 protocol: TCP
raumsrvDa 32504 32534            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32534            holli   16r     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32534            holli   17w     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32535            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32535            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32535            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32535            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32535            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32535            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32535            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32535            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32535            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32535            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32535            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32535            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32535            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32535            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32535            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32535            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32535            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32535            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32535            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32535            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32535            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32535            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32535            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32535            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32535            holli   14u     sock                0,8         0t0    6307156 protocol: TCP
raumsrvDa 32504 32535            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32535            holli   16r     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32535            holli   17w     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32536            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32536            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32536            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32536            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32536            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32536            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32536            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32536            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32536            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32536            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32536            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32536            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32536            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32536            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32536            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32536            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32536            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32536            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32536            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32536            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32536            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32536            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32536            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32536            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32536            holli   14u     sock                0,8         0t0    6307156 protocol: TCP
raumsrvDa 32504 32536            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32536            holli   16r     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32536            holli   17w     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32537            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32537            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32537            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32537            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32537            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32537            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32537            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32537            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32537            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32537            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32537            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32537            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32537            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32537            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32537            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32537            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32537            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32537            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32537            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32537            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32537            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32537            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32537            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32537            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32537            holli   14u     sock                0,8         0t0    6307156 protocol: TCP
raumsrvDa 32504 32537            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32537            holli   16r     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32537            holli   17w     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32538            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32538            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32538            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32538            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32538            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32538            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32538            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32538            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32538            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32538            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32538            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32538            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32538            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32538            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32538            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32538            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32538            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32538            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32538            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32538            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32538            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32538            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32538            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32538            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32538            holli   14u     sock                0,8         0t0    6307156 protocol: TCP
raumsrvDa 32504 32538            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32538            holli   16r     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32538            holli   17w     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32539            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32539            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32539            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32539            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32539            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32539            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32539            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32539            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32539            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32539            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32539            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32539            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32539            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32539            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32539            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32539            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32539            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32539            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32539            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32539            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32539            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32539            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32539            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32539            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32539            holli   14u     sock                0,8         0t0    6307156 protocol: TCP
raumsrvDa 32504 32539            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32539            holli   16r     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32539            holli   17w     FIFO               0,10         0t0    6307157 pipe
raumsrvDa 32504 32539            holli   18u     sock                0,8         0t0    6308980 protocol: TCP
raumsrvDa 32504 32539            holli   19r     FIFO               0,10         0t0    6308981 pipe
raumsrvDa 32504 32539            holli   20w     FIFO               0,10         0t0    6308981 pipe
raumsrvDa 32504 32540            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32540            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32540            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32540            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32540            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32540            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32540            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32540            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32540            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32540            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32540            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32540            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32540            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32540            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32540            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32540            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32540            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32540            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32540            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32540            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32540            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32540            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32540            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32540            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32540            holli   14u  unknown                                           /proc/32504/task/32540/fd/14 (readlink: No such file or directory)
raumsrvDa 32504 32540            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32540            holli   16u  unknown                                           /proc/32504/task/32540/fd/16 (readlink: No such file or directory)
raumsrvDa 32504 32540            holli   17u  unknown                                           /proc/32504/task/32540/fd/17 (readlink: No such file or directory)
raumsrvDa 32504 32540            holli   18u     sock                0,8         0t0    6308980 protocol: TCP
raumsrvDa 32504 32540            holli   19r     FIFO               0,10         0t0    6308981 pipe
raumsrvDa 32504 32540            holli   20w     FIFO               0,10         0t0    6308981 pipe
raumsrvDa 32504 32541            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32541            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32541            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32541            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32541            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32541            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32541            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32541            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32541            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32541            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32541            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32541            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32541            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32541            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32541            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32541            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32541            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32541            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32541            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32541            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32541            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32541            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32541            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32541            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32541            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32541            holli   18u     sock                0,8         0t0    6308980 protocol: TCP
raumsrvDa 32504 32541            holli   19r     FIFO               0,10         0t0    6308981 pipe
raumsrvDa 32504 32541            holli   20w     FIFO               0,10         0t0    6308981 pipe
raumsrvDa 32504 32542            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32542            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32542            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32542            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32542            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32542            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32542            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32542            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32542            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32542            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32542            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32542            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32542            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32542            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32542            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32542            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32542            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32542            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32542            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32542            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32542            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32542            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32542            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32542            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32542            holli   14u     sock                0,8         0t0    6307158 protocol: TCP
raumsrvDa 32504 32542            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32542            holli   16r     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32542            holli   17w     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32543            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32543            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32543            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32543            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32543            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32543            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32543            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32543            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32543            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32543            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32543            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32543            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32543            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32543            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32543            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32543            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32543            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32543            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32543            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32543            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32543            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32543            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32543            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32543            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32543            holli   14u     sock                0,8         0t0    6307158 protocol: TCP
raumsrvDa 32504 32543            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32543            holli   16r     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32543            holli   17w     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32544            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32544            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32544            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32544            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32544            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32544            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32544            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32544            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32544            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32544            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32544            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32544            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32544            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32544            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32544            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32544            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32544            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32544            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32544            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32544            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32544            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32544            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32544            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32544            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32544            holli   14u     sock                0,8         0t0    6307158 protocol: TCP
raumsrvDa 32504 32544            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32544            holli   16r     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32544            holli   17w     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32545            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32545            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32545            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32545            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32545            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32545            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32545            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32545            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32545            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32545            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32545            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32545            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32545            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32545            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32545            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32545            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32545            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32545            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32545            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32545            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32545            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32545            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32545            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32545            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32545            holli   14u     sock                0,8         0t0    6307158 protocol: TCP
raumsrvDa 32504 32545            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32545            holli   16r     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32545            holli   17w     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32546            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32546            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32546            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32546            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32546            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32546            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32546            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32546            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32546            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32546            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32546            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32546            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32546            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32546            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32546            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32546            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32546            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32546            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32546            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32546            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32546            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32546            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32546            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32546            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32546            holli   14u     sock                0,8         0t0    6307158 protocol: TCP
raumsrvDa 32504 32546            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32546            holli   16r     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32546            holli   17w     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32547            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32547            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32547            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32547            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32547            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32547            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32547            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32547            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32547            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32547            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32547            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32547            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32547            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32547            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32547            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32547            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32547            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32547            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32547            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32547            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32547            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32547            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32547            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32547            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32547            holli   14u     sock                0,8         0t0    6307158 protocol: TCP
raumsrvDa 32504 32547            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32547            holli   16r     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32547            holli   17w     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32548            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32548            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32548            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32548            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32548            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32548            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32548            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32548            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32548            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32548            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32548            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32548            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32548            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32548            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32548            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32548            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32548            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32548            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32548            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32548            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32548            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32548            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32548            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32548            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32548            holli   14u     sock                0,8         0t0    6307158 protocol: TCP
raumsrvDa 32504 32548            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32548            holli   16r     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32548            holli   17w     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32549            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32549            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32549            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32549            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32549            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32549            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32549            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32549            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32549            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32549            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32549            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32549            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32549            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32549            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32549            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32549            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32549            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32549            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32549            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32549            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32549            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32549            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32549            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32549            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32549            holli   14u     sock                0,8         0t0    6307158 protocol: TCP
raumsrvDa 32504 32549            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32549            holli   16r     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32549            holli   17w     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32550            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32550            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32550            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32550            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32550            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32550            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32550            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32550            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32550            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32550            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32550            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32550            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32550            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32550            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32550            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32550            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32550            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32550            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32550            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32550            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32550            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32550            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32550            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32550            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32550            holli   14u     sock                0,8         0t0    6307158 protocol: TCP
raumsrvDa 32504 32550            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32550            holli   16r     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32550            holli   17w     FIFO               0,10         0t0    6307159 pipe
raumsrvDa 32504 32550            holli   18u     sock                0,8         0t0    6309991 protocol: TCP
raumsrvDa 32504 32550            holli   19r     FIFO               0,10         0t0    6309992 pipe
raumsrvDa 32504 32550            holli   20w     FIFO               0,10         0t0    6309992 pipe
raumsrvDa 32504 32551            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32551            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32551            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32551            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32551            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32551            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32551            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32551            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32551            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32551            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32551            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32551            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32551            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32551            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32551            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32551            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32551            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32551            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32551            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32551            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32551            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32551            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32551            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32551            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32551            holli   14u  unknown                                           /proc/32504/task/32551/fd/14 (readlink: No such file or directory)
raumsrvDa 32504 32551            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32551            holli   16u  unknown                                           /proc/32504/task/32551/fd/16 (readlink: No such file or directory)
raumsrvDa 32504 32551            holli   17u  unknown                                           /proc/32504/task/32551/fd/17 (readlink: No such file or directory)
raumsrvDa 32504 32551            holli   18u     sock                0,8         0t0    6309991 protocol: TCP
raumsrvDa 32504 32551            holli   19r     FIFO               0,10         0t0    6309992 pipe
raumsrvDa 32504 32551            holli   20w     FIFO               0,10         0t0    6309992 pipe
raumsrvDa 32504 32552            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32552            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32552            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32552            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32552            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32552            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32552            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32552            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32552            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32552            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32552            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32552            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32552            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32552            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32552            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32552            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32552            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32552            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32552            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32552            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32552            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32552            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32552            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32552            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32552            holli   14u     sock                0,8         0t0    6311462 protocol: TCP
raumsrvDa 32504 32552            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32552            holli   16r     FIFO               0,10         0t0    6311463 pipe
raumsrvDa 32504 32552            holli   17w     FIFO               0,10         0t0    6311463 pipe
raumsrvDa 32504 32552            holli   18u     sock                0,8         0t0    6307161 protocol: TCP
raumsrvDa 32504 32552            holli   19r     FIFO               0,10         0t0    6307162 pipe
raumsrvDa 32504 32552            holli   20w     FIFO               0,10         0t0    6307162 pipe
raumsrvDa 32504 32553            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32553            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32553            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32553            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32553            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32553            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32553            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32553            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32553            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32553            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32553            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32553            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32553            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32553            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32553            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32553            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32553            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32553            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32553            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32553            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32553            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32553            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32553            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32553            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32553            holli   14u     sock                0,8         0t0    6311462 protocol: TCP
raumsrvDa 32504 32553            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32553            holli   16r     FIFO               0,10         0t0    6311463 pipe
raumsrvDa 32504 32553            holli   17w     FIFO               0,10         0t0    6311463 pipe
raumsrvDa 32504 32553            holli   18u     sock                0,8         0t0    6307161 protocol: TCP
raumsrvDa 32504 32553            holli   19r     FIFO               0,10         0t0    6307162 pipe
raumsrvDa 32504 32553            holli   20w     FIFO               0,10         0t0    6307162 pipe
raumsrvDa 32504 32554            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32554            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32554            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32554            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32554            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32554            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32554            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32554            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32554            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32554            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32554            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32554            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32554            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32554            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32554            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32554            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32554            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32554            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32554            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32554            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32554            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32554            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32554            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32554            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32554            holli   14u     sock                0,8         0t0    6311462 protocol: TCP
raumsrvDa 32504 32554            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32554            holli   16r     FIFO               0,10         0t0    6311463 pipe
raumsrvDa 32504 32554            holli   17w     FIFO               0,10         0t0    6311463 pipe
raumsrvDa 32504 32554            holli   18u     sock                0,8         0t0    6307161 protocol: TCP
raumsrvDa 32504 32554            holli   19r     FIFO               0,10         0t0    6307162 pipe
raumsrvDa 32504 32554            holli   20w     FIFO               0,10         0t0    6307162 pipe
raumsrvDa 32504 32555            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32555            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32555            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32555            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32555            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32555            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32555            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32555            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32555            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32555            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32555            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32555            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32555            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32555            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32555            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32555            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32555            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32555            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32555            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32555            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32555            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32555            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32555            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32555            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32555            holli   14u     sock                0,8         0t0    6311462 protocol: TCP
raumsrvDa 32504 32555            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32555            holli   16r     FIFO               0,10         0t0    6311463 pipe
raumsrvDa 32504 32555            holli   17w     FIFO               0,10         0t0    6311463 pipe
raumsrvDa 32504 32555            holli   18u     sock                0,8         0t0    6307161 protocol: TCP
raumsrvDa 32504 32555            holli   19r     FIFO               0,10         0t0    6307162 pipe
raumsrvDa 32504 32555            holli   20w     FIFO               0,10         0t0    6307162 pipe
raumsrvDa 32504 32556            holli  cwd       DIR              252,0        4096          2 /
raumsrvDa 32504 32556            holli  rtd       DIR              252,0        4096          2 /
raumsrvDa 32504 32556            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
raumsrvDa 32504 32556            holli  mem       REG              252,0     1864888    5898744 /lib/x86_64-linux-gnu/libc-2.23.so
raumsrvDa 32504 32556            holli  mem       REG              252,0      138744    5898831 /lib/x86_64-linux-gnu/libpthread-2.23.so
raumsrvDa 32504 32556            holli  mem       REG              252,0     1088952    5898785 /lib/x86_64-linux-gnu/libm-2.23.so
raumsrvDa 32504 32556            holli  mem       REG              252,0    12940160   15728716 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumserver.so
raumsrvDa 32504 32556            holli  mem       REG              252,0    25833136   15728715 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/libs/linux_x64/raumkernel.so
raumsrvDa 32504 32556            holli  mem       REG              252,0       14608    5898758 /lib/x86_64-linux-gnu/libdl-2.23.so
raumsrvDa 32504 32556            holli  mem       REG              252,0      162632    5898720 /lib/x86_64-linux-gnu/ld-2.23.so
raumsrvDa 32504 32556            holli    0u  netlink                            0t0    3758405 ROUTE
raumsrvDa 32504 32556            holli    1r     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32556            holli    2w     FIFO               0,10         0t0    3758406 pipe
raumsrvDa 32504 32556            holli    3u     unix 0xffff88098eb57440         0t0    3752957 type=DGRAM
raumsrvDa 32504 32556            holli    4u     IPv4            3757651         0t0        TCP obelix.holli.local:9986 (LISTEN)
raumsrvDa 32504 32556            holli    5r     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32556            holli    6w     FIFO               0,10         0t0    3757652 pipe
raumsrvDa 32504 32556            holli    7u     IPv4            3757653         0t0        UDP obelix.holli.local:64732
raumsrvDa 32504 32556            holli    8r     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32556            holli    9w     FIFO               0,10         0t0    3757654 pipe
raumsrvDa 32504 32556            holli   10u     IPv4            3757655         0t0        UDP 239.255.255.250:1900
raumsrvDa 32504 32556            holli   11r     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32556            holli   12w     FIFO               0,10         0t0    3757656 pipe
raumsrvDa 32504 32556            holli   13u     IPv4            3759135         0t0        TCP *:18080 (LISTEN)
raumsrvDa 32504 32556            holli   14u     sock                0,8         0t0    6311462 protocol: TCP
raumsrvDa 32504 32556            holli   15u     IPv4            5521604         0t0        TCP obelix.holli.local:42715->192.168.250.151:47365 (ESTABLISHED)
raumsrvDa 32504 32556            holli   16r     FIFO               0,10         0t0    6311463 pipe
raumsrvDa 32504 32556            holli   17w     FIFO               0,10         0t0    6311463 pipe
raumsrvDa 32504 32556            holli   18u     sock                0,8         0t0    6307161 protocol: TCP
raumsrvDa 32504 32556            holli   19r     FIFO               0,10         0t0    6307162 pipe
raumsrvDa 32504 32556            holli   20w     FIFO               0,10         0t0    6307162 pipe
civetweb- 32504 32557            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32558            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32559            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32560            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32561            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32562            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32563            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32564            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32565            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32566            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32567            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32568            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32569            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32570            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32571            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32572            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32573            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32574            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32575            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32576            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32577            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32578            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32579            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32580            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32581            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32582            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32583            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32584            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32585            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32586            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32587            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32588            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32589            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32590            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32591            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32592            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32593            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32594            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32595            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32596            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32597            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32598            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32599            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32600            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32601            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32602            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32603            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32604            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32605            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32606            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
civetweb- 32504 32607            holli  txt       REG              252,0       71584   15728722 /home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/bin/linux_x64/raumsrvDaemon
ChriD commented 7 years ago

ports look ok.

i did a strace on the process - it looks like the process is only in sleep but taking a core during the strace lines..

I definitly can't reproduce the CPU usage problem... My test was on a Ubuntu X64 VM. CPU usage is about 0,3 to 1,0 percent Even the ARMv5 and ARMv7 RF-devices are at the same cpu usage value. How do you start the Deamon?

holli73 commented 7 years ago

hello,

all i do is within ..../Raumserver/source/RaumserverDaemon/bin/linux_x64

./raumsrvDaemon

best regards holli

ChriD commented 7 years ago

Hmmm.. nothing fancy... i do the same and there is no issue... You said the "new code". What do you mean? Did the Deamon work without problems in a previouse pull?

And very important question. Does the server work? Does he accept and process requests?

holli73 commented 7 years ago

hello,

no the first time i tried was with 1.01/2 and now with the latest code - the only thing i had to change was this one compile parameter - but the cpu usage was always verry high since the first time i tried the new raumserver from here.

i can show you in a webex/teamviewer if interested - or do any kind of debug you might need.

best regards holli

PS: i'm located in austria

ChriD commented 7 years ago

Hmm... Maybe you can try to build and start the test application for the Raumkernel and look if there is the high cpu usage too? https://github.com/ChriD/RaumkernelLib/tree/master/source

You can use buildX64_test.sh and it should create a executable named "testX64" with console output. If there is the high CPU usage too we know that it comes from the kernel. If not you may build the Raumserver test application and then check the CPU usage and at least you can build the Raumserver (no Deamon) and check the CPU usage

PS: I am from Austria to.

holli73 commented 7 years ago

hello,

if i run the testX64 - the cpu usage is verry high as well - so i started a strace but could not see something strange - but than i started the the testX64 with strace -f and i could see that the childs are looping all the time - maybe you can see what is causing this loops on the child processes?

i attach the file - it run only for few seconds and produced already a huge output so i needed to zip it

best regards holli

debug.txt.zip

ps: the .120/122/121 adresses are my panasonic tv's and it looks like the raumserver tries all the time to get something from them and therefore the loop?

ChriD commented 7 years ago

Ok good.... As you say it seems that the server is trying to get some Infos from your devices and gets the "Resource temporarily unavailable" and therfore try's it again. In fact the "Resource temporarily unavailable" can have many reasons :-(

If this Loop/issue is in the UPNP Stack i use ( it Looks like it comes from there), that would be bad. O_o So first thing now i have to do is to reproduce the "Resource temporarily unavailable"

EDIT: if you shut down your TV's, does the Problem still exists?

holli73 commented 7 years ago

hello,

not really - even turned off (standby) the tv's respond because i can turn then on/off through my app - only if power off complete - but this is not an option...

i'm sure there might some other devices out there which might cause the same issue for users - my tv's are all the same model (panasonic ??CXW804 - only the size is different) and they use firefoxOS as system software.

thanks holli

ChriD commented 7 years ago

And if you restart the raumserver, then he goes up to 50% immediatly or after a few minutes or hours?

EDIT: I can reproduce a usage of 100% but with other strace output. But this is only if i send my VM to Sleep while the server is running and then doing the VM Resume it.... Not your case isn't it?

holli73 commented 7 years ago

hello,

no VM's involved on my end - the raumserver is running direct on the HOST hosting my vm's that's the reason i care about the cpu usage...

i can not tell - if the cpu usage was going up - but i tested with all 3 tv's powered off and started the testx64 - no cpu usage - stopped the process and even if my 3 tv's are in standby and testx64 is started -> i immediatly get the high cpu usage on that process.

i will try tomorrow to see what happens if the tv's are powered of and start testx64 and leave it running and than bring my tv's online.

i'll let you know.

thanks holli

holli73 commented 7 years ago

hello,

i started the testx64 and and had all 3 tv's in standby - so the CPU usage was verry high - than i powered off all 3 - tv's and the cpu usage dropped -> testx64 not noticable anymore on top ... from the output something is strange:

2016.11.01 08:45:51.974 DEBUG:    Refreshing UPNP device list
2016.11.01 08:46:22.478 DEBUG:    Refreshing UPNP device list
2016.11.01 08:46:36.479 DEBUG:    UPNP Device lost: FS-EZ(4D454930-0200-1000-8001-A813744C1C69)
2016.11.01 08:46:36.479 DEBUG:    Removing device 'FS-EZ' from manager
2016.11.01 08:46:36.479 DEBUG:    UPNP device 'FS-EZ' removed
2016.11.01 08:46:36.479 DEBUG:    UPNP Device lost: FS-WZ(4D454930-0200-1000-8001-A813746DB792)
2016.11.01 08:46:36.479 DEBUG:    Removing device 'FS-WZ' from manager
2016.11.01 08:46:36.479 DEBUG:    UPNP device 'FS-WZ' removed
2016.11.01 08:46:52.982 DEBUG:    Refreshing UPNP device list
2016.11.01 08:47:06.985 DEBUG:    UPNP Device lost: FS-SZ(4D454930-0000-1000-8001-A813745D57A0)
2016.11.01 08:47:06.985 DEBUG:    Removing device 'FS-SZ' from manager
2016.11.01 08:47:06.985 DEBUG:    UPNP device 'FS-SZ' removed
2016.11.01 08:47:06.985 DEBUG:    Media Server 'FS-SZ' removed
2016.11.01 08:47:06.985 DEBUG:    UPNP Device lost: FS-SZ(4D454930-0100-1000-8001-A813745D57A0)
2016.11.01 08:47:06.985 DEBUG:    Removing device 'FS-SZ' from manager
2016.11.01 08:47:06.985 DEBUG:    UPNP device 'FS-SZ' removed
2016.11.01 08:47:06.985 DEBUG:    Media Renderer 'FS-SZ' removed
2016.11.01 08:47:06.985 DEBUG:    UPNP Device lost: FS-SZ(4D454930-0200-1000-8001-A813745D57A0)
2016.11.01 08:47:06.985 DEBUG:    Removing device 'FS-SZ' from manager
2016.11.01 08:47:06.985 DEBUG:    UPNP device 'FS-SZ' removed
2016.11.01 08:47:23.487 DEBUG:    Refreshing UPNP device list
2016.11.01 08:47:53.991 DEBUG:    Refreshing UPNP device list

so it looks like the FS-SZ is/was there multiple times? than i started just one TV and the cpu usage was rising immediatly and i got following output till i turned off the TV again:

2016.11.01 08:56:54.382 DEBUG:    Refreshing UPNP device list
2016.11.01 08:57:24.887 DEBUG:    Refreshing UPNP device list
2016.11.01 08:57:31.588 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:b1128e87-71b2-443b-8100-37a48574ef82)
2016.11.01 08:57:31.588 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:b1128e87-71b2-443b-8100-37a48574ef82)
2016.11.01 08:57:45.734 DEBUG:    UPNP Device found: FS-EZ(4D454930-0000-1000-8001-A813744C1C69)
2016.11.01 08:57:45.734 DEBUG:    Adding device 'FS-EZ' to manager
2016.11.01 08:57:45.734 DEBUG:    Try to create device from device XML
2016.11.01 08:57:45.734 DEBUG:    Media Server device created (uuid:4D454930-0000-1000-8001-A813744C1C69)
2016.11.01 08:57:45.734 DEBUG:    Create ContentDirectory-Proxy for media server uuid:4D454930-0000-1000-8001-A813744C1C69
2016.11.01 08:57:45.734 DEBUG:    Create ConnectionManager-Proxy for media server uuid:4D454930-0000-1000-8001-A813744C1C69
2016.11.01 08:57:45.734 DEBUG:    Media Server 'FS-EZ' is now useable!
2016.11.01 08:57:55.391 DEBUG:    Refreshing UPNP device list
2016.11.01 08:57:55.396 DEBUG:    UPNP Device found: FS-EZ(4D454930-0100-1000-8001-A813744C1C69)
2016.11.01 08:57:55.396 DEBUG:    Adding device 'FS-EZ' to manager
2016.11.01 08:57:55.396 DEBUG:    Try to create device from device XML
2016.11.01 08:57:55.396 DEBUG:    Createing device (uuid:4D454930-0100-1000-8001-A813744C1C69)
2016.11.01 08:57:55.396 DEBUG:    Media Renderer device created (uuid:4D454930-0100-1000-8001-A813744C1C69)
2016.11.01 08:57:55.396 DEBUG:    Create AVTransport-Proxy for media renderer uuid:4D454930-0100-1000-8001-A813744C1C69
2016.11.01 08:57:55.396 DEBUG:    Create RenderingControl-Proxy for media renderer uuid:4D454930-0100-1000-8001-A813744C1C69
2016.11.01 08:57:55.396 DEBUG:    Create ConnectionManager-Proxy for media renderer uuid:4D454930-0100-1000-8001-A813744C1C69
2016.11.01 08:57:55.397 DEBUG:    Media Renderer 'FS-EZ' is now useable!
2016.11.01 08:57:55.397 DEBUG:    UPNP Device found: FS-EZ(4D454930-0200-1000-8001-A813744C1C69)
2016.11.01 08:57:55.397 DEBUG:    Adding device 'FS-EZ' to manager
2016.11.01 08:57:55.397 DEBUG:    Try to create device from device XML
2016.11.01 08:57:55.397 DEBUG:    No device was created for uuid:4D454930-0200-1000-8001-A813744C1C69. Device is not usable!
2016.11.01 08:57:55.398 DEBUG:    UPNP Device found: FS-EZ(4D454930-0300-1000-8001-A813744C1C69)
2016.11.01 08:57:55.398 DEBUG:    Adding device 'FS-EZ' to manager
2016.11.01 08:57:55.398 DEBUG:    Try to create device from device XML
2016.11.01 08:57:55.398 DEBUG:    No device was created for uuid:4D454930-0300-1000-8001-A813744C1C69. Device is not usable!
2016.11.01 08:57:55.406 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:4D454930-0100-1000-8001-A813744C1C69)
2016.11.01 08:57:55.406 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:4D454930-0100-1000-8001-A813744C1C69)
2016.11.01 08:57:55.406 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:4D454930-0100-1000-8001-A813744C1C69)
2016.11.01 08:58:25.895 DEBUG:    Refreshing UPNP device list
2016.11.01 08:58:56.400 DEBUG:    Refreshing UPNP device list
2016.11.01 08:59:10.399 DEBUG:    UPNP Device lost: FS-EZ(4D454930-0000-1000-8001-A813744C1C69)
2016.11.01 08:59:10.399 DEBUG:    Removing device 'FS-EZ' from manager
2016.11.01 08:59:10.399 DEBUG:    UPNP device 'FS-EZ' removed
2016.11.01 08:59:10.400 DEBUG:    Media Server 'FS-EZ' removed
2016.11.01 08:59:10.400 DEBUG:    UPNP Device lost: FS-EZ(4D454930-0100-1000-8001-A813744C1C69)
2016.11.01 08:59:10.400 DEBUG:    Removing device 'FS-EZ' from manager
2016.11.01 08:59:10.400 DEBUG:    UPNP device 'FS-EZ' removed
2016.11.01 08:59:10.400 DEBUG:    Media Renderer 'FS-EZ' removed
2016.11.01 08:59:10.400 DEBUG:    UPNP Device lost: FS-EZ(4D454930-0200-1000-8001-A813744C1C69)
2016.11.01 08:59:10.400 DEBUG:    Removing device 'FS-EZ' from manager
2016.11.01 08:59:10.400 DEBUG:    UPNP device 'FS-EZ' removed
2016.11.01 08:59:10.400 DEBUG:    UPNP Device lost: FS-EZ(4D454930-0300-1000-8001-A813744C1C69)
2016.11.01 08:59:10.400 DEBUG:    Removing device 'FS-EZ' from manager
2016.11.01 08:59:10.400 DEBUG:    UPNP device 'FS-EZ' removed
2016.11.01 08:59:26.908 DEBUG:    Refreshing UPNP device list
2016.11.01 08:59:57.412 DEBUG:    Refreshing UPNP device list

i don't know the code but from the output it looks ok and

Media Renderer 'FS-EZ' is now useable!

but why would now the device tried to be added again and again...

best regards holli

ChriD commented 7 years ago

Ok.. Good to know it comes from the UPNP Devices of your Televisions Im not 100% sure, but bad news is, that i think the high CPU usage comes from OhNet the UPNP Stack.

I can try to get the newest branch from the OhNet repository and build the ohNet libs again. But then i have to recreate the Raumfeld Proxies for the UPNPStack again too. because they have some major changes. This takes some time and is not done within a view minutes.

I will try to get this into Version 1.0.2 But in fact we can not be sure the problem is gone after the OhNet lib update In parallel i will look in the Kernel for some loops which might not write into the log file.

holli73 commented 7 years ago

hello,

i downloaded the oh-net libs and used:

holli@obelix:~/BUILD/raumserver/ohnet/ohNet-Linux-x64-Release/lib/PyOhNet/Test$ python TestDeviceList.py

Searching for devices (1) - press ENTER key to continue
    (1) ADDED -> minisatip    c_void_p(140039287737200)
    (1) ADDED -> FS-WZ    c_void_p(140039287737968)
    (1) ADDED -> FS-WZ    c_void_p(140039287742560)
    (1) ADDED -> Philips hue (192.168.250.135) compatible Wireless Light Control Gateway    c_void_p(140039287758480)
    (1) ADDED -> FS-WZ    c_void_p(140039287741504)
    (1) ADDED -> FS-WZ    c_void_p(140039287765232)
    (1) ADDED -> Raumfeld Device    c_void_p(140039287738624)
    (1) ADDED -> Sauna    c_void_p(140039287739472)
    (1) ADDED -> Raumfeld Device    c_void_p(140039287740304)
    (1) ADDED -> Connector LaubeAussen    c_void_p(140039287766016)
    (1) ADDED -> Inactive    c_void_p(140039287766912)
    (1) ADDED -> Speaker Sauna    c_void_p(140039287767808)
    (1) ADDED -> Speaker Kueche    c_void_p(140039287768832)
    (1) ADDED -> wc-og    c_void_p(140039287770736)
    (1) ADDED -> VS-WZ    c_void_p(140039287769792)
    (1) ADDED -> Speaker Bad    c_void_p(140039287743968)
    (1) ADDED -> Speaker Schlafzimmer    c_void_p(140039287744864)
    (1) ADDED -> LaubeAussen    c_void_p(140039287745760)
    (1) ADDED -> dss-db    c_void_p(140039287758928)
    (1) ADDED -> Connector wc-og    c_void_p(140039287759536)
    (1) ADDED -> Raumfeld MediaServer    c_void_p(140039287760192)
    (1) ADDED -> Kueche    c_void_p(140039287761120)
    (1) ADDED -> Raumfeld Device    c_void_p(140039287756400)
    (1) ADDED -> Raumfeld ConfigDevice    c_void_p(140039287757248)
    (1) ADDED -> Bad    c_void_p(140039287758144)
    (1) ADDED -> Raumfeld Device    c_void_p(140039287762400)
    (1) ADDED -> Raumfeld Device    c_void_p(140039287763344)
    (1) ADDED -> Raumfeld Device    c_void_p(140039287747104)
    (1) ADDED -> Raumfeld Device    c_void_p(140039287747920)
    (1) ADDED -> sat-swe-wz-xupnpd    c_void_p(140038952192912)
    (1) REMOVED -> FS-WZ
    (1) REMOVED -> FS-WZ
    (1) REMOVED -> FS-WZ
    (1) ADDED -> FS-WZ    c_void_p(140038952197280)
    (1) ADDED -> FS-WZ    c_void_p(140038952193712)
    (1) ADDED -> FS-WZ    c_void_p(140038952198336)

i can not see this python script on the cpu at all - i turned off a tv and on all looks ok - no cpu usage - the files used are from ohnet-1.9.2291.

best regards holli

ChriD commented 7 years ago

I have updated the ohNet libs in the current branch and changed the compiler from gcc4.9 to gcc5

holli73 commented 7 years ago

hello,

i did compile the latest pull now - but no change - i attach a strace with timestamps from the TestDeviceList.py (ohnet) - there you can see that this script is only running apx. every 5 seconds a check/scan/... but receives the same error with '(Resource temporarily unavailable)' so you can not see it not on the CPU at all because every 5 seconds only few milliseconds processing:

holli@obelix:~/BUILD/raumserver/ohnet/ohNet-Linux-x64-Release/lib/PyOhNet/Test$ strace -o TestDeviceList.py.out -f -tt python TestDeviceList.py

Searching for devices (1) - press ENTER key to continue
    (1) ADDED -> minisatip    c_void_p(140179478154096)
    (1) ADDED -> FS-EZ    c_void_p(140179478167648)
    (1) ADDED -> FS-SZ    c_void_p(140179478174448)
    (1) ADDED -> FS-WZ    c_void_p(140179478160896)
    (1) ADDED -> FS-SZ    c_void_p(140179478181200)
    (1) ADDED -> FS-SZ    c_void_p(140179478188000)
    (1) ADDED -> dss-db    c_void_p(140179478168416)
    (1) ADDED -> Speaker Sauna    c_void_p(140179478177824)
    (1) ADDED -> LaubeAussen    c_void_p(140179478179584)
    (1) ADDED -> Inactive    c_void_p(140179478172016)
    (1) ADDED -> Raumfeld Device    c_void_p(140179478178624)
    (1) ADDED -> Bad    c_void_p(140179478172864)
    (1) ADDED -> Speaker Bad    c_void_p(140179478171696)
    (1) ADDED -> Raumfeld Device    c_void_p(140179478176720)
    (1) ADDED -> Speaker Schlafzimmer    c_void_p(140179478174832)
    (1) ADDED -> Raumfeld ConfigDevice    c_void_p(140179478185376)
    (1) ADDED -> Raumfeld MediaServer    c_void_p(140179478175728)
    (1) ADDED -> Connector wc-og    c_void_p(140179478186320)
    (1) ADDED -> Raumfeld Device    c_void_p(140179478187088)
    (1) ADDED -> wc-og    c_void_p(140179478169376)
    (1) ADDED -> Connector LaubeAussen    c_void_p(140179478184624)
    (1) ADDED -> VS-WZ    c_void_p(140179478170432)
    (1) ADDED -> Raumfeld Device    c_void_p(140179478181904)
    (1) ADDED -> Speaker Kueche    c_void_p(140179478182656)
    (1) ADDED -> Kueche    c_void_p(140179478183600)
    (1) ADDED -> Inactive    c_void_p(140179478155040)
    (1) ADDED -> Raumfeld Device    c_void_p(140179478155936)
    (1) ADDED -> Raumfeld Device    c_void_p(140179478156880)
    (1) ADDED -> sat-swe-wz-xupnpd    c_void_p(140178941283216)
    (1) ADDED -> Raumfeld Device    c_void_p(140179478157968)
    (1) ADDED -> Philips hue (192.168.250.135) compatible Wireless Light Control Gateway    c_void_p(140178941283984)
^CTraceback (most recent call last):
  File "TestDeviceList.py", line 65, in <module>
    e.Show1()
  File "TestDeviceList.py", line 23, in Show1
    sys.stdin.read( 1 )
KeyboardInterrupt

than i did the same for the new testX64 static binary and you can see that this just loops all the time - so maybe in your code you have some loop or scan parameter which causes this all time instead of every 5 seconds?

just look at the timestamps so you can see that the py was running much longer and did not produce that much output that i had to zip like the raumkernel

TestDeviceList.py.out.txt

testStat.out.txt.zip

thanks holli

ChriD commented 7 years ago

Damn it... Well then i have to search further.

holli73 commented 7 years ago

hello,

i search around the code without knowing a lot but i ended up with a change in your upnpManger.cpp file:

        void UPNPManager::refreshDeviceListThread(std::atomic_bool &_stopThread, std::uint32_t _refreshTimeMS)
        {
            std::uint32_t timeCount = 0;
            while (!_stopThread)
            {
                try
                {
                    logDebug("**** BEFORE **** HOLLI: refreshDeviceListThread try block", CURRENT_POSITION);
                    std::this_thread::sleep_for(std::chrono::milliseconds(500));
                    logDebug("HOLLI: refreshDeviceListThread try block", CURRENT_POSITION);
                    timeCount += 500;
                    if (timeCount > _refreshTimeMS)
                    {
                        logDebug("Refreshing UPNP device list", CURRENT_POSITION);
                        refresh();
                        timeCount = 0;
                    }
                }

this lead's into:

2016.11.13 18:42:50.052 DEBUG:    HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:50.052 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:50.553 DEBUG:    HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:50.553 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:51.053 DEBUG:    HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:51.053 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:51.553 DEBUG:    HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:51.554 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:52.054 DEBUG:    HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:52.054 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:52.554 DEBUG:    HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:52.554 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:53.054 DEBUG:    HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:53.055 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:53.555 DEBUG:    HOLLI: refreshDeviceListThread try block
2016.11.13 18:42:53.555 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block

so i changed the threadsleep to 5sec but still the cpu usage is verry high - so the discover seems not to be the problem - i'm not sure yet why there are so many child processes?

so on further going up i changed:

         logInfo("Starting OpenHome UPNP Control Stack with network adapter: " + adapterName, CURRENT_POSITION);
            printf("**holli** %u\n", networkAdapterIdx);
            printf("**holli** %u\n", networkAdapterAddress);
            OpenHome::Net::UpnpLibrary::StartCp(22);

to this number and than no cpu usage at all only every 5 seconds for the discover - so i believe the problem is within the init and maybe because my network is a /22 (255.255.252.0) i had a quick look on the ohnet source files and there are lots of INITPARAMETERS for threading but i have no idea which one to set or reduce - further my c++ knowledge is to google search only and i tried to figure out what is passed to the init - the printf numbers returned do not make any sense to me...

maybe this helps and you have an idea - i have no idea what should be passed to the StartCp() function - here is the output from the teststat with my changes:

holli@obelix:~/BUILD/raumserver/RaumkernelLib/source$ ./build/linux_X64/testStat
2016.11.13 22:49:33.305 DEBUG:    Log level was set to: DEBUG
2016.11.13 22:49:33.305 DEBUG:    Init OpenHome UPNP Control Stack
2016.11.13 22:49:33.305 DEBUG:    Retrieve network adapter list
2016.11.13 22:49:33.305 DEBUG:    Adapter 0: br0
2016.11.13 22:49:33.305 DEBUG:    Waiting for Adapter eth0 to appear
2016.11.13 22:49:33.606 DEBUG:    Waiting for Adapter wlan0 to appear
2016.11.13 22:49:33.908 DEBUG:    Waiting for Adapter Killer Wireless-N 1202 Network Adapter to appear
2016.11.13 22:49:33.958 WARNING:  Network adapter '' not found! Raumkernel will use the first one found!
2016.11.13 22:49:33.958 DEBUG:    Using Network Adapter : br0
2016.11.13 22:49:33.958 DEBUG:    Getting IP-Subnet of adapter
2016.11.13 22:49:33.958 INFO:     Starting OpenHome UPNP Control Stack with network adapter: br0
**holli** 0
**holli** 16296128
2016.11.13 22:49:33.958 DEBUG:    Starting UPNP-Stack auto referesh thread
2016.11.13 22:49:33.958 INFO:     Kernel initialized! Waiting for Raumfeld System to appear!
2016.11.13 22:49:33.958 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block
2016.11.13 22:49:38.958 DEBUG:    HOLLI: refreshDeviceListThread try block
2016.11.13 22:49:38.958 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block
2016.11.13 22:49:43.959 DEBUG:    HOLLI: refreshDeviceListThread try block
2016.11.13 22:49:43.959 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block
2016.11.13 22:49:48.959 DEBUG:    HOLLI: refreshDeviceListThread try block
2016.11.13 22:49:48.959 DEBUG:    **** BEFORE **** HOLLI: refreshDeviceListThread try block

maybe this helps to find the root cause and is the difference to all other "home user" because most of them are in a /24 network only... and maybe the 5 seconds for discover is a better default because it is used on the test py script as well for the discover

holli

ChriD commented 7 years ago

Hi holli, Thank you for digging in the code. I appreciate that. What you did was changing the subnet where to search for UPNP devices. And as you can see in the log, no devices was found. So of course the CPU usage is low when your TV's are not found :-/

But i will look up some parms and maybe i am able to get the OhNet log write into the Application log file. Perhaps there we will get some more info on this issue.

ChriD commented 7 years ago

Ok, i have managed to get the UPNP log into the application log. But i have to add the log level settings to the settings.xml. Because to turn on all logs will lead to massive logging. I will tell you when I'm finished

ChriD commented 7 years ago

So i have pushed the changes for the UPNP Logging.If you pull and build the whole stuff again UPNP Stack errors will be logge din the log file. There are many options for UPNP Stack logging (All,ERROR,DEVICE,...). You can see them in the settings.xml. (They are additive, so you can do something like <LevelUpnp>ERROR,DEVICE</LevelUpnp> But i suggest first to start with the ERROR log because if you use e.g 'ALL' there is so much log that wont help us...

holli73 commented 7 years ago

hello,

i tried it with the default just for error and got following output

20161116201556938.log.txt

than i changed it to 'EVENT,NETWORK,THREAD'

20161116203235855.log.zip

so it looks like it is always the same on the same box? the raumserver is running on 192.168.249.1.

just let me know if you need something else.

best regards holli

holli73 commented 7 years ago

hello,

i did play with the trace parameter a bit and if you look at this file:

20161116211330442.log.txt

so i believe the system init is done with:

2016.11.16 21:13:43.451 DEBUG:    UPNP Device found: Philips hue (192.168.250.135) compatible Wireless Light Control Gateway(5e7c8296-a6ad-4d29-9e66-4cbfa2d51f65) [onDeviceFound]
2016.11.16 21:13:43.451 DEBUG:    Adding device 'Philips hue (192.168.250.135) compatible Wireless Light Control Gateway' to manager [addDevice]
2016.11.16 21:13:43.451 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.16 21:13:43.451 DEBUG:    No device was created for uuid:5e7c8296-a6ad-4d29-9e66-4cbfa2d51f65. Device is not usable! [createDeviceFromDeviceXML]

and than you can see that the

SSDP Multicast is running all the time.

hope this makes sense

best regards holli

ChriD commented 7 years ago

Hi holli, with your logs we can see that there is an "endless loop" when subscribing to some of your services of your devices

2016.11.16 20:32:37.669 DEBUG:    UPNP: Subscription (0x7fda78011100) for 4D454930-0000-1000-8001-A813745D57A0, urn:schemas-upnp-org:service:ConnectionManager:1 completed
    Sid is 4D454931-0001-103A-8001-14DDA9D3F5DE
    Renew in 300 secs
2016.11.16 20:32:37.681 DEBUG:    UPNP: EventSessionUpnp::Run, ReaderError handling sid - 4D454931-0001-103A-8001-14DDA9D3F5DE seq - 0
2016.11.16 20:32:37.681 DEBUG:    UPNP: Unsubscribing (0x7fda78011100) sid 4D454931-0001-103A-8001-14DDA9D3F5DE
2016.11.16 20:32:37.683 DEBUG:    UPNP: Unsubscribed (0x7fda78011100) sid 4D454931-0001-103A-8001-14DDA9D3F5DE in 2ms
2016.11.16 20:32:42.168 DEBUG:    UPNP: Subscription (0x7fda78011100) for 4D454930-0000-1000-8001-A813745D57A0, urn:schemas-upnp-org:service:ConnectionManager:1 completed
    Sid is 4D454931-0001-103A-8001-14DDA9D3F5DE
    Renew in 300 secs
2016.11.16 20:32:42.179 DEBUG:    UPNP: EventSessionUpnp::Run, ReaderError handling sid - 4D454931-0001-103A-8001-14DDA9D3F5DE seq - 0
...

I have opened and issue in the OhNet forum. It seems that some of your network devioces do not have implemented a super valid UPNP :-/ I will inform you when i get info about that issue

BTW: How many UPNP devices are in your network. It seems there are a lot because ther are many differents "sid's"

holli73 commented 7 years ago

hello,

i don't know what all is doing upnp but if i run the ohnet python getdevice list i receive:

holli@obelix:~/BUILD/raumserver/ohnet/ohNet-Linux-x64-Release/lib/PyOhNet/Test$ python TestDeviceList.py

Start: None

Searching for devices (1) - press ENTER key to continue
    (1) ADDED -> minisatip    c_void_p(139838632233840)
    (1) ADDED -> FS-EZ    c_void_p(139838632234768)
    (1) ADDED -> FS-WZ    c_void_p(139838632248320)
    (1) ADDED -> FS-SZ    c_void_p(139838632255120)
    (1) ADDED -> FS-SZ    c_void_p(139838632241568)
    (1) ADDED -> FS-WZ    c_void_p(139838632268672)
    (1) ADDED -> FS-SZ    c_void_p(139838632275472)
    (1) ADDED -> FS-WZ    c_void_p(139838632282272)
    (1) ADDED -> Philips hue (192.168.250.135) compatible Wireless Light Control Gateway    c_void_p(139838632261872)
    (1) ADDED -> FS-SZ    c_void_p(139838632289072)
    (1) ADDED -> FS-WZ    c_void_p(139838632295872)
    (1) ADDED -> dss-db    c_void_p(139838632249088)
    (1) ADDED -> Speaker Kueche    c_void_p(139838632259376)
    (1) ADDED -> Raumfeld Device    c_void_p(139838632260064)
    (1) ADDED -> Connector wc-og    c_void_p(139838632260960)
    (1) ADDED -> Connector LaubeAussen    c_void_p(139838632258464)
    (1) ADDED -> Speaker Sauna    c_void_p(139838632256064)
    (1) ADDED -> Raumfeld Device    c_void_p(139838632256912)
    (1) ADDED -> Raumfeld Device    c_void_p(139838632249376)
    (1) ADDED -> wc-og    c_void_p(139838632250272)
    (1) ADDED -> Raumfeld Device    c_void_p(139838632253648)
    (1) ADDED -> Inactive    c_void_p(139838632250928)
    (1) ADDED -> Inactive    c_void_p(139838632251744)
    (1) ADDED -> VS-WZ    c_void_p(139838632252704)
    (1) ADDED -> Kueche    c_void_p(139838632296816)
    (1) ADDED -> Raumfeld Device    c_void_p(139838632297648)
    (1) ADDED -> Speaker Schlafzimmer    c_void_p(139838632298640)
    (1) ADDED -> Raumfeld ConfigDevice    c_void_p(139838632299680)
    (1) ADDED -> Raumfeld Device    c_void_p(139838632300576)
    (1) ADDED -> Speaker Bad    c_void_p(139838632301520)
    (1) ADDED -> Bad    c_void_p(139838632283216)
    (1) ADDED -> LaubeAussen    c_void_p(139838632284112)
    (1) ADDED -> Raumfeld MediaServer    c_void_p(139838632287440)
    (1) ADDED -> Raumfeld Device    c_void_p(139838632284400)

this doesn't look to much?

the output of

holli@obelix:~/BUILD/raumserver/ohnet/ohNet-Linux-x64-Release/lib/PyOhNet/Test$ python TestAdapters.py

 1 network adapters detected

    FullName:       192.168.249.1 (br0)
    Name:           br0
    Address:        33138880
    Address (str):  192.168.249.1
    Subnet:         16296128
    Subnet (str):   192.168.248.0
    Net Mask:       16580607
    Net Mask (str): 255.255.252.0

best regards holli

ChriD commented 7 years ago

Okay, i got some info. As i supposed it seems to be that the panasonic TV's have some invalid UPNP service

Extract:

I've seen this type of issue a couple of times previously. In these cases, a device on the network was sending an evented update that the control point viewed as invalid. When this happens, ohNet unsubscribes from the problem device/service then creates a new subscription.

Creating a new subscription is exactly the right thing to do in cases where a control point has missed one or more updates from a device. It's the wrong thing to do in cases where the device always sends invalid updates. Unfortunately ohNet does not currently distinguish between these two cases.

The Raumserver subscribes to all MediaRenderers it will find. So i think i will add a option to the settings only to subscribe to Raumfeld Media Renderers or even only Virtual Renderers. (Due for the system to work proper only the virtual renderers are necessary)

I will inform you when i have updated the kernel so you can set the flag, try it again and hopefully have no high cpu usage anymore

ChriD commented 7 years ago

I've updated the kernel. There is now a new option in the settings file which will deny adding 3rd party devices (and therfore deny the subscription to them). The standard is now that it will not add 3rd party devices. You may clone the repos and try ist again. I hope the problem will be solved with this patch.

holli73 commented 7 years ago

hello,

this looks much better - i can not see the raumserver on the CPU as before - but in the LOGfile i still see:

holli@obelix:~/BUILD/raumserver/Raumserver/source/RaumserverDaemon/build/linux_X64/static/logs$ cat 20161126105639315.log
2016.11.26 10:56:39.315 DEBUG:    Log level was set to: DEBUG [init]
2016.11.26 10:56:39.315 DEBUG:    Init OpenHome UPNP Control Stack [init]
2016.11.26 10:56:39.315 DEBUG:    Retrieve network adapter list [init]
2016.11.26 10:56:39.316 DEBUG:    Adapter 0: br0 [init]
2016.11.26 10:56:39.316 DEBUG:    Waiting for Adapter eth0 to appear [init]
2016.11.26 10:56:41.876 DEBUG:    Waiting for Adapter wlan0 to appear [init]
2016.11.26 10:56:44.435 WARNING:  Network adapter '' not found! Raumkernel will use the first one found! [init]
2016.11.26 10:56:44.435 DEBUG:    Using Network Adapter : br0 [init]
2016.11.26 10:56:44.435 DEBUG:    Getting IP-Subnet of adapter [init]
2016.11.26 10:56:44.435 INFO:     Starting OpenHome UPNP Control Stack with network adapter: br0 [init]
2016.11.26 10:56:44.435 DEBUG:    Starting UPNP-Stack auto referesh thread [discover]
2016.11.26 10:56:44.435 INFO:     Kernel initialized! Waiting for Raumfeld System to appear! [init]
2016.11.26 10:56:44.435 DEBUG:    Preparing Server-Manager-Engineer... [init]
2016.11.26 10:56:44.435 DEBUG:    Create RequestActionManager-Manager... [createManagers]
2016.11.26 10:56:44.435 DEBUG:    Create SessionManager-Manager... [createManagers]
2016.11.26 10:56:44.435 DEBUG:    Raumserver Manager-Engineer is prepared [init]
2016.11.26 10:56:44.435 WARNING:  No port is specified for the server! Using port '8080' [init]
2016.11.26 10:56:44.435 WARNING:  No docroot is specified for the server! Using ''docroot' [init]
2016.11.26 10:56:44.435 DEBUG:    Starting webserver for requests on port: 8080 [start]
2016.11.26 10:56:44.435 DEBUG:    UPNP Device found: minisatip(11223344-9999-0000-b7ae-661122334455) [onDeviceFound]
2016.11.26 10:56:44.435 DEBUG:    Adding device 'minisatip' to manager [addDevice]
2016.11.26 10:56:44.435 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.436 DEBUG:    No device was created for uuid:11223344-9999-0000-b7ae-661122334455. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:44.437 INFO:     Webserver for requests started (Port: 8080) [start]
2016.11.26 10:56:44.437 DEBUG:    Deamon test log [main]
2016.11.26 10:56:44.437 DEBUG:    UPNP: SSDP Unicast        HttpError

2016.11.26 10:56:44.438 DEBUG:    UPNP Device found: FS-EZ(4D454930-0200-1000-8001-A813744C1C69) [onDeviceFound]
2016.11.26 10:56:44.438 DEBUG:    Adding device 'FS-EZ' to manager [addDevice]
2016.11.26 10:56:44.438 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.438 DEBUG:    No device was created for uuid:4D454930-0200-1000-8001-A813744C1C69. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:44.438 DEBUG:    UPNP Device found: FS-SZ(4D454930-0100-1000-8001-A813745D57A0) [onDeviceFound]
2016.11.26 10:56:44.438 DEBUG:    Adding device 'FS-SZ' to manager [addDevice]
2016.11.26 10:56:44.438 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.438 DEBUG:    Createing device (uuid:4D454930-0100-1000-8001-A813745D57A0) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.438 DEBUG:    Media Renderer device created (uuid:4D454930-0100-1000-8001-A813745D57A0) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.438 DEBUG:    Sevice 'FS-SZ' is not a Raumfeld Device! Skip adding! [addDevice]
2016.11.26 10:56:44.438 DEBUG:    UPNP Device found: FS-WZ(4D454930-0000-1000-8001-A813746DB792) [onDeviceFound]
2016.11.26 10:56:44.438 DEBUG:    Adding device 'FS-WZ' to manager [addDevice]
2016.11.26 10:56:44.438 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.438 DEBUG:    Media Server device created (uuid:4D454930-0000-1000-8001-A813746DB792) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.438 DEBUG:    Sevice 'FS-WZ' is not a Raumfeld Device! Skip adding! [addDevice]
2016.11.26 10:56:44.438 DEBUG:    UPNP Device found: FS-SZ(4D454930-0000-1000-8001-A813745D57A0) [onDeviceFound]
2016.11.26 10:56:44.438 DEBUG:    Adding device 'FS-SZ' to manager [addDevice]
2016.11.26 10:56:44.438 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.438 DEBUG:    Media Server device created (uuid:4D454930-0000-1000-8001-A813745D57A0) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.438 DEBUG:    Sevice 'FS-SZ' is not a Raumfeld Device! Skip adding! [addDevice]
2016.11.26 10:56:44.439 DEBUG:    UPNP Device found: FS-WZ(4D454930-0100-1000-8001-A813746DB792) [onDeviceFound]
2016.11.26 10:56:44.439 DEBUG:    Adding device 'FS-WZ' to manager [addDevice]
2016.11.26 10:56:44.439 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.439 DEBUG:    Createing device (uuid:4D454930-0100-1000-8001-A813746DB792) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.439 DEBUG:    Media Renderer device created (uuid:4D454930-0100-1000-8001-A813746DB792) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.439 DEBUG:    Sevice 'FS-WZ' is not a Raumfeld Device! Skip adding! [addDevice]
2016.11.26 10:56:44.440 DEBUG:    UPNP Device found: FS-SZ(4D454930-0200-1000-8001-A813745D57A0) [onDeviceFound]
2016.11.26 10:56:44.440 DEBUG:    Adding device 'FS-SZ' to manager [addDevice]
2016.11.26 10:56:44.440 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.440 DEBUG:    No device was created for uuid:4D454930-0200-1000-8001-A813745D57A0. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:44.440 DEBUG:    UPNP Device found: FS-WZ(4D454930-0200-1000-8001-A813746DB792) [onDeviceFound]
2016.11.26 10:56:44.440 DEBUG:    Adding device 'FS-WZ' to manager [addDevice]
2016.11.26 10:56:44.440 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.440 DEBUG:    No device was created for uuid:4D454930-0200-1000-8001-A813746DB792. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:44.440 DEBUG:    UPNP Device found: Philips hue (192.168.250.135) compatible Wireless Light Control Gateway(5e7c8296-a6ad-4d29-9e66-4cbfa2d51f65) [onDeviceFound]
2016.11.26 10:56:44.440 DEBUG:    Adding device 'Philips hue (192.168.250.135) compatible Wireless Light Control Gateway' to manager [addDevice]
2016.11.26 10:56:44.440 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.440 DEBUG:    No device was created for uuid:5e7c8296-a6ad-4d29-9e66-4cbfa2d51f65. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:44.441 DEBUG:    UPNP Device found: FS-WZ(4D454930-0300-1000-8001-A813746DB792) [onDeviceFound]
2016.11.26 10:56:44.441 DEBUG:    Adding device 'FS-WZ' to manager [addDevice]
2016.11.26 10:56:44.441 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.441 DEBUG:    No device was created for uuid:4D454930-0300-1000-8001-A813746DB792. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:44.442 DEBUG:    UPNP Device found: dss-db(de29b419-45ab-433b-b987-e1952d9af65c) [onDeviceFound]
2016.11.26 10:56:44.442 DEBUG:    Adding device 'dss-db' to manager [addDevice]
2016.11.26 10:56:44.442 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.442 DEBUG:    No device was created for uuid:de29b419-45ab-433b-b987-e1952d9af65c. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:44.549 DEBUG:    UPNP Device found: VS-WZ(5f9ec1b3-ff59-19bb-8530-0006782e2479) [onDeviceFound]
2016.11.26 10:56:44.549 DEBUG:    Adding device 'VS-WZ' to manager [addDevice]
2016.11.26 10:56:44.549 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.549 DEBUG:    Createing device (uuid:5f9ec1b3-ff59-19bb-8530-0006782e2479) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.549 DEBUG:    Media Renderer device created (uuid:5f9ec1b3-ff59-19bb-8530-0006782e2479) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.549 DEBUG:    Sevice 'VS-WZ' is not a Raumfeld Device! Skip adding! [addDevice]
2016.11.26 10:56:44.550 DEBUG:    UPNP Device found: Raumfeld Device(570889c1-5496-4755-a4fa-929832899b31) [onDeviceFound]
2016.11.26 10:56:44.550 DEBUG:    Adding device 'Raumfeld Device' to manager [addDevice]
2016.11.26 10:56:44.550 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.550 DEBUG:    No device was created for uuid:570889c1-5496-4755-a4fa-929832899b31. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:44.586 DEBUG:    UPNP Device found: Raumfeld Device(fa6f94a9-ed4e-40f5-b35e-78a22c0120cd) [onDeviceFound]
2016.11.26 10:56:44.586 DEBUG:    Adding device 'Raumfeld Device' to manager [addDevice]
2016.11.26 10:56:44.586 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.587 DEBUG:    No device was created for uuid:fa6f94a9-ed4e-40f5-b35e-78a22c0120cd. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:44.623 DEBUG:    UPNP Device found: Connector LaubeAussen(137ea741-1abf-4acb-b40e-f159c9bda2e1) [onDeviceFound]
2016.11.26 10:56:44.623 DEBUG:    Adding device 'Connector LaubeAussen' to manager [addDevice]
2016.11.26 10:56:44.623 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.623 DEBUG:    Createing device (uuid:137ea741-1abf-4acb-b40e-f159c9bda2e1) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.623 DEBUG:    Media Renderer device created (uuid:137ea741-1abf-4acb-b40e-f159c9bda2e1) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.623 DEBUG:    Create AVTransport-Proxy for media renderer uuid:137ea741-1abf-4acb-b40e-f159c9bda2e1 [createProxies]
2016.11.26 10:56:44.623 DEBUG:    Create RenderingControl-Proxy for media renderer uuid:137ea741-1abf-4acb-b40e-f159c9bda2e1 [createProxies]
2016.11.26 10:56:44.623 DEBUG:    Create ConnectionManager-Proxy for media renderer uuid:137ea741-1abf-4acb-b40e-f159c9bda2e1 [createProxies]
2016.11.26 10:56:44.623 DEBUG:    Media Renderer 'Connector LaubeAussen' is now useable! [addDevice]
2016.11.26 10:56:44.678 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:137ea741-1abf-4acb-b40e-f159c9bda2e1) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.678 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:137ea741-1abf-4acb-b40e-f159c9bda2e1) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.678 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:137ea741-1abf-4acb-b40e-f159c9bda2e1) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.685 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:137ea741-1abf-4acb-b40e-f159c9bda2e1) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.685 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:137ea741-1abf-4acb-b40e-f159c9bda2e1) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.685 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:137ea741-1abf-4acb-b40e-f159c9bda2e1) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.688 DEBUG:    UPNP Device found: Speaker Kueche(f2db5ae9-8926-4dcf-9ada-f52f2b9240b1) [onDeviceFound]
2016.11.26 10:56:44.688 DEBUG:    Adding device 'Speaker Kueche' to manager [addDevice]
2016.11.26 10:56:44.688 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.688 DEBUG:    Createing device (uuid:f2db5ae9-8926-4dcf-9ada-f52f2b9240b1) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.688 DEBUG:    Media Renderer device created (uuid:f2db5ae9-8926-4dcf-9ada-f52f2b9240b1) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.688 DEBUG:    Create AVTransport-Proxy for media renderer uuid:f2db5ae9-8926-4dcf-9ada-f52f2b9240b1 [createProxies]
2016.11.26 10:56:44.688 DEBUG:    Create RenderingControl-Proxy for media renderer uuid:f2db5ae9-8926-4dcf-9ada-f52f2b9240b1 [createProxies]
2016.11.26 10:56:44.688 DEBUG:    Create ConnectionManager-Proxy for media renderer uuid:f2db5ae9-8926-4dcf-9ada-f52f2b9240b1 [createProxies]
2016.11.26 10:56:44.689 DEBUG:    Media Renderer 'Speaker Kueche' is now useable! [addDevice]
2016.11.26 10:56:44.770 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:f2db5ae9-8926-4dcf-9ada-f52f2b9240b1) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.770 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:f2db5ae9-8926-4dcf-9ada-f52f2b9240b1) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.770 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:f2db5ae9-8926-4dcf-9ada-f52f2b9240b1) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.792 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:f2db5ae9-8926-4dcf-9ada-f52f2b9240b1) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.792 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:f2db5ae9-8926-4dcf-9ada-f52f2b9240b1) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.792 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:f2db5ae9-8926-4dcf-9ada-f52f2b9240b1) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.817 DEBUG:    UPNP Device found: Speaker Schlafzimmer(a2bc2f63-5ceb-48fc-af92-d4a7fa33e547) [onDeviceFound]
2016.11.26 10:56:44.817 DEBUG:    Adding device 'Speaker Schlafzimmer' to manager [addDevice]
2016.11.26 10:56:44.817 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.817 DEBUG:    Createing device (uuid:a2bc2f63-5ceb-48fc-af92-d4a7fa33e547) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.817 DEBUG:    Media Renderer device created (uuid:a2bc2f63-5ceb-48fc-af92-d4a7fa33e547) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.817 DEBUG:    Create AVTransport-Proxy for media renderer uuid:a2bc2f63-5ceb-48fc-af92-d4a7fa33e547 [createProxies]
2016.11.26 10:56:44.817 DEBUG:    Create RenderingControl-Proxy for media renderer uuid:a2bc2f63-5ceb-48fc-af92-d4a7fa33e547 [createProxies]
2016.11.26 10:56:44.817 DEBUG:    Create ConnectionManager-Proxy for media renderer uuid:a2bc2f63-5ceb-48fc-af92-d4a7fa33e547 [createProxies]
2016.11.26 10:56:44.817 DEBUG:    Media Renderer 'Speaker Schlafzimmer' is now useable! [addDevice]
2016.11.26 10:56:44.872 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:a2bc2f63-5ceb-48fc-af92-d4a7fa33e547) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.872 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:a2bc2f63-5ceb-48fc-af92-d4a7fa33e547) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.872 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:a2bc2f63-5ceb-48fc-af92-d4a7fa33e547) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.875 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:a2bc2f63-5ceb-48fc-af92-d4a7fa33e547) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.875 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:a2bc2f63-5ceb-48fc-af92-d4a7fa33e547) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.875 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:a2bc2f63-5ceb-48fc-af92-d4a7fa33e547) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.888 DEBUG:    UPNP Device found: Kueche(117A3D8B-9479-437E-ABB3-BD4380342C19) [onDeviceFound]
2016.11.26 10:56:44.888 DEBUG:    Adding device 'Kueche' to manager [addDevice]
2016.11.26 10:56:44.888 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.888 DEBUG:    Createing device (uuid:117A3D8B-9479-437E-ABB3-BD4380342C19) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.888 DEBUG:    Media Renderer device created (uuid:117A3D8B-9479-437E-ABB3-BD4380342C19) [createDeviceFromDeviceXML]
2016.11.26 10:56:44.888 DEBUG:    Create AVTransport-Proxy for media renderer uuid:117A3D8B-9479-437E-ABB3-BD4380342C19 [createProxies]
2016.11.26 10:56:44.888 DEBUG:    Create RenderingControl-Proxy for media renderer uuid:117A3D8B-9479-437E-ABB3-BD4380342C19 [createProxies]
2016.11.26 10:56:44.888 DEBUG:    Create ConnectionManager-Proxy for media renderer uuid:117A3D8B-9479-437E-ABB3-BD4380342C19 [createProxies]
2016.11.26 10:56:44.888 DEBUG:    Media Renderer 'Kueche' is now useable! [addDevice]
2016.11.26 10:56:44.921 DEBUG:    UPNP Device found: Raumfeld Device(99930be3-c1ce-49ef-93a1-c636b86b0e95) [onDeviceFound]
2016.11.26 10:56:44.921 DEBUG:    Adding device 'Raumfeld Device' to manager [addDevice]
2016.11.26 10:56:44.921 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.921 DEBUG:    No device was created for uuid:99930be3-c1ce-49ef-93a1-c636b86b0e95. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:44.938 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:117A3D8B-9479-437E-ABB3-BD4380342C19) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.938 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:117A3D8B-9479-437E-ABB3-BD4380342C19) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.938 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:117A3D8B-9479-437E-ABB3-BD4380342C19) [propertyChangedAvTransportProxy]
2016.11.26 10:56:44.949 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:117A3D8B-9479-437E-ABB3-BD4380342C19) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.949 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:117A3D8B-9479-437E-ABB3-BD4380342C19) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.949 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:117A3D8B-9479-437E-ABB3-BD4380342C19) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:44.956 DEBUG:    UPNP Device found: Raumfeld Device(7e48597a-9b80-4400-bc1a-6fef551aaaf7) [onDeviceFound]
2016.11.26 10:56:44.956 DEBUG:    Adding device 'Raumfeld Device' to manager [addDevice]
2016.11.26 10:56:44.956 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:44.956 DEBUG:    No device was created for uuid:7e48597a-9b80-4400-bc1a-6fef551aaaf7. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:45.042 DEBUG:    UPNP Device found: wc-og(78658C96-C570-4E78-A761-195F2B9140E4) [onDeviceFound]
2016.11.26 10:56:45.042 DEBUG:    Adding device 'wc-og' to manager [addDevice]
2016.11.26 10:56:45.042 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:45.042 DEBUG:    Createing device (uuid:78658C96-C570-4E78-A761-195F2B9140E4) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.042 DEBUG:    Media Renderer device created (uuid:78658C96-C570-4E78-A761-195F2B9140E4) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.042 DEBUG:    Create AVTransport-Proxy for media renderer uuid:78658C96-C570-4E78-A761-195F2B9140E4 [createProxies]
2016.11.26 10:56:45.042 DEBUG:    Create RenderingControl-Proxy for media renderer uuid:78658C96-C570-4E78-A761-195F2B9140E4 [createProxies]
2016.11.26 10:56:45.042 DEBUG:    Create ConnectionManager-Proxy for media renderer uuid:78658C96-C570-4E78-A761-195F2B9140E4 [createProxies]
2016.11.26 10:56:45.042 DEBUG:    Media Renderer 'wc-og' is now useable! [addDevice]
2016.11.26 10:56:45.096 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:78658C96-C570-4E78-A761-195F2B9140E4) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.096 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:78658C96-C570-4E78-A761-195F2B9140E4) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.096 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:78658C96-C570-4E78-A761-195F2B9140E4) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.103 DEBUG:    UPNP Device found: Raumfeld ConfigDevice(1de8098f-eb83-4330-b5c3-734a841295bc) [onDeviceFound]
2016.11.26 10:56:45.103 DEBUG:    Adding device 'Raumfeld ConfigDevice' to manager [addDevice]
2016.11.26 10:56:45.103 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:45.103 DEBUG:    No device was created for uuid:1de8098f-eb83-4330-b5c3-734a841295bc. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:45.112 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:78658C96-C570-4E78-A761-195F2B9140E4) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.112 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:78658C96-C570-4E78-A761-195F2B9140E4) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.112 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:78658C96-C570-4E78-A761-195F2B9140E4) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.154 DEBUG:    UPNP Device found: LaubeAussen(5CC73C09-F905-4877-9191-9128D8531252) [onDeviceFound]
2016.11.26 10:56:45.154 DEBUG:    Adding device 'LaubeAussen' to manager [addDevice]
2016.11.26 10:56:45.154 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:45.154 DEBUG:    Createing device (uuid:5CC73C09-F905-4877-9191-9128D8531252) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.154 DEBUG:    Media Renderer device created (uuid:5CC73C09-F905-4877-9191-9128D8531252) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.154 DEBUG:    Create AVTransport-Proxy for media renderer uuid:5CC73C09-F905-4877-9191-9128D8531252 [createProxies]
2016.11.26 10:56:45.154 DEBUG:    Create RenderingControl-Proxy for media renderer uuid:5CC73C09-F905-4877-9191-9128D8531252 [createProxies]
2016.11.26 10:56:45.154 DEBUG:    Create ConnectionManager-Proxy for media renderer uuid:5CC73C09-F905-4877-9191-9128D8531252 [createProxies]
2016.11.26 10:56:45.154 DEBUG:    Media Renderer 'LaubeAussen' is now useable! [addDevice]
2016.11.26 10:56:45.181 DEBUG:    UPNP Device found: OFFICE-REITERER: office:(2168a98d-0acc-4114-8fba-1a66ab9ed1c7) [onDeviceFound]
2016.11.26 10:56:45.181 DEBUG:    Adding device 'OFFICE-REITERER: office:' to manager [addDevice]
2016.11.26 10:56:45.181 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:45.181 DEBUG:    Media Server device created (uuid:2168a98d-0acc-4114-8fba-1a66ab9ed1c7) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.181 DEBUG:    Sevice 'OFFICE-REITERER: office:' is not a Raumfeld Device! Skip adding! [addDevice]
2016.11.26 10:56:45.196 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:5CC73C09-F905-4877-9191-9128D8531252) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.196 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:5CC73C09-F905-4877-9191-9128D8531252) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.196 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:5CC73C09-F905-4877-9191-9128D8531252) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.204 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:5CC73C09-F905-4877-9191-9128D8531252) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.204 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:5CC73C09-F905-4877-9191-9128D8531252) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.204 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:5CC73C09-F905-4877-9191-9128D8531252) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.320 DEBUG:    UPNP Device found: Raumfeld Device(608c24cc-9771-4f1b-a18a-ae0d67f38ec4) [onDeviceFound]
2016.11.26 10:56:45.320 DEBUG:    Adding device 'Raumfeld Device' to manager [addDevice]
2016.11.26 10:56:45.320 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:45.320 DEBUG:    No device was created for uuid:608c24cc-9771-4f1b-a18a-ae0d67f38ec4. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:45.390 DEBUG:    UPNP Device found: Raumfeld MediaServer(2fe2f1b7-8578-47c7-9a59-f60706cc265d) [onDeviceFound]
2016.11.26 10:56:45.391 DEBUG:    Adding device 'Raumfeld MediaServer' to manager [addDevice]
2016.11.26 10:56:45.391 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:45.391 DEBUG:    Media Server device created (uuid:2fe2f1b7-8578-47c7-9a59-f60706cc265d) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.391 DEBUG:    Create ContentDirectory-Proxy for media server uuid:2fe2f1b7-8578-47c7-9a59-f60706cc265d [createProxies]
2016.11.26 10:56:45.391 DEBUG:    Create ConnectionManager-Proxy for media server uuid:2fe2f1b7-8578-47c7-9a59-f60706cc265d [createProxies]
2016.11.26 10:56:45.391 DEBUG:    Media Server 'Raumfeld MediaServer' is now useable! [addDevice]
2016.11.26 10:56:45.391 DEBUG:    Starting all automatic requests of zone manager! [startZoneRequests]
2016.11.26 10:56:45.391 DEBUG:    Get zone configuration with updateId:  [doGetZoneRequest]
2016.11.26 10:56:45.391 DEBUG:    Try to create new request: http://192.168.250.151:47365/getZones [request]
2016.11.26 10:56:45.391 DEBUG:    Request '3315108' (http://192.168.250.151:47365/getZones) started [request]
2016.11.26 10:56:45.391 INFO:     Raumfeld System is now online! [onRaumfeldSystemOnline]
2016.11.26 10:56:45.419 DEBUG:    Redirection to url 'http://192.168.250.151:47365/8f51639e-edca-44f7-a50b-04068d265f58/getZones' found! Do redirect request 3315108 [requestHandlerThread]
2016.11.26 10:56:45.419 DEBUG:    Aborting current request [requestHandlerThread]
2016.11.26 10:56:45.432 DEBUG:    Aborting of request object thread done! [requestHandlerThread]
2016.11.26 10:56:45.512 DEBUG:    Emitting signal for finished requests [requestHandlerThread]
2016.11.26 10:56:45.512 DEBUG:    Zone configuration request finished [zoneRequestFinished]
2016.11.26 10:56:45.512 DEBUG:    Parsing zone configuration XML [parseZoneConfiguration]
2016.11.26 10:56:45.512 DEBUG:    Found zone in XML -> Parse! [parseZoneConfiguration]
2016.11.26 10:56:45.512 DEBUG:    Parsing zone node... [addZoneInformationFromXmlNode]
2016.11.26 10:56:45.512 DEBUG:    Parsing zone node... [addZoneInformationFromXmlNode]
2016.11.26 10:56:45.512 DEBUG:    Parsing zone node... [addZoneInformationFromXmlNode]
2016.11.26 10:56:45.512 DEBUG:    Parsing zone node... [addZoneInformationFromXmlNode]
2016.11.26 10:56:45.512 DEBUG:    Parsing zone node... [addZoneInformationFromXmlNode]
2016.11.26 10:56:45.512 DEBUG:    Signaling one configuration changed! [parseZoneConfiguration]
2016.11.26 10:56:45.512 DEBUG:    Parsing zone configuration XML finished [parseZoneConfiguration]
2016.11.26 10:56:45.512 DEBUG:    Get zone configuration with updateId: 2251553101 [doGetZoneRequest]
2016.11.26 10:56:45.512 DEBUG:    Try to create new request: http://192.168.250.151:47365/getZones [request]
2016.11.26 10:56:45.513 DEBUG:    UPNP Device found: Connector wc-og(11931396-f2e4-4b3a-b84d-39d39583bd45) [onDeviceFound]
2016.11.26 10:56:45.513 DEBUG:    Adding device 'Connector wc-og' to manager [addDevice]
2016.11.26 10:56:45.513 DEBUG:    Request '3315109' (http://192.168.250.151:47365/getZones) started [request]
2016.11.26 10:56:45.513 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:45.513 DEBUG:    Createing device (uuid:11931396-f2e4-4b3a-b84d-39d39583bd45) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.513 DEBUG:    Emitting signal for finished requests finished [requestHandlerThread]
2016.11.26 10:56:45.513 DEBUG:    Media Renderer device created (uuid:11931396-f2e4-4b3a-b84d-39d39583bd45) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.513 DEBUG:    Create AVTransport-Proxy for media renderer uuid:11931396-f2e4-4b3a-b84d-39d39583bd45 [createProxies]
2016.11.26 10:56:45.513 DEBUG:    Clearing finished requests list [requestHandlerThread]
2016.11.26 10:56:45.513 DEBUG:    Delete request '3315108' from pending list [cleanupRequests]
2016.11.26 10:56:45.513 DEBUG:    Create RenderingControl-Proxy for media renderer uuid:11931396-f2e4-4b3a-b84d-39d39583bd45 [createProxies]
2016.11.26 10:56:45.513 DEBUG:    Create ConnectionManager-Proxy for media renderer uuid:11931396-f2e4-4b3a-b84d-39d39583bd45 [createProxies]
2016.11.26 10:56:45.513 DEBUG:    Media Renderer 'Connector wc-og' is now useable! [addDevice]
2016.11.26 10:56:45.514 DEBUG:    Requests cleaned up! Count: 1 [cleanupRequests]
2016.11.26 10:56:45.534 DEBUG:    Redirection to url 'http://192.168.250.151:47365/aa92a851-d350-4d16-99b0-6cbfbfee3f09/getZones' found! Do redirect request 3315109 [requestHandlerThread]
2016.11.26 10:56:45.534 DEBUG:    Aborting current request [requestHandlerThread]
2016.11.26 10:56:45.553 DEBUG:    Aborting of request object thread done! [requestHandlerThread]
2016.11.26 10:56:45.557 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:11931396-f2e4-4b3a-b84d-39d39583bd45) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.557 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:11931396-f2e4-4b3a-b84d-39d39583bd45) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.557 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:11931396-f2e4-4b3a-b84d-39d39583bd45) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.566 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:11931396-f2e4-4b3a-b84d-39d39583bd45) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.566 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:11931396-f2e4-4b3a-b84d-39d39583bd45) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.566 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:11931396-f2e4-4b3a-b84d-39d39583bd45) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.579 DEBUG:    UPNP Device found: Bad(66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [onDeviceFound]
2016.11.26 10:56:45.579 DEBUG:    Adding device 'Bad' to manager [addDevice]
2016.11.26 10:56:45.579 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:45.579 DEBUG:    Createing device (uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.579 DEBUG:    Media Renderer device created (uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.579 DEBUG:    Create AVTransport-Proxy for media renderer uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094 [createProxies]
2016.11.26 10:56:45.579 DEBUG:    Create RenderingControl-Proxy for media renderer uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094 [createProxies]
2016.11.26 10:56:45.579 DEBUG:    Create ConnectionManager-Proxy for media renderer uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094 [createProxies]
2016.11.26 10:56:45.579 DEBUG:    Media Renderer 'Bad' is now useable! [addDevice]
2016.11.26 10:56:45.658 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.658 DEBUG:    Get MediaList: ztl:uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094  for container: 0/Playlists/MyPlaylists/Radio [loadMediaItemListByContainerId]
2016.11.26 10:56:45.658 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.658 DEBUG:    Browse contentDirectory for 0/Playlists/MyPlaylists/Radio: BrowseDirectChildren on device uuid:2fe2f1b7-8578-47c7-9a59-f60706cc265d [browseThread]
2016.11.26 10:56:45.658 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.666 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.666 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.666 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.770 DEBUG:    UPNP Device found: Speaker Bad(67e59017-9893-47a3-b42e-487bb57d2243) [onDeviceFound]
2016.11.26 10:56:45.770 DEBUG:    Adding device 'Speaker Bad' to manager [addDevice]
2016.11.26 10:56:45.770 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:45.770 DEBUG:    Createing device (uuid:67e59017-9893-47a3-b42e-487bb57d2243) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.770 DEBUG:    Media Renderer device created (uuid:67e59017-9893-47a3-b42e-487bb57d2243) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.770 DEBUG:    Create AVTransport-Proxy for media renderer uuid:67e59017-9893-47a3-b42e-487bb57d2243 [createProxies]
2016.11.26 10:56:45.770 DEBUG:    Create RenderingControl-Proxy for media renderer uuid:67e59017-9893-47a3-b42e-487bb57d2243 [createProxies]
2016.11.26 10:56:45.770 DEBUG:    Create ConnectionManager-Proxy for media renderer uuid:67e59017-9893-47a3-b42e-487bb57d2243 [createProxies]
2016.11.26 10:56:45.771 DEBUG:    Media Renderer 'Speaker Bad' is now useable! [addDevice]
2016.11.26 10:56:45.811 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:67e59017-9893-47a3-b42e-487bb57d2243) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.811 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:67e59017-9893-47a3-b42e-487bb57d2243) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.811 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:67e59017-9893-47a3-b42e-487bb57d2243) [propertyChangedAvTransportProxy]
2016.11.26 10:56:45.840 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:67e59017-9893-47a3-b42e-487bb57d2243) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.840 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:67e59017-9893-47a3-b42e-487bb57d2243) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.840 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:67e59017-9893-47a3-b42e-487bb57d2243) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:45.867 DEBUG:    UPNP Device found: Raumfeld Device(de261e8e-da56-40ce-984f-fbd19943389b) [onDeviceFound]
2016.11.26 10:56:45.867 DEBUG:    Adding device 'Raumfeld Device' to manager [addDevice]
2016.11.26 10:56:45.867 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:45.867 DEBUG:    No device was created for uuid:de261e8e-da56-40ce-984f-fbd19943389b. Device is not usable! [createDeviceFromDeviceXML]
2016.11.26 10:56:45.983 DEBUG:    UPNP Device found: Schlafzimmer(b1128e87-71b2-443b-8100-37a48574ef82) [onDeviceFound]
2016.11.26 10:56:45.984 DEBUG:    Adding device 'Schlafzimmer' to manager [addDevice]
2016.11.26 10:56:45.984 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:45.984 DEBUG:    Createing device (uuid:b1128e87-71b2-443b-8100-37a48574ef82) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.984 DEBUG:    Media Renderer device created (uuid:b1128e87-71b2-443b-8100-37a48574ef82) [createDeviceFromDeviceXML]
2016.11.26 10:56:45.984 DEBUG:    Create AVTransport-Proxy for media renderer uuid:b1128e87-71b2-443b-8100-37a48574ef82 [createProxies]
2016.11.26 10:56:45.984 DEBUG:    Create RenderingControl-Proxy for media renderer uuid:b1128e87-71b2-443b-8100-37a48574ef82 [createProxies]
2016.11.26 10:56:45.984 DEBUG:    Create ConnectionManager-Proxy for media renderer uuid:b1128e87-71b2-443b-8100-37a48574ef82 [createProxies]
2016.11.26 10:56:45.984 DEBUG:    Media Renderer 'Schlafzimmer' is now useable! [addDevice]
2016.11.26 10:56:46.031 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:b1128e87-71b2-443b-8100-37a48574ef82) [propertyChangedAvTransportProxy]
2016.11.26 10:56:46.031 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:b1128e87-71b2-443b-8100-37a48574ef82) [propertyChangedAvTransportProxy]
2016.11.26 10:56:46.031 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:b1128e87-71b2-443b-8100-37a48574ef82) [propertyChangedAvTransportProxy]
2016.11.26 10:56:46.036 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:b1128e87-71b2-443b-8100-37a48574ef82) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:46.037 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:b1128e87-71b2-443b-8100-37a48574ef82) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:46.037 DEBUG:    A property on RenderingControl proxy has changed (Device: uuid:b1128e87-71b2-443b-8100-37a48574ef82) [propertyChangedRenderingControlProxy]
2016.11.26 10:56:46.327 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [propertyChangedAvTransportProxy]
2016.11.26 10:56:46.328 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [propertyChangedAvTransportProxy]
2016.11.26 10:56:46.681 DEBUG:    UPNP: SSDP Unicast        HttpError

2016.11.26 10:56:47.147 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [propertyChangedAvTransportProxy]
2016.11.26 10:56:47.147 DEBUG:    A property on AvTransport proxy has changed (Device: uuid:66E9EDD1-167F-49BD-BDD6-CC0D400B1094) [propertyChangedAvTransportProxy]
2016.11.26 10:56:47.892 DEBUG:    UPNP Device found: sat-swe-wz-xupnpd(60bd2fb3-dabe-cb14-c766-0e319b54c29a) [onDeviceFound]
2016.11.26 10:56:47.892 DEBUG:    Adding device 'sat-swe-wz-xupnpd' to manager [addDevice]
2016.11.26 10:56:47.892 DEBUG:    Try to create device from device XML [createDeviceFromDeviceXML]
2016.11.26 10:56:47.892 DEBUG:    Media Server device created (uuid:60bd2fb3-dabe-cb14-c766-0e319b54c29a) [createDeviceFromDeviceXML]
2016.11.26 10:56:47.892 DEBUG:    Sevice 'sat-swe-wz-xupnpd' is not a Raumfeld Device! Skip adding! [addDevice]
2016.11.26 10:57:14.940 DEBUG:    Refreshing UPNP device list [refreshDeviceListThread]
2016.11.26 10:57:14.941 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:15.956 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:18.443 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:19.793 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:22.589 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:25.441 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:26.727 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:45.444 DEBUG:    Refreshing UPNP device list [refreshDeviceListThread]
2016.11.26 10:57:45.445 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:46.858 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:48.946 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:49.227 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:52.445 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:52.805 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:55.946 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:57:57.880 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:15.950 DEBUG:    Refreshing UPNP device list [refreshDeviceListThread]
2016.11.26 10:58:15.952 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:18.590 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:19.452 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:19.700 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:23.526 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:29.401 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:46.456 DEBUG:    Refreshing UPNP device list [refreshDeviceListThread]
2016.11.26 10:58:46.458 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:46.555 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:49.958 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:51.185 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:53.457 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:56.295 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:56.957 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:58:58.847 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:59:16.960 DEBUG:    Refreshing UPNP device list [refreshDeviceListThread]
2016.11.26 10:59:16.962 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:59:18.967 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:59:20.463 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:59:22.024 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:59:23.962 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:59:26.426 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:59:27.463 DEBUG:    UPNP: SSDP Unicast        HttpError
2016.11.26 10:59:27.655 DEBUG:    UPNP: SSDP Unicast        HttpError

so i'm not sure what this httpError should tell me.

thanks holli

holli73 commented 7 years ago

hello,

after some time the raumserver died:

2016.11.26 11:09:15.602 DEBUG:    UPNP Device lost: OFFICE-REITERER: office:(2168a98d-0acc-4114-8fba-1a66ab9ed1c7) [onDeviceLost]
2016.11.26 11:09:15.603 DEBUG:    Removing device 'OFFICE-REITERER: office:' from manager [removeDevice]
2016.11.26 11:09:15.603 DEBUG:    UPNP device 'OFFICE-REITERER: office:' removed [removeDevice]
2016.11.26 11:09:15.606 CRITICAL: BAD SIGERROR! Step Return: 0
#1  0x000000000066503a sp=0x00007fda5176e620 crit_err_hdlr(int, siginfo_t*, void*) + 0x38
#2  0x00007fda526ff3e0 sp=0x00007fda5176e6c0 __restore_rt + 0x0
#3  0x000000000081c82f sp=0x00007fda5176ed70 OpenHome::Mutex::Wait() + 0xf
#4  0x00000000007f58d3 sp=0x00007fda5176edf0 OpenHome::Net::CpiDevice::RemoveRef() + 0x13
#5  0x00000000007f421d sp=0x00007fda5176ee10 OpenHome::Net::CpDeviceCpp::RemoveRef() + 0xd
#6  0x00000000007f464a sp=0x00007fda5176ee20 OpenHome::Net::CpDeviceListCpp::Removed(OpenHome::Net::CpiDevice&) + 0x11a
#7  0x00000000007f5c09 sp=0x00007fda5176ee80 OpenHome::Net::CpiDeviceList::DoRemove(OpenHome::Net::CpiDevice&) + 0x1c9
#8  0x00000000007f581d sp=0x00007fda5176eeb0 OpenHome::Net::CpiDeviceListUpdater::Run() + 0x5d
#9  0x000000000081c177 sp=0x00007fda5176eee0 OpenHome::Thread::EntryPoint(void*) + 0x17
#10 0x00000000008255c7 sp=0x00007fda5176ef00 threadEntrypoint + 0x47
#11 0x00007fda526f570a sp=0x00007fda5176ef20 start_thread + 0xca
#12 0x00007fda5242b82d sp=0x00007fda5176efc0 clone + 0x6d
#13 0x0000000000000000 sp=0x00007fda5176efc8  + 0x6d
 [backtrace]
2016.11.26 11:09:15.606 CRITICAL: SIGNAL FAULT! Program can not continue! [crit_err_hdlr]

further is was not able to get any response from the api?

best regards holli

ChriD commented 7 years ago

The SSDP unicast Error may be from one of your 'Corrupt' UPNP devices (Televisions) I can't deny SSDP unicast. I think we have to live with that issue. Its not nice but it should not really have an impact. Maybe i will ask the UPNP stack developers if there is something we can do.

The problem of the app crash was made by the fix for the CPU usage. It appears when a non raumfeld device is removed while the app is running I think i have found the issue and I have updated the source. Would be nice if you can check this!

holli73 commented 7 years ago

hello,

with the latest pull - i don't see cpu usage and the raumserver did not crash on start/stop windows 8 maschine.

thanks holli

PS: i have 2 questions:

1) port change seems not to be working - if changed within settings xml from 8080 to 18080 the following request is not working anymore:

http://obelix:18080/raumserver/data/getVersion
will not return anything if i change it back to 8080 i receive:
{"raumkernelLib":"1.0.2","raumserverLib":"1.0.2"}

2) within the build directory i start the raumserverdeamon and the docroot is set

   <Port>18080</Port> <!-- is not working but if changed to 8080 -->
    <Docroot>./docroot</Docroot>

/BUILD/raumserver/Raumserver/source/RaumserverDaemon/build/linux_X64/static

drwxrwxr-x 6 holli holli     4096 Nov 26 17:03 docroot
drwxrwxr-x 2 holli holli     4096 Nov 26 16:37 libs
drwxrwxr-x 2 holli holli     4096 Nov 26 16:42 logs
-rwxrwxr-x 1 holli holli 25219424 Nov 26 16:37 raumsrvDaemon
-rw-rw-r-- 1 holli holli     2410 Nov 26 16:42 settings.xml

how can i access the index.html file?

thanks holli

ChriD commented 7 years ago

You can try to set the docroot path absolute. ( The full path) this should work at least. I have to check why the relative path doesnt work. But i have this issue on the rf devices too.

The port issue i have to check. Is there something in the log file? Like "port is in used"?

holli73 commented 7 years ago

hello,

sorry - i should have checked the log in the first place if i change it to 18080 i get on startup:

holli@obelix:~/BUILD/raumserver/Raumserver/source/RaumserverDaemon/build/linux_X64/static/logs$ cat 20161126164243872.log |grep port
2016.11.26 16:42:48.993 WARNING:  No port is specified for the server! Using port '8080' [init]
2016.11.26 16:42:48.993 DEBUG:    Starting webserver for requests on port: 8080 [start]

so it looks like the entry is not found from the XML and it make no difference on the path as well:

2016.11.26 18:42:43.834 WARNING: No docroot is specified for the server! Using ''docroot' [init]

so this changes on the settings XML are not working - to verify i changed the added debug level's for ohnet und this changes are taken from the xml file - for a reason i don't know the PORT and DOCROOT parameter are not taken from the XML.

best regards holli

holli73 commented 7 years ago

hello,

i changed the settings XML from

... to:
    </Raumfeld>

    <Raumserver>
    <!-- port wheer the server listens to requests -->
    <Port>18080</Port>
    <Docroot>/home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/build/linux_X64/static/docroot</Docroot>
  </Raumserver>

  </Raumkernel>

  <!-- Raumserver -->
    <!-- port wheer the server listens to requests -->
    <!-- Port>18080</Port>
    <Docroot>/home/holli/BUILD/raumserver/Raumserver/source/RaumserverDaemon/build/linux_X64/static/docroot</Docroot>
  </Raumserver -->

</Application>

with this change the port is picked up from the xml:

2016.11.27 00:30:29.112 DEBUG: Starting webserver for requests on port: 18080 [start]

and docroot is working as well...

best regards holli

ChriD commented 7 years ago

Damn. That problem comes from the new line in the settings. I have forgotten to close the Tag! So please change following line in the settings. <AddNonRaumfeldDevices>0<AddNonRaumfeldDevices> to <AddNonRaumfeldDevices>0</AddNonRaumfeldDevices>

BTW: If you are trying to implement a webclient you may take a look into the following folder https://github.com/ChriD/Raumserver/tree/master/source/RaumserverWeb There i am implementing stuff for stress testing the system to find those annoying crashes under some cirumstances. There is a raumserver.jsscript which you can use

So, May i close this issue ?

holli73 commented 7 years ago

hello,

thanks - yes i close it - changing the tag + moving it to the end again - did do the trick.

best regards holli