Bug#485020: xfsprogs: xfs_growfs does not work with amd64 kernels
  Home FAQ Contact Sign in
linux.debian.bugs.dist only
 
Advanced search
POPULAR GROUPS

more...

linux.debian.bugs.dist Profile…
 Up
Bug#485020: xfsprogs: xfs_growfs does not work with amd64 kernels         


Author: Nathan Scott
Date: Jun 9, 2008 18:50

On Sat, 2008-06-07 at 21:21 +0200, Rickard Gustavsson wrote:
> Package: xfsprogs
> Severity: normal
>
> Hi
>
> When trying to grow an xfs filesystem running an amd64 kernel,
> xfs_growfs returns with the following error message.
>

Can you confirm whether you were using a 32 or 64 bit
userspace for me please? (run: file `which xfs_growfs`
and add the output here).

cheers.

--
Nathan

--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
2 Comments
Bug#485020: xfsprogs: xfs_growfs does not work with amd64 kernels         


Author: Rickard Gustavsson
Date: Jun 10, 2008 15:20

Here is the output

tunnan:/# file `which xfs_growfs`
/usr/sbin/xfs_growfs: ELF 32-bit LSB executable, Intel 80386, version 1
(SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), for
GNU/Linux 2.4.1, stripped

Best regards

Rickard
Show full article (0.88Kb)
no comments
Bug#485020: xfsprogs: xfs_growfs does not work with amd64 kernels         


Author: nscott
Date: Jun 10, 2008 16:00

> Here is the output
>
> tunnan:/# file `which xfs_growfs`
> /usr/sbin/xfs_growfs: ELF 32-bit LSB executable, Intel 80386, version 1
> (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), for
> GNU/Linux 2.4.1, stripped

Yeah, so thats a 32 bit userspace with 64 bit kernel - there must be an
alignment/size issue in the growfs ioctl. I'll let the XFS developers know,
there are games they play in the kernel to counteract this problem.

You will find that a 64 bit userspace will work fine (with 64 bit kernel).

cheers.

--
Nathan

--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
no comments