On Sat, Aug 26, 2006 at 05:05:50PM +0200, Louis-David Mitterrand wrote:
> Package: xfsprogs
> Version: 2.8.11-1
> Followup-For: Bug #382935
> 
>       Phase 1 - find and verify superblock...
>       Phase 2 - using internal log
>                       - zero log...
>                       - scan filesystem freespace and inode maps...
>                       - found root inode chunk
>       Phase 3 - for each AG...
>                       - scan and clear agi unlinked lists...
>                       - process known inodes and perform inode discovery...
>                       - agno = 0
>                       - agno = 1
>                       - agno = 2
>                       - agno = 3
>                       - agno = 4
>                       - agno = 5
>                       - agno = 6
>                       - agno = 7
>                       - agno = 8
>                       - agno = 9
>                       - agno = 10
>       xfs_repair: libxfs_initbuf can't memalign 4096 bytes: Cannot allocate 
> memory

What sort of device are you using?  libxfs_initbuf will only
allocate pagesize buffers if the device sector size was not
extracted... it should (and is for me) typically be allocing
in 512 byte aligned chunks.  The above looks more like the
output from the old version of repair (either that or your
device is unusual in some way, possibly?)

cheers.

-- 
Nathan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to