You are not logged in.
What happens if you run
/bin/mount /dev/sdxx /home/xxxx -t truecrypt -o fs=ext3,defaults
by hand?
It works perfectly with no errors.
Offline
Interesting. Started the conversion to systemd today as well and my home partition is also encrypted with truecrypt. So far, I used to mount it with a daemon from rc.d, enter my pw in the tty and then started daemons such as mpd which have to have access to ~.
I'm not on a systemd-only system yet, but the suggested service file by bpont works so far. In my case, tty access is absolutely necessary. The only thing I have to get working now is to tell mpd to wait until crypt is started, which I haven't got it to do yet.
Then see if the script from here works and everything should be fine…
Offline
What happens if you run
/bin/mount /dev/sdxx /home/xxxx -t truecrypt -o fs=ext3,defaults
by hand?
I also just tried the fstab setup and although I like it very much (it just makes so much more sense to have this in fstab) it only works with initscripts!
But the problem with systemd is that one doesn't get the prompt to enter the password. So far, I only was able to get this prompt by using the service mentioned here. Mine looks like this in order to have mpd to start properly as well.
Last edited by jakob (2012-10-13 22:22:40)
Offline
I don't know how much this will help, but this is a list of initscripts / systemd daemon equivalents:
https://wiki.archlinux.org/index.php/Da … of_Daemons
Block ads forever! http://adblockplus.org/en/
Offline
I don't know how much this will help, but this is a list of initscripts / systemd daemon equivalents:
https://wiki.archlinux.org/index.php/Da … of_Daemons
Not sure whether that's of any help, knew the list before…
But I just pushed the truecrypt service files to our wiki! Hooray
Offline
Sorry for double posting, but this is substantially new:
Got some responses from the systemd ML. The result may be seen here:
https://wiki.archlinux.org/index.php/Tr … md_service
Offline