Author Topic: Newbie guide to installation on Ubuntu.  (Read 65577 times)

epsoldier

  • Wayfarer
  • *
  • Posts: 7
    • View Profile
Re: Newbie guide to installation on Ubuntu.
« Reply #90 on: October 20, 2008, 02:23:20 am »
I went ahead and deleted it, and it still won't let me download a new copy.

Millian

  • Hydlaa Resident
  • *
  • Posts: 60
  • Be neutral.....be free...
    • View Profile
Re: Newbie guide to installation on Ubuntu.
« Reply #91 on: November 05, 2008, 04:17:45 pm »
I'm having a problem You see i'm using ubuntu 8.04
And went i try  to launch it by terminal:


clarious@maho:~$ '/opt/PlaneShift/psclient'
Failed to create `/home/clarious/.crystalspace' for configuration files (errno 28).
Failed to create `/home/clarious/.crystalspace' for configuration files (errno 28).
Your configuration files are in... /home/clarious/.PlaneShift
Could not create required /home/clarious/.PlaneShift directory!
clarious@maho:~$

Please help me
Calmness in the air

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: Newbie guide to installation on Ubuntu.
« Reply #92 on: November 05, 2008, 06:19:34 pm »
I'm having a problem You see i'm using ubuntu 8.04
And went i try  to launch it by terminal:


clarious@maho:~$ '/opt/PlaneShift/psclient'
Failed to create `/home/clarious/.crystalspace' for configuration files (errno 28).
Failed to create `/home/clarious/.crystalspace' for configuration files (errno 28).
Your configuration files are in... /home/clarious/.PlaneShift
Could not create required /home/clarious/.PlaneShift directory!
clarious@maho:~$

Please help me


you have serious permission problems check if you have ownership and the permissions are set correctly to allow at least the owner to write them. check the status of the home directory with ls -l /home/ and of the various subdirectories named there. could also be teorically you have run out of free space or the partition is read only

Mordraugion

  • Hydlaa Notable
  • *
  • Posts: 816
  • Ex Dev and GM
    • View Profile
Re: Newbie guide to installation on Ubuntu.
« Reply #93 on: November 06, 2008, 09:13:15 am »
I would recommend installing in /home/clarious/PlaneShift instead of /opt/Planeshift just browse to your home directory when asked where to install
No longer a member of the PlanShift Development Team
Hokinon or Hoki on IRC

PS is not a democracy, nor will it ever be -- Karyuu 2006
http://www.hydlaaplaza.com/smf/index.php?topic=21049.msg230947#msg230947

Dapi

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
Re: Newbie guide to installation on Ubuntu.
« Reply #94 on: November 22, 2008, 08:03:15 pm »
Hello there,
the installation worked fine,
but when I'm trying to start the Client it says:

denise@denise-desktop:/opt/PlaneShift$ sudo ./psclient
Your configuration files are in... /home/denise/.PlaneShift
DEBUG: Sound System Software Renderer Initializing...
Segmentation fault

how can i fix this.
please help!!!  :'(


kburts

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: Newbie guide to installation on Ubuntu.
« Reply #95 on: December 16, 2008, 03:15:31 am »
error:
Quote
kevin@roland-desktop:~/Desktop$ ls PlaneShift-*
PlaneShift-v0.4.03-x64.bin  PlaneShift-v0.4.03-x86.bin
kevin@roland-desktop:~/Desktop$ sudo ./PlaneShift-v0.4.02-x64.bin
sudo: ./PlaneShift-v0.4.02-x64.bin: command not found
kevin@roland-desktop:~/Desktop$ sudo ./PlaneShift-v0.4.03-x64.bin
./PlaneShift-v0.4.03-x64.bin: 3: Syntax error: ")" unexpected

kevin@roland-desktop:~/Desktop$

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: Newbie guide to installation on Ubuntu.
« Reply #96 on: December 16, 2008, 03:28:36 am »
do you have a 32 bit or 64 bit os? have you tried to lauch the installer in "=mode text" ?

kburts

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: Newbie guide to installation on Ubuntu.
« Reply #97 on: December 16, 2008, 03:33:30 am »
64.... i think

kburts

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: Newbie guide to installation on Ubuntu.
« Reply #98 on: December 16, 2008, 03:36:20 am »
when i type in uname -r:
Quote
kevin@roland-desktop:~$ uname -r
2.6.24-22-generic
kevin@roland-desktop:~$
it doesn't say! but in system monitor, it says i have an amd athalon 64 X2 dual core processer 4000+

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: Newbie guide to installation on Ubuntu.
« Reply #99 on: December 16, 2008, 03:37:15 am »
There are two binaries available for linux. One is for those who have a 32 bit processor or whom have a 64 bit processor but are only running a 32 bit distro.  The other is for people with 64 bit capable processors who are running  a 64 bit distro.  The difference is significant enough that if you download the wrong one then it won't work so be sure to grab the right installer!

You can check to see what your distro is by entering the following command into the terminal if you are unsure:
Code: [Select]
uname -r
If you are running a 32 bit distro the output will be something like:

Command:
Code: [Select]
brant@Ragnarok:~$ uname -r
Output:
2.6.22-14-386
Note the part I highlighted in red.  This is the important part of the line and indicates you are on a 32 bit distro. 

If you are running a 64 bit distro the output will be something like:

Command:
Code: [Select]
brant@Ragnarok:~$ uname -r
Output:
2.6.22-14-x86_64
Again, note the portion in red.  This is an indication that you are running a 64 bit distro.

For using a 32 bit processor or a 64 bit processor with a 32 bit distro:
Code: [Select]
wget -c http://download.xordan.com/PlaneShift-v0.4.02-x86.bin
Or alternatively if your are using a 64 bit distro:
Code: [Select]
http://download.xordan.com/PlaneShift-v0.4.02-x64.bin
If the download fails you can re-enter the command and it will pickup where you left off.  Once it downloads, enter this next command.  It makes the installer executable:

For 32 bit (most users):
Code: [Select]
chmod a+x PlaneShift-v0.4.02-x86.bin
For 64 bit:
Code: [Select]
chmod a+x PlaneShift-v0.4.02-x64.bin
When you hit enter there will be no output.  If you type:

Code: [Select]
ls PlaneShift-*
Then it should show up in green text (this means its set to executable).

Now we want to launch the installer.  Most people want it to create menu icons so it must be run as root.

For 32 bit users:
Code: [Select]
sudo ./PlaneShift-v0.4.02-x86.bin
For 64 bit users:
Code: [Select]
sudo ./PlaneShift-v0.4.02-x64.bin
please read the above and try it to follow it closely
 you can also try
Code: [Select]
uname -m to tell if you have a 64 or 32 bit system [i think]
* Caarrie goes to sleep

[edit] after reading your post do the uname -m and see if that helps ;) i also had the same reply to the uname -r command i think it changed some recently

kburts

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: Newbie guide to installation on Ubuntu.
« Reply #100 on: December 16, 2008, 03:39:36 am »
i686... so did i get the wrong installer?

kburts

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: Newbie guide to installation on Ubuntu.
« Reply #101 on: December 16, 2008, 03:43:45 am »
kay.... started downloading... and there's an error in this tutorial, it's now... i guess... 0.4.3

Vonor

  • Hydlaa Resident
  • *
  • Posts: 132
  • Languages: English / German
    • View Profile
Re: Newbie guide to installation on Ubuntu.
« Reply #102 on: December 16, 2008, 03:45:00 am »
obviously you have a 32 bit OS, so the 64 bit installer is useless for you
besides, after downloading the file run "chmod +x" on it to make it executable

and please, do yourself a favor and never run anything as su / sudo if you don't know what it does. Though the PlaneShift installer is not going to damage your system, but other software might and if you run it with sudo it will have root access can just do whatever it wants

so the proper way to do it:
Download PlaneShift-v0.4.03-x86.bin
chmod +x PlaneShift-v0.4.03-x86.bin
./PlaneShift-v0.4.03-x86.bin
Quote from: Mordraugion
Quote from: zanzibar
::|  What just happened?

you got Caarried

brokenknee

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
Re: Newbie guide to installation on Ubuntu.
« Reply #103 on: December 28, 2008, 06:22:20 am »
 :(   All I'm getting is a "Segmentation Fault" when trying to run ./PlaneShift-v0.4.03-x86.bin. Permissions are set correct and running as root. Game looks great, want to play. Please advise. Thanks!

Code: [Select]
root@blaqbox:/home/crimzon/downloads# ./Plane*
Segmentation fault
root@blaqbox:/home/crimzon/downloads# sh ./Plane*
./PlaneShift-v0.4.03-x86.bin: 1: Syntax error: "(" unexpected
root@blaqbox:/home/crimzon/downloads#
root@blaqbox:/home/crimzon/downloads# md5sum Plane*
520b22c09cb37db5e771ea467225532a  PlaneShift-v0.4.03-x86.bin

~brokenknee

Ubuntu 8.04 Gnome
AMD x86 Athlon 2400
1.5GB DDR
ATI Radeon 9200 128MB GPU

[ UPDATE ]  Upon closer examination, MD5sum does NOT match ones listed on D/L page. Attempting to re-aquire from direct and torrent sources. More to come.

[ UPDATE 2 ] Upon even closer examination! md5sums on Download Page have NOT been updated for 0.4.03. Does anyone have current md5sum or can tell me how to Un-fault my Segmentation! Thanks! lol.
 :-X
« Last Edit: December 28, 2008, 06:46:55 am by brokenknee »