2 swap partitions each mounted twice in 2.6.20-8
Bug #86234 reported by
Thomas Templin
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-source-2.6.20 (Ubuntu) |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
Binary package hint: linux-source-2.6.20
After bootup a 'swapon -s' shows:
/dev/hda2
dev/hdb1
/dev/mapper/hda2
/dev/mapper/hdb1
This always results in a system crash only a few minutes after loged in to a GNOME session!
But when I do a 'swapoff -a' followed by a 'swapon -a' a 'swapon -s' shows:
/dev/hda2
dev/hdb1
And the system doesn't crash after log in to a GNOME session, using a lot of swap (~600MB).
Kernel 2.6.20-8-generic and lowlatency
Changed in linux-source-2.6.20: | |
assignee: | kyle → ubuntu-kernel-team |
importance: | Undecided → Medium |
status: | Confirmed → Triaged |
Changed in linux-source-2.6.20: | |
status: | Triaged → Won't Fix |
To post a comment you must log in.
Yes, having two instances of the same swap partition would be problematic. Can you please paste or attach (in seperate attachments please) the output of the following:
While you have the multiple swap devices:
dmesg
dmsetup ls
dmsetup info
cat /etc/fstab
Thanks!
Kyle