View Single Post
Posts: 18 | Thanked: 0 times | Joined on Mar 2011
#31
Originally Posted by Rob1n View Post
Depends - if it's on the rootfs then no, there's no tools for testing/fixing ubifs filesystems. If it's actually under /opt (and symlinked) then you could use fsck to check the optfs (using, for example, backupmenu).


No, deploying the app normally should not cause any corruption.

Actually, ldd worked earlier, which should have read the actual file, making filesystem corruption less likely to be an issue.

Can you try the following, so we can see exactly what does/doesn't work:
Code:
cd /usr/bin/truecryptgui
ls -l TruecryptGUI
ldd TruecryptGUI
file TruecryptGUI
./TruecryptGUI
Okay, the ls and ldd work, and have the output as before. The file command doesn't work, and gives: "/bin/sh: file: not found", while ./TruecryptGUI starts the program So the program is able to start now, only I have to change the .desktop file to start working. Thanks! I'm gonna try to get the rest working. If I can't get it working i'll probably be back in this topic somewhere today.

Thanks for all the help!