Bootable image not saving settings changes #15

Open
opened 2026-06-23 19:09:10 +00:00 by fabby · 4 comments
Owner

Version: amd64_butter_main_v0.0.1_230626
After going through the onboarding settings, I am getting this error when I try to save changes:

Version: amd64_butter_main_v0.0.1_230626 After going through the onboarding settings, I am getting this error when I try to save changes:
Owner

Tested this and it looks like the madmail binary that makes it into this AMD image was for the ARM architecture and so the last step failed.

Should be fixed in https://downloads.likebutter.app/amd64_butter_latest.img.tar.gz;
I've tested this and it has worked for me, please test this also if you can and let me know @fabby

Tested this and it looks like the madmail binary that makes it into this AMD image was for the ARM architecture and so the last step failed. Should be fixed in https://downloads.likebutter.app/amd64_butter_latest.img.tar.gz; I've tested this and it has worked for me, please test this also if you can and let me know @fabby
Owner

@acute which commit made the fix for this?

@acute which commit made the fix for this?
Owner

It does seem the correct variable for the architecture is being used in the build script:
https://guardianproject.dev/butter/churn/src/branch/main/ansible/delta-chat.yml#L16

It does seem the correct variable for the architecture is being used in the build script: https://guardianproject.dev/butter/churn/src/branch/main/ansible/delta-chat.yml#L16
Owner

I added an:
ansible_architecture: "x86_64"
to vmdb2-recipes/amd64_trixie.yaml in the ansible vars section.

However I have not committed as I wanted to check first all previous amd versions in https://downloads.likebutter.app/versions/ had this issue and it wasn’t just v_230626, as I've since also integrated some other changes (yours and mine) to the run_build scripts

I added an: ansible_architecture: "x86_64" to vmdb2-recipes/amd64_trixie.yaml in the ansible vars section. However I have not committed as I wanted to check first all previous amd versions in https://downloads.likebutter.app/versions/ had this issue and it wasn’t just v_230626, as I've since also integrated some other changes (yours and mine) to the run_build scripts
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: butter/churn#15
No description provided.