そこで、KDE PlasmaでDebian Jessieを実行しているワークステーション「orac」にVNCサーバー(Tight VNC)をインストールしました。そして、KDE PlasmaでDebian Stretchを実行しているワークステーション「tact」上のVNCクライアント(Tight VNC)。
oracでvncpasswdを実行して、パスワードを構成しました。
VNCを使用して、「tact」から「orac」を使用したい。
タクトからoracにsshし、vncserverを開始しました。
jj5@orac:~$ vncserver
New 'X' desktop is orac:1
Starting applications specified in /home/jj5/.vnc/xstartup
Log file is /home/jj5/.vnc/orac:1.log
次に、タクトのコンソールから実行しました:
jj5@tact:~$ vncviewer orac:1
Connected to RFB server, using protocol version 3.8
Enabling TightVNC protocol extensions
Performing standard VNC authentication
Password:
Authentication successful
Desktop name "jj5's X desktop (orac:1)"
VNC server default format:
32 bits per pixel.
Least significant byte first in each pixel.
True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Using default colormap which is TrueColor. Pixel format:
32 bits per pixel.
Least significant byte first in each pixel.
True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
vncviewer: VNC server closed connection
以前vncviewer: VNC server closed connection
に報告されたすべてがスムーズに動作しているようです。ウィンドウが開き、KDE Plasmaがログイン/ロード処理を実行し、次にoracデスクトップがロードされ、多数のデフォルトのDolphinウィンドウがロードされ、KDE Plasmaが自動開始スクリプトの処理を開始するため、すべてが正常に動作しているように見えます。 KDE / VNCが起動するとすぐに消え、通常はシャットダウンしますvncviewer: VNC server closed connection
が、vncviewer: read: Connection reset by peer
代わりにシャットダウンすることもあります。
それでは、なぜKDE(またはVNC?)が始まるとすぐに救済されるのでしょうか?どんな助けも大歓迎です!
psは、VNCサーバー(orac)の環境に関する追加情報です。
jj5@orac:~/.vnc$ ls -al
total 24K
drwx------ 2 jj5 jj5 4.0K May 4 17:35 ./
drwxr-xr-x 74 jj5 jj5 4.0K May 4 17:35 ../
-rw-r--r-- 1 jj5 jj5 1.3K May 4 17:36 orac:1.log
-rw-r--r-- 1 jj5 jj5 5 May 4 17:35 orac:1.pid
-rw------- 1 jj5 jj5 8 May 4 15:52 passwd
-rwxr-xr-x 1 jj5 jj5 263 May 4 17:32 xstartup*
ログファイルには次のように記載されています。
jj5@orac:~/.vnc$ cat orac\:1.log
04/05/17 17:35:57 Xvnc version TightVNC-1.3.9
04/05/17 17:35:57 Copyright (C) 2000-2007 TightVNC Group
04/05/17 17:35:57 Copyright (C) 1999 AT&T Laboratories Cambridge
04/05/17 17:35:57 All Rights Reserved.
04/05/17 17:35:57 See http://www.tightvnc.com/ for information on TightVNC
04/05/17 17:35:57 Desktop name 'X' (orac:1)
04/05/17 17:35:57 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
04/05/17 17:35:57 Listening for VNC connections on TCP port 5901
04/05/17 17:36:04 Got connection from client 10.1.1.126
04/05/17 17:36:04 Using protocol version 3.8
04/05/17 17:36:04 Enabling TightVNC protocol extensions
04/05/17 17:36:06 Full-control authentication passed by 10.1.1.126
04/05/17 17:36:06 Pixel format for client 10.1.1.126:
04/05/17 17:36:06 32 bpp, depth 24, little endian
04/05/17 17:36:06 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
04/05/17 17:36:06 no translation needed
04/05/17 17:36:06 Using tight encoding for client 10.1.1.126
04/05/17 17:36:06 Using compression level 1 for client 10.1.1.126
04/05/17 17:36:06 Using image quality level 6 for client 10.1.1.126
04/05/17 17:36:06 Enabling X-style cursor updates for client 10.1.1.126
04/05/17 17:36:06 Enabling cursor position updates for client 10.1.1.126
04/05/17 17:36:06 Enabling LastRect protocol extension for client 10.1.1.126
10.1.1.126は私のVNCクライアント「tact」であることに注意してください。
私のxstartupスクリプトはほぼデフォルトのものです(〜/ .Xresourcesファイルがないため、xrdbコマンドから削除しました。それ以外はそのままです)。
jj5@orac:~/.vnc$ cat xstartup
#!/bin/sh
#xrdb $HOME/.Xresources
xrdb
xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
# Fix to make GNOME work
export XKL_XMODMAP_DISABLE=1
/etc/X11/Xsession