Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1177310

Summary: abnormal result when set "Target settings" --> "Raw device"
Product: Red Hat Enterprise Linux 7 Reporter: Qiao Zhao <qzhao>
Component: system-config-kdumpAssignee: Than Ngo <than>
Status: CLOSED DUPLICATE QA Contact: Qiao Zhao <qzhao>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.1CC: cye, lilu, qzhao
Target Milestone: rcFlags: qzhao: needinfo-
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-17 14:04:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Qiao Zhao 2014-12-26 03:49:32 UTC
Description of problem:
[root@dhcp-12-109 ~]# lsblk 
NAME          MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda             8:0    0 931.5G  0 disk 
├─sda1          8:1    0   200M  0 part /boot/efi
├─sda2          8:2    0   500M  0 part /boot
└─sda3          8:3    0 930.8G  0 part 
  ├─rhel-swap 253:0    0   7.8G  0 lvm  [SWAP]
  ├─rhel-root 253:1    0    50G  0 lvm  /
  └─rhel-home 253:2    0   873G  0 lvm  /home
sr0            11:0    1  1024M  0 rom  

I set "Raw device" is "/dev/sda", save configuration. The s-c-kdump prompt error, but it write "raw" to /etc/kdump.conf, I think this is a abnormal result.
Please close it if it is not a bug.

[before]
[root@dhcp-12-109 ~]# grep -v ^# /etc/kdump.conf 
path /var/crash
core_collector makedumpfile -l --message-level 1 -d 31
default dump_to_rootfs
[/before]
[root@dhcp-12-109 ~]# system-config-kdump 
/usr/share/system-config-kdump/system-config-kdump.py:349: GtkWarning: IA__gtk_radio_button_set_group: assertion '!g_slist_find (group, radio_button)' failed
  "/usr/share/system-config-kdump/system-config-kdump.glade")
Failed to parse line; chucking it...
  'raw'
[after]
[root@dhcp-12-109 ~]# grep -v ^# /etc/kdump.conf 
raw 
path /var/crash
core_collector makedumpfile -l --message-level 1 -d 31
default dump_to_rootfs
[/after]

Version-Release number of selected component (if applicable):
system-config-kdump-2.0.13-10.el7.noarch

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 5 Than Ngo 2017-05-17 14:04:16 UTC

*** This bug has been marked as a duplicate of bug 1258363 ***