﻿id	summary	reporter	owner	description	type	status	priority	component	resolution	keywords	cc
57	x11vncをxinetd経由で用いると、勝手にログアウトする	mitty	mitty	" * see also wiki:TipAndDoc/network/vnc#x11vnc

 * Ubuntu 10.10 Maverick on VMware Workstation 7.1.3
{{{
Linux ubuntu-pxe 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 GNU/Linux
}}}
 * $ x11vnc --version
{{{
x11vnc: 0.9.10 lastmod: 2010-04-28
}}}
 * $ aptitude show xinetd
{{{
1:2.3.14-7ubuntu3
}}}
 * Xface4 on Xubuntu
{{{
4.6.2 (Xfce 4.6)
}}}
 * UltraVNC Win32 viewer 1.0.5
  * SSH forwarding to localhost:5900

 * /etc/xinetd.d/x11vnc
{{{

service x11vnc
{
	port		= 5900
	type		= UNLISTED
	socket_type	= stream
	protocol	= tcp
	wait		= no
	only_from	= 127.0.0.1
	user		= root
	server		= /usr/bin/x11vnc
	server_args	= -display :0 -auth guess -nopw -localhost -inetd -o /var/log/x11vnc.log
	disable		= no
}
}}}"	defect	assigned	critical	research		vnc,x11,x11vnc,xinetd,logout	
