【发布时间】:2017-06-09 13:28:46
【问题描述】:
我在 MacOS X 和 Linux 之间使用 VNC 时遇到问题。
我在 CentOS Linux 上安装了tightvnc 服务器,在 Mac OS X 上安装了 vncviewer。我已经尽我所能完成了所有设置,然后在 Linux 计算机上启动了 vncserver。我也打开了5901端口。
当我在 Linux 机器上执行命令“vncviewer :1”时,一切正常。我可以看到桌面出现在一个窗口中。
从 Mac OS X 我无法连接到 Linux vncserver。我得到的信息是 “计算机拒绝连接”
我可以通过 SSH 从 Mac 连接到 Linux,因此两台计算机之间存在连接,但 VNC 无法工作。
谁能帮我解决这个问题。我在网上搜索过,但到目前为止没有发现任何有用的东西。 谢谢!
这是来自 vnc 日志文件的消息。
Xvnc TigerVNC 1.1.0 - built May 11 2016 13:01:55
Copyright (C) 1999-2011 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 11704000, The X.Org Foundation
Tue Jan 24 10:03:36 2017
vncext: VNC extension running!
vncext: Listening for VNC connections on all interface(s), port 5901
vncext: Listening for HTTP connections on all interface(s), port 5801
vncext: created VNC server for screen 0
GNOME_KEYRING_SOCKET=/tmp/keyring-jWrQoB/socket
SSH_AUTH_SOCK=/tmp/keyring-jWrQoB/socket.ssh
GNOME_KEYRING_PID=7644
gnome-session[7629]: WARNING: Could not launch application 'linc-cleanup-sockets.desktop': Unable to start application: Failed to execute
child process "/usr/bin/linc-cleanup-sockets" (No such file or directory)
Failed to play sound: File or data not found
(polkit-gnome-authentication-agent-1:7668): GLib-GObject-WARNING **: cannot register existing type `_PolkitError'
(polkit-gnome-authentication-agent-1:7668): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
An instance of nm-applet is already running.
Dropbox isn't running!
Dropbox is already running!
Initializing nautilus-dropbox 2015.10.28
(null): Warning no default label for /home/amit/.gvfs
Failure: Module initalization failed
** (gnome-panel:7657): WARNING **: panel-applet-frame.c:1288: failed to load applet OAFIID:GnoteApplet:
(null)
【问题讨论】:
-
这个问题与 StackOverflow 定义的编程无关。它可能在 S.E. 上更合适。相关网站SuperUser.com 或apple.stackexchange.com (AskDifferent)。使用 Q 底部的
flag链接,并要求版主将其移到那里。请不要在 2 个不同的网站上发布相同的 Q。请先阅读stackoverflow.com/help/how-to-askstackoverflow.com/help/dont-ask 和stackoverflow.com/help/mcve,然后再在此处发布更多问题。祝你好运。
标签: linux macos vnc vnc-server vnc-viewer