Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 37

Thread: gmote - help installing a .sh file

  1. #21
    Join Date
    Jan 2008
    Beans
    14

    Re: gmote - help installing a .sh file

    Quote Originally Posted by bone2006 View Post
    I am trying to just get it to run. I used firestarter to open up the ports, I extracted and ran the file in the directory and it comes up and says that it's getting packets from the gphone, but still having problems as I can't access it.

    The gphone lets me see it and try to connect to it, but it always says connection problem.

    I have another system that has windows and I disabled the firewall and change the IP in my router and instantly I'm having it running.

    Any help getting it with Linux
    I don't have any experience with the Windows version, but the Linux version must be run from within the directory that Gmote is in. If it's in $HOME, you must run Gmote from $HOME... /path/to/Gmote will not work.

  2. #22
    Join Date
    Jan 2008
    Beans
    14

    Cutting Through the B.S.

    In order for Gmote Server to work, you need to have Sun's Java 6 installed.
    Code:
    sudo aptitude install sun-java6-bin sun-java6-jdk sun-java6-jre
    Next, you'll need to set this up as your default Java Virtual Machine (JVM)
    Code:
    sudo update-java-alternatives -s java-6-sun
    Once you've done that, you shouldn't have any issues with getting this up and running.

  3. #23
    Join Date
    Sep 2008
    Location
    Atlanta
    Beans
    84
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: gmote - help installing a .sh file

    None of that works for me.. I'm running Jaunty.. and when I cd topathoffile and run GmoteServer.sh in the terminal, I get 'command not found':

    Code:
    :~/Desktop/GmoteServerLinux2.0.0$ GmoteServer.sh
    bash: GmoteServer.sh: command not found

  4. #24
    Join Date
    Jun 2006
    Beans
    3
    Distro
    Ubuntu 6.06

    Re: gmote - help installing a .sh file

    Is it necessary for you to run this in a terminal?

    I was running into the same problem so I gave up and ran it from Graphical instead. Just click the Gmoteserver.sh and chose the "Run" option.

    I know that's an unacceptable answer for some people....just throwing it out there.

  5. #25
    Join Date
    Sep 2008
    Location
    Atlanta
    Beans
    84
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: gmote - help installing a .sh file

    Quote Originally Posted by zelluloidtraum View Post
    Is it necessary for you to run this in a terminal?

    I was running into the same problem so I gave up and ran it from Graphical instead. Just click the Gmoteserver.sh and chose the "Run" option.

    I know that's an unacceptable answer for some people....just throwing it out there.
    hahahaha.. lmao IT WORKS!
    who would've thought it to be that easy?

    thanks zelluloidtraum
    ohhh the laziness this will bring

  6. #26
    Join Date
    Jan 2008
    Beans
    14

    Re: gmote - help installing a .sh file

    The file must be executable to run it directly from command line (chmod +x), or you can run it "with "sh ./file.sh" - this was all stated in my previous post.

  7. #27
    Join Date
    May 2009
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: gmote - help installing a .sh file

    that worked for me too. thank you. just right click on the file in nautilus and select run you don't need to mess with this java junk. your right, it brings laziness and we aren't learning what is really going on, but 'we' don't have time for that. thanks for the great answer zelluloidtraum

  8. #28
    Join Date
    Aug 2008
    Beans
    78

    Re: gmote - help installing a .sh file

    The following will work if you cd into the correct folder

    Code:
    sh GmoteServer.sh
    Last edited by 1awesomeguy; November 13th, 2009 at 12:55 AM.

  9. #29
    Join Date
    Sep 2007
    Beans
    7

    Re: gmote - help installing a .sh file

    @Remanifest - Cheers fella, your little script worked a treat - looks like it's working dandy for me - legendary!

  10. #30
    Join Date
    Jul 2009
    Beans
    110
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: gmote - help installing a .sh file

    Edit: Nevermind, I had messed up a step when following post#18. Now it is working perfectly! Thank you Remanifest.
    Last edited by JoeGoalie; June 14th, 2010 at 01:37 AM.

Page 3 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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