http://bugzilla.kernel.org/show_bug.cgi?id=14354 --- Comment #85 from Alexey Fisher <bug-track@xxxxxxxxxxxxxxxxx> 2009-10-17 20:54:10 --- Created an attachment (id=23456) --> (http://bugzilla.kernel.org/attachment.cgi?id=23456) logs of all bisected kernels Here are logs of all tested kernels, for all test was used same script from my previous post. Only 2.6.32-rc4-00094-g80f5069-dirty and 2.6.31 should be a bit different... for this kernel i had thirst version of script. After crash i started into initrd with option break=mount. So wen can exclude any karmik initscript bugs. After it i mounted ro rootfs and chrooted to it. At this point i run my checkfs script: --------------------------------------------------------------------------- #!/bin/bash current_date=$( date +%d_%m_%Y-%H_%M ); k_version=$( uname -r ); mount /dev/sda13 /mnt cd /mnt fsck -y -f /dev/mapper/zwerg_buntu-root_one > $k_version-$current_date.fsck dmesg > $k_version-$current_date.dmesg md5sum -c --quiet /mnt/md5sums > $k_version-$current_date.md5 ------------------------------------------------------------- I hope this will help you. Please check the logs if there any mistakes. If you need more info, tell me soon. My system is badly broken now, i will need to reinstall it. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html