Debian のアップグレード後に xpra が動作しない

Debian のアップグレード後に xpra が動作しない

昔、インストールしxpraて問題なく使用していました。

その後、ハードドライブがクラッシュしました。新しい同一のものをインストールし、dd6 か月前 (インストールする前xpra) のイメージを復元しました。

リポジトリから取得しましたapt-get install xpraが、サーバーを起動できませんでした。特別なリポジトリを追加したことはなく、以前は機能していたはずです。

そこで一連の を実行しましたapt-get update apt-get upgrade apt-get dist-upgrade apt-get install xpra。それでもまだ機能しません。 を削除しxpra、 を追加しました。winswitch リポジトリで説明したようにxpra.org ダウンロードセクションしかし、まだ動作しません。

気に入ったのは、xpraとにかくうまく機能したことです。しかし、結局、グーグルでいろいろ調べたり、ユーザーをあらゆる種類のグループに追加したり、パッケージをアップグレードしたりダウングレードしたりしましたが、それでもまだうまく機能しません。

誰かアドバイスをくれませんか?

$ xpra start :2020
Entering daemon mode; any further errors will be reported to:
  /run/user/1000/xpra/:2020.log

$ cat /run/user/1000/xpra/:2020.log

X.Org X Server 1.19.0
Release Date: 2016-11-15
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
Current Operating System: Linux Redsandro 4.8.0-2-amd64 #1 SMP Debian 4.8.11-1 (2016-12-02) x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.8.0-2-amd64 root=UUID=253cbc66-c252-4b50-a622-f30f324c6fff ro quiet
Build Date: 23 November 2016  07:20:23PM
xorg-server 2:1.19.0-2 (https://www.debian.org/support) 
Current version of pixman: 0.34.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/run/user/1000/xpra/Xorg.:2020.log", Time: Sat Dec 17 15:11:50 2016
(++) Using config file: "/etc/xpra/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
/usr/lib/xorg/Xorg: symbol lookup error: /usr/lib/xorg/modules/drivers/dummy_drv.so: undefined symbol: ChangeWindowProperty
display :2020 failed:
could not connect to X server on display ':2020' after 3 seconds
2016-12-17 15:11:53,416 killing xvfb with pid 17971
2016-12-17 15:11:53,418 failed to kill xvfb process with pid 17971:
2016-12-17 15:11:53,418  [Errno 3] No such process

xserver-xorg-video-dummy試してみて、xvfb両方とも失敗するようです。

答え1

ダミー ドライバーのバージョンが Xorg サーバーのバージョンと一致しません。

/usr/lib/xorg/modules/drivers/dummy_drv.so: undefined symbol: ChangeWindowProperty

ダミー ドライバー パッケージが Xorg パッケージの ABI バージョンと一致していることを確認します。

関連情報