evpo / EncryptPad

Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format: symmetrically encrypted, compressed and integrity protected. The editor can protect files with passwords, key files or both.
https://evpo.net/encryptpad
Other
433 stars 64 forks source link

Cannot open file on cifs filesystem #127

Closed cboueb closed 8 months ago

cboueb commented 1 year ago

I get "Cannot open '/mnt/[some_path]/password.epd' error while opening file on cifs drive (mount option : cifs auto,rw,user,noperm 0 0 .

encryptpad --log-severity verbose --log-file encrypt.log --lang en /mnt/[some_path]/password.epd
cat encrypt.log 
2023-03-26 10:36:26.553 INFO  [31535] [main@162] Log instance started

Please let me know how to provide more detail about the error (verbose log does not seem to work as I expect).

Context :

evpo commented 9 months ago

I know this is an old issue. Probably not relevant anymore. The logging has been improved significantly in the new version v0.5.0.3. It should now report the description of IO issue from the OS in the log.

evpo commented 8 months ago

Feel free to open again if you continue with the logging above.