[Ocfs2-tools-commits] manish commits r919 - trunk/documentation

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon May 30 14:04:48 CDT 2005


Author: manish
Date: 2005-05-30 14:04:46 -0500 (Mon, 30 May 2005)
New Revision: 919

Modified:
   trunk/documentation/users_guide.txt
Log:
Talk about ssh -X instead of xhost + and DISPLAY stuff.


Modified: trunk/documentation/users_guide.txt
===================================================================
--- trunk/documentation/users_guide.txt	2005-05-27 23:36:48 UTC (rev 918)
+++ trunk/documentation/users_guide.txt	2005-05-30 19:04:46 UTC (rev 919)
@@ -153,18 +153,12 @@
 OCFS2 also provides a graphical utility for configuring and modifying your
 OCFS2 cluster. If your system has the graphical interface enabled, you can
 launch 'ocfs2console' to enter the graphical configuration utility.
-If X is running as non-root, make sure to enable X authentication to bring
-up this utility (this can be done using 'xhost +' or a more secure
-variation.  Afer becoming root, make sure to set the environment variable 
-DISPLAY to the active X display.
+If X is running as non-root, you can use 'ssh -X root at localhost' to become
+root. This will allow you to run X applications as root on your current
+display.
 
-For example:
-
-   myuser:/home/myuser> $ xhost +
-   access control disabled, clients can connect from any host
-   myuser:/home/myuser> $ su - root
+   myuser:/home/myuser> $ ssh -X root at localhost
    Password:
-   root at localhost> # export DISPLAY=localhost:0.0
    root at localhost> # ocfs2console
 
 When ocfs2console interface opens, proceed with the initial configuration.



More information about the Ocfs2-tools-commits mailing list