Author Topic: Installing on Linux?  (Read 3310 times)

NoPantsMan

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Installing on Linux?
« on: November 02, 2007, 08:36:49 pm »
okay, I just chmod the .bin file, now how do I run it? ./[file name]?

Mordraugion

  • Hydlaa Notable
  • *
  • Posts: 816
  • Ex Dev and GM
    • View Profile
Re: Installing on Linux?
« Reply #1 on: November 02, 2007, 10:43:42 pm »
yes ./PlaneShift_CBV0.3.020-x86.bin
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

NoPantsMan

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Re: Installing on Linux?
« Reply #2 on: November 02, 2007, 11:41:47 pm »
I keep getting this message

bash: ./PlaneShift_CBV0.3.020-x86.bin: Permission denied

any ideas?

kaiserbert

  • Guest
Re: Installing on Linux?
« Reply #3 on: November 03, 2007, 12:10:05 am »
Did you searched the Linux Foren for this Problem?

The chmod Command lets you tune the execution Flags for User, Group and others.

Open a Shell and execute,
man chmod
to see how to use this Command.

You have to change the Execution Flag to your User or Group you are own.

Please buy a good Linux Book or search more in the Internet to solve basic Problems on Linux.

bye bert
« Last Edit: November 03, 2007, 12:53:39 pm by kaiserbert »

fluppet

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: Installing on Linux?
« Reply #4 on: November 05, 2007, 01:54:02 am »
okay then mr genius kaiserbert explain this

Code: [Select]

chmod +x PlaneShift_CBV0.3.020-x86.bin
ls -l PlaneShift_CBV0.3.020-x86.bin
-rwxr-xr-x 1 fluppet users 294712984 Nov  5 00:24 PlaneShift_CBV0.3.020-x86.bin
./PlaneShift_CBV0.3.020-x86.bin
-bash: ./PlaneShift_CBV0.3.020-x86.bin: Permission denied
]

Mordraugion

  • Hydlaa Notable
  • *
  • Posts: 816
  • Ex Dev and GM
    • View Profile
Re: Installing on Linux?
« Reply #5 on: November 06, 2007, 12:32:50 am »
have you tried running as root with su or sudo? don't forget to change perms to 777 or ownership/group to username/users
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

fluppet

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: Installing on Linux?
« Reply #6 on: November 06, 2007, 01:07:45 am »
tried perm 777
tried as root

same problem every time

miadon

  • Hydlaa Notable
  • *
  • Posts: 934
    • View Profile
Re: Installing on Linux?
« Reply #7 on: November 06, 2007, 01:10:18 am »
I bet you are using ubuntu, other ubuntu users have had similar problems with this, search the forum there were some solutions can't remember what though.
- MiadonCam (Refresh page to see live in game Miadon Action!!)

Eodun

  • Hydlaa Resident
  • *
  • Posts: 58
    • View Profile
Re: Installing on Linux?
« Reply #8 on: November 06, 2007, 12:49:33 pm »
Using Kubuntu here and no issues installing with that order :p

Edit: Kubuntu Gutsy 7.10, btw
« Last Edit: November 06, 2007, 12:51:14 pm by Eodun »
"I think 640k will be enough for everyone"

fluppet

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: Installing on Linux?
« Reply #9 on: November 06, 2007, 04:09:48 pm »
I bet you are using ubuntu, other ubuntu users have had similar problems with this, search the forum there were some solutions can't remember what though.

gentoo actually

shall go look tho

fluppet

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: Installing on Linux?
« Reply #10 on: November 06, 2007, 04:17:40 pm »
sorted

aparently i have to put it in my home dir to run it

how odd

Eodun

  • Hydlaa Resident
  • *
  • Posts: 58
    • View Profile
Re: Installing on Linux?
« Reply #11 on: November 06, 2007, 04:23:17 pm »
Strange, as root you should have access to any dir :p
"I think 640k will be enough for everyone"

dmentaustro

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Re: Installing on Linux?
« Reply #12 on: November 11, 2007, 08:32:04 pm »
i need help too.. i'm new to linux, just installed it yesterday and its the 1st time i use it.. i find it much better than windows, but i'm not able to install this game.. i run the bin and the install window opens.. when the instalation is almost done i have a "Post Install Script" error.. any1 knows what is the problem?
I have ubuntu 7.10

ikyuao

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: Installing on Linux?
« Reply #13 on: November 12, 2007, 07:15:59 am »
Okay, Newbies out there who wants install a [Filename].bin file then just type chmod a+x [Filename].bin that causes changing non-executable file into executable file then type ./ or sh to execute this file to run a installer  :thumbup: :thumbup: :)

In chmod setting for file that a+x filename.bin that "+" is causes this file will be becomes be executable and chmod a-x that "-" causes this file becomes be permission denied and will not be to run executable.

Try type chmod a+rwx [filename].bin --- that is given full permission to access and executable this file as read, write and executable. I hope that will be helpful to you :D

And one thing: If you don't want someone to write or alter a file just type chmod a+rx [Filename].bin that will be read only and executable to let you to execute a file to run.

I learned about chmod permission system things :)
« Last Edit: November 12, 2007, 08:03:21 am by ikyuao »

dmentaustro

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Re: Installing on Linux?
« Reply #14 on: November 12, 2007, 02:09:44 pm »
What about the post install script error?