Can't execute binary?

2013-02-21 Thread Tony van der Hoff
Hi,
I've just installed wheezy/KDE on a spare machine, to see what we're
getting. All seems OK, apart from one mystery:

I installed a copy of Firefox-18.0.2 in /usr/local, with a symlink
pointing to it, as I have done in Squeeze and earlier for years.

Typing /usr/local/firefox/firefox always used to start it with no
problem. However, on the wheezy box, I'm getting:
---
tony@tony-dlt:~$ /usr/local/firefox/firefox
bash: /usr/local/firefox/firefox: cannot execute binary file
---

Well, WTF, as they say. Does anyone know of a change that causes this?

Cheers, Tony

-- 
Tony van der Hoff| mailto:t...@vanderhoff.org
Buckinghamshire, England |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/512603c0.80...@vanderhoff.org



Re: Can't execute binary?

2013-02-21 Thread Thierry Chatelet
The Thursday 21 February 2013 12:23:44, Tony van der Hoff wrote :
 Hi,
 I've just installed wheezy/KDE on a spare machine, to see what we're
 getting. All seems OK, apart from one mystery:
 
 I installed a copy of Firefox-18.0.2 in /usr/local, with a symlink
 pointing to it, as I have done in Squeeze and earlier for years.
 
 Typing /usr/local/firefox/firefox always used to start it with no
 problem. However, on the wheezy box, I'm getting:
 ---
 tony@tony-dlt:~$ /usr/local/firefox/firefox
 bash: /usr/local/firefox/firefox: cannot execute binary file
 ---
 
 Well, WTF, as they say. Does anyone know of a change that causes this?
 
 Cheers, Tony

Au hazard: un problème de permission??
Thierry


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201302211230.39705.tchate...@free.fr



Re: Can't execute binary?

2013-02-21 Thread Joao Luis Meloni Assirati
 Hi,
 I've just installed wheezy/KDE on a spare machine, to see what we're
 getting. All seems OK, apart from one mystery:

 I installed a copy of Firefox-18.0.2 in /usr/local, with a symlink
 pointing to it, as I have done in Squeeze and earlier for years.

 Typing /usr/local/firefox/firefox always used to start it with no
 problem. However, on the wheezy box, I'm getting:
 ---
 tony@tony-dlt:~$ /usr/local/firefox/firefox
 bash: /usr/local/firefox/firefox: cannot execute binary file
 ---

 Well, WTF, as they say. Does anyone know of a change that causes this?

Is the copy of firefox the same architetcture of the spare machine? Aren't
you trying to run a 64bit executable in a 32bit machine?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0489a35a5d970e7f71ccd30f6c20dce0.squir...@nonada.if.usp.br



Re: Can't execute binary?

2013-02-21 Thread Tony van der Hoff
On 21/02/13 11:30, Thierry Chatelet wrote:
 The Thursday 21 February 2013 12:23:44, Tony van der Hoff wrote :
 Hi,
 I've just installed wheezy/KDE on a spare machine, to see what we're
 getting. All seems OK, apart from one mystery:

 I installed a copy of Firefox-18.0.2 in /usr/local, with a symlink
 pointing to it, as I have done in Squeeze and earlier for years.

 Typing /usr/local/firefox/firefox always used to start it with no
 problem. However, on the wheezy box, I'm getting:
 ---
 tony@tony-dlt:~$ /usr/local/firefox/firefox
 bash: /usr/local/firefox/firefox: cannot execute binary file
 ---

 Well, WTF, as they say. Does anyone know of a change that causes this?

 Cheers, Tony
 
 Au hazard: un problème de permission??
 Thierry
 
Merci pour le suggestion, mais je crois que non.

The permissions are identical to those on my squeeze setup:
tony@tony-dlt:~$ ls -l /usr/local/firefox/firefox*
-rwxr-xr-x 1 root staff 99408 Feb  1 16:33 /usr/local/firefox/firefox
-rwxr-xr-x 1 root staff 99416 Feb  1 16:33 /usr/local/firefox/firefox-bin

I'm in staff group, but that shouldn't matter.


-- 
Tony van der Hoff| mailto:t...@vanderhoff.org
Buckinghamshire, England |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/512607c5.3070...@vanderhoff.org



Re: Can't execute binary?

2013-02-21 Thread Claudius Hubig
Dear Tony,

Tony van der Hoff wrote:
 tony@tony-dlt:~$ /usr/local/firefox/firefox
 bash: /usr/local/firefox/firefox: cannot execute binary file

 Well, WTF, as they say. Does anyone know of a change that causes this?

A little bit more verbosity might help:

$ mount
$ file /usr/local/firefox/firefox
$ stat -L /usr/local/firefox/firefox
$ id

Best,

Claudius
-- 
Please don’t CC me.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130221112939.61b50...@ares.home.chubig.net



Re: Can't execute binary?

2013-02-21 Thread Stephan Seitz

On Thu, Feb 21, 2013 at 11:23:44AM +, Tony van der Hoff wrote:

tony@tony-dlt:~$ /usr/local/firefox/firefox
bash: /usr/local/firefox/firefox: cannot execute binary file


Was sagt „ldd /usr/local/firefox/firefox”, „ls -l 
/usr/local/firefox/firefox” und „file /usr/local/firefox/firefox”?


Shade and sweet water!

Stephan

--
| Stephan Seitz  E-Mail: s...@fsing.rootsland.net |
| Public Keys: http://fsing.rootsland.net/~stse/keys.html |


smime.p7s
Description: S/MIME cryptographic signature


Re: Can't execute binary?

2013-02-21 Thread Slavko
Hi,

Dňa Thu, 21 Feb 2013 11:40:53 + Tony van der Hoff
t...@vanderhoff.org napísal:

 The permissions are identical to those on my squeeze setup:
 tony@tony-dlt:~$ ls -l /usr/local/firefox/firefox*
 -rwxr-xr-x 1 root staff 99408 Feb  1 16:33 /usr/local/firefox/firefox

Can you check, that the mount has not the noexec option?

regards

-- 
Slavko
http://slavino.sk


signature.asc
Description: PGP signature