Bug#684293: root cause of mount hang in installer [kernel bug]

2012-08-11 Thread Brian Potkin
On Thu 09 Aug 2012 at 13:29:20 +0100, Brian Potkin wrote:

 Either before or just after selecting a language and configuring the
 keyboard I executed 'mountmedia' and 'mountmedia driver'. Everything
 seems to go well, with extended partitions being detected and attempted
 to be mounted.

 After selecting cdrom-detect mountmedia stops at the first extended
 partition it finds. This does not happen with the alpha-1 image and I
 have no explanation why detecting and mounting the CD-ROM should trigger
 this behaviour.

To follow up on this:

The two lines in mountmedia

   mount $1 -tauto $MNT || true

and

   mount $1 -tauto $MNT

can be altered to look explicitly for vfat partitions with -tvfat.
Detection and loading of missing firmware then takes place as we would
expect. I offer this as an observation, not as a solution, because I'm
unsure how it would affect d-i as a whole.

After detecting and mounting the CD-ROM the iso9660 filesystem is shown
in /proc/filesystems and my thinking is that this may be the cause of
the present problem. The installation proceeds as usual if, after
loading the installer components. /cdrom is unmounted and the isofs
module unloaded from the kernel.

When mountmedia hangs it appears to be because -tauto tests for an
iso9660 filesystem first and fails with an extended partition. The lsmod
output shows two processes using the isofs module. I assume mountmedia
cannot go on to look for other partition types until the second process
has completed.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120811143800.GA29900@desktop



Bug#684293: root cause of mount hang in installer [kernel bug]

2012-08-11 Thread Christian PERRIER
Quoting M H (mh000...@yahoo.com):
 After some googling I found out that the root cause of the recent mount 
 problems with extended partitions (maybe also mounting disks like sda)
 are related to the infinite loop kernel bug in __getblk_slow. 
 
 (see the explanation: https://patchwork.kernel.org/patch/1189121/)
 The affected debian kernels should get fixed with the patch offered in kernel 
 3.2.24 (http://lwn.net/Articles/508225/).


Is it me or do both these URL return 404?




signature.asc
Description: Digital signature


Bug#684293: root cause of mount hang in installer [kernel bug]

2012-08-11 Thread Brian Potkin
On Sat 11 Aug 2012 at 19:07:33 +0200, Christian PERRIER wrote:

 Quoting M H (mh000...@yahoo.com):
  After some googling I found out that the root cause of the recent mount 
  problems with extended partitions (maybe also mounting disks like sda)
  are related to the infinite loop kernel bug in __getblk_slow. 
  
  (see the explanation: https://patchwork.kernel.org/patch/1189121/)
  The affected debian kernels should get fixed with the patch offered in 
  kernel 3.2.24 (http://lwn.net/Articles/508225/).
 
 
 Is it me or do both these URL return 404?

Quickly tested both of them a minute ago. They worked for me.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120811181616.GY6660@desktop



Processed: Re: Bug#684293: root cause of mount hang in installer [kernel bug]

2012-08-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 684293 linux
Bug #684293 [iso-scan] installation-reports: Installer hangs at iso-scan step 
while mounting an extended partition
Bug reassigned from package 'iso-scan' to 'linux'.
No longer marked as found in versions iso-scan/1.40.
Ignoring request to alter fixed versions of bug #684293 to the same values 
previously set
 severity 684293 critical
Bug #684293 [linux] installation-reports: Installer hangs at iso-scan step 
while mounting an extended partition
Severity set to 'critical' from 'important'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
684293: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684293
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13447150384423.transcr...@bugs.debian.org



Bug#684293: root cause of mount hang in installer [kernel bug]

2012-08-11 Thread Christian PERRIER
reassign 684293 linux
severity 684293 critical
thanks

Quoting Brian Potkin (claremont...@gmail.com):
 On Sat 11 Aug 2012 at 19:07:33 +0200, Christian PERRIER wrote:
 
  Quoting M H (mh000...@yahoo.com):
   After some googling I found out that the root cause of the recent mount 
   problems with extended partitions (maybe also mounting disks like sda)
   are related to the infinite loop kernel bug in __getblk_slow. 
   
   (see the explanation: https://patchwork.kernel.org/patch/1189121/)
   The affected debian kernels should get fixed with the patch offered in 
   kernel 3.2.24 (http://lwn.net/Articles/508225/).
  
  
  Is it me or do both these URL return 404?
 
 Quickly tested both of them a minute ago. They worked for me.


OK, reassigning to the Linux kernel.

To Debian Kernel team: this bug has been revealed in D-I beta1. Any
attempt to mount an extended partition (which is done in both
mountmedia and iso-scan) loops forever and D-I appears to be
hanged. This happens for instance each time D-I looks for missing
firmware on existing devices.

We had several bug reports about this. mountmedia has been fixed (more
with a workaround than a real fix) but iso-scan is still affected.

So, it seems that the patch described above is highly wished for
wheezy. It would be great to have it before D-I beta2, indeed.

For that reason, I set the bug's severity to critical (breaks
unrelated packages).



signature.asc
Description: Digital signature


Bug#684293: root cause of mount hang in installer [kernel bug]

2012-08-09 Thread Brian Potkin
On Wed 08 Aug 2012 at 21:47:17 +0200, Christian PERRIER wrote:

 Quoting M H (mh000...@yahoo.com):
  After some googling I found out that the root cause of the recent mount 
  problems with extended partitions (maybe also mounting disks like sda)
  are related to the infinite loop kernel bug in __getblk_slow. 
  
  (see the explanation: https://patchwork.kernel.org/patch/1189121/)
  The affected debian kernels should get fixed with the patch offered in 
  kernel 3.2.24 (http://lwn.net/Articles/508225/).
 
 
 Thanks for the investigation and your care looking out for the root
 cause of this.
 
 This bug, and probably all other hang bugs, should be reassign to
 the kernelpackage.
 
 Before doing so, I'm awaiting for input from a Kerneal Team person.

Thank you for pursuing this lead. Meanwhile, may I relate the result of
what happens for me with the beta-1 image.

Either before or just after selecting a language and configuring the
keyboard I executed 'mountmedia' and 'mountmedia driver'. Everything
seems to go well, with extended partitions being detected and attempted
to be mounted.

After selecting cdrom-detect mountmedia stops at the first extended
partition it finds. This does not happen with the alpha-1 image and I
have no explanation why detecting and mounting the CD-ROM should trigger
this behaviour.

A log is attached.
Aug  9 11:42:21 init: starting pid 306, tty '': '/sbin/reopen-console 
/sbin/debian-installer'
Aug  9 11:42:21 init: starting pid 309, tty '/dev/tty4': '/usr/bin/tail -f 
/var/log/syslog'
Aug  9 11:42:22 debconf: Setting debconf/language to en
Aug  9 11:42:22 main-menu[326]: DEBUG: resolver (libc6-udeb): package doesn't 
exist (ignored)
Aug  9 11:43:46 init: starting pid 307, tty '/dev/tty2': '-/bin/sh'
Aug  9 11:44:48 kernel: [  152.241236] FAT-fs (sda): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.255849] FAT-fs (sda): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.259296] FAT-fs (sdb): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.275801] FAT-fs (sdb): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.279429] FAT-fs (sdc): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.281928] FAT-fs (sdc): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.338728] FAT-fs (sda1): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.344407] FAT-fs (sda1): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.347772] FAT-fs (sda2): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.349839] FAT-fs (sda2): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.353267] FAT-fs (sda5): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.358704] FAT-fs (sda5): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.365498] FAT-fs (sda6): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.392453] FAT-fs (sda6): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.399489] FAT-fs (sda7): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.408301] FAT-fs (sda7): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.415157] FAT-fs (sda8): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.423925] FAT-fs (sda8): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.430647] FAT-fs (sda9): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.452746] FAT-fs (sda9): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.459481] FAT-fs (sdb1): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case sensitive!
Aug  9 11:44:48 kernel: [  152.468266] FAT-fs (sdb1): utf8 is not a recommended 
IO charset for FAT filesystems, filesystem will be case 

Bug#684293: root cause of mount hang in installer [kernel bug]

2012-08-08 Thread M H
After some googling I found out that the root cause of the recent mount 
problems with extended partitions (maybe also mounting disks like sda)
are related to the infinite loop kernel bug in __getblk_slow. 

(see the explanation: https://patchwork.kernel.org/patch/1189121/)
The affected debian kernels should get fixed with the patch offered in kernel 
3.2.24 (http://lwn.net/Articles/508225/).

 

--
Michael Hofbauer



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1344454480.77013.yahoomail...@web141104.mail.bf1.yahoo.com



Bug#684293: root cause of mount hang in installer [kernel bug]

2012-08-08 Thread Christian PERRIER
Quoting M H (mh000...@yahoo.com):
 After some googling I found out that the root cause of the recent mount 
 problems with extended partitions (maybe also mounting disks like sda)
 are related to the infinite loop kernel bug in __getblk_slow. 
 
 (see the explanation: https://patchwork.kernel.org/patch/1189121/)
 The affected debian kernels should get fixed with the patch offered in kernel 
 3.2.24 (http://lwn.net/Articles/508225/).


Thanks for the investigation and your care looking out for the root
cause of this.

This bug, and probably all other hang bugs, should be reassign to
the kernelpackage.

Before doing so, I'm awaiting for input from a Kerneal Team person.



signature.asc
Description: Digital signature