x11docker: Fr 28. Apr 15:06:59 CEST 2017 /usr/local/bin/x11docker --verbose -P -- x11docker/xfce start x11docker: Found free display :105 x11docker: As X server will be used: Xpra x11docker: Environment variables: DISPLAY=unix:105 XAUTHORITY=/user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie XSOCKET=/tmp/.X11-unix/X105 X11DOCKER_CACHE=/user/k.muehlbauer/.cache/x11docker/X105 x11docker: Image name: x11docker/xfce x11docker: Image command: start x11docker: Current cache folder: /user/k.muehlbauer/.cache/x11docker/X105 x11docker: IP of docker interface: 172.17.0.1/16 x11docker: As window manager serves: Xpra x11docker: Created X server command: /usr/bin/Xvfb :105 +extension Composite +extension RANDR +extension RENDER +extension GLX +extension XVideo +extension DOUBLE-BUFFER +extension XINERAMA +extension X-Resource +extension SECURITY +extension DAMAGE -retro +iglx -extension MIT-SHM -nolisten tcp -dpms -audit 4 -dpi 96 -auth /user/k.muehlbauer/.cache/x11docker/X105/Xservercookie +extension XTEST -screen 0 1920x1200x24 x11docker: Created docker command: docker run --cidfile=/user/k.muehlbauer/.cache/x11docker/X105/containerID --name=x11docker_X105_93d0b9 -v /user/k.muehlbauer/.cache/x11docker/X105/share:/x11docker -v /tmp/.X11-unix/X105:/tmp/.X11-unix/X105:ro -v /user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie:/x11docker/Xclientcookie:rw -e XAUTHORITY=/x11docker/Xclientcookie -e DISPLAY=unix:105 --rm -v /user/k.muehlbauer/.cache/x11docker/X105/share/x11docker_CMD:/x11docker/x11docker_CMD -- x11docker/xfce /bin/bash /x11docker/x11docker_CMD x11docker: Created x11docker_CMD script: #! /bin/bash cd $HOME command -v ps >/dev/null && { start & Imagecommandpid=$! while ps -p $Imagecommandpid >/dev/null && [ ! -e /x11docker/timetosaygoodbye ] ; do sleep 1 ; done } || start touch /x11docker/timetosaygoodbye && chmod 666 /x11docker/timetosaygoodbye x11docker: Created xinitrc: #! /bin/bash Bgpidfile=/user/k.muehlbauer/.cache/x11docker/X105/backgroundpids Logfile=/user/k.muehlbauer/.cache/x11docker/X105/share/x11docker storepid () { echo $1 $2 >> $Bgpidfile } waitforxpraserver () { Zeit=$(date +%s); while [ -z "$(cat $1 | grep 'xpra is ready')" ]; do echo "waiting for xpra server to be ready..." 1>&2 && sleep 0.5; [ 15 -lt $(expr $(date +%s) - $Zeit) ] && { echo "x11docker: Timeout error: xpra server not ready after 15 seconds. Exiting." 1>&2; exit 1 }; done } no_xhost () { xhost; xhost | tail -n +2 /dev/stdin | while read Line; do xhost -$Line; done; xhost -; [ "$(xhost | wc -l)" = "1" ] || { warning "ALERT! Remaining xhost permissions found on display $DISPLAY! $(xhost)" } } # set X variables to new display export DISPLAY=unix:105 XAUTHORITY=/user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie XSOCKET=/tmp/.X11-unix/X105 X11DOCKER_CACHE=/user/k.muehlbauer/.cache/x11docker/X105 export XPRA_OPENGL_DOUBLE_BUFFERED=1 # avoids xpra bug http://xpra.org/trac/ticket/1469 # disable any possible access to new X server possibly granted by xhost no_xhost # create new XAUTHORITY cookies :> /user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie xauth -f /user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie generate :105 . trusted cp /user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie /user/k.muehlbauer/.cache/x11docker/X105/Xservercookie # create prepared cookie with localhost identification disabled by ffff, needed if X socket is shared. ffff means 'familiy wild' Cookie=$(xauth -f /user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie nlist :105 | sed -e 's/^..../ffff/' ) echo $Cookie| xauth -f /user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie nmerge - export DISPLAY=unix:105 XAUTHORITY=/user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie XSOCKET=/tmp/.X11-unix/X105 X11DOCKER_CACHE=/user/k.muehlbauer/.cache/x11docker/X105 xauth list export DISPLAY=unix:105 XAUTHORITY=/user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie XSOCKET=/tmp/.X11-unix/X105 X11DOCKER_CACHE=/user/k.muehlbauer/.cache/x11docker/X105 ## start xpra server on display :105 created by Xdummy XPRA_XSHM=0 xpra start :105 --use-display --socket-dir=/user/k.muehlbauer/.cache/x11docker/X105 $Xprabind --no-daemon --no-clipboard -z0 --no-speaker --no-pulseaudio > /user/k.muehlbauer/.cache/x11docker/X105/xpraserver.log 2>&1 & storepid $! xpra waitforxpraserver /user/k.muehlbauer/.cache/x11docker/X105/xpraserver.log # start xpra viewer on host display export DISPLAY=:0 XAUTHORITY=/tmp/xauth-701-_0 XSOCKET=/tmp/.X11-unix/X0 xpra attach socket:$(find /user/k.muehlbauer/.cache/x11docker/X105 | grep -e -105 ) --no-clipboard -z0 --no-speaker --no-pulseaudio & export DISPLAY=unix:105 XAUTHORITY=/user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie XSOCKET=/tmp/.X11-unix/X105 X11DOCKER_CACHE=/user/k.muehlbauer/.cache/x11docker/X105 # password for docker will be prompted in xterm -e xterm -e '/bin/bash /user/k.muehlbauer/.cache/x11docker/X105/xtermrc 2>&1 | tee /user/k.muehlbauer/.cache/x11docker/X105/xterm.log' [ -e '/user/k.muehlbauer/.cache/x11docker/X105/docker.pid' ] && { Dockerpid=`cat /user/k.muehlbauer/.cache/x11docker/X105/docker.pid` && storepid $Dockerpid docker # wait for docker until it terminates. bash builtin wait does not work in this case while ps -p $Dockerpid >/dev/null 2>&1; do sleep 1 ; done } [ -e /user/k.muehlbauer/.:105-fakexinerama ] && rm /user/k.muehlbauer/.:105-fakexinerama # clean up behind xpra x11docker: Logfiles are: /user/k.muehlbauer/.cache/x11docker/X105/xinit.log /user/k.muehlbauer/.cache/x11docker/X105/xpraserver.log /user/k.muehlbauer/.cache/x11docker/X105/xterm.log /user/k.muehlbauer/.cache/x11docker/X105/docker.log Summary logfile: /user/k.muehlbauer/.cache/x11docker/X105/share/x11docker x11docker: Running X server Xpra on display :105 now ... ==> /user/k.muehlbauer/.cache/x11docker/X105/xinit.log <== ==> /user/k.muehlbauer/.cache/x11docker/X105/xinit.log <== AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 1 connected from local host ( uid=701 gid=100 pid=18883 ) xinit: XFree86_VT property unexpectedly has 0 items instead of 1 AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 connected from local host ( uid=701 gid=100 pid=18903 ) access control enabled, only authorized clients can connect AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 disconnected AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 connected from local host ( uid=701 gid=100 pid=18904 ) AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 disconnected AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 connected from local host ( uid=701 gid=100 pid=18907 ) access control enabled, only authorized clients can connect AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 disconnected AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 connected from local host ( uid=701 gid=100 pid=18909 ) AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 disconnected AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 connected from local host ( uid=701 gid=100 pid=18911 ) AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 generated authorization 614 trust 0 timeout 60 group 0 events 0 AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 disconnected #ffff#61646d696e32#:105 MIT-MAGIC-COOKIE-1 8fc7596d21b01e37c0b4c37ee01ea453 waiting for xpra server to be ready... AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 connected from local host ( uid=701 gid=100 pid=18972 ) Auth name: MIT-MAGIC-COOKIE-1 ID: 615 AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 disconnected AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 2 connected from local host ( uid=701 gid=100 pid=18972 ) Auth name: MIT-MAGIC-COOKIE-1 ID: 615 AUDIT: Fri Apr 28 15:06:59 2017: 18884: client 3 connected from local host ( uid=701 gid=100 pid=18972 ) Auth name: MIT-MAGIC-COOKIE-1 ID: 615 AUDIT: Fri Apr 28 15:07:00 2017: 18884: client 4 connected from local host ( uid=701 gid=100 pid=19021 ) Auth name: MIT-MAGIC-COOKIE-1 ID: 615 waiting for xpra server to be ready... AUDIT: Fri Apr 28 15:07:00 2017: 18884: client 4 disconnected AUDIT: Fri Apr 28 15:07:00 2017: 18884: client 4 connected from local host ( uid=701 gid=100 pid=19165 ) Auth name: MIT-MAGIC-COOKIE-1 ID: 615 AUDIT: Fri Apr 28 15:07:00 2017: 18884: client 4 disconnected AUDIT: Fri Apr 28 15:07:00 2017: 18884: client 4 connected from local host ( uid=701 gid=100 pid=18972 ) Auth name: MIT-MAGIC-COOKIE-1 ID: 615 AUDIT: Fri Apr 28 15:07:00 2017: 18884: client 4 disconnected ==> /user/k.muehlbauer/.cache/x11docker/X105/xpraserver.log <== Running scope as unit run-r6de7d38898024d04b334c26da87b6855.scope. 2017-04-28 15:06:59,982 created unix domain socket: /user/k.muehlbauer/.cache/x11docker/X105/admin2-105 2017-04-28 15:06:59,986 created unix domain socket: /user/k.muehlbauer/.xpra/admin2-105 2017-04-28 15:06:59,987 Warning: cannot create socket '/var/run/xpra/admin2-105' 2017-04-28 15:06:59,987 [Errno 13] Keine Berechtigung 2017-04-28 15:06:59,990 user 'k.muehlbauer' is a member of groups: docker, sysadmins, radar, technik, miubaccounts, gosa-admins, polar 2017-04-28 15:06:59,990 (missing 'xpra' group membership?) 2017-04-28 15:06:59,990 permissions on directory /var/run/xpra: 0775 2017-04-28 15:06:59,990 ownership root:xpra 2017-04-28 15:07:00,066 Warning: failed to load the mdns avahi publisher: 2017-04-28 15:07:00,066 No module named avahi 2017-04-28 15:07:00,066 either fix your installation or use the 'mdns=no' option 2017-04-28 15:07:00,072 Warning: no X11 RandR support on :105 2017-04-28 15:07:00,450 Warning: webcam forwarding is disabled 2017-04-28 15:07:00,450 the virtual video directory '/sys/devices/virtual/video4linux' was not found 2017-04-28 15:07:00,450 make sure that the 'v4l2loopback' kernel module is installed and loaded 2017-04-28 15:07:00,450 found 0 virtual video devices for webcam forwarding 2017-04-28 15:07:00,583 GStreamer version 1.8.3 for Python 2.7.12 64-bit 2017-04-28 15:07:00,596 Warning: cannot forward notifications, the interface is already claimed 2017-04-28 15:07:00,596 if you do not have a dedicated dbus session for this xpra instance, 2017-04-28 15:07:00,596 use the 'notifications=no' option 2017-04-28 15:07:00,598 xpra X11 version 2.0.1-r15494 64-bit 2017-04-28 15:07:00,599 uid=701 (k.muehlbauer), gid=100 (users) 2017-04-28 15:07:00,599 running with pid 18972 on Linux openSUSE project 42.2 n/a 2017-04-28 15:07:00,599 connected to X11 display :105 with 24 bit colors 2017-04-28 15:07:00,613 xpra is ready. 2017-04-28 15:07:01,281 printer forwarding enabled using postscript and pdf 2017-04-28 15:07:01,281 31.4GB of system memory 2017-04-28 15:07:01,609 New unix-domain connection received on /user/k.muehlbauer/.cache/x11docker/X105/admin2-105 2017-04-28 15:07:01,614 Handshake complete; enabling connection ==> /user/k.muehlbauer/.cache/x11docker/X105/xinit.log <== AUDIT: Fri Apr 28 15:07:00 2017: 18884: client 4 connected from local host ( uid=701 gid=100 pid=19178 ) Auth name: MIT-MAGIC-COOKIE-1 ID: 615 2017-04-28 15:07:00,891 Xpra gtk2 client version 2.0.1-r15494 64-bit 2017-04-28 15:07:00,891 running on Linux openSUSE project 42.2 n/a 2017-04-28 15:07:01,096 GStreamer version 1.8.3 for Python 2.7.12 64-bit 2017-04-28 15:07:01,319 OpenGL_accelerate module loaded 2017-04-28 15:07:01,330 OpenGL enabled with Gallium 0.4 on NV106 2017-04-28 15:07:01,343 keyboard settings: rules=evdev, model=microsoftpro, layout=de 2017-04-28 15:07:01,344 desktop size is 3840x1200 with 1 screen: 2017-04-28 15:07:01,344 :0.0 (1016x317 mm - DPI: 96x96) workarea: 3840x1164 2017-04-28 15:07:01,344 monitor 1 1920x1200 (518x324 mm - DPI: 94x94) 2017-04-28 15:07:01,344 monitor 2 1920x1200 at 1920x0 (518x324 mm - DPI: 94x94) /usr/lib64/python2.7/site-packages/xpra/client/gtk_base/gtk_client_base.py:434: GtkWarning: Theme directory base/ of theme oxygen has no size field log("contexts: %s", it.list_contexts()) ==> /user/k.muehlbauer/.cache/x11docker/X105/xterm.log <== Created docker command: docker run --cidfile=/user/k.muehlbauer/.cache/x11docker/X105/containerID --name=x11docker_X105_93d0b9 -v /user/k.muehlbauer/.cache/x11docker/X105/share:/x11docker -v /tmp/.X11-unix/X105:/tmp/.X11-unix/X105:ro -v /user/k.muehlbauer/.cache/x11docker/X105/share/Xclientcookie:/x11docker/Xclientcookie:rw -e XAUTHORITY=/x11docker/Xclientcookie -e DISPLAY=unix:105 --rm -v /user/k.muehlbauer/.cache/x11docker/X105/share/x11docker_CMD:/x11docker/x11docker_CMD -- x11docker/xfce /bin/bash /x11docker/x11docker_CMD ==> /user/k.muehlbauer/.cache/x11docker/X105/docker.log <== docker: Error response from daemon: mkdir /user/k.muehlbauer/.cache: permission denied. ==> /user/k.muehlbauer/.cache/x11docker/X105/xpraserver.log <== 2017-04-28 15:07:01,621 Python/Gtk2 Linux openSUSE project 42.2 n/a x11 client version 2.0.1-r15494 64-bit 2017-04-28 15:07:01,621 connected from 'admin2' as 'k.muehlbauer' - 'Kai Muehlbauer' 2017-04-28 15:07:01,621 mmap is enabled using 256MB area in /tmp/xpra.JvpAix.mmap 2017-04-28 15:07:01,622 client root window size is 3840x1200 with 1 display: 2017-04-28 15:07:01,622 :0.0 (1016x317 mm - DPI: 96x96) workarea: 3840x1164 2017-04-28 15:07:01,622 monitor 1 1920x1200 (518x324 mm - DPI: 94x94) 2017-04-28 15:07:01,622 monitor 2 1920x1200 at 1920x0 (518x324 mm - DPI: 94x94) 2017-04-28 15:07:01,626 setting key repeat rate from client: 600ms delay / 40ms interval 2017-04-28 15:07:01,627 setting keymap: rules=evdev, model=microsoftpro, layout=de 2017-04-28 15:07:01,802 client 1: Warning: adjusting scaling to accomodate server 2017-04-28 15:07:01,802 client 1: server desktop size is 1920x1200 2017-04-28 15:07:01,803 client 1: using scaling factor 2 x 2 2017-04-28 15:07:01,805 client 1: Attached to socket:/user/k.muehlbauer/.cache/x11docker/X105/admin2-105 (press Control-C to detach) ==> /user/k.muehlbauer/.cache/x11docker/X105/xinit.log <== The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server 2017-04-28 15:07:01,794 Error: cannot watch for video device changes without pyinotify: 2017-04-28 15:07:01,794 No module named pyinotify 2017-04-28 15:07:01,799 enabled fast mmap transfers using 256MB shared memory area 2017-04-28 15:07:01,799 Xpra X11 server version 2.0.1-r15494 64-bit 2017-04-28 15:07:01,800 running on Linux openSUSE project 42.2 n/a 2017-04-28 15:07:01,800 enabled remote logging 2017-04-28 15:07:01,801 Warning: adjusting scaling to accomodate server 2017-04-28 15:07:01,801 server desktop size is 1920x1200 2017-04-28 15:07:01,802 using scaling factor 2 x 2 2017-04-28 15:07:01,802 Attached to socket:/user/k.muehlbauer/.cache/x11docker/X105/admin2-105 (press Control-C to detach) ==> /user/k.muehlbauer/.cache/x11docker/X105/xpraserver.log <== /usr/lib64/python2.7/site-packages/xpra/x11/gtk2/models/window.py:681: GtkWarning: Theme directory base/ of theme oxygen has no size field i = it.lookup_icon(icon_name, 48, 0) ==> /user/k.muehlbauer/.cache/x11docker/X105/xinit.log <== AUDIT: Fri Apr 28 15:07:03 2017: 18884: client 5 connected from local host ( uid=701 gid=100 pid=19483 ) Auth name: MIT-MAGIC-COOKIE-1 ID: 615 AUDIT: Fri Apr 28 15:07:59 2017: 18884: revoked authorization ID 614