Post #280,836
4/6/07 3:39:39 PM
|
Re: Ubuntu minimal setup question
When SSH'ing from the source box (assuming that this is also Linux here), just "ssh -X ip.add.ress.here". That should enable you to throw the X-based app windows back to the box you're SSH'ing from.
-YendorMike
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, 1759 Historical Review of Pennsylvania
|
Post #280,840
4/6/07 4:10:00 PM
|
I use -XC
for compression...
Imric's Tips for Living
- Paranoia Is a Survival Trait
- Pessimists are never disappointed - but sometimes, if they are very lucky, they can be pleasantly surprised...
- Even though everyone is out to get you, it doesn't matter unless you let them win.
| |
Nothing is as simple as it seems in the beginning, As hopeless as it seems in the middle, Or as finished as it seems in the end. |
|
Post #280,841
4/6/07 4:20:35 PM
|
yep. recommend that also.
Too much of today's music is fashionable crap dressed as artistry.Adrian Belew
|
Post #280,842
4/6/07 4:49:29 PM
4/6/07 4:50:33 PM
|
As long as...
The "server" you are ssh'ing into is setup for it.
I just went over this on the Debian mailing list.
[link|http://lists.debian.org/debian-user/2007/03/msg05176.html|Re: problems with accessing X apps with ssh]
Following the suggestions about configs will help you get the auto-magic display offset and make it so you do not have to do the -X (and you can force -C there as well)
Cheers.
The guy was having an issue understanding "X", so I 'splained it to him.
edit: sheesh, I can't even finish three things at one.
-- [link|mailto:greg@gregfolkert.net|greg], [link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwetheyFreedom is not FREE. Yeah, but 10s of Trillions of US Dollars? SELECT * FROM scog WHERE ethics > 0;
0 rows returned.
Edited by folkert
April 6, 2007, 04:50:33 PM EDT
|
Post #280,846
4/6/07 5:32:01 PM
|
None of these suggestions apply to this issue
I had already taken care of all of them.
The issue is when you have a minimally setup host, one that does not run X-Windows on the console. There is some critical utility (xauth maybe) that is not installed, which means even when everything else it setup, it still does not setup a DISPLAY variable or a tunnel back for the xwindows ession.
After I shotgunned the following, it worked:
apt-get install x-window-system-core xfs xserver
But I'd prefer to get the minimal working stuff for my "utility" instances.
|
Post #280,847
4/6/07 5:51:31 PM
|
Ok.
No need for my input.
You want answers.
-- [link|mailto:greg@gregfolkert.net|greg], [link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwetheyFreedom is not FREE. Yeah, but 10s of Trillions of US Dollars? SELECT * FROM scog WHERE ethics > 0;
0 rows returned.
|
Post #280,851
4/6/07 6:47:31 PM
|
I would suggest you don't want ubuntu then
and should go back to straight deb.
Too much of today's music is fashionable crap dressed as artistry.Adrian Belew
|
Post #280,895
4/7/07 1:11:13 PM
4/7/07 1:29:59 PM
|
On deb, you would want the xbase-clients package
And depending on the configuration of X and sshd, ssh -Y will work instead of ssh -X.
Edited by scoenye
April 7, 2007, 01:29:59 PM EDT
|
Post #280,909
4/7/07 4:35:13 PM
|
Thanks
|