Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛: running install.sh with --fdb parameter fails #1178

Open
1 task done
ousado opened this issue Feb 7, 2025 · 0 comments
Open
1 task done

🐛: running install.sh with --fdb parameter fails #1178

ousado opened this issue Feb 7, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ousado
Copy link

ousado commented Feb 7, 2025

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 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:

  1. download install script:
    $ curl --proto '=https' --tlsv1.2 -sSf https://get.stalw.art/install.sh -o install.sh
  2. run script with --fdb parameter:
    $ 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

  • I agree to follow this project's Code of Conduct
@ousado ousado added the bug Something isn't working label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant