Bug#788631: /sbin/mkfs.minix: mkfs.minix hang/infinite loop

2015-10-26 Thread Joshua Hudson
Bug is FIXED in util-linux 2.27

Bug#788631: /sbin/mkfs.minix: mkfs.minix hang/infinite loop

2015-06-20 Thread Joshua Hudson
Update: bug is in the V3 code. Command goes through w/o using -3. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#788631: Info received (Bug#788631: /sbin/mkfs.minix: mkfs.minix hang/infinite loop)

2015-06-20 Thread Joshua Hudson
Ok I was able to replace the patch with an error message. I changed the inodes per block to be more reasonable w/ large filesystems while I was at it. I'll be sending the patch upstream as well. --- disk-utils/mkfs.minix.c.orig 2015-06-20 13:50:45.509325736 -0700 +++ disk-utils/mkfs.minix.c

Bug#788631: /sbin/mkfs.minix: mkfs.minix hang/infinite loop

2015-06-20 Thread Joshua Hudson
I found the exact cause after reading the source code long enough. It tried to allocate too many inodes, pushing the first zone 65536 blocks. This fails hard due to integer roundoff. Therefore, workaround: mkfs.minix -3 -i specifying a more reasonable number of inodes will allow the

Bug#788631: /sbin/mkfs.minix: mkfs.minix hang/infinite loop

2015-06-13 Thread Joshua
Package: util-linux Version: 2.25.2-6 Severity: normal File: /sbin/mkfs.minix Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? $ dd if=/dev/zero of=/tmp/test.img bs=4096 count=`expr 1024 \* 1024` $ mkfs.minix -3