-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pi4 Docker: No such container: matrix-ma1sd #529
Comments
Have you seen our Alternative architectures and Self-building docs pages? You should probably use something like this: matrix_architecture: "arm32"
matrix_container_images_self_build: true .. and then run the playbook with |
With the change to
during the After manually installing gradle via |
Looks like installing the For regular I'm not sure why you managed to install manually with You can try removing that failing task from the playbook and carrying on to see if something else breaks. Another way to solve the problem would be to just disable |
I actually installed the package I set |
Have you done |
Yes
for the three containers and
for all of them. |
This indicates that the Docker image it's trying to use is for the wrong architecture. Maybe it's not building the image, because it already finds one that exists (because you hadn't enabled self-building, etc. before-hand and it pulled down some images for other architectures). Perhaps you should try deleting said images and you should re-run the playbook again. Try:
|
Re-running
|
During install of matrix-mailer the tasks are marked as
are all Also the error output of the
|
During the setup task for the mailer nothing seems to get created/downloaded. Under |
Why The I've updated the playbook in ab32f6a to add self-building support to the I think this should get you one step further in the process of installing. I'm happy that you've mentioned this problem, as Let me know if you hit any other issues! |
I believe so because I mounted an external Harddrive at I'll check if the commit works as soon as I get home. |
The setup of the mailer now works. Running without
Is it also possible to self build only certain images or provide them from the computer where ansible runs? For Ma1sd I again get the error that gradle can't be used/installed. |
I also just tried running the playbook with automatic certbot certificates (so no provided ones). |
I just explicitly set |
I've heard others complain about riot-web building being broken. We should probably investigate why Thanks for the report about cerbot's tag usage! In 831c3f4, I've made the playbook use the appropriate tags for ARM32 and ARM64, so manually overriding |
See #510 for the riot-web issue. |
Related to spantaleev#529 (Github Issue).
First of all thanks for providing such an easy to use program for setting up synapse.
I am currently trying to set up a synapse server on my Raspberry Pi 4 on which i installed Manjaro ARM (based on ArchLinux).
I followed the install documentation and can run the setup-all tag after I set
matrix_ssl_retrieval_method: maually-managed
and
matrix_ssl_config_dir_path: /etc/letsencrypt/
because there were some problems in obtaining the certificates automatically.
With this the setup-all tag completes successfully but the start tag returns with errors.
journalctl -fu matrix-ma1sd.service
This occurs for matrix-coturn, matrix-ma1sd, matrix-mailer and matrix-riot-web.
The text was updated successfully, but these errors were encountered: