[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2012-05-19 Thread Steve Langasek
*** This bug is a duplicate of bug 874774 ***
https://bugs.launchpad.net/bugs/874774

** This bug has been marked a duplicate of bug 874774
   could not mount /dev/mapper/cryptswap1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/669466

Title:
  encrypted /tmp partition doesn't mount during boot after update to
  lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/669466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2011-05-21 Thread rubik-cube
Could the be a duplicate of bug #493480? That one seems to be delegated
to cryptsetup again, though. The symptoms (/dev/mapper/tmp is created
and manual mounitng works) look similar at least.

** Description changed:

  After an upgrade from karmic to lucid (kubuntu) my luks-encrypted /tmp
  partition failes to mount during booting the system.
  
- It then gives me the option to boot it manualy and then to continue with 
booting. The mounting of tmp works, but unfortunatly I'm not able to decrypt my 
ecrytptfs-encrypted home directory for some reason. 
+ It then gives me the option to boot it manualy and then to continue with 
booting. The mounting of tmp works, but unfortunatly I'm not able to decrypt my 
ecrytptfs-encrypted home directory for some reason.
  On the other hand, when I continue booting without mounting /tmp and then 
first login to a console (graphical login fails due to missing tmp-directory) 
and then mount tmp with sudo everything works fine.
- 
  
  Here is the relevant entry of my fstab:
  /dev/mapper/tmp  /tmp  ext2  defaults  0  0
  
  And this is what my cryptab looks like:
  tmp /dev/disk/by-id/ata-WDC_WD800JD-55MUA1_WD-WMAMD5727339-part6 
/dev/urandom  tmp,cipher=aes-xts-plain,size=256
  
  I'm not sure if this bug is related to
  https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/544812 so I
  decided to report it as a new bug for now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/669466

Title:
  encrypted /tmp partition doesn't mount during boot after update to
  lucid

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2011-05-21 Thread rubik-cube
The first workaround proposed in the first comment in bug #475936 works
here (changing the running order of cryptdisks-enable and mountall). The
only trouble left was the wrong permissions of /tmp, which could be
easily fixed with

exec /bin/chmod 1777 /tmp/

in the post_stop section of /etc/init/mountall.conf.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/669466

Title:
  encrypted /tmp partition doesn't mount during boot after update to
  lucid

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2010-11-19 Thread Steve Langasek
If /dev/mapper/tmp exists, then that doesn't appear to be a problem with
cryptsetup, but rather a problem with mountall.  Reassigning to that
packagle.

The failure to decrypt the /home partition is probably unrelated.  It
may be caused by a change to cryptsetup's default ciphers; you may need
to specify the cipher on the commandline when invoking cryptsetup, or
specify it in your /etc/crypttab, depending.

** Package changed: cryptsetup (Ubuntu) = mountall (Ubuntu)

-- 
encrypted /tmp partition doesn't mount during boot after update to lucid
https://bugs.launchpad.net/bugs/669466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2010-11-19 Thread mirirai
Thanks for your advice, so I better write an additional/look for a bug
report for that /home-decrypt issue.

There's one think I don't understand. I use Ecryptfs and not Luks for my
home-directory and I thougt /etc/crypttab is only related to Luks-
partitions or am I wrong?

-- 
encrypted /tmp partition doesn't mount during boot after update to lucid
https://bugs.launchpad.net/bugs/669466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2010-11-15 Thread mirirai
yes, it does exist even from that point on when it ask me to mount it
manualy within the boot-process.

$ ls -l
-- brw-rw 1 root disk 252, 0 Nov 15 14:11 /dev/mapper/tmp

-- 
encrypted /tmp partition doesn't mount during boot after update to lucid
https://bugs.launchpad.net/bugs/669466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2010-11-15 Thread mirirai
I mentioned that the system asks me to mount /tmp manually during the
boot process (If I press M I get a root shell) and that when I mounted
/tmp at that state I was unable to decrypt my ecrytptfs-encrypted home
directory. Well, now I found out that it doesn't matter if I mount /tmp
at that state or not. It suffices to open the root shell as mentioned
above to not beeing able to decrypt my home directory (it seems that it
doesn't accept my password, thought it's correct/ I tried several
times).

Maybe that's another issue but it might be connected somehow with the
/tmp-mount problem.

-- 
encrypted /tmp partition doesn't mount during boot after update to lucid
https://bugs.launchpad.net/bugs/669466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2010-11-12 Thread Steve Langasek
With the new crypttab line, does /dev/mapper/tmp exist at the end of the
startup sequence?

-- 
encrypted /tmp partition doesn't mount during boot after update to lucid
https://bugs.launchpad.net/bugs/669466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2010-11-10 Thread mirirai
*** This bug is a duplicate of bug 522341 ***
https://bugs.launchpad.net/bugs/522341

I don't think its a duplicate of bug #522341 cause it doesn't work
eather when I change the cryptab entry to

tmp /dev/sda6 /dev/urandom tmp,cipher=aes-xts-plain,size=256

-- 
encrypted /tmp partition doesn't mount during boot after update to lucid
https://bugs.launchpad.net/bugs/669466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2010-11-10 Thread mirirai
** This bug is no longer a duplicate of bug 522341
   crypttab by-id entries not processed automatically at startup despite 
upstart files

-- 
encrypted /tmp partition doesn't mount during boot after update to lucid
https://bugs.launchpad.net/bugs/669466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2010-11-09 Thread Kamus
reassigned to cryptsetup package then

** Package changed: ubuntu = cryptsetup (Ubuntu)

-- 
encrypted /tmp partition doesn't mount during boot after update to lucid
https://bugs.launchpad.net/bugs/669466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669466] Re: encrypted /tmp partition doesn't mount during boot after update to lucid

2010-11-09 Thread Steve Langasek
*** This bug is a duplicate of bug 522341 ***
https://bugs.launchpad.net/bugs/522341

** This bug has been marked a duplicate of bug 522341
   crypttab by-id entries not processed automatically at startup despite 
upstart files
 * You can subscribe to bug 522341 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/522341/+subscribe

-- 
encrypted /tmp partition doesn't mount during boot after update to lucid
https://bugs.launchpad.net/bugs/669466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs