Hi On 7/21/11, Kurt Jaeger <[email protected]> wrote: > Hi! > >> > I try to use dtrace in jail on FreeBSD-9-64. > [...] >> > open("/boot/kernel/kernel",O_RDONLY,00) ERR#2 'No such file >> > or directory' >> >> Here's your problem ^^^. >> >> dtrace extracts CTF information from the binaries. In case of kernel >> probes, that would be the kernel itself and loadable modules. All that >> stuff lives in /boot and is not accessible from your jail. > > If he copied /boot to the jail, would it work ?
Yes! Artem Belevich <[email protected]> was right! Copy of my /boot to jail solve my problem. Thanks you, all! May be necessary to document this moment? > > -- > [email protected] +49 171 3101372 9 years to go > ! > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

