installed clean 11-30-2018 release candidate.
Personacrypt is missing and not in the repository to install. However it still shows up in the user manager. When you try and add a personacrypt user and enable it in the user manager it fails to add a user. pkg install cannot find personacrypt. Pkg search cannot find it either.
I think this is a really great feature. It should not be removed.
I would like to see it updated so it could be used from command line log ins as well.
So it would function in trueos as well as trident
The text was updated successfully, but these errors were encountered:
Technically we didn't 'remove' it. Its not in the repo or on the ISO
because it requires pefs-kmod-2017.06.20 and that package has been failing
to build.
In file included from
/wrkdirs/usr/ports/sysutils/pefs-kmod/work/pefs-2017-06-20/sys/modules/pefs/../../fs/pefs/pefs_crypto.c:31:
/usr/src/sys/sys/dirent.h:139:2: error: implicit declaration of
function 'memset' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
memset(dp->d_name + dp->d_namlen, 0,
^
/usr/src/sys/sys/dirent.h:139:2: error: this function declaration is
not a prototype [-Werror,-Wstrict-prototypes]
In file included from
/wrkdirs/usr/ports/sysutils/pefs-kmod/work/pefs-2017-06-20/sys/modules/pefs/../../fs/pefs/pefs_crypto.c:34:
In file included from /usr/src/sys/sys/libkern.h:41:
/usr/src/sys/sys/systm.h:317:7: error: conflicting types for 'memset'
void *memset(void * _Nonnull buf, int c, size_t len);
^
/usr/src/sys/sys/dirent.h:139:2: note: previous implicit declaration is here
memset(dp->d_name + dp->d_namlen, 0,
^
3 errors generated.
*** Error code 1
Stop.
installed clean 11-30-2018 release candidate.
Personacrypt is missing and not in the repository to install. However it still shows up in the user manager. When you try and add a personacrypt user and enable it in the user manager it fails to add a user. pkg install cannot find personacrypt. Pkg search cannot find it either.
I think this is a really great feature. It should not be removed.
I would like to see it updated so it could be used from command line log ins as well.
So it would function in trueos as well as trident
The text was updated successfully, but these errors were encountered: