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

SM Linux v2.3.3 7zzs created with wrong perms #108

Closed
konetzed opened this issue Sep 4, 2023 · 0 comments · Fixed by #109
Closed

SM Linux v2.3.3 7zzs created with wrong perms #108

konetzed opened this issue Sep 4, 2023 · 0 comments · Fixed by #109
Labels
bug Something isn't working

Comments

@konetzed
Copy link

konetzed commented Sep 4, 2023

OS Debian 12.1 (Bookworm)

When running the appimage file the first time the 7zzs file is created with the wrong perms causing it to fail

konetzed@serenity ~ $ ls -l /home/konetzed/.config/StabilityMatrix/Assets/7zzs -r----x--t 1 konetzed konetzed 3656792 Sep 3 22:00 /home/konetzed/.config/StabilityMatrix/Assets/7zzs
The user is missing the execute bit, I saw it was supposed to be 755

new AvaloniaResource("avares://StabilityMatrix.Avalonia/Assets/linux-x64/7zzs", unix755)),

After start up I quickly changed file to 755 and the program was able to install w/o issue.

konetzed@serenity ~ $ ls -l /home/konetzed/.config/StabilityMatrix/Assets/7zzs -rwxr-xr-x 1 konetzed konetzed 3656792 Sep 3 22:01 /home/konetzed/.config/StabilityMatrix/Assets/7zzs konetzed@serenity ~ $

I have not tried any other releases and as I have slow bandwidth I am still waiting on torch-2.0.1 to finish downloading. :)

@mohnjiles mohnjiles added the bug Something isn't working label Sep 4, 2023
@ionite34 ionite34 mentioned this issue Sep 4, 2023
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

Successfully merging a pull request may close this issue.

2 participants