Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caught XIO error #252

Open
mjblackhorse opened this issue Aug 6, 2024 · 0 comments
Open

caught XIO error #252

mjblackhorse opened this issue Aug 6, 2024 · 0 comments
Labels

Comments

@mjblackhorse
Copy link

If you'd like to put out an incentive for fixing this bug, you can do so at https://issuehunt.io/r/LibVNC/x11vnc

Describe the bug
Each time I connect with tightvncviewer, it works and I could see the login page of the OS. However, when I enter the correct passwd, the connection is broken and the x11vnc service is stopped.

To Reproduce

  1. start x11vnc
sudo systemctl restart x11vnc.service

where the file /etc/systemd/system/x11vnc.service is as follows:

[Unit]
Description=Start x11vnc at startup
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -noxdamage -many -display :0 -no6 -rfbport 5900 -rfbauth /etc/x11vnc.pass -auth /var/run/lightdm/root/:0 -o /var/log/x11vnc.log
[Install]
WantedBy=multi-user.target

  1. Connect with tightvncviewer, and I could see the login page of the OS.
  2. Enter the correct password, then the error happens

Screenshots
image

the log
image

Desktop (please complete the following information):

  • OS and version: Linux version 5.15.0-117-generic (buildd@lcy02-amd64-102) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) Duplicate mouse cursor on server with -multiptr #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024

  • Xorg version used:


X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
Current Operating System: Linux njucsoj 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-117-generic root=UUID=9cd764cc-e4c0-42ba-a54e-b1719aaabcb6 ro
xorg-server 2:21.1.4-2ubuntu1.7~22.04.11 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.40.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant