You are not logged in.
After upgrade to truecrypt 4.2a-6 I can no longer do truecrypt -ui as a normal user.
[rulatir@berbelek kf]$ truecrypt -ui
truecrypt: Administrator (root) privileges requiredVerbose mode doesn't display any more info.
How can I fix this? Thanks.
Update: solved!
$ sudo chmod u+s /usr/bin/truecryptThis should perhaps be moved to the newbie corner ![]()
Last edited by Rulatir (2007-02-19 08:59:10)
Offline
To use truecrypt as user, you need to set SUID on the executable by doing the following as root:
chmod u+s /usr/bin/truecryptI'm assuming you had done that previously, and I'm wondering did you reinstall truecrypt-utils, which would have reset it.
Offline