Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Linux and Unix
Tag Cloud
access audio black screen blue screen boot bsod connection crash dell desktop driver drivers dvd email error excel excel 2003 firefox hard drive hardware hijackthis internet keyboard laptop malware monitor motherboard network networking outlook problem recovery router safe mode screen slow sound spyware trojan upgrade vba video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
Kaunching GNOME remotely on Daemon?

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
bassetman's Avatar
Computer Specs
Moderator - Gone, but never forgotten with 48,307 posts.
 
Join Date: Jun 2001
Location: Great White North (WI)
Experience: Getting somewhere I hope
28-Jun-2003, 01:43 PM #1
Kaunching GNOME remotely on Daemon?
I took the Linux RedHat course and now my new Domain Host uses Daemon (sp?). I now have Telnet and SSH capabilities and Shell access. How do I launch GNOME?

I know its there, because I found it using whereis.

Thanks for any help.
John
PeterJS's Avatar
Member with 41 posts.
 
Join Date: Dec 2002
Location: Suffolk, UK
29-Jun-2003, 02:33 PM #2
I done a quick search, and found this.....

http://www.newtolinux.org.uk/tutorials/gnome.shtml

Not sure if it's any help.

Peter
bassetman's Avatar
Computer Specs
Moderator - Gone, but never forgotten with 48,307 posts.
 
Join Date: Jun 2001
Location: Great White North (WI)
Experience: Getting somewhere I hope
29-Jun-2003, 02:35 PM #3
Thanks, checking it out now!
bassetman's Avatar
Computer Specs
Moderator - Gone, but never forgotten with 48,307 posts.
 
Join Date: Jun 2001
Location: Great White North (WI)
Experience: Getting somewhere I hope
29-Jun-2003, 03:06 PM #4
A new development, my GNOME is zipped as a .gz file. I went to use gunzip, but that is also a zipped .gz file.
How am I supposed to unzip my unzipper?

John
PeterJS's Avatar
Member with 41 posts.
 
Join Date: Dec 2002
Location: Suffolk, UK
29-Jun-2003, 03:34 PM #5
Why not try www.winzip.com?

Peter
bassetman's Avatar
Computer Specs
Moderator - Gone, but never forgotten with 48,307 posts.
 
Join Date: Jun 2001
Location: Great White North (WI)
Experience: Getting somewhere I hope
29-Jun-2003, 03:36 PM #6
Peter, the problem is that the file is on a remote server and I'm not sure winzip would work on a Linux machine.
Or do they also have Linux progs now?
PeterJS's Avatar
Member with 41 posts.
 
Join Date: Dec 2002
Location: Suffolk, UK
29-Jun-2003, 03:51 PM #7
been searching, can't find much.

This link explains to someone, how to unzip, but you probably already know that.

http://www.linuxquestions.org/questions/history/35973

still searching to see if I can find anything.

Peter
bassetman's Avatar
Computer Specs
Moderator - Gone, but never forgotten with 48,307 posts.
 
Join Date: Jun 2001
Location: Great White North (WI)
Experience: Getting somewhere I hope
29-Jun-2003, 04:03 PM #8
Actually that WAS helpful! It may be that I need to install gunzip to get it to work.
PeterJS's Avatar
Member with 41 posts.
 
Join Date: Dec 2002
Location: Suffolk, UK
29-Jun-2003, 04:09 PM #9
lol,

If you haven't got gunzip (think it's also called gzip too, or are they 2 different programs?), you should be able to get it from here.....

http://www.gzip.org/

Peter
bassetman's Avatar
Computer Specs
Moderator - Gone, but never forgotten with 48,307 posts.
 
Join Date: Jun 2001
Location: Great White North (WI)
Experience: Getting somewhere I hope
29-Jun-2003, 04:20 PM #10
Thanks PeterJS I really appreciate your help!
gzip is the file for zipping file
gunzip (as in g unzip) is for unzipping files.

I have been side tracked now, because I (apparently) need to setup my PC to be able to interact with the X_Windows environment.

Feeling like I am getting in over my Liunx newbie head here!
__________________
Bush on 911.....What Rice and Powell said about WMDs!.....Learn about Human Rights
..."Blessed is the man, who having nothing to say, abstains from giving wordy evidence of the fact."
-George Eliot (1819-1880), author.
PeterJS's Avatar
Member with 41 posts.
 
Join Date: Dec 2002
Location: Suffolk, UK
29-Jun-2003, 04:44 PM #11
No Problem, hope you get it working

I haven't got a clue about Linux, lol. Good job we have search engines

Peter
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
30-Jun-2003, 12:10 AM #12
Usually, gunzip is nothing more than a symbolic link to gzip (i.e., they are the same program). You can run the equivalent of gunzip by using gzip -d. I'm a bit confused about what you're trying to do, though (probably my problem, not yours! ). It sounds like gnome is on a remote machine as a gzipped file, and you'd like to decompress it. Do you want to decompress it on the remote machine or on your local machine? If on the remote machine, you should be able to telnet/ssh to the remote machine and run the gunzip/gzip -d command on the remote machine to decompress the file. To find the location of gunzip/gzip on the remote machine, use the type command from a command prompt (e.g, type gzip or type gunzip). If the command reports "not found" then either the location is not in your PATH or the command is not on the machine (unlikely, but possible).

However, this may not be what you intend at all. You may be wanting to run an X session on a remote machine and specify your local screen as the display -- this is a different problem entirely.

Hope this helps -- additional info appreciated.
__________________
The slowest component still sits at the keyboard.
bassetman's Avatar
Computer Specs
Moderator - Gone, but never forgotten with 48,307 posts.
 
Join Date: Jun 2001
Location: Great White North (WI)
Experience: Getting somewhere I hope
30-Jun-2003, 01:25 AM #13
Thanks Peter, and codejockey!
I am trying to unzip/run gnome on the remote system. I have SSH/telnet I am trying to run GNOME. I don't know its status for sure (zipped, uninstalled etc)..
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
30-Jun-2003, 02:33 AM #14
Gnome is more than a single program; it's a desktop environment that includes a window manager and many associated utilities. Unpacking/installing gnome is usually done by the system administrator who has access to the required locations. On the chance that what you'd really like to do is to run gnome on machine 2 from machine 1 with everything displayed on the monitor of machine 1, have a look at the xon command, which is designed to run X programs on a remote machine.

Hope this helps -- and if I misunderstood yet again, let me know and I'll give it another shot.
__________________
The slowest component still sits at the keyboard.
bassetman's Avatar
Computer Specs
Moderator - Gone, but never forgotten with 48,307 posts.
 
Join Date: Jun 2001
Location: Great White North (WI)
Experience: Getting somewhere I hope
30-Jun-2003, 11:51 AM #15
Thanks CJ, I do want to run gnome on the server from my home pc.
I read something that said I may need to create a seperate login on my home PC for the remote login to the server to do this, does this sound correct to you?

John
Closed Thread Bookmark and Share

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 11:10 AM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.