Mailinglist Archive: opensuse-bugs (9018 mails)
| < Previous | Next > |
[Bug 427343] New: Missing variabe LOSETUP in script umount.crypt
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 18 Sep 2008 06:38:31 -0600 (MDT)
- Message-id: <bug-427343-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=427343
Summary: Missing variabe LOSETUP in script umount.crypt
Product: openSUSE 11.0
Version: Final
Platform: x86
OS/Version: openSUSE 11.0
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: buschmann@xxxxxxxxxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Community User
In the script /sbin/umount.crypt from package pam_mount, the losetup command is
accessed by a variable named LOSETUP. This variable is not specified, so
container files will not be unbound from /dev/loop* by umount.crypt. In the
upstream code, this variable is replaced directly by the command losetup.
Adding LOSETUP="/sbin/losetup" to the script fixes the problem.
--
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.
Summary: Missing variabe LOSETUP in script umount.crypt
Product: openSUSE 11.0
Version: Final
Platform: x86
OS/Version: openSUSE 11.0
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: buschmann@xxxxxxxxxxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Community User
In the script /sbin/umount.crypt from package pam_mount, the losetup command is
accessed by a variable named LOSETUP. This variable is not specified, so
container files will not be unbound from /dev/loop* by umount.crypt. In the
upstream code, this variable is replaced directly by the command losetup.
Adding LOSETUP="/sbin/losetup" to the script fixes the problem.
--
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 > |