Strange problem on a desktop, 64 bit, SXDE3.

] ./jpg1.d
dtrace: failed to compile script ./jpg1.d: "/usr/lib/dtrace/iscsi.d",
line 94: syntax error near "uiscsiproto_t"

Doesn't matter what script. Even classic oneliners such as:
] dtrace -n 'syscall::open*:entry { printf("%s %
s",execname,copyinstr(arg0)); }'

bomb in this way...

dtrace: invalid probe specifier syscall::open*:entry { printf("%s %
s",execname,copyinstr(arg0)); }: "/usr/lib/dtrace/iscsi.d", line 94:
syntax error near "uiscsiproto_t"

Thing is, I have another machine (a laptop, 32 bit) that works
perfectly. The iscsi.d file is identical on both.

Ideas?

Francois
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to