Troubleshooting VNC

From FarmShare

(Difference between revisions)
Jump to: navigation, search
(Created page with "== Resetting the shell configuration == Some kinds of changes to ~/.cshrc and ~/.login (or other shell configuration files) may break VNC; in particular, setting up the environme...")
Line 1: Line 1:
-
== Resetting the shell configuration ==
+
== Resetting the shell configuration ==
 +
 
Some kinds of changes to ~/.cshrc and ~/.login (or other shell configuration files) may break VNC; in particular, setting up the environment for certain applications (e.g., [[Cadence|Cadence]]) according to instructions is known to cause problems. You can restore the default shell configuration by running '''updaterc'''.
Some kinds of changes to ~/.cshrc and ~/.login (or other shell configuration files) may break VNC; in particular, setting up the environment for certain applications (e.g., [[Cadence|Cadence]]) according to instructions is known to cause problems. You can restore the default shell configuration by running '''updaterc'''.
-
/usr/pubsw/bin/updaterc
+
<pre>/usr/pubsw/bin/updaterc</pre>
-
== Resetting VNC state and configuration ==
+
== Resetting VNC state and configuration ==
 +
 
A common troubleshooting method is to reset the VNC configuration by deleting the ~/.vnc application directory.
A common troubleshooting method is to reset the VNC configuration by deleting the ~/.vnc application directory.
-
rm -rf ~/.vnc
+
<pre>rm -rf ~/.vnc
mkdir ~/.vnc
mkdir ~/.vnc
-
vncpasswd
+
vncpasswd</pre>
----
----
 +
Search the farmshare-discuss archives for posts about [https://mailman.stanford.edu/mailman/swish?query=VNC&submit=Search+farmshare-discuss%21&metaname=swishdefault&sort=unixdate&listname=farmshare-discuss VNC].
Search the farmshare-discuss archives for posts about [https://mailman.stanford.edu/mailman/swish?query=VNC&submit=Search+farmshare-discuss%21&metaname=swishdefault&sort=unixdate&listname=farmshare-discuss VNC].

Revision as of 12:23, 26 April 2012

Resetting the shell configuration

Some kinds of changes to ~/.cshrc and ~/.login (or other shell configuration files) may break VNC; in particular, setting up the environment for certain applications (e.g., Cadence) according to instructions is known to cause problems. You can restore the default shell configuration by running updaterc.

/usr/pubsw/bin/updaterc

Resetting VNC state and configuration

A common troubleshooting method is to reset the VNC configuration by deleting the ~/.vnc application directory.

rm -rf ~/.vnc
mkdir ~/.vnc
vncpasswd

Search the farmshare-discuss archives for posts about VNC.

Toolbox
LANGUAGES