Page 1 of 1

ArchLinux + KBasic Issue

PostPosted: Thu Feb 03, 2011 3:39 am
by WikedCLon
ive been fighting with this installation for a couple days now and i cant seem to get it installed even running the files as root i get

Code: Select all
bash: ./kbide: Permission denied


is there a solution for this ?

Re: ArchLinux + KBasic Issue

PostPosted: Thu Feb 03, 2011 9:59 am
by berndnoetscher
WikedCLon wrote:ive been fighting with this installation for a couple days now and i cant seem to get it installed even running the files as root i get

Code: Select all
bash: ./kbide: Permission denied


is there a solution for this ?


You need to change the file permission of kbide and kbrun to be executable.

Use chmod for this.

Re: ArchLinux + KBasic Issue

PostPosted: Fri Feb 04, 2011 5:53 am
by WikedCLon
i apologize im still new to linux im not sure what privilege i should chmod the files too heres my current settings


Code: Select all
[clon@ExecratedLabs KBasic]$ ls -l
total 61796
drwxrwxrwx 1 clon root     4096 Oct 25  2009 docs
drwxrwxrwx 1 clon root     4096 Oct 25  2009 examples
drwxrwxrwx 1 clon root      312 Nov 30 11:43 ide
-rwxrwxrwx 1 clon root 10251220 Nov 30 02:42 kbc
-rwxrwxrwx 1 clon root 44549133 Nov 30 03:02 kbide
-rwxrwxrwx 1 clon root  8465366 Nov 30 06:41 kbrun

Re: ArchLinux + KBasic Issue

PostPosted: Fri Feb 04, 2011 8:57 am
by berndnoetscher
WikedCLon wrote:i apologize im still new to linux im not sure what privilege i should chmod the files too heres my current settings


Code: Select all
[clon@ExecratedLabs KBasic]$ ls -l
total 61796
drwxrwxrwx 1 clon root     4096 Oct 25  2009 docs
drwxrwxrwx 1 clon root     4096 Oct 25  2009 examples
drwxrwxrwx 1 clon root      312 Nov 30 11:43 ide
-rwxrwxrwx 1 clon root 10251220 Nov 30 02:42 kbc
-rwxrwxrwx 1 clon root 44549133 Nov 30 03:02 kbide
-rwxrwxrwx 1 clon root  8465366 Nov 30 06:41 kbrun


Looks like all is correct. Don't' know why it is not working sitting remote to your linux.

Re: ArchLinux + KBasic Issue

PostPosted: Mon Feb 07, 2011 3:37 am
by WikedCLon
thanks for the reply hopefully i figure it out one day lol