Individual sessions spawn from xinetd on SUSE 9.0

William Hooper whooper "at" freeshell.org
Tue Sep 14 14:09:01 2004


Please send replies to the list.

Jeff Paxton said:
> Thanks for your reply.
> I did look through all the faqs and I tried your response as well.
> It still wont start a session.

Are there any errors in /var/log/messages (or where ever xinetd is
configured to send logging)?

>
> here is the service profile with the flags you suggested added/omitted

Start simple.  Try this:

> service vnc12 {
> type            = UNLISTED
> port            = 5912
> socket_type     = stream
> protocol        = tcp
> wait            = yes
# user            = jpaxton
user              = nobody
> server          = /usr/X11R6/bin/Xvnc
# server_args     =  -inetd -once passwordFile=/nethome/jpaxton/.vnc/passwd
> -alwaysshared -query localhost -flags = REUSE NODELAY -geometry 1280x1024
> -dpi 95 -depth 24
server_args       = -inetd -once -query localhost -geometry 1024x768
-depth 16 securitytypes=none
> #disable                = yes
> }

-- 
William Hooper