Maybe the 'oolite' you found was a wrapper shellscript. Make sure you get the elf executable.spara wrote: ↑Thu Jul 04, 2024 8:49 pmThanks for all this, but still no real progress. I tried strace and ltrace and could not really identify anything useful from them. Command ldd just yields "not a dynamic executable". Command lsof then again was quite informative, but I could not identify anything useful from it. Hmm. This is sort of an interesting puzzle, but I'm not exactly sure how useful this is If the only thing not working is the manager, then there is a workaround, but then again, I'm quite annoyed of computer things not working
Code: Select all
hiran@silver:~$ ls -l GNUstep/Applications/Oolite/oolite.app/
total 11656
-rwxr-xr-x 1 hiran hiran 11915304 Mai 27 11:46 oolite
-rwxrwxr-x 1 hiran hiran 4963 Mai 27 21:56 oolite-update
-rwxrwxr-x 1 hiran hiran 2625 Mai 27 21:56 oolite-wrapper
drwxr-xr-x 14 hiran hiran 4096 Mai 27 11:46 Resources
hiran@silver:~$
Code: Select all
hiran@silver:~$ ls -l GNUstep/Applications/Oolite/oolite
-rwxrwxr-x 1 hiran hiran 724 Mai 27 21:56 GNUstep/Applications/Oolite/oolite
hiran@silver:~$