Hi, > > SGI have essentially abandoned all xfs-related infrastructure hosting. > > As a result the mailing list got moved to kernel.org infrastructure and > > the development branches as well. I'd suggest to always use the xfs > > repos hosted on git.kernel.org > > Hi, i do install as below and cp /xfsprogs to other host, i still can > not get set_encpolicy: > > make configure || return > ./configure --prefix=/xfsprogs/usr --exec_prefix=/xfsprogs/usr > make || return > make install > make install-dev > > I git clone newest codes and HEAD is: > commit 0602fbe880e59c3aff13a081632b79532a40a328 (HEAD -> master, tag: > v4.12.0, origin/master, origin/HEAD) > Author: Eric Sandeen <sandeen@xxxxxxxxxxx> > Date: Thu Jul 20 10:57:14 2017 -0500 > > xfsprogs: Release v4.12.0 > > Update all the necessary files for a 4.12.0 release. > > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx> > > Do i miss something important? > > Thanks > Xiang > No, 4.12 already has it, you are doing something else, can you run 'xfs_io -V' and confirm you are using a xfsprogs >= 4.10? you didn't install int in the usual prefix, so, it is likely you don't have it in your $PATH and you are triggering an old xfsprogs version. -- --Carlos