All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Heinz J . Mauelshagen" <mauelshagen@sistina.com>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] (no subject)
Date: Thu Jan 17 05:51:01 2002	[thread overview]
Message-ID: <20020117124645.C25970@sistina.com> (raw)
In-Reply-To: <200201170225.g0H2P4805926@kebi.com>; from sillee@kebi.com on Thu, Jan 17, 2002 at 11:25:04AM +0900

The strace output doesn't help to analyze this, because it directly
segfaults after getting the PID.

Please send me the output of "pvcreate -d /dev/sdb1" directly (mge@sistina.com)

Regards,
Heinz    -- The LVM Guy --


On Thu, Jan 17, 2002 at 11:25:04AM +0900, Sil Lee wrote:
> Hi.
> 
> I Have a problem to use LVM on Sun Sparc 20...
> when I  try to perform a pvcreate a segmentation fault error 
> occur.
> 
> Hope that help.
> 
> Escape character is '^]'.
> Debian GNU/%s 2.2 %h
> User not authenticated. Using plaintext username and password
> login: root
> password:
> 
> lnxsun00:~# id
> uid=0(root) gid=0(root) groups=0(root)
> 
> lnxsun00:~# uname -a
> Linux lnxsun00 2.4.17 #3 SMP Thu Jan 17 06:52:06 KST 2002 sparc unknown
> 
> lnxsun00:~# cat /proc/version
> Linux version 2.4.17 (root@lnxsun00) (gcc version 2.95.2 20000220 (Debian GNU/Linux)) #3 SMP Thu Jan 17 06:52:06 KST 2002
> 
> lnxsun00:~# cat /proc/lvm/global
> LVM module LVM version 1.0.1-rc4(ish)(03/10/2001)
> 
> Total:  0 VGs  0 PVs  0 LVs (0 LVs open)
> Global: 152 bytes malloced   IOP version: 10   1:58:11 active
> 
> lnxsun00:/usr/local/src#tar zxvf  lvm_1.0.1-rc4.tar.gz
> 
> lnxsun00:/usr/local/src#cd LVM/1.0.1-rc4/
> 
> lnxsun00:/usr/local/src/LVM/1.0.1-rc4#./configure;make;make install
> 
> lnxsun00:/usr/local/src/LVM/1.0.1-rc4# fdisk /dev/sdb
> 
> Command (m for help): p
> 
> Disk /dev/sdb (Sun disk label): 64 heads, 32 sectors, 8635 cylinders
> Units = cylinders of 2048 * 512 bytes
> 
>    Device Flag    Start       End    Blocks   Id  System
> /dev/sdb1             1      1500   1534976   8e  Linux LVM
> /dev/sdb2          1501      3000   1534976   8e  Linux LVM
> /dev/sdb3             0      8635   8842240    5  Whole disk
> /dev/sdb4          3001      4500   1534976   8e  Linux LVM
> /dev/sdb5          4501      6000   1534976   8e  Linux LVM
> /dev/sdb6          6001      7500   1534976   8e  Linux LVM
> /dev/sdb7          7501      8635   1161216   8e  Linux LVM
> 
> lnxsun00:/usr/local/src/LVM/1.0.1-rc4# pvcreate /dev/sdb1
> Segmentation fault
> 
> lnxsun00:/usr/local/src/LVM/1.0.1-rc4# strace pvcreate /dev/sdb1
> execve("/sbin/pvcreate", ["pvcreate", "/dev/sdb1"], [/* 17 vars */]) = 0
> brk(0)                                  = 0x22f20
> open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
> open("/etc/ld.so.cache", O_RDONLY)      = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=12982, ...}) = 0
> mmap(NULL, 12982, PROT_READ, MAP_PRIVATE, 3, 0) = 0x5001a000
> close(3)                                = 0
> open("/lib/liblvm-10.so.1", O_RDONLY)   = 3
> fstat(3, {st_mode=S_IFREG|0555, st_size=732249, ...}) = 0
> read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0\214"..., 4096) = 40
> 96
> mmap(NULL, 355880, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x5002b000
> mprotect(0x5006d000, 85544, PROT_NONE)  = 0
> mmap(0x5007b000, 20480, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3
> , 0x40000) = 0x5007b000
> mmap(0x50080000, 7720, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP
> _ANONYMOUS, -1, 0) = 0x50080000
> close(3)                                = 0
> open("/lib/libc.so.6", O_RDONLY)        = 3
> fstat(3, {st_mode=S_IFREG|0755, st_size=975672, ...}) = 0
> read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\1\345"..., 4096) = 40
> 96
> mmap(NULL, 1050872, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x50082000
> mprotect(0x5016a000, 100600, PROT_NONE) = 0
> mmap(0x50172000, 53248, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3
> , 0xe0000) = 0x50172000
> mmap(0x5017f000, 14584, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MA
> P_ANONYMOUS, -1, 0) = 0x5017f000
> close(3)                                = 0
> mprotect(0x5002b000, 270336, PROT_READ|PROT_WRITE) = 0
> mprotect(0x5002b000, 270336, PROT_READ|PROT_EXEC) = 0
> munmap(0x5001a000, 12982)               = 0
> getpid()                                = 7162
> --- SIGSEGV (Segmentation fault) ---
> +++ killed by SIGSEGV +++
> lnxsun00:/usr/local/src/LVM/1.0.1-rc4#
> 
> 
> ====================================================
> Name    : Sil Lee
> Address : System Management Dept.
>           LG Investment & Securities Building
>           184-1, Bangei-dong, Songpa-gu, Seoul, Korea
> Phone   : +82-2-2240-6808
> C.P     : +82-16-720-9591
> E-m@il  : sillee@iflg.com / sillee@kebi.com   
> 
> <center>Free webmail hosting service MNARA.NET<br>-- This e-mail was sent by FREE KEBI Mail at http://kebi.com/ --</center>

*** Software bugs are stupid.
    Nevertheless it needs not so stupid people to solve them ***

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Heinz Mauelshagen                                 Sistina Software Inc.
Senior Consultant/Developer                       Am Sonnenhang 11
                                                  56242 Marienrachdorf
                                                  Germany
Mauelshagen@Sistina.com                           +49 2626 141200
                                                       FAX 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  reply	other threads:[~2002-01-17  5:51 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-16 20:25 [linux-lvm] (no subject) Sil Lee
2002-01-17  5:51 ` Heinz J . Mauelshagen [this message]
2002-01-17  5:51 ` Patrick Caulfield
2002-01-17  8:18   ` Heinz J . Mauelshagen
2002-01-17  9:20     ` Patrick Caulfield
2002-01-17 11:05       ` Heinz J . Mauelshagen
2002-01-17 11:22         ` Patrick Caulfield
2002-01-18  4:31           ` Heinz J . Mauelshagen
2002-01-17  7:02 ` Chris Danis
  -- strict thread matches above, loose matches on Subject: below --
2010-02-03 15:15 Nicholas Robinson
2009-06-28 22:31 [linux-lvm] Testmail to see if my other two mails are too big for the MTA Daniel Mierswa
2009-06-28 22:32 ` [linux-lvm] (no subject) Piete Brooks
2007-09-13 13:11 Dony Pierre
2007-01-17 12:29 antonio_cecere
2006-03-16 15:08 fredrik.backman
2006-03-16 17:53 ` Luca Berra
2005-08-23  8:13 fredrik.backman
2005-07-14  7:53 fredrik.backman
2005-07-14 13:50 ` AJ Lewis
2005-07-03 18:56 Jean-Luc Coulon (f5ibh)
2005-07-03 22:09 ` Luca Berra
2005-06-14  1:39 gary chen
2004-06-18 16:33 Alex Owen
2004-06-20  8:46 ` Heinz Mauelshagen
2004-06-08 17:59 Jerry Hardwick
2004-06-08 18:18 ` Garrick Staples
2004-06-08 18:23 ` Jan-Benedict Glaw
2004-06-09 12:53 ` David Greaves
2004-04-22 19:30 Tomas
2004-02-23 12:41 markw
2004-02-18  9:33 christophe.varoqui
2004-02-02  4:51 Martins Pukitis
2004-02-11 17:07 ` Heinz Mauelshagen
2004-02-13  9:10   ` Martins Pukitis
2003-12-01 19:19 Jens A. Tkotz
2003-10-27 19:28 Victor Tan
2003-06-29 11:10 Howard Clifford
2003-06-30  9:51 ` Patrick Caulfield
2003-06-30  9:51 ` Heinz J . Mauelshagen
     [not found] <MichaelVogt@abcsystems.ch>
2003-05-02  3:51 ` Michael Vogt
2003-05-10  8:37   ` Ewen McNeill
2002-12-04 20:04 Ì·ÞÈÈð
2002-12-05 17:05 ` Heinz J . Mauelshagen
2002-12-02  4:02 Nirmala S
2002-12-03  7:34 ` Patrick Caulfield
2002-12-03  7:34 ` Heinz J . Mauelshagen
2002-10-03  4:49 Ruchika Adukia
2002-10-07  7:27 ` Heinz J . Mauelshagen
2002-09-27  2:52 Shuvodeep  Ghosh
2002-09-27  7:20 ` Heinz J . Mauelshagen
2002-09-24 14:53 Rob Schwartz
2002-09-27  7:19 ` Heinz J . Mauelshagen
2002-07-27  1:03 Amit  Agrawal, Noida
2002-05-22  7:03 lysindybear
2002-05-22  7:20 ` Joe Thornber
2002-02-15  6:30 IDanz91278
2002-01-14  9:12 Stefan Huber
2002-01-14  9:32 ` Adrian Phillips
2002-01-15  1:31   ` Stefan Huber
2002-01-15  1:38     ` Adrian Phillips
2002-01-15  1:51       ` Stefan Huber
2001-11-11 13:08 paco
2001-10-30 14:01 Tren Blackburn
2001-09-24 17:31 www.simpsonsworld.de
2001-08-23 17:27 Peter A. Borovcnik
2001-05-08 17:57 Diehl, Jeffrey
2001-05-08 19:15 ` AJ Lewis
2001-05-03  0:48 [linux-lvm] LVM Questions Darren Young
2001-05-03  1:45 ` Evan Day
2001-05-03  6:56   ` Adrian Phillips
2001-05-04  9:33     ` Heinz J. Mauelshagen
2001-05-04  7:45       ` Adrian Phillips
2001-05-04 10:38         ` Heinz J. Mauelshagen
2001-05-04  9:38           ` Adrian Phillips
2001-05-04 13:39             ` Heinz J. Mauelshagen
2001-05-08  7:38               ` [linux-lvm] (no subject) Merence Sibomana
2001-05-01 10:36 Heinz J. Mauelshagen
2001-04-04 16:36 Sergey Berkovich
2001-04-04 17:45 ` Heinz J. Mauelshagen
2001-02-28 18:36 bertrand.sirodot
2001-02-28 21:44 ` AJ Lewis
2001-02-11 19:16 Pete lamb
2001-02-11 19:46 ` Steven Lembark
2001-02-11 20:03   ` Pete lamb
2001-02-12 20:40 ` Andreas Dilger
2001-01-09  0:22 Gordon Schumacher
2000-12-19  2:43 Brad Corsello
1999-06-11 13:17 Paul Hofman
1999-05-26 15:28 Chris Zimmerman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020117124645.C25970@sistina.com \
    --to=mauelshagen@sistina.com \
    --cc=linux-lvm@sistina.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.