Re: blind spot for java
From: Graham Smith (graham_at_crazysquirrel.com)
Date: 08/26/05
- Previous message: Cybe R. Wizard: "Re: call for a vote -- should debian-user mailing list replies go to author or to list?"
- In reply to: Kai Grossjohann: "Re: blind spot for java"
- Next in thread: Hendrik Boom: "Re: blind spot for java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: debian-user@lists.debian.org Date: Fri, 26 Aug 2005 15:21:30 +0100
On Friday 26 August 2005 14:37, Kai Grossjohann wrote:
> What happens when you do
>
> strace -f /usr/local/jdk1.5.0_04/bin/java
In another post there is a strace without the -f option here is one with it.
# strace -otrace.txt -f /usr/local/jdk1.5.0_04/bin/java
strace: exec: No such file or directory
# cat trace.txt
11050 execve("/usr/local/jdk1.5.0_04/bin/java",
["/usr/local/jdk1.5.0_04/bin/java"], [/* 18 vars */]) = -1 ENOENT (No such
file or directory)
11050 dup(2) = 3
11050 fcntl(3, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE)
11050 fstat(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
11050 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2aaaaaac3000
11050 lseek(3, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
11050 write(3, "strace: exec: No such file or di"..., 40) = 40
11050 close(3) = 0
11050 munmap(0x2aaaaaac3000, 4096) = 0
11050 exit_group(1) = ?
>
> Can you do "java -version"?
Nope.
/usr/local/jdk1.5.0_04/bin# ./java
-su: ./java: No such file or directory
Graham
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Cybe R. Wizard: "Re: call for a vote -- should debian-user mailing list replies go to author or to list?"
- In reply to: Kai Grossjohann: "Re: blind spot for java"
- Next in thread: Hendrik Boom: "Re: blind spot for java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|