You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
WIth #18 applied, I successfully built jmap-server, and tried running it:
❯ result/bin/stalwart-jmap
2022-11-20T13:41:13.997795Z WARN stalwart_jmap: Warning: Hostname parameter 'jmap-url' was not specified, using 'http://localhost:8080'.
Failed to open database: Internal error: Failed to create index directory /usr/local/stalwart-jmap/data/idx: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
I tried the --help option to see available options, but it seems it's not rendering help:
❯ result/bin/stalwart-jmap --help
2022-11-20T13:39:38.129059Z WARN stalwart_jmap: Warning: Hostname parameter 'jmap-url' was not specified, using 'http://localhost:8080'.
Failed to open database: Internal error: Failed to create index directory /usr/local/stalwart-jmap/data/idx: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
The text was updated successfully, but these errors were encountered:
WIth #18 applied, I successfully built
jmap-server
, and tried running it:I tried the
--help
option to see available options, but it seems it's not rendering help:The text was updated successfully, but these errors were encountered: