public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.2 seems to break loopback and/or mount
@ 2001-02-23  1:22 jeff
  2001-02-23  3:04 ` Mohammad A. Haque
  2001-02-23  3:19 ` Jim Murray
  0 siblings, 2 replies; 5+ messages in thread
From: jeff @ 2001-02-23  1:22 UTC (permalink / raw)
  To: linux-kernel

Please CC me on replies. I just joined the list and don't want
to miss any replies.

I have been running 2.4.1-pre10 for quite some time with no
problems. I just upgraded to 2.4.2 and everything seem to work
fine until I did...  (as root or course)

mount -t iso9660 -o loop,ro mycdimage.iso /mnt/cdrom

at which point the mount process hung in an uninterruptable sleep.
after that I can no longer successfully issue any other mount
commands, including non-loopback mounts. I can mount/unmount
regular partitions before mounting anything via loopback.

Any ideas as to what is wrong?
The only thing I can think of is that my modutils is v2.3.19
but I doubt that is doing it as the loop module and other modules
are loaded fine.

If anybody has an idea as to what I broke please let me know.
I will upgrade modutils tomorrow and see if the problem goes
away while I wait for a possibly more accurate response.

Thank you,

Jeff Wiegley


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

* Re: 2.4.2 seems to break loopback and/or mount
  2001-02-23  1:22 2.4.2 seems to break loopback and/or mount jeff
@ 2001-02-23  3:04 ` Mohammad A. Haque
  2001-02-23  3:19 ` Jim Murray
  1 sibling, 0 replies; 5+ messages in thread
From: Mohammad A. Haque @ 2001-02-23  3:04 UTC (permalink / raw)
  To: jeff; +Cc: linux-kernel

loopback is broken in 2.4.2 AFAIK. You can grab the loop-6 patch and
apply it to 2.4.2 and it should work.

You should also upgrade modutils to 2.4.2 as it's required by 2.4.2 (so
says the Change file anyways).

jeff@CYTE.COM wrote:
> Any ideas as to what is wrong?
> The only thing I can think of is that my modutils is v2.3.19
> but I doubt that is doing it as the loop module and other modules
> are loaded fine.
> 
> If anybody has an idea as to what I broke please let me know.
> I will upgrade modutils tomorrow and see if the problem goes
> away while I wait for a possibly more accurate response.

-- 

=====================================================================
Mohammad A. Haque                              http://www.haque.net/ 
                                               mhaque@haque.net

  "Alcohol and calculus don't mix.             Project Lead
   Don't drink and derive." --Unknown          http://wm.themes.org/
                                               batmanppc@themes.org
=====================================================================

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

* Re: 2.4.2 seems to break loopback and/or mount
  2001-02-23  1:22 2.4.2 seems to break loopback and/or mount jeff
  2001-02-23  3:04 ` Mohammad A. Haque
@ 2001-02-23  3:19 ` Jim Murray
  2001-02-23  3:47   ` J Sloan
  2001-02-23  3:51   ` Mohammad A. Haque
  1 sibling, 2 replies; 5+ messages in thread
From: Jim Murray @ 2001-02-23  3:19 UTC (permalink / raw)
  To: jeff; +Cc: linux-kernel

On Thu, 22 Feb 2001 jeff@CYTE.COM wrote:

Compiling with kgcc compiler from RedHat 7.0 breaks loopback in the
way you describe on 2.4.2-prex kernels and I suspect also in the real 2.4.2.

Jim

> Please CC me on replies. I just joined the list and don't want
> to miss any replies.
>
> I have been running 2.4.1-pre10 for quite some time with no
> problems. I just upgraded to 2.4.2 and everything seem to work
> fine until I did...  (as root or course)
>
> mount -t iso9660 -o loop,ro mycdimage.iso /mnt/cdrom
>
> at which point the mount process hung in an uninterruptable sleep.
> after that I can no longer successfully issue any other mount
> commands, including non-loopback mounts. I can mount/unmount
> regular partitions before mounting anything via loopback.
>
> Any ideas as to what is wrong?
> The only thing I can think of is that my modutils is v2.3.19
> but I doubt that is doing it as the loop module and other modules
> are loaded fine.
>
> If anybody has an idea as to what I broke please let me know.
> I will upgrade modutils tomorrow and see if the problem goes
> away while I wait for a possibly more accurate response.
>
> Thank you,
>
> Jeff Wiegley
>
> -
> 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://www.tux.org/lkml/
>

-- 
Jim Murray         jjm@jjm.com


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

* Re: 2.4.2 seems to break loopback and/or mount
  2001-02-23  3:19 ` Jim Murray
@ 2001-02-23  3:47   ` J Sloan
  2001-02-23  3:51   ` Mohammad A. Haque
  1 sibling, 0 replies; 5+ messages in thread
From: J Sloan @ 2001-02-23  3:47 UTC (permalink / raw)
  To: Jim Murray; +Cc: jeff, linux-kernel

Red Hat 7.x running nicely on a number of machines
here w/ no problem, with all apologies to the Red Hat
bashers -

The real problem is loopback is broken, and the
fix still needs to be merged.

In the meantime, Jens Axboe's loop patches will
make it work -

ftp://ftp.kernel.org/pub/linux/kernel/people/axboe/patches/2.4.2-pre4/

jjs

 Murray wrote:

> On Thu, 22 Feb 2001 jeff@CYTE.COM wrote:
>
> Compiling with kgcc compiler from RedHat 7.0 breaks loopback in the
> way you describe on 2.4.2-prex kernels and I suspect also in the real 2.4.2.
>
> Jim
>
> > Please CC me on replies. I just joined the list and don't want
> > to miss any replies.
> >
> > I have been running 2.4.1-pre10 for quite some time with no
> > problems. I just upgraded to 2.4.2 and everything seem to work
> > fine until I did...  (as root or course)
> >
> > mount -t iso9660 -o loop,ro mycdimage.iso /mnt/cdrom
> >
> > at which point the mount process hung in an uninterruptable sleep.
> > after that I can no longer successfully issue any other mount
> > commands, including non-loopback mounts. I can mount/unmount
> > regular partitions before mounting anything via loopback.
> >
> > Any ideas as to what is wrong?
> > The only thing I can think of is that my modutils is v2.3.19
> > but I doubt that is doing it as the loop module and other modules
> > are loaded fine.
> >
> > If anybody has an idea as to what I broke please let me know.
> > I will upgrade modutils tomorrow and see if the problem goes
> > away while I wait for a possibly more accurate response.
> >
> > Thank you,
> >
> > Jeff Wiegley
> >
> > -
> > 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://www.tux.org/lkml/
> >
>
> --
> Jim Murray         jjm@jjm.com
>
> -
> 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://www.tux.org/lkml/


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

* Re: 2.4.2 seems to break loopback and/or mount
  2001-02-23  3:19 ` Jim Murray
  2001-02-23  3:47   ` J Sloan
@ 2001-02-23  3:51   ` Mohammad A. Haque
  1 sibling, 0 replies; 5+ messages in thread
From: Mohammad A. Haque @ 2001-02-23  3:51 UTC (permalink / raw)
  To: Jim Murray; +Cc: jeff, linux-kernel

This is not the real problem. Loopback is just broken.


Jim Murray wrote:
> 
> On Thu, 22 Feb 2001 jeff@CYTE.COM wrote:
> 
> Compiling with kgcc compiler from RedHat 7.0 breaks loopback in the
> way you describe on 2.4.2-prex kernels and I suspect also in the real 2.4.2.
> 
> Jim
> 

-- 

=====================================================================
Mohammad A. Haque                              http://www.haque.net/ 
                                               mhaque@haque.net

  "Alcohol and calculus don't mix.             Project Lead
   Don't drink and derive." --Unknown          http://wm.themes.org/
                                               batmanppc@themes.org
=====================================================================

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

end of thread, other threads:[~2001-02-23  3:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-23  1:22 2.4.2 seems to break loopback and/or mount jeff
2001-02-23  3:04 ` Mohammad A. Haque
2001-02-23  3:19 ` Jim Murray
2001-02-23  3:47   ` J Sloan
2001-02-23  3:51   ` Mohammad A. Haque

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