Re: report bug: System reboots when accessing a loop-device over a second loop-device with 2.4.2-ac7

2001-03-02 Thread Jens Axboe
On Fri, Mar 02 2001, Mario Hermann wrote: > But with old 2.2 - Material stored on DVD-RAM. > > losetup -e blowfish /dev/loop0 /dev/sr3 > lsoetup -e serpent /dev/loop1 /dev/loop0 > > it doesn't work. (replied to Mario earlier, for reference here's the patch). Yet another miscount and IV of

Re: report bug: System reboots when accessing a loop-device over a second loop-device with 2.4.2-ac7

2001-03-02 Thread Mario Hermann
Hello! Jens Axboe wrote: > > On Fri, Mar 02 2001, Mario Hermann wrote: > > There is another small bug with the loop over loop problem. Now it works > > fine for > > files but not for Devices: > > > > losetup /dev/loop0 /dev/sr1 > > losetup /dev/loop1 /dev/loop0 > > dd if=/dev/loop1 of=test.dat b

Re: report bug: System reboots when accessing a loop-device over a second loop-device with 2.4.2-ac7

2001-03-02 Thread Jens Axboe
On Fri, Mar 02 2001, Mario Hermann wrote: > There is another small bug with the loop over loop problem. Now it works > fine for > files but not for Devices: > > losetup /dev/loop0 /dev/sr1 > losetup /dev/loop1 /dev/loop0 > dd if=/dev/loop1 of=test.dat bs=2048 count=1024 Pending miscount, this sh

Re: report bug: System reboots when accessing a loop-device over a second loop-device with 2.4.2-ac7

2001-03-02 Thread Jens Axboe
On Fri, Mar 02 2001, Mario Hermann wrote: > > > I tried the following commands with 2.4.2-ac7: > > > > > > losetup /dev/loop0 test.dat > > > losetup /dev/loop1 /dev/loop0 > > > mke2fs /dev/loop1 > > > > > > My System reboots immediatly. I tried it with 2.4.2-ac4,ac5 too -> same > > > effect. > > >

Re: report bug: System reboots when accessing a loop-device over a second loop-device with 2.4.2-ac7

2001-03-02 Thread Mario Hermann
Hello! Jens Axboe wrote: > > On Thu, Mar 01 2001, Mario Hermann wrote: > > I tried the following commands with 2.4.2-ac7: > > > > losetup /dev/loop0 test.dat > > losetup /dev/loop1 /dev/loop0 > > mke2fs /dev/loop1 > > > > My System reboots immediatly. I tried it with 2.4.2-ac4,ac5 too -> same >

Re: report bug: System reboots when accessing a loop-device over a second loop-device with 2.4.2-ac7

2001-03-02 Thread Mario Hermann
Hello, Jens Axboe wrote: > > This should make it work again. Yeah! Works fine. > > -- > Jens Axboe > Thx Mario Hermann - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/m

Re: report bug: System reboots when accessing a loop-device over a second loop-device with 2.4.2-ac7

2001-03-01 Thread Jens Axboe
On Thu, Mar 01 2001, Mario Hermann wrote: > I tried the following commands with 2.4.2-ac7: > > losetup /dev/loop0 test.dat > losetup /dev/loop1 /dev/loop0 > mke2fs /dev/loop1 > > My System reboots immediatly. I tried it with 2.4.2-ac4,ac5 too -> same > effect. > > With 2.4.2 it hangs immediatly

Re: report bug: System reboots when accessing a loop-device over a second loop-device with 2.4.2-ac7

2001-03-01 Thread Jens Axboe
On Thu, Mar 01 2001, Mario Hermann wrote: > Hello! > > I tried the following commands with 2.4.2-ac7: > > losetup /dev/loop0 test.dat > losetup /dev/loop1 /dev/loop0 > mke2fs /dev/loop1 > > My System reboots immediatly. I tried it with 2.4.2-ac4,ac5 too -> same > effect. Oops, will take a look

report bug: System reboots when accessing a loop-device over a second loop-device with 2.4.2-ac7

2001-03-01 Thread Mario Hermann
Hello! I tried the following commands with 2.4.2-ac7: losetup /dev/loop0 test.dat losetup /dev/loop1 /dev/loop0 mke2fs /dev/loop1 My System reboots immediatly. I tried it with 2.4.2-ac4,ac5 too -> same effect. With 2.4.2 it hangs immediatly. Hope that helps. Thanks Mario - To unsubscribe