Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 54663

Summary: cryptsetup-0.1.ebuild (New Package)
Product: Gentoo Linux Reporter: raphamon
Component: New packagesAssignee: Max Kalika (RETIRED) <max>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: solar
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: cryptsetup-0.1.ebuild

Description raphamon 2004-06-21 09:37:09 UTC
hi!

you will find attached cryptsetup-0.1.ebuild.

cryptsetup is a userspace tool for setting up dm-crypt devices and behaves like one of the patched losetup's. i think sys-apps/cryptsetup would be a good place for it.

depencies: devicemapper and libcrypt 1.1.x
Comment 1 raphamon 2004-06-21 09:39:43 UTC
Created attachment 33755 [details]
cryptsetup-0.1.ebuild
Comment 2 Sven Wegener gentoo-dev 2004-06-21 18:35:48 UTC

*** This bug has been marked as a duplicate of 44079 ***
Comment 3 Atmatzidis Panagiotis 2004-06-27 06:59:19 UTC
hello. 
I get this segfault
---
beast reiser4progs-0.5.5 # dmsetup --help
Segmentation fault
---

while the -h flag works perfectly, I dont know if its a gentoo related bug.. I dont think so though =)

anyway,
thnx for the ebuild..
Comment 4 solar (RETIRED) gentoo-dev 2004-06-27 07:17:27 UTC
Where does it segfault at?

strace -o /dev/stdout dmsetup --help | tail
Comment 5 Atmatzidis Panagiotis 2004-06-29 12:43:05 UTC
beast root # strace dmsetup --help
execve("/sbin/dmsetup", ["dmsetup", "--help"], [/* 37 vars */]) = 0
uname({sys="Linux", node="beast", ...}) = 0
brk(0)                                  = 0x804c000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=38209, ...}) = 0
mmap2(NULL, 38209, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40013000
close(3)                                = 0
open("/lib/libdevmapper.so.1.00", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\21\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=20596, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001d000
mmap2(NULL, 23112, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001e000
mmap2(0x40022000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x3) = 0x40022000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0!Y\1\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1151064, ...}) = 0
mmap2(NULL, 1081316, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40024000
mmap2(0x40126000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x101) = 0x40126000
mmap2(0x4012a000, 8164, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4012a000
close(3)                                = 0
munmap(0x40013000, 38209)               = 0
open("/dev/urandom", O_RDONLY)          = 3
read(3, "W\33\3514", 4)                 = 4
close(3)                                = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++