Your message dated Sun, 10 May 2020 15:42:37 +0300
with message-id <[email protected]>
and subject line Re: Bug#576871: qemu: vnc password doesn't work when use unix
file
has caused the Debian Bug report #576871,
regarding qemu: vnc password doesn't work when use unix file
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
576871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576871
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qemu
Version: 0.9.1-10lenny1
Severity: normal
I use ,password option in parameters or monitor to use password authentication
to vnc.
When i use tcp socket to connect to vnc - it works fine, but when i try to use
unixfile - it didn't work.
For example:
1.
(qemu) change vnc :10,password
(qemu)
all works fine
2.
(qemu) change vnc unix:/tmp/qemu.socket,password
(qemu)
qemu open /tmp/qemu.socket,password file:
XXX:~# lsof -n |grep qemu.socket
kvm 6289 root 11u unix 0xffff8100788da400
674048 /tmp/qemu.socket,password
3.
(qemu) change vnc "unix:/tmp/qemu.socket",password
(qemu)
qemu open correct file (/tmp/qemu.socket), but when i connect to it (via
socat), i connect without any authentication:
# socat TCP-LISTEN:5901 UNIX-CONNECT:/tmp/qemu.socket
undefine@uml:~$ vncviewer server:5901
Connected to RFB server, using protocol version 3.8
No authentication needed
Authentication successful
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages qemu depends on:
ii bochsbios 2.3.7-1 BIOS for the Bochs emulator
ii libasound2 1.0.16-2 ALSA library
ii libbrlapi0.5 3.10~r3724-1+lenny1 braille display access via BRLTTY
ii libc6 2.7-18lenny2 GNU C Library: Shared libraries
ii libgnutls26 2.4.2-6+lenny2 the GNU TLS library - runtime libr
ii libncurses5 5.7+20081213-1 shared libraries for terminal hand
ii libsdl1.2debian 1.2.13-2 Simple DirectMedia Layer
ii openbios-sparc 1.0~alpha2+20080106-2 SPARC Open Firmware
ii openhackware 0.4.1-4 OpenFirmware emulator for PowerPC
ii proll 18-4 JavaStation PROM 2.x compatible re
ii vgabios 0.6b-1 VGA BIOS software for the Bochs an
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
Versions of packages qemu recommends:
ii debootstrap 1.0.10lenny1 Bootstrap a basic Debian system
ii sharutils 1:4.6.3-1 shar, unshar, uuencode, uudecode
ii vde2 2.2.2-3 Virtual Distributed Ethernet
Versions of packages qemu suggests:
pn samba <none> (no description available)
pn sudo <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1:5.0-1
On Wed, 07 Apr 2010 22:41:24 +0000 Andrzej Dopierala <[email protected]>
wrote:
> Package: qemu
> Version: 0.9.1-10lenny1
> Severity: normal
>
> I use ,password option in parameters or monitor to use password
> authentication to vnc.
> When i use tcp socket to connect to vnc - it works fine, but when i try to
> use unixfile - it didn't work.
In current version of qemu passwords can be used in a different way
(with authz objects), so this bugreport apparently can be closed now.
If the problem is still relevant please reopen this bugreport and
provide more information.
Thanks,
/mjt
--- End Message ---