[opensuse] su required to run, but permission denied?
hi all, first time this has happened to me in the 4 yrs ive been using linux....new install of 10.2 on an acer 5100, unfortunately has an ati radeon 1100 chipset, any clue here? steve@reilly:~> cd ~/Desktop steve@reilly:~/Desktop> su Password: reilly:/home/steve/Desktop # ./ati-driver-installer-8.32.5-x86.x86_64.run bash: ./ati-driver-installer-8.32.5-x86.x86_64.run: Permission denied reilly:/home/steve/Desktop # thank you. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, 24 Feb 2007, sfreilly@adelphia.net wrote:
hi all,
first time this has happened to me in the 4 yrs ive been using linux....new install of 10.2 on an acer 5100, unfortunately has an ati radeon 1100 chipset, any clue here?
steve@reilly:~> cd ~/Desktop steve@reilly:~/Desktop> su Password: reilly:/home/steve/Desktop # ./ati-driver-installer-8.32.5-x86.x86_64.run bash: ./ati-driver-installer-8.32.5-x86.x86_64.run: Permission denied reilly:/home/steve/Desktop #
Two things. One. Never use just 'su'. *always* use 'su -' to reset your environment. Two. Is it executable? Either that, or try "sh ./ati...". -- Carpe diem - Seize the day. Carp in denim - There's a fish in my pants! Jon Nelson <jnelson-suse@jamponi.net> -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Saturday 2007-02-24 at 17:06 -0800, sfreilly@adelphia.net wrote:
first time this has happened to me in the 4 yrs ive been using linux....new install of 10.2 on an acer 5100, unfortunately has an ati radeon 1100 chipset, any clue here?
steve@reilly:~> cd ~/Desktop steve@reilly:~/Desktop> su
Use "su -" instead.
Password: reilly:/home/steve/Desktop # ./ati-driver-installer-8.32.5-x86.x86_64.run bash: ./ati-driver-installer-8.32.5-x86.x86_64.run: Permission denied
And what are the permissions of the file? - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFF4OTrtTMYHG2NR9URAhJ5AJ9e/4sV+R0ANl4/+uXm813SZtUEywCdHM1f ew7MAEingsYQ6C8Fq/b7rzE= =vE6t -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
sfreilly@adelphia.net wrote:
hi all,
first time this has happened to me in the 4 yrs ive been using linux....new install of 10.2 on an acer 5100, unfortunately has an ati radeon 1100 chipset, any clue here?
steve@reilly:~> cd ~/Desktop steve@reilly:~/Desktop> su Password: reilly:/home/steve/Desktop # ./ati-driver-installer-8.32.5-x86.x86_64.run bash: ./ati-driver-installer-8.32.5-x86.x86_64.run: Permission denied reilly:/home/steve/Desktop #
Hmm, why not get root's environment? I'd do it like this: su - <enter root password> sh ~steve/Desktop/ati-driver-installer-8.32.5-x86.x86_64.run Joe -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 24 February 2007, sfreilly@adelphia.net wrote:
hi all,
first time this has happened to me in the 4 yrs ive been using linux....new install of 10.2 on an acer 5100, unfortunately has an ati radeon 1100 chipset, any clue here?
steve@reilly:~> cd ~/Desktop steve@reilly:~/Desktop> su Password: reilly:/home/steve/Desktop # ./ati-driver-installer-8.32.5-x86.x86_64.run bash: ./ati-driver-installer-8.32.5-x86.x86_64.run: Permission denied reilly:/home/steve/Desktop #
Welcome to linux, where the mere presence of an "executable file" (or virus) is insufficient to allow it to run. Your system is thereby protected. Set the permissions to allow it to be executed. as root chmod 700 ./ati-driver-installer-8.32.5-x86.x86_64.run -- _____________________________________ John Andersen -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (5)
-
Carlos E. R.
-
J Sloan
-
John Andersen
-
Jon Nelson
-
sfreilly@adelphia.net