L wrote:
I'm trying to run a linux program.
ktrace ./prog ktrace -C kdump 28631 ktrace RET ktrace 0 28631 ktrace CALL execve(...hex crap...) 28631 ktrace NAMI "./prog" 28631 ktrace NAMI "/lib/ld-linux.so.2"
Just talking to myself again.. sorry.. Maybe the NAMI should be looking in /emul/linux/lib but it is trying /lib/ ??Note: I'm a newbie to ktrace/kdump.. forgive and forget me when we solve it ;)
L505