Find the answer to your Linux question:
Results 1 to 9 of 9
Hi, I downloaded Google Earth Linux .bin and ./ worked fine except I got the error message to the effect - could not connect to 0.0 "Refused by server/ no ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    6

    Google Earth

    Hi,
    I downloaded Google Earth Linux .bin and ./ worked fine except I got the error message to the effect - could not connect to 0.0 "Refused by server/ no protocol supplied."

    Question:
    How to get localhost to give permission on 0.0 ?
    or else how to edit Google Earth.bin and what protocol is wanted?
    I think that all that is needed is to add -p and supply the password. How do I do that - and where ?

    Thanks for your help
    Last edited by rayfos; 09-03-2007 at 03:43 PM. Reason: correct exact error message

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,142
    Try launching the command as user instead of root, this happens often.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Jul 2007
    Posts
    6
    Thank you so much.

    That worked great - just tried in user instead of su wildow and Google earth loaded and worked great.

    Thank you so much. It is easy when you know how!


  4. #4
    Just Joined!
    Join Date
    Aug 2007
    Location
    Christchurch, New Zealand
    Posts
    57
    Hi rayfos,
    Can you let me know what you typed in the terminal to install google earth, i tried it the other day but would not load even though i avoided the su command.

    Cheers

    Ian

  5. #5
    Just Joined!
    Join Date
    Jul 2007
    Posts
    6
    Ian,
    1. cd (is the command to change directory) to where you have the file - using the terminal. My file was in /home/rf/Desktop. So I typed "cd /home/rf/Desktop".<enter>
    2. type in "sh GoogleEarthLinux.bin" or "./GoogleEarthLinux.bin" or sh or ./ whatever the filename of the program you downloaded is with a .bin ending.<enter> The name of the file I downloaded was GoogleEarthLinux.bin. It has to be entered exactly what the filename is or it will not be found!

    Trust this is helpful
    Last edited by rayfos; 09-04-2007 at 03:11 PM. Reason: typos

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,142
    Uhhh, sorry for cutting in here. You forgot something.
    part 1.5)
    Before you can launch the file, you must make it executable with this command.
    chmod +x GoogleEarthLinux.bin
    You may need to be root or use sudo for this.
    Then you can do part 2.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  7. #7
    Just Joined!
    Join Date
    Aug 2007
    Location
    Christchurch, New Zealand
    Posts
    57
    Thankyou Rayfos and Mike for some very good advice, i eventually got a message like this
    The integrity was all good
    Xlib: connection to ":0.0" refused by server
    Xlib: Invalid MIT-MAGIC-COOKIE-1 key
    Do you know what this means (double dutch to me )
    Note: i am using Kubuntu 7.04 and had to use root for this

    ian
    ps: All sorted followed top advise as user not root ,now works fine (thanks alot)

  8. #8
    Just Joined!
    Join Date
    Jul 2007
    Posts
    6
    Hi,

    I am not well versed in Kubuntu. I would expect that if you did as Mike suggested that you may be able to run GoogleEarth as an ordinary user instead of being in root or su. If chmod +x does not work, perhaps try chmod 755 may work.
    My current understanding is that what is needed is to connect to localhost which being a logged in user lets you do. At least that suggestion worked for me.

    Sorry, I can't be of more help than that.


  9. #9
    Linux Newbie craigevil's Avatar
    Join Date
    Jun 2005
    Location
    Terra in the Milky Way
    Posts
    110
    Easiest way to install and run Google Earth is the googleearth-package.

    Simply apt-get install googleearth-package then run as root :
    /usr/bin/make-googleearth-package

    create a nice shortcut to /usr/bin/googleearth on your menu. And your good to go.
    Debian Sid LXDE Kernel liquorix CPU Pentium IV 2.80GHz GeForce 9400 GT
    Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
    Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •