Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ikyuao

Pages: [1]
1
Linux Specific Issues / I learned about basic of owner and file permission
« on: November 15, 2007, 12:35:59 pm »
I learned a basic of using chown command and chmod command for changing owner of file and changing owner's file permission  :thumbup:

2
Linux Specific Issues / Re: Installing on Linux?
« on: November 12, 2007, 06:42:54 pm »
so, how do i solve my problem?

Just create your user space. Please see your ubuntu manual about creating user or user group so go to: https://help.ubuntu.com/7.04/keeping-safe/C/users.html

3
Linux Specific Issues / Re: Installing on Linux?
« on: November 12, 2007, 05:46:44 pm »
i'm not instaling sistem wide and the error ocurs when "Executing final instalation script" i only have 1 profile.. mine.. how i start ubuntu as root?

If you want to run a ubuntu as root then use it at your own risk! I strong suggest you to run ubuntu in user mode in your own user space unless you re doing a maintenance in root mode.

4
Linux Specific Issues / Re: Permission denied
« on: November 12, 2007, 04:40:40 pm »
When i try to install the .bin file, it gives me a 'Permission denied' error.

I use:

./PlaneShift_CBV0.3.020.bin

Or type chmod a+x to change permission of [filename].bin into executable then run ./[filename].bin to run installer...
You can go ahead type chmod 777 to change file permission into read, write and execute of file permission...

I tested in root mode, I changed all  / main empire files of permissions be executable only for users and for root can read, write and executable only --- means users are locked out of reading or writing main / files but users can do executable programs --- means users cannot read,modify or edit files :D:woot: :woot:

Code: [Select]
drwx--x--x   2 root root  4096 2007-10-01 00:16 bin
drwx--x--x   3 root root  4096 2007-10-05 00:40 boot
drwx--x--x  11 root root  7920 2007-11-12 14:31 dev
drwx--x--x 108 root root 12288 2007-11-12 11:36 etc
drwx--x--x   3 root root    19 2007-10-01 06:09 home
drwx--x--x  12 root root  8192 2007-10-01 00:42 lib
drwx--x--x   2 root root    43 2007-11-12 11:35 media
drwx--x--x   2 root root     6 2006-11-25 15:49 mnt
drwx--x--x   6 root root    61 2007-10-01 03:26 opt
drwx--x--x 117 root root     0 2007-11-12 05:34 proc
drwx------  22 root root  4096 2007-11-12 16:20 root
drwx--x--x   3 root root 12288 2007-10-01 00:54 sbin
drwx--x--x   5 root root    36 2007-10-01 00:53 srv
drwx--x--x  11 root root     0 2007-11-12 05:34 sys
drwxrwxrwx  79 root root  8192 2007-11-12 16:17 tmp
drwx--x--x  13 root root   152 2007-09-22 17:25 usr
drwx--x--x  14 root root  4096 2007-10-01 00:17 var

Notice: That is not running in root mode that is displaying only what I am making Linux computer be fully secured from users of accidents

5
Linux Specific Issues / Re: Installing on Linux?
« on: November 12, 2007, 04:36:40 pm »
I downloaded it, made it executable, sh'ed the .bin and while the process I disabled the systemwide install - so yes, all as user, not root, surprising, eh? Oh wait no uhm.. you installed as user yourself..;)

Oh, and before you go on asking, the following was meant as a trial to find the mistake HE did:
Quote
So hand some details:
Do you install as root? Or as user not disabling the systemwide install?
I cant see whats unclear here.

If you want to install system wide then you should be in root mode or superuser mode to install system wide.

6
Linux Specific Issues / Re: Installing on Linux?
« on: November 12, 2007, 03:20:56 pm »
Quote
Or as user not disabling the systemwide install?
Well yes.. thats what I suggested.

Let me know how it goes installing a game client in your user mode :)

7
Linux Specific Issues / Re: Installing on Linux?
« on: November 12, 2007, 02:56:55 pm »
I do not need a root to run install... I can do install a client in user mode only. So no error report after install in user mode.
I know, as my install is a user install as well. Yet installing as user and trying to set it up systemwide will fail.

But dmentaustro' issue may occur due to his attempt to install as user while during the process the installer tries to write into root-folders without sufficient permission.
[..] when the instalation is almost done i have a "Post Install Script" error[..]
I didnt reproduce it, and I dont know what exactly dmentaustro did, yet may be worth a try.


Leave system wide "no" set default

8
Linux Specific Issues / Re: Installing on Linux?
« on: November 12, 2007, 02:43:06 pm »
I do not need a root to run install... I can do install a client in user mode only. So no error report after install in user mode. Leave system wide "no" default that should work fine while installing in your own user mode space...

9
Linux Specific Issues / Re: Installing on Linux?
« 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 :)

10
Development Deliberation / Re: source code
« on: November 12, 2007, 06:40:43 am »
Thank you for give me a site I can find something about source code so I will look around this site. And one more question, I was purchased Nvidia FX 5500 256MB 128 bit (memory bandwidth, not GPU) card from newegg.com that is good for full shader features? which it is cheaper to run and I don't need a extra power supply to run GPU so hot. I stick with OpenGL 1.5 or 2.0 to satify me. Directx 10 or 11 in future is not going be impressed me. I am freed from dependence on microsoft I am running OpenSuse Linux  :woot: :woot:

I forget to add some of my comment  :oops: :oops:

11
Development Deliberation / source code
« on: November 12, 2007, 05:02:25 am »
I wanted to grab source code here on planeshift site but there are none of them are available neither on sourceforge.net... where I find a source code so I could take copy of source code  :)

12
Technical Help: Problems BEFORE entering the game / Re: Updating?
« on: November 12, 2007, 01:26:48 am »
Hi, I tried to get updater to run it but tried connect mirrors and failed what's up????

Pages: [1]