[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

[linux-users:104116] RE: vncサーバをxinetd経由で起動させるには?


こんばんは、田中と申します。

MK278さん From: "KM" <mk278@xxxxxxxxxxx> message wrote.

> 下記のように起動ファイルはなっているのですが
> うーん、どのように記述したらいいのでしょうか???

本家MLからの引用ですが、server_argsが足らないのではないでしょうか?
http://www.realvnc.com/pipermail/vnc-list/2001-August/024738.html

 description: This vnc server serves 640x480x8 VNC sessions
service vnc-640x480x8
{
        socket_type     = stream
        protocol        = tcp
        port            = 5950
        wait            = no
        user            = nobody
        server          = /usr/local/vnc/Xvnc
        server_args     = -inetd -query localhost -once -geometry
640x480 -depth 8 -nevershared -ac
}
# end

So, vnc-800x600x8 will look like this:

# description: This vnc server serves 800x600x8 VNC sessions
service vnc-800x600x8
{
        socket_type     = stream
        protocol        = tcp
        port            = 5951
        wait            = no
        user            = nobody
        server          = /usr/local/vnc/Xvnc
        server_args     = -inetd -query localhost -once -geometry
800x600 -depth 8 -nevershared -ac
}
# end

ATT UK researchに感謝申し上げます。
-------------------------------------------------------------
Katsuharu Tanaka mailto : user-tanaka@xxxxxxxxxxxxxxx

PGP FP = C5BE D80F 6DF2 FDB1 2C76  0D24 288E 4D98 766B 344E

この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: References: