From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tore Anderson Subject: Re: Use LVM on /dev/mapper/diskname and iSCSI Date: Tue, 20 Nov 2007 10:49:18 +0100 Message-ID: <4742AD9E.7060601@linpro.no> References: <1195480602.6074.3.camel@sanderbal> <47419854.2000508@linpro.no> <1195484847.6074.16.camel@sanderbal> <20071119185021.GA23100@us.ibm.com> <1195506996.11489.23.camel@sanderbal> <47428E96.2090008@linpro.no> <1195551419.6329.14.camel@sanderbal> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1195551419.6329.14.camel@sanderbal> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: device-mapper development List-Id: dm-devel.ids * S. J. van Harmelen > When I do use a 2.6.23.x kernel with the RDAC hardware handler I get the > following error: multipathd[6895]: segfault at > 000000000000000a rip 00002b251f24394f rsp 00007fff8bfaa730 error 4 This is indicative of a bug in multipathd. It might or might not be serious, but I guess Christophe Varoqui would be interested in seeing a backtrace of the segfault in any case... Try running multipathd (make sure it's not stripped of debugging symbols) with core dumps enabled ("ulimit -c unlimited"), and get a backtrace ("gdb /sbin/multipathd core" - then run "bt full"). Regards -- Tore Anderson