vncviewer:VNCサーバーが接続を閉じました


0

そこで、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

回答:


0

ああすごい。だから私は問題を見つけて、このように修正しました:

jj5@orac:~$ rm .config/autostart/dropbox.desktop

システムにDropboxクライアントをインストールしようとしたときに、dropbox.desktopファイルがインストールされたようです(ただし、動作させるのに問題があり、使用しません)。このファイルがここにあることを忘れていました。VNC経由でoracにアクセスしようとした後、ホームディレクトリ内の最近変更されたファイル/ディレクトリを見て、それを見つけました。例えば:

jj5@orac:~$ ls -Alt | head
total 21292
drwx------    4 jj5  jj5      4096 May  4 18:12 Dropbox
drwx------    5 jj5  jj5      4096 May  4 18:12 .dropbox
drwx------    2 jj5  jj5      4096 May  4 18:12 .vnc
-rw-------    1 jj5  jj5      3136 May  4 18:12 .Xauthority
-rw-------    1 jj5  jj5     26860 May  4 18:07 .viminfo
-rw-------    1 jj5  jj5      6692 May  4 17:49 .bash_history
drwx------    2 jj5  jj5      4096 May  4 17:36 .pulse
-rw-r--r--    1 jj5  jj5        75 May  4 17:25 .selected_editor
-rw-r--r--    1 jj5  jj5       697 May  4 17:22 .profile
-rw-r--r--    1 jj5  jj5      3963 May  4 17:22 .bashrc

dropbox.desktopファイルは次のようになりました。

jj5@orac:~/archive/2017-05-04-181328$ cat dropbox.desktop 
[Desktop Entry]
Name=Dropbox
GenericName=File Synchronizer
Comment=Sync your files across computers and to the web
Exec=dropbox start -i
Terminal=false
Type=Application
Icon=dropbox
Categories=Network;FileTransfer;
StartupNotify=false
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.