First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 145135
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Project Gentopia <gentopia@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Richard Fish <bigfish@asmallpond.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
pmount-0.9.13-cryptsetup.patch Proposed patch for ebuild patch Richard Fish 2006-08-25 18:50 0000 595 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 145135 depends on: Show dependency tree
Bug 145135 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-25 18:49 0000
pmount 0.9.13 will fail to mount dm-crypt+luks volumes, because it searches for
the cryptsetup binary in /sbin instead of /bin.

carcharias rjf # strace -f -e execve pmount /dev/backups 2>&1 | grep cryptsetup
[pid 14193] execve("/sbin/cryptsetup", ["/sbin/cryptsetup", "isLuks",
"/dev/backups"], [/* 67 vars */]) = -1 ENOENT (No such file or directory)

It looks like instead of doing a sed to change the path in src/policy.h, it
will now be necessary to do "econf --with-cryptsetup-prog=/bin/cryptsetup"

------- Comment #1 From Richard Fish 2006-08-25 18:50:31 0000 -------
Created an attachment (id=95095) [edit]
Proposed patch for ebuild

------- Comment #2 From Doug Goldstein 2006-10-30 17:09:46 0000 -------
Fixed.

First Last Prev Next    No search results available      Search page      Enter new bug