Bug 439695
| Summary: | missing "No suspend signature on swap, not resuming." | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Reiser <jreiser> | ||||
| Component: | mkinitrd | Assignee: | Peter Jones <pjones> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | alex, dcantrell, katzj, petrosyan, wtogami | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-04-04 01:05:27 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 438772 | ||||||
| Attachments: |
|
||||||
|
Description
John Reiser
2008-03-30 15:34:03 UTC
Can you unpack the initrd (zcat /boot/initrd* |cpio -id) and grab the /init script out and attach it here? Created attachment 299637 [details]
/init from initrd-2.6.25-0.172.rc7.git4.fc9.x86_64.img
zcat /boot/initrd-2.6.25-0.172.rc7.git4.fc9.x86_64.img | cpio -id
## then "./init"
initrd-2.6.25-0.121.rc5.git4.fc9.img was much the same: # diff -u init.121 init.172 --- init.121 2008-03-30 12:41:45.000000000 -0700 +++ init.172 2008-03-30 12:42:26.000000000 -0700 @@ -67,9 +67,9 @@ modprobe scsi_wait_scan rmmod scsi_wait_scan mkblkdevs -resume /sys/block/sdb//sdb5 +resume /sys/block/sda//sda5 echo Creating root device. -mkrootdev -t ext3 -o defaults,ro /dev/sdc6 +mkrootdev -t ext3 -o defaults,ro /dev/sdb6 echo Mounting root filesystem. mount /sysroot echo Setting up other filesystems. I can duplicate this issue, although I get the error on a command like: resume /sys/block/dm-3 If I extract the init script from a kernel build with an earlier version of mkinitrd which didn't have this problem, I see something like: resume /dev/mapper/Volume00-swap which does resume correctly which seems to suggest that this seems to be the same or similar issue as bug #438951 (should that bug be marked as dupe of this one?) Bumping severity a bit, this is a major regression IMHO. this looks like a duplicate of bug #438583 |