mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.4.2-pre2(&3) loopback fs hang
@ 2001-02-12  9:54 Colonel
  2001-02-12 13:34 ` Ville Herva
  0 siblings, 1 reply; 5+ messages in thread
From: Colonel @ 2001-02-12  9:54 UTC (permalink / raw)
  To: linux-kernel


>mount -o loop=/dev/loop1 net.i /var/mnt/image/

ends up in an uninterruptable sleep state (system cannot umount /
during shutdown).

The test system is a 100MHz 486 Planar wall mount, same problem with
or without modules.  The proper fs support is present in the kernel,
while CONFIG_DEVFS_FS is not set.  The linux distribution base was a
fresh slackware-current, it meets all requirements mentioned in
linux/Documentation/Changes.  Everything else tested has worked fine
so far, the 2.2.18 kernel did not have this loopback problem.


How do I track this down?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.2-pre2(&3) loopback fs hang
  2001-02-12  9:54 2.4.2-pre2(&3) loopback fs hang Colonel
@ 2001-02-12 13:34 ` Ville Herva
  2001-02-12 13:37   ` Martin Josefsson
  0 siblings, 1 reply; 5+ messages in thread
From: Ville Herva @ 2001-02-12 13:34 UTC (permalink / raw)
  To: Colonel; +Cc: linux-kernel

On Mon, Feb 12, 2001 at 01:54:46AM -0800, you [Colonel] claimed:
> 
> >mount -o loop=/dev/loop1 net.i /var/mnt/image/
> 
> ends up in an uninterruptable sleep state (system cannot umount /
> during shutdown).
> 
> How do I track this down?

This is becoming a FAQ.

Go to 

ftp://ftp.kernel.org/pub/linux/kernel/people/axboe/patches

and get the newest Jens Axboe's loopback fs patch (seems to be
2.4.1-pre10/loop-3.bz2 atm, though I thought Jens was going to release
loop-4 sortly.)

See if the problem goes away with it.

I'm not sure if Alan has any plans to merge this to ac-series. It would
appear a worthy candidate...


-- v --

v@iki.fi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://vger.kernel.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.2-pre2(&3) loopback fs hang
  2001-02-12 13:34 ` Ville Herva
@ 2001-02-12 13:37   ` Martin Josefsson
  2001-02-12 13:45     ` Ville Herva
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Josefsson @ 2001-02-12 13:37 UTC (permalink / raw)
  To: Ville Herva; +Cc: Colonel, linux-kernel

On Mon, 12 Feb 2001, Ville Herva wrote:

> On Mon, Feb 12, 2001 at 01:54:46AM -0800, you [Colonel] claimed:
> > 
> > >mount -o loop=/dev/loop1 net.i /var/mnt/image/
> > 
> > ends up in an uninterruptable sleep state (system cannot umount /
> > during shutdown).
> > 
> > How do I track this down?
> 
> This is becoming a FAQ.
> 
> Go to 
> 
> ftp://ftp.kernel.org/pub/linux/kernel/people/axboe/patches
> 
> and get the newest Jens Axboe's loopback fs patch (seems to be
> 2.4.1-pre10/loop-3.bz2 atm, though I thought Jens was going to release
> loop-4 sortly.)
> 
> See if the problem goes away with it.
> 
> I'm not sure if Alan has any plans to merge this to ac-series. It would
> appear a worthy candidate...

2.4.2-pre1/loop-4.bz2 is the newest one, but I think I saw that there's
still a bug in it which can hang the kernel.
I think he said that he was going to release loop-5 soon.

/Martin

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://vger.kernel.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.2-pre2(&3) loopback fs hang
  2001-02-12 13:37   ` Martin Josefsson
@ 2001-02-12 13:45     ` Ville Herva
  2001-02-12 14:05       ` Ville Herva
  0 siblings, 1 reply; 5+ messages in thread
From: Ville Herva @ 2001-02-12 13:45 UTC (permalink / raw)
  To: Martin Josefsson; +Cc: Colonel, linux-kernel

On Mon, Feb 12, 2001 at 02:37:51PM +0100, you [Martin Josefsson] claimed:
> On Mon, 12 Feb 2001, Ville Herva wrote:
> 
> 2.4.2-pre1/loop-4.bz2 is the newest one, but I think I saw that there's
> still a bug in it which can hang the kernel.
> I think he said that he was going to release loop-5 soon.

Ok, then I just fumbled with my ftp client - I notice the 2.4.2-pre1 dir.

Thanks for the correction.


-- v --

v@iki.fi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://vger.kernel.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.2-pre2(&3) loopback fs hang
  2001-02-12 13:45     ` Ville Herva
@ 2001-02-12 14:05       ` Ville Herva
  0 siblings, 0 replies; 5+ messages in thread
From: Ville Herva @ 2001-02-12 14:05 UTC (permalink / raw)
  To: Martin Josefsson, Colonel, linux-kernel

On Mon, Feb 12, 2001 at 03:45:49PM +0200, you [Ville Herva] claimed:
> 
> Ok, then I just fumbled with my ftp client - I notice the 2.4.2-pre1 dir.

Should've been                                'I didn't notice'

Looks like I can't get anything right, I already rue I answered the question
in the first place...


-- v --

v@iki.fi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://vger.kernel.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-02-12 14:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-12  9:54 2.4.2-pre2(&3) loopback fs hang Colonel
2001-02-12 13:34 ` Ville Herva
2001-02-12 13:37   ` Martin Josefsson
2001-02-12 13:45     ` Ville Herva
2001-02-12 14:05       ` Ville Herva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®