Charles Perry

Results 48 comments of Charles Perry

@vitormattos Yes, I'm using Redis. Here's the part of my config.php that relates to Redis: ``` 'memcache.local' => '\\OC\\Memcache\\Redis', 'memcache.distributed' => '\\OC\\Memcache\\Redis', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host'...

Hi @vitormattos. Thank you for all your work. I will test your changes tomorrow.

Hi @vitormattos I installed RC4 and did some testing. Unfortunately, all the problems we discussed yesterday still appear in my tests. Please see my testing log below for details. **Testing:**...

If you need me to do additional testing, or if you would like to schedule a call, please let me know. I am free all day.

Hi @vitormattos. Sorry about that. I deleted the old Nextcloud installation/database and started over fresh when I installed RC4. I thought that it would make for a cleaner test. I...

@vitormattos I replied to the email you sent from your librecode.coop email address with details about logging in. Please let me know if you have any trouble.

Hi @vitormattos Thanks for your work on this problem. Just so I am clear, do I need to install a java package on my server (using `dnf`) in order to...

Ok. Since it sounds like you can fix this on your side, I will wait until the next RC and then test that.

Hi @vitormattos. Your comment above led me to the problem, I think. It appears that the problem is related to SELinux, which runs by default on distributions that are derived...

Can you point me to the part of the code that creates the `/data/appdata_ocnb4cjpki06/libresign` directory? Is that directory moved into place, or is it created (perhaps using PHP's `mkdir`)?