v1.10.0 swapon: swapfile has holes - blocksize ?

2008-03-26 Thread Jonathan Moore
I quickly downloaded and built BusyBox v1.10.0. But it still gave the same "hole" problem. See below. Are there any debug flags I can turn on ? I'll start going through the documentation. I'm relatively new to BusyBox, and I'm wondering if I'm just missing something out required to create a swa

v1.10.0 swapon: swapfile has holes - blocksize ?

2008-03-27 Thread Jonathan Moore
ens Rheinfelder -Original Message- From: Denys Vlasenko [mailto:[EMAIL PROTECTED] Sent: 26 March 2008 21:21 To: busybox@busybox.net Cc: Jonathan Moore Subject: Re: v1.10.0 swapon: swapfile has holes - blocksize ? On Wednesday 26 March 2008 18:24, Jonathan Moore wrote: > I quickly downloaded

Re: v1.10.0 swapon: swapfile has holes - blocksize ?

2008-03-26 Thread Paul Fox
> I quickly downloaded and built BusyBox v1.10.0. But it still gave the same = > "hole" problem. See below. > > Are there any debug flags I can turn on ? I'll start going through the docu > mentation. I'm relatively new to BusyBox, and I'm wondering if I'm just mis > sing something out requi

Re: v1.10.0 swapon: swapfile has holes - blocksize ?

2008-03-26 Thread Denys Vlasenko
On Wednesday 26 March 2008 18:24, Jonathan Moore wrote: > I quickly downloaded and built BusyBox v1.10.0. But it still gave the same > "hole" problem. See below. > > Are there any debug flags I can turn on ? I'll start going through the > documentation. I'm relatively new to BusyBox, and I'm won

Re: v1.10.0 swapon: swapfile has holes - blocksize ?

2008-03-27 Thread Denys Vlasenko
On Thursday 27 March 2008 12:49, Jonathan Moore wrote: > The difference in messages is due to the ENABLE_DESKTOP define in swaponoff.c. > It's the actual status = swapon(device, 0) call just after this check, > that is causing the error repost. Yes. Code tries to do the following. 1. Check for "

Re: v1.10.0 swapon: swapfile has holes - blocksize ?

2008-03-27 Thread Paul Fox
> Thanks for the extra debug code. > > > The difference in messages is due to the ENABLE_DESKTOP define > in swaponoff.c. > It's the actual status = swapon(device, 0) call just after > this check, that is causing the error repost. > BusyBox's swaponoff.c doesn't report a problem. i don'

Filesystem: v1.10.0 swapon: swapfile has holes - blocksize ?

2008-03-28 Thread Jonathan Moore
ubject: Re: More Data: v1.10.0 swapon: swapfile has holes - blocksize ? On Thursday 27 March 2008 15:04, Jonathan Moore wrote: > More data follows > > /mnt $ dd if=/dev/zero of=/mnt/swapfile bs=1024 count=65536 > 65536+0 records in > 65536+0 records out > /mnt $ mkswa

More Data: v1.10.0 swapon: swapfile has holes - blocksize ?

2008-03-27 Thread Jonathan Moore
ce: Ulm District court of Ulm: HRB 5295 Managing Directors: Dipl. Ing. Ken Hawk Dipl. Ing. Beat Müller Dr. Clemens Rheinfelder -Original Message- From: Denys Vlasenko [mailto:[EMAIL PROTECTED] Sent: 27 March 2008 13:23 To: Jonathan Moore Cc: busybox@busybox.net Subject: Re: v1.10.0 s

Re: More Data: v1.10.0 swapon: swapfile has holes - blocksize ?

2008-03-27 Thread Denys Vlasenko
On Thursday 27 March 2008 15:04, Jonathan Moore wrote: > More data follows > > /mnt $ dd if=/dev/zero of=/mnt/swapfile bs=1024 count=65536 > 65536+0 records in > 65536+0 records out > /mnt $ mkswap /mnt/swapfile > Setting up swapspace version 1, size = 67104768 bytes > /mnt $ swapon /mnt/swap