Joe Kisela on 18 Aug 2010 16:11:39 -0700 |
> I just ssh -X from a laptop and the installer displays on the laptop. I > have found out from past experie thinknce that if you use DBCA (Database > Creation Assistant it fails over SSH. It still wants to use old way > (export DISPLAY=laptopip:0.0) >Why should there EVER be a GUI on a server? Why should GUI cruft even >live on the server's disk? Well, you need to remember that for X11, "Client" and "Server" are the opposite of what you would normally expect. You don't need to be running X on a dbserver to run remote X apps, where you export DISPLAY (or ssh -X) , run a remote X11 CLIENT program that displays on your local X11 SERVER. X11 does not need to be running on the box that you are telnet'd/ssh'd into. It should also be noted that the -X option has been disabled by default in sshd since Theo deRaadt got rooted on an exploit. You need to enable it in your sshd config on the server you are trying to ssh to. As for the Ubuntu guys breaking POSIX compliance - I have a large list of issues with a lot of "helpful" things that Ubuntu has done. I won't get into it. It's pointless, people like to reinvent wheels. ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|