Results 11 issues of zem

I have a problem on peertube that the lifestream is not starting. The Problem itself is very similar to this one https://github.com/Chocobozzz/PeerTube/issues/4308 . Except that I did not run peertube...

linux

I am still trying to fix all the problems on my GPD after I have it for one year now. My biggest issue is that it does not relieably suspend....

When firing up the docker container for mxisd and doing a first inspection I realized that it is running as root: ``` bash-4.4# ps -eaf PID USER TIME COMMAND 1...

Is there a particular reason that OTP tokens are generated using sha1 rather than sha256 or sha512? https://github.com/ubccr/mokey/blob/56aba60d5580a88d4399b41b97dc80f33adcd040/server/otp.go#L172 As sha1 is considered insecure as a hash algorythm, I would suggest...

Users should be able to delete their account. As far as I am aware there is even some law stating that account deletion must be as easy as signup.

enhancement

During Signup, a Terms of Service and GDPU disclaimer should be displayed and accepted by the user as this is a legal requirement in some countries.

enhancement

Hi, you have an unneeded depency to rpcbind service in your systemd unit file: ``` [Unit] Description=GlusterD2, the management service for GlusterFS (pre-release) Requires=rpcbind.service After=network.target rpcbind.service Before=network-online.target Conflicts=glusterd.service ``` Please...

in progress

when starting sheepdog on debian Jul 16 16:42:53 EMERG [main] crash_handler(288) sheep exits unexpectedly (Segmentation fault), si pid 0, uid 0, errno 0, code 1 Jul 16 16:42:53 EMERG [main]...

I missed the following packages in the list: - libcpg-dev, - libcfg-dev, on plain Debian (not ubuntu) libcorosync-dev is also in named corosync-dev, no idea how to solve that. regards...

There are files and directories with chmod 777 in the container. chmod 777 or chmod 666 should never be done in production because that means that files can be replaced...