David Goodwin
David Goodwin
I still see this problem at line 221 - https://github.com/tedious/Stash/blob/main/src/Stash/Driver/FileSystem.php#L221C13-L221C76 `PHP Error: mkdir(): File exists from /x/y/vendor/tedivm/stash/src/Stash/Driver/FileSystem.php on line 221 {"errno":2,"errstr":"mkdir(): File exists","errfile":"/x/y/vendor/tedivm/stash/src/Stash/Driver/FileSystem.php","errline":221,` In our case, we seem to have...
Yes - we are/were using Redis - but we hadn't changed the default eviction policy and a busy period led us to filling up the redis cache ... so as...
@svenseeberg sounds good, thanks for progressing this
Just to acknowledge you - yes, you're correct. The current query in the Dovecot docs doesn't work. I've not had time to investigate it or figure out what the query...
Is there anything relevant in the apache or php error log file(s) (perhaps: /var/log/apache2/error.log ?)
Hi @mtissington - thanks for the bug report - I think for historical reasons PostfixAdmin doesn't rely on database cascade rules (perhaps Sqlite doesn't support it?) I assume an SQL...
Hi - it's mostly laziness. The SourceForge release process was a bit clunky with me making a .deb and .tar.gz and then emailing that to cboltz who did something with...
the output should look like : `{MD5-CRYPT}$1$AIjpWveQ$2s3eEAbZiqkJhMYUIVR240` or `$1$AIjpWveQ$2s3eEAbZiqkJhMYUIVR240` what sort of format are you seeing? the `{MD5-CRYPT}` prefix will just help the caller figure out the hashing mechanism and...
i think the $2 is a crypt style one (perhaps using sha1?) are you sure your $CONF setting for pacrypt is correct - and isn't being overridden by some other...
I can't replicate that on 'master' or with '3.3.13'. Poor man's screen recording attached..... 