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 - DeusExInfernus

Pages: [1]
1
Linux Specific Issues / Re: Newbie guide to installation on Ubuntu.
« on: December 17, 2010, 12:10:27 pm »
Mmm, how to check/change that?

2
Linux Specific Issues / Re: Newbie guide to installation on Ubuntu.
« on: December 17, 2010, 11:31:13 am »
Version=10.10
chmod seems to do nothing.
Code: [Select]
root@NetBook-Ubuntu:/media/B2D0743BD07407BD/Files/Downloads# uname -r
2.6.35-23-generic
owner@NetBook-Ubuntu:/media/B2D0743BD07407BD/Files/Downloads$ ./Plane*
bash: ./PlaneShift-v0.5.5-x86.bin: Permission denied
owner@NetBook-Ubuntu:/media/B2D0743BD07407BD/Files/Downloads$ sudo chmod 777 Plane*
owner@NetBook-Ubuntu:/media/B2D0743BD07407BD/Files/Downloads$ sudo chmod -v 777 Plane*
mode of `PlaneShift-v0.5.5-x86.bin' changed to 0777 (rwxrwxrwx)
owner@NetBook-Ubuntu:/media/B2D0743BD07407BD/Files/Downloads$ sudo ./Plane*
sudo: ./PlaneShift-v0.5.5-x86.bin: command not found
owner@NetBook-Ubuntu:/media/B2D0743BD07407BD/Files/Downloads$ ./Plane*
bash: ./PlaneShift-v0.5.5-x86.bin: Permission denied
owner@NetBook-Ubuntu:/media/B2D0743BD07407BD/Files/Downloads$ sudo su
root@NetBook-Ubuntu:/media/B2D0743BD07407BD/Files/Downloads# ./Plane*
bash: ./PlaneShift-v0.5.5-x86.bin: Permission denied
root@NetBook-Ubuntu:/media/B2D0743BD07407BD/Files/Downloads# chmod -v 777 Plane*
mode of `PlaneShift-v0.5.5-x86.bin' changed to 0777 (rwxrwxrwx)
root@NetBook-Ubuntu:/media/B2D0743BD07407BD/Files/Downloads# ./PlaneShift-v0.5.5-x86.bin
bash: ./PlaneShift-v0.5.5-x86.bin: Permission denied
If I ls (you obviously can't see the colors, so I don't post it) it's not in a lovely executable-green, but in annoying file-white.

Any help would be appreciated. Thanks in advance.

EDIT:
OK, weird.
I cp'ed it to ~, chmod'ed and it runs. WTF?

Pages: [1]