Author Topic: Problems on ubuntu  (Read 1467 times)

SexyLexie

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
Problems on ubuntu
« on: July 08, 2007, 08:47:38 pm »
Hello
I today installed planeshift on my laptop, which is running ubuntu linux. However, when I try to run the .bin, I receive the message:


Why is this happening to me?

bohik

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: Problems on ubuntu
« Reply #1 on: July 08, 2007, 09:14:48 pm »
Try using the console, going to the directory of the bin file ( "cd directorynamehere" ) then type the following:
Code: [Select]
chmod +x PlaneShift_CBV0.3.018.bin
./PlaneShift_CBV0.3.018.bin
You might need to append "sudo" in front of the commands if it mentions something about permission denied.


zsteele

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
Re: Problems on ubuntu
« Reply #2 on: July 19, 2007, 12:46:36 pm »
I'm having the same problem, but your suggestions lead to the following:

Quote
sudo ./PlaneShift_CBV0.3.019-x64.bin
Password:
./PlaneShift_CBV0.3.019-x64.bin: 13: : not found
./PlaneShift_CBV0.3.019-x64.bin: 13: aH: not found
./PlaneShift_CBV0.3.019-x64.bin: 13: �U�Ud�Ud��@@: not found
./PlaneShift_CBV0.3.019-x64.bin: 13: Q�td/lib64/ld-linux-x86-64.so.2GNU: not found
./PlaneShift_CBV0.3.019-x64.bin: 13: ELF: not found
./PlaneShift_CBV0.3.019-x64.bin: 14: Syntax error: "(" unexpected

Induane

  • Veteran
  • *
  • Posts: 1287
  • What should I put here?
    • View Profile
    • Vaalnor Inc.
Re: Problems on ubuntu
« Reply #3 on: July 23, 2007, 04:50:46 pm »
What is the output of:

Code: [Select]
uname -r
I'm going to assume you've installed a 32 bit Ubuntu system which means you cannot run the 64bit installer.

alsvartr

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Re: Problems on ubuntu
« Reply #4 on: July 24, 2007, 07:16:58 pm »
I got the same problem on my Ubuntu 7.04
Code: [Select]
alsvartr@bust:/media/disk$ sudo chmod +x PlaneShift_CBV0.3.019-x86.bin
alsvartr@bust:/media/disk$ sudo ./PlaneShift_CBV0.3.019-x86.bin
sudo: unable to execute ./PlaneShift_CBV0.3.019-x86.bin: Permission denied

Araye

  • Hydlaa Citizen
  • *
  • Posts: 277
    • View Profile
    • The Enlightened
Re: Problems on ubuntu
« Reply #5 on: July 24, 2007, 07:28:23 pm »
You don't "have" to install as root.

Once you have set the +x permission, try running the install as a normal user.

Sure it won't install some of the icons and things, but it works beautifully for me from the command line.

alsvartr

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Re: Problems on ubuntu
« Reply #6 on: July 24, 2007, 08:55:18 pm »
Nope, same problem:
Code: [Select]
alsvartr@bust:/media/disk$ chmod +x PlaneShift_CBV0.3.019-x86.bin
alsvartr@bust:/media/disk$ ./PlaneShift_CBV0.3.019-x86.bin
bash: ./PlaneShift_CBV0.3.019-x86.bin: Permission denied

*edit*

Copied this bin file to my home directory and all works fine. Wtf?

[ Double-post merged. --Karyuu ]
« Last Edit: July 24, 2007, 09:19:21 pm by Karyuu »