
예전에 설치해서 xpra
문제없이 잘 사용하고 있습니다.
그러다 내 하드 드라이브가 충돌했습니다. 동일한 새 것을 설치하고 dd
6개월 전(설치 전 xpra
)의 이미지를 복원했습니다.
나는 apt-get install xpra
저장소에서 하나를 얻었지만 서버를 시작하지 않았습니다. 나는 특별한 저장소를 추가한 적이 없으며 작동하곤 했다고 확신합니다.
그래서 일련의 작업을 수행했습니다 apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get install xpra
. 그래도 작동이 안되는. 나는 제거하고 xpra
다음을 추가했습니다.윈스위치 저장소설명된 대로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 버전과 일치하는지 확인하세요.