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 1058446

Summary: wodim lacks a needed scsi module 'out of the box' to burn ISOs
Product: Red Hat Enterprise Linux 7 Reporter: R P Herrold <herrold>
Component: cdrkitAssignee: Jakub Martisko <jamartis>
Status: CLOSED ERRATA QA Contact: Maryna Nalbandian <mnalband>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: djez, flapper, fsumsal, jamartis, myllynen, ovasik
Target Milestone: rcKeywords: FastFix, Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: cdrkit-1.1.11-25.el7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-30 09:49:19 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:
Bug Depends On: 1209427    
Bug Blocks: 1289025, 1473612, 1549617, 1549689    
Attachments:
Description Flags
proposed fix none

Description R P Herrold 2014-01-27 19:46:47 UTC
Description of problem:

wodim lacks a needed scsi module 'out of the box' to burn ISOs

Version-Release number of selected component (if applicable):

wodim-1.1.11-20.el7.x86_64

How reproducible:

The unit in question has a sata ISO image burner, which is picked up in the dmesg, but no needed module is loaded for building media
   
[root@precision380-64-kvm audit]# dmesg | grep sg                                 
[    0.776237] msgmni has been set to 15580
[    0.777383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)                                                                                 
[   35.198639] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   35.198794] sd 3:0:0:0: Attached scsi generic sg1 type 0
[   35.198871] sd 4:0:0:0: Attached scsi generic sg2 type 0
[   35.205676] sr 5:0:0:0: Attached scsi generic sg3 type 5
[root@precision380-64-kvm audit]# dmesg | grep sr         
[    1.595683] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[    1.596306] sr 5:0:0:0: Attached scsi CD-ROM sr0
[   35.205676] sr 5:0:0:0: Attached scsi generic sg3 type 5
[root@precision380-64-kvm audit]# grep -v success  audit.log | grep -v LOGIN
type=USER_AUTH msg=audit(1390845234.234:185038): pid=14216 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.16.1.106 terminal=ssh res=failed'     
type=USER_AUTH msg=audit(1390845234.235:185039): pid=14216 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.16.1.106 terminal=ssh res=failed'

[root@precision380-64-kvm audit]# dvdrecord --scanbus
dvdrecord: No such file or directory.
Cannot open SCSI driver!
For possible targets try 'wodim --devices' or 'wodim -scanbus'.
For possible transport specifiers try 'wodim dev=help'.
For IDE/ATAPI devices configuration, see the file README.ATAPI.setup from
the wodim documentation.

[root@precision380-64-kvm audit]# rpm -q wodim
wodim-1.1.11-20.el7.x86_64
[root@precision380-64-kvm audit]#

Comment 2 RHEL Program Management 2014-03-25 05:48:59 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 4 Frantisek Kluknavsky 2015-05-31 20:27:25 UTC
Libusal tries device names in the form /dev/scdN. We use different names in the form /dev/srN.
Possible workaround is to symlink scd0 -> sr0.

Comment 5 Frantisek Kluknavsky 2015-05-31 20:28:18 UTC
Created attachment 1032967 [details]
proposed fix

Comment 6 Frantisek Kluknavsky 2015-05-31 20:30:28 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=1203140 is needed to rebuild.

Comment 7 Frantisek Kluknavsky 2015-11-11 15:30:41 UTC
*** Bug 1280189 has been marked as a duplicate of this bug. ***

Comment 8 R P Herrold 2017-12-08 16:43:26 UTC
is there a test candidate I may run?

Comment 9 Jakub Martisko 2018-02-02 09:23:19 UTC
Unfortunately, since I became the package maintainer quite late during the development of rhel-7.5, the fix won't be available during this release. I'll try to do my best to address the issue during the next release.

Comment 15 R P Herrold 2018-05-21 13:38:01 UTC
as before, is there a test candidate I may run?

Comment 16 Jakub Martisko 2018-05-24 10:20:02 UTC
You can try the packages from [1]. However be advised that these packages are experimental and are in no way supported by Red Hat.

[1] https://jamartis.fedorapeople.org/

Comment 17 R P Herrold 2018-05-24 17:51:37 UTC
interestingly this tips off a chain of needed updates

is this in an externally visible GH somewhere that I can pull sources, or could you post SRPMs ?

-- Russ herrold

Comment 20 errata-xmlrpc 2018-10-30 09:49:19 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:3109