[Bug 843085] New: On switching from text mode to graphical mode, systemd umounts some partitions.
https://bugzilla.novell.com/show_bug.cgi?id=843085 https://bugzilla.novell.com/show_bug.cgi?id=843085#c0 Summary: On switching from text mode to graphical mode, systemd umounts some partitions. Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Usability AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: carlos.e.r@opensuse.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- On switching from text mode to graphical mode (runlevel 3 to runlevel 5), systemd umounts two encrypted partitions I have manually mounted. Component: SYSTEM-D - please ignore Bugzilla component, there is no appropriate one. Copied from an email thread in the opensuse@opensuse.org mail list (Subject: Re: [opensuse] On switching from runlevel 3 to 5, two partitions are umounted (by systemd??)) I boot this system in level 3, text mode with network. Some times I manually mount two encrypted partitions there, as root. Then I switch to runlevel 5, and log in. Eventually, I noticed that those two partitions were not mounted. I thought that perhaps I did not mount them. So this time I checked. I mounted them, and verified that the content was available. I then started level 5 (init 5). I typed ctrl-alt-f1, and listed the content of those partitions: not mounted. Not only that, but the "/dev/mapper/..." device had disappeared as well. This is 12.3. Problem happens on every boot. Log entries proving this: <10.5> 2013-09-25 01:24:41 Telcontar login - - - ROOT LOGIN ON tty1 <3.6> 2013-09-25 01:25:35 Telcontar systemd 1 - - Found device /dev/disk/by-uuid/8a177751-d9ba-472c-9d5d-d868ca5407d8. <3.6> 2013-09-25 01:25:35 Telcontar systemd 1 - - Found device /dev/disk/by-label/other. <3.6> 2013-09-25 01:25:35 Telcontar systemd 1 - - Found device /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-35ddcabc7e6f4ffeb5e573a942da6425-cr_other. <3.6> 2013-09-25 01:25:35 Telcontar systemd 1 - - Found device /dev/disk/by-id/dm-name-cr_other. <3.6> 2013-09-25 01:25:35 Telcontar systemd 1 - - Found device /dev/dm-1. <3.6> 2013-09-25 01:25:35 Telcontar systemd 1 - - Found device /sys/devices/virtual/block/dm-1. <3.6> 2013-09-25 01:25:35 Telcontar systemd 1 - - Starting Cryptography Setup for cr_other... <3.6> 2013-09-25 01:25:35 Telcontar systemd-cryptsetup 4100 - - Volume cr_other already active. <3.6> 2013-09-25 01:25:35 Telcontar systemd 1 - - Started Cryptography Setup for cr_other. <3.6> 2013-09-25 01:25:38 Telcontar systemd 1 - - Found device /dev/disk/by-uuid/0c698c18-157e-4a9f-ad39-054228b372c6. <3.6> 2013-09-25 01:25:38 Telcontar systemd 1 - - Found device /dev/disk/by-label/Datum. <3.6> 2013-09-25 01:25:38 Telcontar systemd 1 - - Found device /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-39334baa941f42aba0a47c20a427aff2-cr_Datum. <3.6> 2013-09-25 01:25:38 Telcontar systemd 1 - - Found device /dev/disk/by-id/dm-name-cr_Datum. <3.6> 2013-09-25 01:25:38 Telcontar systemd 1 - - Found device /dev/dm-2. <3.6> 2013-09-25 01:25:38 Telcontar systemd 1 - - Found device /sys/devices/virtual/block/dm-2. <3.6> 2013-09-25 01:25:38 Telcontar systemd 1 - - Starting Cryptography Setup for cr_Datum... <3.6> 2013-09-25 01:25:38 Telcontar systemd-cryptsetup 4142 - - Volume cr_Datum already active. <3.6> 2013-09-25 01:25:38 Telcontar systemd 1 - - Started Cryptography Setup for cr_Datum. <0.5> 2013-09-25 01:25:39 Telcontar kernel - - - [ 208.540714] XFS (dm-1): Mounting Filesystem <0.6> 2013-09-25 01:25:40 Telcontar kernel - - - [ 208.665690] XFS (dm-1): Ending clean mount <0.5> 2013-09-25 01:25:40 Telcontar kernel - - - [ 208.682251] XFS (dm-2): Mounting Filesystem <0.6> 2013-09-25 01:25:40 Telcontar kernel - - - [ 208.821286] XFS (dm-2): Ending clean mount <3.6> 2013-09-25 01:26:10 Telcontar systemd 1 - - Unmounting /data/Datum.. <=============== <3.6> 2013-09-25 01:26:10 Telcontar systemd 1 - - Stopping /sys/devices/virtual/block/dm-2. <=============== <3.6> 2013-09-25 01:26:10 Telcontar systemd 1 - - last message repeated 5 times <3.6> 2013-09-25 01:26:10 Telcontar systemd 1 - - Stopping Cryptography Setup for cr_Datum... <=============== <3.6> 2013-09-25 01:26:10 Telcontar systemd 1 - - Unmounting /data/other... <3.6> 2013-09-25 01:26:10 Telcontar systemd 1 - - Stopping /sys/devices/virtual/block/dm-1. <=============== <3.6> 2013-09-25 01:26:10 Telcontar systemd 1 - - last message repeated 4 times <3.6> 2013-09-25 01:26:10 Telcontar systemd 1 - - Stopping Authorization Manager... <3.6> 2013-09-25 01:26:10 Telcontar systemd 1 - - Stopping Console Manager.. <3.6> 2013-09-25 01:26:10 Telcontar systemd 1 - - Stopping CUPS Printing Service... The response to the command "systemctl show systemd-cryptsetup@cr_other.service -p IgnoreOnIsolate" is IgnoreOnIsolate=no Andrey Borzenkov tells me to report in bugzilla. Cristian Rodríguez says that this commit: http://cgit.freedesktop.org/systemd/systemd/commit/?id=4469ff4adebbed4778e7f... corrects the issue in 13.1. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843085 https://bugzilla.novell.com/show_bug.cgi?id=843085#c1 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |fcrozat@suse.com InfoProvider| |carlos.e.r@opensuse.org AssignedTo|bnc-team-screening@forge.pr |fcrozat@suse.com |ovo.novell.com | --- Comment #1 from Frederic Crozat <fcrozat@suse.com> 2013-09-30 09:24:43 UTC --- please test the package at http://download.opensuse.org/repositories/home:/fcrozat:/branches:/openSUSE:... , it contains the fix from Andrey (will be available in one or two hours). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843085 https://bugzilla.novell.com/show_bug.cgi?id=843085#c2 --- Comment #2 from Carlos Robinson <carlos.e.r@opensuse.org> 2013-09-30 14:00:17 UTC --- Excuse me, What do I have to install from there? I see dozens and dozens of things in that repo. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843085 https://bugzilla.novell.com/show_bug.cgi?id=843085#c3 --- Comment #3 from Frederic Crozat <fcrozat@suse.com> 2013-09-30 14:07:18 UTC --- as root, do the following zypper ar http://download.opensuse.org/repositories/home:/fcrozat:/branches:/openSUSE:... systemd-test zypper in --from systemd-test systemd -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843085 https://bugzilla.novell.com/show_bug.cgi?id=843085#c4 --- Comment #4 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-10-01 10:02:28 CEST --- This is an autogenerated message for OBS integration: This bug (843085) was mentioned in https://build.opensuse.org/request/show/201558 Factory / systemd -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843085 https://bugzilla.novell.com/show_bug.cgi?id=843085#c5 Carlos Robinson <carlos.e.r@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|carlos.e.r@opensuse.org | --- Comment #5 from Carlos Robinson <carlos.e.r@opensuse.org> 2013-10-02 21:41:42 UTC --- Ok, I prepared the test on a virtual install (vmplayer) of 12.3. I reproduced the problem, then added your repo, installed systemd: eleanor3:~ rpm -qa | grep systemd systemd-195-13.71.2.x86_64 systemd-ui-1-3.1.2.x86_64 systemd-analyze-195-13.71.2.x86_64 systemd-presets-branding-openSUSE-0.2.0-2.5.1.noarch systemd-sysvinit-195-13.71.2.x86_64 eleanor3:~ # Well, not everything. Anyway, rebooted (text mode), mounted an encrypted partition manually, switched to graphical mode, and the partition was still mounted. So it worked. I noticed another, new, problem, though: the password was not echoed to the screen as asterisks (*), as normally happen with the default systemd. The display was silent. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843085 https://bugzilla.novell.com/show_bug.cgi?id=843085#c Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|fcrozat@suse.com |systemd-maintainers@suse.de -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843085 https://bugzilla.novell.com/show_bug.cgi?id=843085#c6 systemd maintainers <systemd-maintainers@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |carlos.e.r@opensuse.org --- Comment #6 from systemd maintainers <systemd-maintainers@suse.de> 2013-11-26 09:44:41 UTC --- Is this problem still valid on openSUSE 13.1? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843085 https://bugzilla.novell.com/show_bug.cgi?id=843085#c7 Carlos Robinson <carlos.e.r@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|carlos.e.r@opensuse.org | --- Comment #7 from Carlos Robinson <carlos.e.r@opensuse.org> 2013-11-26 13:33:50 UTC --- I can only test this on a virtual machine using 13.1. No, it is not a problem in there. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843085 https://bugzilla.novell.com/show_bug.cgi?id=843085#c Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Other |openSUSE 12.3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com