← Back to team overview

ecryptfs team mailing list archive

[Bug 259631] Re: Cannot open Private directory after a reboot

 

No.

rth@u64:~$ crontab -l
no crontab for rth
rth@u64:~$ sudo crontab -l
[sudo] password for rth: 
no crontab for root
rth@u64:~$ ls -alF /etc/cron*
-rw-r--r-- 1 root root  724 2008-04-08 14:13 /etc/crontab

/etc/cron.d:
total 32
drwxr-xr-x   2 root root  4096 2008-10-18 22:58 ./
drwxr-xr-x 141 root root 12288 2008-10-25 09:30 ../
-rw-r--r--   1 root root   244 2007-03-05 09:32 anacron
-rw-r--r--   1 root root   499 2008-10-14 16:23 php5
-rw-r--r--   1 root root   102 2008-04-08 14:13 .placeholder
-rw-r--r--   1 root root  1323 2008-03-31 09:16 postgresql-common

/etc/cron.daily:
total 76
drwxr-xr-x   2 root root  4096 2008-10-24 06:51 ./
drwxr-xr-x 141 root root 12288 2008-10-25 09:30 ../
-rwxr-xr-x   1 root root   311 2007-03-05 09:32 0anacron*
-rwxr-xr-x   1 root root   633 2008-06-25 10:01 apache2*
-rwxr-xr-x   1 root root   219 2008-05-20 02:54 apport*
-rwxr-xr-x   1 root root  7680 2008-08-14 12:56 apt*
-rwxr-xr-x   1 root root   314 2008-04-04 05:53 aptitude*
-rwxr-xr-x   1 root root   502 2007-12-12 10:31 bsdmainutils*
-rwxr-xr-x   1 root root    89 2006-06-19 15:14 logrotate*
-rwxr-xr-x   1 root root   954 2008-03-12 09:28 man-db*
-rwxr-xr-x   1 root root   646 2008-06-26 10:19 mlocate*
-rwxr-xr-x   1 root root  1154 2008-03-07 15:37 ntp*
-rw-r--r--   1 root root   102 2008-04-08 14:13 .placeholder
-rwxr-xr-x   1 root root   383 2008-07-25 02:40 samba*
-rwxr-xr-x   1 root root  3349 2008-09-09 15:52 standard*
-rwxr-xr-x   1 root root  1309 2007-11-23 04:02 sysklogd*

/etc/cron.hourly:
total 20
drwxr-xr-x   2 root root  4096 2008-10-18 22:28 ./
drwxr-xr-x 141 root root 12288 2008-10-25 09:30 ../
-rw-r--r--   1 root root   102 2008-04-08 14:13 .placeholder

/etc/cron.monthly:
total 28
drwxr-xr-x   2 root root  4096 2008-10-18 22:58 ./
drwxr-xr-x 141 root root 12288 2008-10-25 09:30 ../
-rwxr-xr-x   1 root root   313 2007-03-05 09:32 0anacron*
-rw-r--r--   1 root root   102 2008-04-08 14:13 .placeholder
-rwxr-xr-x   1 root root   129 2008-04-08 14:13 standard*

/etc/cron.weekly:
total 40
drwxr-xr-x   2 root root  4096 2008-10-20 19:26 ./
drwxr-xr-x 141 root root 12288 2008-10-25 09:30 ../
-rwxr-xr-x   1 root root   312 2007-03-05 09:32 0anacron*
-rwxr-xr-x   1 root root    99 2008-08-20 05:55 apt-xapian-index*
-rwxr-xr-x   1 root root   528 2008-03-12 09:28 man-db*
-rw-r--r--   1 root root   102 2008-04-08 14:13 .placeholder
-rwxr-xr-x   1 root root  2016 2008-05-06 12:46 popularity-contest*
-rwxr-xr-x   1 root root  1220 2007-11-23 04:02 sysklogd*

-- 
Cannot open Private directory after a reboot
https://bugs.launchpad.net/bugs/259631
You received this bug notification because you are a member of eCryptfs,
which is subscribed to ecryptfs-utils in ubuntu.

Status in “ecryptfs-utils” source package in Ubuntu: Invalid

Bug description:
Binary package hint: ecryptfs-utils

I created an encrypted private directory following the instructions here:

https://wiki.ubuntu.com/EncryptedPrivateDirectory

Everything worked as it should until I rebooted. When I try to mount my private directory I get the following message:

 jimk@intrepid:~$ mount.ecryptfs_private
keyctl_search: Required key not available

When I go to create a key, I get the following message:

jimk@intrepid:~$ ecryptfs-setup-private
ERROR: wrapped-passphrase file already exists, use --force to overwrite.

I can create a new passphrase if I use the force option, but I shouldn't have to do this everytime I reboot