On Mon, 07 May 2007, Rolf-Werner Eilert wrote: > I'm booting up and log in on my LTSP terminal as usual. So now I'm > connected to my server. > > Now I'd like to make a connection to another server. A few years ago, I > did the same by invoking > > X -query <IP_of_second_server> :1 > > which started a second X session. I could switch between both by > Ctrl-Alt-F7 and F8 (Ctrl-Alt-F1 or Ctrl-Alt-F2 in LTSP). > > Now, when I start this from a terminal window within my LTSP session, I get > > --------- > [EMAIL PROTECTED]:~> X -query 192.168.10.103 :1
Several things wrong with your attempt .. When you did X -query <IP_of_second_server> :1 before, you did it from a shell prompt (Ctrl-Alt-F1) not from within another X session. LTSP no longer uses "X -query" - LTSP3 did, LTSP4 uses an ssh tunnel to the server. That is not to say it *won't* work - I would try the following :- 1. Ctrl-Alt-F1 - does that get you to a (root) shell on your client ? If it does not, maybe changes need to be made to lts.conf or equivalent (sorry, I do not have an LTSP setup here to test) to get it. 2. Try X -query <IP_of_second_server> :1 - it might work. Cheers, Andy! -- http://wizzy.org.za/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
