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 - wodim lacks a needed scsi module 'out of the box' to burn ISOs
Summary: wodim lacks a needed scsi module 'out of the box' to burn ISOs
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: cdrkit
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Jakub Martisko
QA Contact: Maryna Nalbandian
URL:
Whiteboard:
: 1280189 (view as bug list)
Depends On: 1209427
Blocks: 1289025 1473612 1549617 1549689
TreeView+ depends on / blocked
 
Reported: 2014-01-27 19:46 UTC by R P Herrold
Modified: 2019-10-22 07:12 UTC (History)
6 users (show)

Fixed In Version: cdrkit-1.1.11-25.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-30 09:49:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
proposed fix (700 bytes, patch)
2015-05-31 20:28 UTC, Frantisek Kluknavsky
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:3109 0 None None None 2018-10-30 09:49:38 UTC

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


Note You need to log in before you can comment on or make changes to this bug.