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
The execution of the install script with the --fdp parameter fails:
The script downloads a stalwart-mail-foundationdb binary but seems to expect a binary named stalwart-mail. The output looks as follows:
# sh install.sh --fdb
⏳ Downloading stalwart-mail-foundationdb for x86_64-unknown-linux-gnu...
stalwart-mail-foundationdb
chmod: cannot access '/opt/stalwart-mail/bin/stalwart-mail': No such file or directory
🖥️ Creating 'stalwart-mail' account...
install.sh: 736: /opt/stalwart-mail/bin/stalwart-mail: not found
🔐 Setting permissions...
chmod: cannot access '/opt/stalwart-mail/etc/config.toml': No such file or directory
command failed: chmod 700 /opt/stalwart-mail/etc/config.toml
How can we reproduce the problem?
I can reproduce the problem by doing the following steps:
What happened?
The execution of the install script with the --fdp parameter fails:
The script downloads a
stalwart-mail-foundationdb
binary but seems to expect a binary namedstalwart-mail
. The output looks as follows:How can we reproduce the problem?
I can reproduce the problem by doing the following steps:
$ curl --proto '=https' --tlsv1.2 -sSf https://get.stalw.art/install.sh -o install.sh
$ sh install.sh --fdb
Version
v0.11.x
What database are you using?
FoundationDB
What blob storage are you using?
None
Where is your directory located?
None
What operating system are you using?
None
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: