View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#29
Originally Posted by darkmdmn View Post
So is there some way to check for filesystem corruption?
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).

Originally Posted by darkmdmn View Post
Is it likely that i created this myself by maybe deploying the app wrong?
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