You are not logged in.
A program in AppImage format that I have been using for some time now no longer works. Launching it from the terminal tells me "permission denied" ( execution permissions are ok.).
$ ./cryptomator-1.12.3-x86_64.AppImage
bash: ./cryptomator-1.12.3-x86_64.AppImage: Permission denied The file '/tmp/appimage.strace'contains the string:
38555 execve("./cryptomator-1.12.3-x86_64.AppImage", ["./cryptomator-1.12.3-x86_64.AppI"...], 0x7ffce024dc60 /* 61 vars */) = -1 EACCES (Permission denied)
38555 +++ exited with 1 +++ It doesn't work with sudo either, although I've always run it as a normal user.
I use KDE as my DE. Can it be a bug or a recent security setting? How do I fix it? Thanks for the help.
Last edited by m3nhir (2024-03-01 16:03:52)
Intelligence is not making mistakes, but find out how to profit immediately.
Offline
Mod note: Moving to AUR Issues.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Did you remove the executable bit by accident?
Offline
Did you remove the executable bit by accident?
No. the execution permissions are correct. And the first thing I checked when I read the result from terminal "permission denied". I even tried deleting the related configuration that was created in my home and restarting the program as if it was the first time I was using it, but the problem persists. I get the same result even if I run the command as sudo or root.
Intelligence is not making mistakes, but find out how to profit immediately.
Offline
Is it on a filesystem mounted noexec?
Offline
permissions are correct
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
stat .
stat ./cryptomator-1.12.3-x86_64.AppImage
file ./cryptomator-1.12.3-x86_64.AppImage
Offline
Is it on a filesystem mounted noexec?
No. The file is in my home and until a few days before it always worked. It also gives me the same problem on another distro but still with KDE. I would not want it to be a new setting or a bug as a result of an update. Another file though, again AppImage runs correctly. I also tried using an earlier version but the result does not change.
Intelligence is not making mistakes, but find out how to profit immediately.
Offline
The thing is your strace shows that you're dying before executing any application code, post the outputs seth requested. This can also happen if an "autoupdater" of the appimage auto-updates incorrectly.
Last edited by V1del (2024-03-01 09:34:07)
Offline
..., post the outputs seth requested...
stat ./cryptomator-1.12.3-x86_64.AppImage
File: ./cryptomator-1.12.3-x86_64.AppImage
Size: 59626688 Blocks: 116472 IO Block: 4096 regular file
Device: 259.2 Inode: 4575329 Links: 1
Access: (0755/-rwxr-xr-x) Uid: ( 1000/ sergio) Gid: ( 1000/ sergio)
Accessed : 2024-03-01 10:27:27.586185044 +0100
Edit : 2024-03-01 10:25:14.636914596 +0100
Change : 2024-03-01 10:28:00.489337823 +0100
Creation : 2024-03-01 10:28:00.396005002 +0100 $ file ./cryptomator-1.12.3-x86_64.AppImage
./cryptomator-1.12.3-x86_64.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=9fdbc145689e0fb79cb7291203431012ae8e1911, stripped Today, however, after an update, the application is working again. Those posted are today's outputs after the update. I did not change anything from previous days in the configurations
Intelligence is not making mistakes, but find out how to profit immediately.
Offline
According to the timestamp this file was created this morning, ~1h after my last post - so it's pot. not the compromised file.
Please mark the thread as solved and in case the problem re-emerges, post the relevant file info and in case this becomes a frequent issue, preserve a compromised file as investigation target.
Thanks.
Offline
Yes, I had deleted and re-downloaded the file, in the past few days I had also done it several times to make sure it was not corrupt, and I did it again today. I don't think the error could be due to the file since it was working in the previous days, but as a precaution when I noticed the malfunction I had rewritten the file and deleted all its local settings present in the home. Thanks for the help.
Intelligence is not making mistakes, but find out how to profit immediately.
Offline