[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: vnc+gdm+xinetd




----- Original Message ----
From: Ferran Donadie <ferrandonadie@yahoo.co.uk>
To: debian-user@lists.debian.org
Sent: Tuesday, 25 April, 2006 10:45:06 AM
Subject: vnc+gdm+xinetd

this is the configuration file for xinetd

service vnc-800x600
{
  only_from   = 192.168.2.0
  disable     = no
  socket_type = stream
  protocol    = tcp
  wait        = no
  user        = nobody
  server      = /usr/bin/Xvnc4
  server_args = -inetd -query localhost -geometry 800x600 -depth 24 -fp unix/:7100 -once securitytypes=none
}

-----------------------------------------------------
 
 Hmmm. From memory, I had to change something from how it was in the man page... I emailed them about it and submitted a bug report... never heard anything.
 
 Now then... I *think* it may have been adding a "-" before securitytypes=none...
 
 -securitytypes=none
 
 for both services.
 
 I'm not certain. Let me know if this is nonsense.
 
 --
 Matt





Reply to: