Mailinglist Archive: opensuse-bugs (15077 mails)

< Previous Next >
[Bug 326802] New: Encrypted home not umounted, loop device not deleted
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 20 Sep 2007 06:54:25 -0600 (MDT)
  • Message-id: <bug-326802-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=326802#c326794

           Summary: Encrypted home not umounted, loop device not deleted
           Product: openSUSE 10.3
           Version: RC 1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Other
        AssignedTo: crivera@xxxxxxxxxx
        ReportedBy: mt@xxxxxxxxxx
         QAContact: qa@xxxxxxx
                CC: mc@xxxxxxxxxx
          Found By: ---


This Bug _may_ depend on yast2-users setup failure - see Bug #326794.

After logout, the encrypted home remains mounted - reason: esd still
running. Logged in again, the encrypted home will be mounted again!!:

# mount
/dev/sdc1 on / type ext3 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/mapper/vg0-space on /space type reiserfs (rw,acl,user_xattr)
securityfs on /sys/kernel/security type securityfs (rw)
/space/users on /home type none (rw,bind)
/dev/mapper/_dev_loop0 on /home/mt type ext3 (rw)
/dev/mapper/_dev_loop2 on /home/mt type ext3 (rw)

# losetup -a
/dev/loop0: [fd00]:3763171 (/home/mt.img)
/dev/loop1: [000f]:8888 (/dev/loop0)
/dev/loop2: [fd00]:3763171 (/home/mt.img)
/dev/loop3: [000f]:8901 (/dev/loop2)

The reason is: lsof is not installed (due missed rpm dependencies?).

Killed all "mt" user processes (esd), umounted /dev/mapper/_dev_loop*,
but a manual losetup -d was unable to remove the loop devices.


-- 
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.

< Previous Next >