|
Bugzilla – Full Text Bug Listing |
| Summary: | Permissions on /tmp not set when using encrypted tmp | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Erik Lotspeich <erik> |
| Component: | Basesystem | Assignee: | Frederic Crozat <fcrozat> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | lnussel, r |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Erik Lotspeich
2011-12-14 16:31:33 UTC
Related to this, when you upgrade from previous version with this in fstab: /dev/mapper/cr_sda2 /tmp ext4 mode=1777,acl,user_xattr,nofail 0 0 Then after the upgrade the mode=1777 is removed. When you try to manually repair it you get the error: Unrecognized mount option "mode=1777" or missing value Long time no response.So closed.Feel free to reopen it.Thanks. I do not understand why this bug would be closed due to lack of response. I am not sure what type of response you expect from me, the original reporter. The workaround I use today is that I carve /tmp out of encrypted swap using tmpfs (e.g. none /tmp tmpfs size=100m 0 0), but this certainly isn't a fix. This is still a valid bug and I don't believe it should be closed unless it is fixed. systemd bug could you try to remove nofail in the options ? (In reply to comment #5) > could you try to remove nofail in the options ? This does not work either -- I added nofail to try to get it to work based in a suggestion in a forum. I forget the exact behavior, but I believe the system doesn't finish booting without the nofail. for the record, mode=xxx won't work on a ext* or btrfs filesystem (it is accepted on tmpfs), so it is normal to be ignored by mount. I've just tested on a 12.1, with all updated install and with /tmp crypted with /dev/urandom and it is correctly mounted with 1777 for /tmp Which version of systemd package are you using ? Please make sure you have all maintenance update applied. (In reply to comment #8) > I've just tested on a 12.1, with all updated install and with /tmp crypted with > /dev/urandom and it is correctly mounted with 1777 for /tmp > > Which version of systemd package are you using ? > > Please make sure you have all maintenance update applied. I reported this bug some time ago right after the 12.1 release. I haven't tried since then though I know there have been at least 2 systemd updates. I will try again. Thanks. comment 8 sounds like this is fixed. If you have different information after updating, please reopen. |