[bug #40363] TFTP: Files bigger than 63 MB generate error: timeout reading `/boot/initrd'.

2013-10-24 Thread Bernhard Übelacker
URL: http://savannah.gnu.org/bugs/?40363 Summary: TFTP: Files bigger than 63 MB generate error: timeout reading `/boot/initrd'. Project: GNU GRUB Submitted by: bernhardu Submitted on: Do 24 Okt 2013 15:10:34 GMT Category:

[bug #40363] TFTP: Files bigger than 63 MB generate error: timeout reading `/boot/initrd'.

2013-10-24 Thread Bernhard Übelacker
Additional Item Attachment, bug #40363 (project grub): File name: 0001-TFTP-Handle-overflow-in-blocknumber-fixes-bug-40363.patch Size:1 KB ___ Reply to this item at: http://savannah.gnu.org/bugs/?40363

[bug #40363] TFTP: Files bigger than 63 MB generate error: timeout reading `/boot/initrd'.

2013-10-25 Thread Bernhard Übelacker
Follow-up Comment #3, bug #40363 (project grub): Then if the datatype change is removed the sorting in the priority queue is still correct and only when comparing with the network data using only the lowest 2 bytes? (new adjusted patch) (file #29470)

[bug #40363] TFTP: Files bigger than 63 MB generate error: timeout reading `/boot/initrd'.

2013-10-26 Thread Bernhard Übelacker
Follow-up Comment #5, bug #40363 (project grub): When the block number gets over 0x the last packet gets ack'ed twice and grub shows this error: error: not an IP. (Due to an tcpdump at the tftp server; the tftp server itself is logging that the file was sent successfully.) (With the patch