Open ryao opened 11 years ago
Upon review, it does not look like this patch will work for dtrace4linux unless it hooks into the ZFSOnLinux SPL.
I can confirm the same problem happens on Ubuntu 13.04 running kernel 3.12.1-031201-generic
Thanks for this. Just uploaded a new release which fixes the compile time issue with strict uid/gid checks. Please give it a go.
On 3 January 2014 14:58, Arne Brasseur notifications@github.com wrote:
I can confirm the same problem happens on Ubuntu 13.04 running kernel 3.12.1-031201-generic
— Reply to this email directly or view it on GitHubhttps://github.com/dtrace4linux/linux/issues/64#issuecomment-31527058 .
Thanks, just cloned the latest version and 'make all ; make install ; make load' works without a glitch. Can't wait to play with it :)
I encountered the following failure when building against Linux 3.10.4. This issue first started in Linux 3.8.0, but generally only affects kernels built with user namespace support because it requires CONFIG_UIDGID_STRICT_TYPE_CHECKS:
This also affected ZFSOnLinux. I wrote a fix for ZFSOnLinux's Solaris Porting Layer, which is currently in zfsonlinux/spl#260. I imagine that a similar fix could be done in dtrace4linux.
If you adapt that patch, do not worry about licensing. You can have it under the CDDL.