Description of problem: I've been using the 3.3.4-5.fc17.x86_64 kernel since the occurrence of bug #834245 pertaining to Intel BIOS RAID. When I try to switch to 3.6.1-1.fc17.x86_64, I have the following error at the 'password' prompt (my RAID1 drives are encrypted), and the boot process stops: udevd [241] inotify_add_watch /dev/sda1, 10 : failed, no such file or directory Reverting to 3.3.4-5.fc17.x86_64 solves the problem. Version-Release number of selected component (if applicable): 3.6.1-1.fc17.x86_64 How reproducible: always Steps to Reproduce: 1. Fresh install of Fedora 17 3.3.4-5.fc17.x86_64 onto encrypted Intel BIOS RAID1 drives 2. update to latest kernel 3.6.1-1.fc17.x86_6 Actual results: error during boot time at password prompt - user not able to enter password - boot process hangs
Could you please provide /proc/mdstat from a correctly booted system? We also need systemd and dracut version info please. Thanks, Jes
dracut.noarch 018-105.git20120927.fc17 systemd.x86_64 44-17.fc17 # cat /proc/mdstat Personalities : [raid1] md126 : active raid1 sda[1] sdb[0] 976759808 blocks super external:/md127/0 [2/2] [UU] [=>...................] resync = 6.4% (62907648/976759940) finish=14290.4min speed=1065K/sec md127 : inactive sdb[1](S) sda[0](S) 5288 blocks super external:imsm unused devices: <none>
Olivier, One more question, since this is IMSM RAID, could you check that mdmon is launched correctly, ie. it should show up in the process list as @dmon. ps aux | grep mon Thanks, Jes
Hi Jes, Here you are: # ps aux | grep @dmon root 331 0.0 0.1 14992 10892 ? SLsl 08:39 0:00 @dmon --offroot md127 Cheers, Olivier.
Tried Kernel 3.6.6 : all is fine now. You can close this bug. Many thanks, Olivier