From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3F9C0AC9.6050805@elitedvb.net> From: Felix Domke MIME-Version: 1.0 Subject: Re: [linux-lvm] LV only detected when using "lvscan -D" on amd64 kernel References: <3F994F88.8030908@elitedvb.net> <20031025091006.I848@sistina.com> In-Reply-To: <20031025091006.I848@sistina.com> Content-Transfer-Encoding: 7bit Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: Date: Sun Oct 26 11:54:02 2003 List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-lvm@sistina.com Heinz J . Mauelshagen wrote: >Felix, > >this definitely looks like a 64bit ioctl related problem. >I don't have the equipment to test here so help (is external access to >your machine possible ?) is needed. > > Hi, i could setup external access to the machine, but be aware that it consists of a chroot'ed 64bit hacked-together debian, so compiling something with 64bit isn't any fun at all. The 32bit userspace however is fine. I tried to compile the lvmtools as 64bit, but the result didn't change. are there any points where i can put some debug printfs/printks in the sources to work out where it fails? I never looked at the LVM internals, so i don't know what happens where. Does the kernel space reads and parses the metadata? Or does the userspace parses it and passes it to the kernel? Felix