Author Topic: on linux  (Read 1685 times)

focalt

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
on linux
« on: January 11, 2012, 01:38:37 am »
hi

I really want to give planeshift a try but, I can't run it... It installs, updates... and then I run psclient or pslauncher and they don't seem to work... what am I doing wrong? has it to do with root permissions or something?

I'm running xubuntu lucid lynx LTS (10.04)

thanks! :)

bilbous

  • Guest
Re: on linux
« Reply #1 on: January 11, 2012, 03:33:48 am »
It really depends on a lot of things you might want to look at this thread for ideas. If you are running it from a terminal you might get more informative messages. If it updated before it stopped working completely then try to make sure that the .bin files in the install directory are marked as executable.

novacadian

  • Hydlaa Notable
  • *
  • Posts: 962
    • View Profile
Re: on linux
« Reply #2 on: January 11, 2012, 04:54:52 am »
If you are running it from a terminal you might get more informative messages.

Yes, cutting and pasting the terminal output would be a great help to diagnose your problem.

- Nova

bilbous

  • Guest
Re: on linux
« Reply #3 on: January 11, 2012, 07:07:06 am »
I am guessing that the updater has changed the permissions to make the binaries not executable. I seem to recall it happening to me.

This will require the use of the chmod command


focalt

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Re: on linux
« Reply #4 on: January 11, 2012, 02:48:56 pm »
well, it seems that I don't know how to run it from the terminal... I type either psclient or pslaunch and it says that command does not exist... the permissions are o.k. thanks!

LigH

  • Forum Legend
  • *
  • Posts: 7096
    • View Profile
Re: on linux
« Reply #5 on: January 11, 2012, 04:03:21 pm »
Linux prefers the search path over the current directory (to prefer system tools over user applications). To run an application which is not in the search path, but in the current directory, you have to enter:

./pslaunch
./psclient

Gag Harmond
Knight and Ambassador
The Royal House of Purrty

bilbous

  • Guest
Re: on linux
« Reply #6 on: January 11, 2012, 05:31:10 pm »
If you did a system-wide install the command to run the program would just be 'planeshift', without the quotes of course.
If you installed as root the install directory is likely /opt/PlaneShift, if you installed as a user it would likely be /home/user/PlaneShift.
To have installed as root you would likely have used the  sudo command.