reassign 1122855 xvfb-run broken afte xkb-data upgrade
found 1122855 2.46-1 affects 1122855 xvfb thanks Hi, Am 13.12.25 um 15:40 schrieb Simon McVittie:
On a system where this doesn't work, running as "xvfb-run -e /dev/stderr --auto-servernum true" might produce useful information (or not). For historical reasons Xvfb's stderr is sent to /dev/null by default.
Thanks for the hint. It does: $ xvfb-run -e /dev/stderr --auto-servernum true XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. (EE) Fatal server error: (EE) Failed to activate virtual core keyboard: 2(EE) XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. (EE) Fatal server error: (EE) Failed to activate virtual core keyboard: 2(EE) XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. (EE) Fatal server error: (EE) Failed to activate virtual core keyboard: 2(EE) XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. (EE) Fatal server error: (EE) Failed to activate virtual core keyboard: 2(EE) XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. (EE) Fatal server error: (EE) Failed to activate virtual core keyboard: 2(EE) XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. (EE) Fatal server error: (EE) Failed to activate virtual core keyboard: 2(EE) XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. (EE) Fatal server error: (EE) Failed to activate virtual core keyboard: 2(EE) XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. (EE) Fatal server error: (EE) Failed to activate virtual core keyboard: 2(EE) XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. (EE) Fatal server error: (EE) Failed to activate virtual core keyboard: 2(EE) XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. (EE) Fatal server error: (EE) Failed to activate virtual core keyboard: 2(EE) /usr/bin/xvfb-run: 91: kill: No such process which would match xvfb-run brokenGet:52 http://deb.debian.org/debian unstable/main amd64 xkb-data all 2.46-1 [830 kB] being updated, too... And indeed: root@frodo:~# xvfb-run --auto-servernum true; echo $? 1 root@frodo:~# dpkg -i /home/rene/xkb-data_2.44-1_all.deb dpkg: warning: downgrading xkb-data (2.46-1) to (2.44-1) (Reading database ... 229339 files and directories currently installed.) Preparing to unpack .../rene/xkb-data_2.44-1_all.deb ... Unpacking xkb-data (2.44-1) over (2.46-1) ... Setting up xkb-data (2.44-1) ... Processing triggers for man-db (2.13.1-1) ... root@frodo:~# xvfb-run --auto-servernum true; echo $? 0 The question is what changed... Regards, Rene

