#topicpath
----
//ここにコンテンツを記述します。

*VNCのインストール [#c516c56f]
http://www.realvnc.com/download.html
よりダウンロード(2003/06現在の最新版は3.3.7です)

*VNCの起動、停止 [#x11dcf52]

**起動 [#h4cb85cf]
 [xxxxxx@localhost xxxxxx]$ vncserver :1  (1はディスプレイNo.  port番号は580nになる)
 
 You will require a password to access your desktops.
 
 Password:
 Verify:
 
 New 'X' desktop is localhost.localdomain:1
 
 Creating default startup script /home/xxxxxx/.vnc/xstartup
 Starting applications specified in /home/xxxxxx/.vnc/xstartup
 Log file is /home/xxxxxx/.vnc/localhost.localdomain:1.log

**停止 [#x8e9a8e2]
 vncserver -kill :1 (1はディスプレイNo)

*VNCをサービス起動する。 [#yeb86d8c]
***/etc/xinetd.d/vnc の作成 [#m4f2d9a6]
内容:
 service vnc
 {
 	disable = no
 	flags = REUSE
 	socket_type = stream
 	wait = no
 	user = xxxxxx <- サービスを起動するUNIXのユーザID
 	server = /usr/bin/Xvnc
 	server_args = -inetd -query 192.168.10.3 -once -geometry 1024x768 -depth 16
 	log_on_success += DURATION USERID
 	log_on_failure += USERID
 }
 
ここで
 server_args = -inetd -query 192.168.10.3 -once -geometry 1024x768 -depth 16
の 192.168.10.3 はVNCServerを起動するノードです。

***/etc/servicesの編集 [#c187c79b]
/etc/services に
 vnc	5901/tcp
を追加(vncは/etc/xinetd.d/vncのファイル名)

***/etc/X11/gdm/gdm.conf の編集 [#v246dcc4]
 [xdmcp]
 Enable=true
 (↑GUI(ログイン)からできる。)
 これだけではだめな場合
 
 [security]
 KillInitClients=false
とした。

最後に再起動すればOK!

***xinetdの再起動 [#abd85ee0]
 /sbin/service xinetd restart
----
この記事は
#vote(おもしろかった[1],そうでもない[0])
-VNC4.0からは http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?forum=10&topic=15774 をやらないとダメみたい。。。。 -- [[きの]] &new{2004-11-04 (木) 19:18:41};
-server_args に --PasswordFile=/etc/vnc_passwd を追加 -- [[きの]] &new{2005-06-16 16:35:28 (木)};
- vncpasswd  /etc/vnc_passwd を実行 -- [[きの]] &new{2005-06-16 16:35:43 (木)};
- chmod 644 /etc/vnc_passwd -- [[きの]] &new{2005-06-16 16:42:16 (木)};
-Fedora Core5でやったところ /etc/X11/gdm/gdm.confがない。。とりあえず、GUIのログイン設定画面で、リモートログインを無効から有効へ、あとセキュリティをTCP接続の禁止をOFFにしました。 -- [[きの]] &new{2006-04-02 12:14:29 (日)};
-新しく作ったサーバでどうしてもVNCが動かねー。半日調べて、ランレベルを3にしているからだとわかりました。テキストモードにしておくと、ダメなんですねえ。 -- [[きの]] &new{2006-05-10 22:14:12 (水)};
- Hello! Nice site! Thank you!<a href= http://keyglobalsolutions.com/merchants/images/other/index.html >watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/index2.html >ringtones</a> <a href= http://keyglobalsolutions.com/merchants/images/other/index3.html >insurance</a> <a href= http://keyglobalsolutions.com/merchants/images/other/my-watches.html >my watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/all-watches.html >all watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/rolex-watches.html >rolex watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/watches-rolex.html >watches rolex</a> <a href= http://keyglobalsolutions.com/merchants/images/other/watches-mens.html >watches mens</a> <a href= http://keyglobalsolutions.com/merchants/images/other/watches-mens-watches.html >watches mens watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/mens-watches.html >mens watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/mens-watches.html >men's watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/www-rolex-watches.html >www rolex watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/best-deals-on-rolex-watches.html >best deals on rolex watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/rolex-replica-watches.html >rolex replica watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/replica-watches-rolex.html >replica watches rolex</a> <a href= http://keyglobalsolutions.com/merchants/images/other/replica-rolex-watches.html >replica rolex watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/watches-men.html >watches men</a> <a href= http://keyglobalsolutions.com/merchants/images/other/watches-for-men.html >watches for men</a> <a href= http://keyglobalsolutions.com/merchants/images/other/replica+watches.html >replica+watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/replica-watches.html >replica watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/replicas-watches.html >replicas watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/man-watches.html >man watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/mans-watches.html >mans watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/rolex-replicas-watches.html >rolex replicas watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/replicas-rolex-watches.html >replicas rolex watches</a>  -- [[Maxoojra]] &new{2007-02-18 (日) 17:48:23};
- Hello! Nice site! Thank you![url=http://keyglobalsolutions.com/merchants/images/other/index.html]watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/index2.html]ringtones[/url] [url=http://keyglobalsolutions.com/merchants/images/other/index3.html]insurance[/url] [url=http://keyglobalsolutions.com/merchants/images/other/my-watches.html]my watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/all-watches.html]all watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/rolex-watches.html]rolex watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/watches-rolex.html]watches rolex[/url] [url=http://keyglobalsolutions.com/merchants/images/other/watches-mens.html]watches mens[/url] [url=http://keyglobalsolutions.com/merchants/images/other/watches-mens-watches.html]watches mens watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/mens-watches.html]mens watches[/url] [url=http://keyglobalsolutio -- [[Maxyrkpb]] &new{2007-02-18 (日) 17:49:42};
- Hello! Nice site! Thank you!<a href= http://keyglobalsolutions.com/merchants/images/other/watches-replicas.html >watches replicas</a> <a href= http://keyglobalsolutions.com/merchants/images/other/video-watches.html >video watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/movado-watches.html >movado watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/citizen+watches.html >citizen+watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/watches-citizens.html >watches citizens</a> <a href= http://keyglobalsolutions.com/merchants/images/other/citizen-watches.html >citizen watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/jewelry-watches.html >jewelry watches</a> <a href= http://keyglobalsolutions.com/merchants/images/other/watches-citizen.html >watches citizen</a> <a href= http://keyglobalsolutions.com/merchants/images/other/citizens-watches.html >citizens watches</a> <a href= http://keyglobalsolutions.com/merchants/i -- [[Maxjdlbx]] &new{2007-02-19 (月) 00:33:40};
- Hello! Nice site! Thank you![url=http://keyglobalsolutions.com/merchants/images/other/watches-replicas.html]watches replicas[/url] [url=http://keyglobalsolutions.com/merchants/images/other/video-watches.html]video watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/movado-watches.html]movado watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/citizen+watches.html]citizen+watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/watches-citizens.html]watches citizens[/url] [url=http://keyglobalsolutions.com/merchants/images/other/citizen-watches.html]citizen watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/jewelry-watches.html]jewelry watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/watches-citizen.html]watches citizen[/url] [url=http://keyglobalsolutions.com/merchants/images/other/citizens-watches.html]citizens watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/rolex-watches-replicas.html]rolex watches replicas[/url] [url=http://keyglobalsolutions.com/merchants/images/other/omega-watches.html]omega watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/omegawatches.html]omegawatches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/omega+watches.html]omega+watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/movie-watches.html]movie watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/watches-jewelry.html]watches jewelry[/url] [url=http://keyglobalsolutions.com/merchants/images/other/jewelry-and-watches.html]jewelry and watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/jewellery-watches.html]jewellery watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/tv-watches.html]tv watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/seiko-watches.html]seiko watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/wrist-watches.html]wrist watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/wristwatches.html]wristwatches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/citizen-and-watches.html]citizen and watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/seiko+watches.html]seiko+watches[/url] [url=http://keyglobalsolutions.com/merchants/images/other/watches-seiko.html]watches seiko[/url] [url=http://keyglobalsolutions.com/merchants/images/other/about-omega-watches.html]about omega watches[/url]  -- [[Maxppvvn]] &new{2007-02-19 (月) 00:33:41};

#comment
#topicpath


SIZE(10){現在のアクセス:&counter;}


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS