Execute denied
list Lars Ebeling
Hi,
after installing todays (1/5) snapshot on HP-UX 11.11 compiled with gcc 3.4.2 I get:
$ pg hobbitclient.log
/home/hobbit/client/bin/hobbitclient.sh: /home/hobbit/client/bin/clientupdate: Execute permission denied.
[clientversion]
Regards
Lars Ebeling
http://leopg9.no-ip.org
Hobbithobbyist
"It is better to keep your mouth shut and appear stupid than to open it and remove all doubt."
-- Mark Twain
list Lars Ebeling
In yesterday's snapshot, the clientupdate binary was missing so I copied it from the snapshot directory to ~hobbit/client/bin and did nothing more. Today when I saw the execution denied, I checked clientupdate and found out that it was a ELF-32 binary. But the binary in the snapshot directory was a PA-RISC 1.1 executable, so now I have copied that one to ~hobbit/client/bin . It seems like the clientupdate is not installed Lars
▸
----- Original Message ----- From: lars ebeling To: hobbit Sent: Monday, May 01, 2006 4:10 PM Subject: [hobbit] Execute denied Hi, after installing todays (1/5) snapshot on HP-UX 11.11 compiled with gcc 3.4.2 I get: $ pg hobbitclient.log /home/hobbit/client/bin/hobbitclient.sh: /home/hobbit/client/bin/clientupdate: Execute permission denied. [clientversion] Regards Lars Ebeling http://leopg9.no-ip.org Hobbithobbyist "It is better to keep your mouth shut and appear stupid than to open it and remove all doubt." -- Mark Twain
list Henrik Størner
▸
On Mon, May 01, 2006 at 04:22:25PM +0200, lars ebeling wrote:
In yesterday's snapshot, the clientupdate binary was missing so I copied it from the snapshot directory to ~hobbit/client/bin and did nothing more. Today when I saw the execution denied, I checked clientupdate and found out that it was a ELF-32 binary. But the binary in the snapshot directory was a PA-RISC 1.1 executable, so now I have copied that one to ~hobbit/client/bin . It seems like the clientupdate is not installed
I think it was a combination of several things. The "clientupdate" utility wasn't wiped by my "make clean" script, so the Linux ELF-32 binary I built on my box was accidentally included in the snapshot tar-file. And since "make" only checks the timestamps, it didn't rebuild the clientupdate when you compiled the snapshot on your hp-ux. So you got the Linux version installed. It's been fixed. Regards, Henrik