Hi,

I have now created a service under the /etc/xinetd.d directory for starting
Xvnc.

My service file looks like this :

service Xvnc
{
        disable = no
        socket_type             = stream
        protocol                = tcp
        port                    = 5950
        wait                    = no
        user                    = nobody
        log_on_success          += USERID
        log_on_failure          += USERID
        server                  = /usr/local/bin/Xvnc 
        server_args             = Xvnc -xinetd -broadcast -once -geometry
1024X768 -depth 8 -name gnome
}

Now I get an error invalid protocol.

What am I doing wrong?

Thanks in advance,

Cheers
Pramodh

=========================================
Pramodh Rao
Informatiker
Derendinger AG
Industriestrasse 8
8305 Dietlikon
Tel : +41 1 805 24 58
Fax : +41 1 805 22 66
mail to: [EMAIL PROTECTED]
homepage : www.derendinger.ch
=========================================
---------------------------------------------------------------------
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to