Bug 1583845 - Cannot write to CDrom at all
Summary: Cannot write to CDrom at all
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: cdrkit
Version: 39
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: Pavel Cahyna
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1580021 1591968 1737178 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-05-29 21:39 UTC by Robert Moskowitz
Modified: 2024-03-06 12:51 UTC (History)
22 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-25 17:08:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
k3b error on cdrw writting in out-of-box Fedora 30 (61.84 KB, image/png)
2019-08-28 19:12 UTC, Marcin Zajaczkowski
no flags Details

Description Robert Moskowitz 2018-05-29 21:39:26 UTC
Description of problem:

Attempt to write to CDrom in DVD/RW device fails.


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

17.12.3

How reproducible:

Install K3B on F28 with Xfce desktop.

Steps to Reproduce:
1.  Open K3B
2.  Attach DVD/RW
3.  Select WAV files for a Audio project and watch burn fail do to permissions.

Actual results:


Expected results:


Additional info:

Here K3B message:

>> Devices
>> -----------------------
>> SONY DVD RW DRU-840A SS01 (/dev/sr0, CD-R, CD-RW, CD-ROM, DVD-ROM,
>> DVD-R, DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL) [DVD-ROM, DVD-R
>> Sequential, DVD-R Dual Layer Sequential, DVD-R Dual Layer Jump,
>> DVD-RAM, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW,
>> DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW] [SAO, TAO, RAW,
>> SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Restricted Overwrite,
>> Layer Jump] [%7]
>>
>> System
>> -----------------------
>> K3b Version: 17.12.3
>> KDE Version: 5.44.0
>> Qt Version:  5.10.1
>> Kernel:      4.16.11-300.fc28.x86_64
>>
>> Used versions
>> -----------------------
>> cdrecord: 1.1.11
>>
>> cdrecord
>> -----------------------
>> /usr/bin/wodim: Operation not permitted. Warning: Cannot raise
>> RLIMIT_MEMLOCK limits.
>> scsidev: '/dev/sr0'
>> devname: '/dev/sr0'
>> scsibus: -2 target: -2 lun: -2
>> /usr/bin/wodim: Cannot allocate memory.
>> 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.
>> TOC Type: 0 = CD-DA
>>
>> cdrecord command:
>> -----------------------
>> /usr/bin/wodim -v gracetime=2 dev=/dev/sr0 speed=40 -raw96r
>> driveropts=burnfree -text -useinfo -audio -shorttrack
>> /home/rgm/Videos/k3bCdCopy0/Track01.wav
>> /home/rgm/Videos/k3bCdCopy0/Track02.wav
>> /home/rgm/Videos/k3bCdCopy0/Track03.wav
>> /home/rgm/Videos/k3bCdCopy0/Track04.wav
>> /home/rgm/Videos/k3bCdCopy0/Track05.wav
>> /home/rgm/Videos/k3bCdCopy0/Track06.wav
>> /home/rgm/Videos/k3bCdCopy0/Track07.wav
>> /home/rgm/Videos/k3bCdCopy0/Track08.wav
>> /home/rgm/Videos/k3bCdCopy0/Track09.wav
_______________________________________________
users mailing list -- users.org
To unsubscribe send an email to users-leave.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/IL3KXSIC6UJRFI6IH2OPCOHJWR73XXQ4/

Then when I used usermod to add me to group cdrom, I got the following SELinux warning, though I am now in the cdrom group.  But I still cannot write to CDrom.

SELinux is preventing pool from getattr access on the file /etc/gshadow.

*****  Plugin catchall (100. confidence) suggests   **************************

If you believe that pool should be allowed getattr access on the gshadow file by default.
Then you should report this as a bug.
You can generate a local policy module to allow this access.
Do
allow this access for now by executing:
# ausearch -c 'pool' --raw | audit2allow -M my-pool
# semodule -X 300 -i my-pool.pp

Additional Information:
Source Context                unconfined_u:unconfined_r:thumb_t:s0-s0:c0.c1023
Target Context                system_u:object_r:shadow_t:s0
Target Objects                /etc/gshadow [ file ]
Source                        pool
Source Path                   pool
Port                          <Unknown>
Host                          lx121e.htt-consult.com
Source RPM Packages           
Target RPM Packages           setup-2.11.4-1.fc28.noarch
Policy RPM                    selinux-policy-3.14.1-29.fc28.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     lx121e.htt-consult.com
Platform                      Linux lx121e.htt-consult.com
                              4.16.11-300.fc28.x86_64 #1 SMP Tue May 22 18:29:09
                              UTC 2018 x86_64 x86_64
Alert Count                   2
First Seen                    2018-05-29 17:13:56 EDT
Last Seen                     2018-05-29 17:13:56 EDT
Local ID                      b3355fe8-15e5-4422-9ccf-8794cd452416

Raw Audit Messages
type=AVC msg=audit(1527628436.92:843): avc:  denied  { getattr } for  pid=11867 comm="pool" path="/etc/gshadow" dev="sda3" ino=140981 scontext=unconfined_u:unconfined_r:thumb_t:s0-s0:c0.c1023 tcontext=system_u:object_r:shadow_t:s0 tclass=file permissive=0


Hash: pool,thumb_t,shadow_t,file,getattr

Comment 1 Ed Greshko 2018-05-29 23:10:15 UTC
I'm running a fully updated F28/KDE system and I also get failures trying to blank a CD-RW disc.

[egreshko@meimei ~]$ /usr/bin/wodim -v gracetime=2 dev=/dev/sr0 speed=4 -tao driveropts=burnfree blank=fast
TOC Type: 1 = CD-ROM
/usr/bin/wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits.
scsidev: '/dev/sr0'
devname: '/dev/sr0'
scsibus: -2 target: -2 lun: -2
/usr/bin/wodim: Cannot allocate memory. 
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.

The command also fails with the user in the cdrom group.  It also fails if selinux is set to permissive.

However, it does work as "root".

[root@meimei ~]# /usr/bin/wodim -v gracetime=2 dev=/dev/sr0 speed=4 -tao driveropts=burnfree blank=fast
TOC Type: 1 = CD-ROM
scsidev: '/dev/sr0'
devname: '/dev/sr0'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.11
Driveropts: 'burnfree'
SCSI buffer size: 64512
Device type    : Removable CD-ROM
Version        : 5
Response Format: 2
Capabilities   : 
Vendor_info    : 'ASUS    '
Identification : 'DRW-24D5MT      '
Revision       : '1.00'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x000A (CD-RW)
Profile: 0x0015 (DVD-R/DL sequential recording) 
Profile: 0x0016 (DVD-R/DL layer jump recording) 
Profile: 0x002B (DVD+R/DL) 
Profile: 0x001B (DVD+R) 
Profile: 0x001A (DVD+RW) 
Profile: 0x0014 (DVD-RW sequential recording) 
Profile: 0x0013 (DVD-RW restricted overwrite) 
Profile: 0x0012 (DVD-RAM) 
Profile: 0x0011 (DVD-R sequential recording) 
Profile: 0x0010 (DVD-ROM) 
Profile: 0x000A (CD-RW) (current)
Profile: 0x0009 (CD-R) 
Profile: 0x0008 (CD-ROM) 
Profile: 0x0002 (Removable disk) 
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE 
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 362208 = 353 KB
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 5
  Reference speed: 2
  Is not unrestricted
  Is erasable
  ATIP start of lead in:  -11940 (97:22/60)
  ATIP start of lead out: 335975 (74:41/50)
  1T speed low:  0 (reserved val  0) 1T speed high:  4
  2T speed low:  0 (reserved val  5) 2T speed high:  0 (reserved val 10)
  power mult factor: 3 5
  recommended erase/write power: 2
  A1 values: 02 3A A0
  A2 values: 5A A6 14
Disk type:    Phase change
Manuf. index: 43
Manufacturer: Acer Media Technology, Inc.
Speed set to 706 KB/s
Starting to write CD/DVD at speed   4.0 in real BLANK mode for single session.
Last chance to quit, starting real write in    0 seconds. Operation starts.
Performing OPC...
Blanking PMA, TOC, pregap
Blanking time:    0.171s

Comment 2 Ed Greshko 2018-05-30 00:11:59 UTC
FWIW, you can workaround the problem by doing

sudo chmod +s /usr/bin/wodim

I checked an F27 system, it doesn't have a DVD, and suid isn't set.  But, as I said, I had no problems with k3b in F27.  I used it minimally.

Comment 3 Rex Dieter 2018-05-30 14:35:39 UTC
Triaging to cdrkit (owner of wodim)

Comment 4 Rex Dieter 2018-06-15 21:56:48 UTC
*** Bug 1591968 has been marked as a duplicate of this bug. ***

Comment 5 Albert Flügel 2018-10-26 08:50:16 UTC
Hi, i analyzed the issue and found, that wodim (run as user, like k3b does it) issues a prlimit64(0, RLIMIT_MEMLOCK, {rlim_cur=RLIM64_INFINITY, rlim_max=RLIM64_INFINITY}), what fails, because the user is not root. However, the failure is ignored by the program and it continues, so the related message is confusing and misleading.
Later, wodim issues mlockall(MCL_CURRENT|MCL_FUTURE), what returns 0 (!?!).
Shortly later, it tries mmap(NULL, 1748992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 EAGAIN (Resource temporarily unavailable) and terminates as consequence of this.
The error status EAGAIN means, that already memory according to the limit "max locked memory" is locked in memory, what is strange. wodim neither calls mlock nor mmap with MAP_LOCKED. The only thing i see is the above mentioned mlockall.
This mlockall should fail, because the program does not run with sufficient privileges.
So how comes the locked memory ?
My suspicion is, that the kernel is in the mlockall call so kind to lock as many memory as the currently effective limit (typically 16 MB, run ulimit -a to see) allows. That means, that the next mmap will fail, because the allowed locked memory is used up, what is in turn not so nice.

What i did to make k3b / wodim work is to write a shared object, that interposes mlockall and just returns 0 without doing anything. This suppresses the system call and thus the locking of memory and the following mmap's succeed and i can burn CDs/DVDs normally.

I would like to have clarified if the (assumed) behaviour of the mlockall system call is really desired, as it imo makes not much sense to lock 16 MB, what is only a tiny fraction of the memory today's program monsters (especially e.g. java programs) are consuming, so locking this little piece does not help much, especially as (i guess) it is not clear and more or less random, what part of the address space is locked then.

Comment 6 Ben Cotton 2019-05-02 19:06:59 UTC
This message is a reminder that Fedora 28 is nearing its end of life.
On 2019-May-28 Fedora will stop maintaining and issuing updates for
Fedora 28. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora 'version' of '28'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 28 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 7 Andrea Vai 2019-05-22 09:26:14 UTC
Bug is still present in F29, how to change Version here?

Comment 8 Rex Dieter 2019-05-22 14:20:30 UTC
rebasing to f29

Comment 9 Kevin Kofler 2019-06-05 20:19:15 UTC
*** Bug 1580021 has been marked as a duplicate of this bug. ***

Comment 10 Kevin Kofler 2019-06-05 20:26:51 UTC
What I did as a workaround is that I opened a Konsole and ran:
su
ulimit -l unlimited
su [my user name]
k3b
and wodim works in that K3b instance without SUID.

Comment 11 Robert Moskowitz 2019-06-27 16:22:09 UTC
In Fedora 30, CD burning is working 'out of the box" via k3b.

No workarounds needed.

Comment 12 Ian Collier 2019-07-29 13:01:52 UTC
I think assertions that this works in Fedora 30 are premature, as it
depends on exactly what your ulimits are.

The limit on locked memory pages (which can be seen with "ulimit -l")
determines how much memory an unprivileged process is allowed to lock.
So, in response to comment #5, mlockall() succeeds if the current size
of the process is less than the limit, but because this is called with
the MCL_FUTURE flag set, any future mmap will fail if the mmap would 
increase the size of the process to more than that limit.

Now wodim works fine if your ulimit is so small that the initial 
mlockall call fails; it just doesn't bother to lock the pages.
It will also work if the limit is large enough to cover all the
memory requirements of the process.  It fails if the limit is between
those values.

I have access to a number of Fedora 28 systems where the default
limit is 16384k, and wodim does not work on these systems.  I also
have access to a Fedora 30 system on which the default limit is 64k,
and wodim does work on this system.  (I don't understand why the limits
are different, since the settings for this in both systemd and pam are
blank on all systems, but that's a digression.)  Now it so happens
that on the Fedora 30 system, wodim successfully allocates memory if
I set the limit to 16384k.  But it fails if I set it to 8192k.  So
the underlying bug is still present on Fedora 30, although in practice
it happens to work by coincidence.

There are two possible fixes for this bug:

 (a) wodim should not call mlockall if it does not have the capability
     to do so.  Figuring this out is tricky: it can do so if the
     prlimit call succeeded, or the ulimit is high enough already,
     or it is running as root, or the process has CAP_IPC_LOCK.
or:
 (b) install the wodim binary with CAP_IPC_LOCK capability.

For anyone suffering this bug, item (b) can be applied as a workaround,
like this:
     sudo setcap cap_ipc_lock+pe /usr/bin/wodim

But this change will revert any time the wodim package gets upgraded
or reinstalled.

Comment 13 Marcin Zajaczkowski 2019-08-28 19:11:53 UTC
> In Fedora 30, CD burning is working 'out of the box" via k3b.

In the "out of the box" Fedora 30 installation I observe:
> cdrecord has no permission to open the device

Even, having my user in the cdrom group.

Comment 14 Marcin Zajaczkowski 2019-08-28 19:12:49 UTC
Created attachment 1609109 [details]
k3b error on cdrw writting in out-of-box Fedora 30

Comment 15 Rex Dieter 2019-08-28 19:21:51 UTC
OK, rebasing to f30.

Can any cdrkit maintainer please at least comment?

Comment 16 Rex Dieter 2019-11-12 20:08:01 UTC
*** Bug 1737178 has been marked as a duplicate of this bug. ***

Comment 17 Ben Cotton 2020-04-30 20:43:34 UTC
This message is a reminder that Fedora 30 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora 30 on 2020-05-26.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
Fedora 'version' of '30'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 30 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 18 Ian Collier 2020-05-04 20:33:45 UTC
In Fedora 32 (wodim-1.1.11-44.fc32.x86_64), my conclusions at comment 12 still apply.  That is, wodim currently works because the default limit for locked memory is 64, but you can trigger the bug by raising that limit to, e.g., 8192.

Comment 19 Robert Moskowitz 2020-05-08 01:05:08 UTC
I have a fresh install of Fedora 32 and I did not encounter any write problems.

Per Ian Collier's comment 18:

$ ulimit -l
16384

So I am not seeing his problem.

I would considered this fixed for Fedora 32.

Comment 20 Sammy 2020-05-08 12:30:07 UTC
My ulimit -l gives 64 on Fedora 32. What is the difference? Are you setting ulimit in some script?

Comment 21 Ian Collier 2020-05-08 12:40:09 UTC
(In reply to Robert Moskowitz from comment #19)

I did say you can trigger the bug by setting it to 8192, and earlier, 
that 16384 did not trigger the bug on Fedora 30.  So you did not 
disprove my point.

The fact is that this usually works now, but the underlying bug which
caused it not to work on some Fedora 28 systems is still present.  It's
up to the maintainers to decide whether this is "worth" fixing.

Comment 22 Robert Moskowitz 2020-05-08 13:38:32 UTC
(In reply to Sammy from comment #20)
> My ulimit -l gives 64 on Fedora 32. What is the difference? Are you setting
> ulimit in some script?

I have no idea.  I am running F32 Xfce Workstation.   Plus whatever packages I added.

I have never, knowingly, done anything with ulimit.  I don't know what controls it or what it is for!

Comment 23 Fedora Program Management 2021-04-29 16:47:22 UTC
This message is a reminder that Fedora 32 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora 32 on 2021-05-25.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
Fedora 'version' of '32'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 32 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 24 Ben Cotton 2021-05-25 17:08:13 UTC
Fedora 32 changed to end-of-life (EOL) status on 2021-05-25. Fedora 32 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 25 Germano Massullo 2022-10-24 09:18:05 UTC
Cannot even erase a CD-RW

Devices
-----------------------
PIONEER BD-ROM  BDC-207D 1.00 (/dev/sr0, CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD-R DL, BD-ROM, DVD+R, DVD+RW, DVD+R DL) [DVD-ROM, DVD-R sequenziale, DVD-R sequenziale a doppio strato, DVD-R jump a doppio strato, DVD-RW a riscrittura limitata, DVD-RW sequenziale, DVD+RW, DVD+R, DVD+R a doppio strato, CD-ROM, CD-R, CD-RW, BD-ROM] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Riscrittura limitata, Salto di livello] [%7]

System
-----------------------
K3b Version: 22.8.1
KDE Version: 5.98.0
Qt Version:  5.15.6
Kernel:      5.19.15-201.fc36.x86_64

Used versions
-----------------------
cdrecord: 1.1.11

cdrecord
-----------------------
/usr/bin/wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits.
scsidev: '/dev/sr0'
devname: '/dev/sr0'
scsibus: -2 target: -2 lun: -2
/usr/bin/wodim: Cannot allocate memory. 
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.
TOC Type: 1 = CD-ROM

cdrecord command:
-----------------------
/usr/bin/wodim -v gracetime=2 dev=/dev/sr0 speed=24 -tao driveropts=burnfree blank=fast

Comment 26 Kevin Kofler 2022-12-21 03:14:05 UTC
On this system (still) running Fedora 35:

[kevin@desktop64 ~]$ ulimit -l
8192

There is nothing setting this in /etc/security/limits.conf or /etc/security/limits.d/.

Comment 27 Ben Cotton 2023-04-25 16:38:39 UTC
This message is a reminder that Fedora Linux 36 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 36 on 2023-05-16.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '36'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version. Note that the version field may be hidden.
Click the "Show advanced fields" button if you do not see it.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 36 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Comment 28 Joachim Schröder 2023-08-12 11:35:24 UTC
problem still persists with F38 KDE using k3b to copy a CD; applying 

sudo chmod u+s /usr/bin/wodim

made it work.

Comment 29 Ian Collier 2023-08-15 19:44:00 UTC
(In reply to Joachim Schröder from comment #28)
> sudo chmod u+s /usr/bin/wodim
> 
> made it work.

Don't do that.  Do this (comment 12):
     sudo setcap cap_ipc_lock+pe /usr/bin/wodim

Comment 30 Fedora Release Engineering 2023-08-16 08:06:51 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle.
Changing version to 39.

Comment 31 Fabian Druschke 2023-08-22 23:41:08 UTC
Still encontered this bug in Fedora 38 as well as Rawhide.
Also referring to: https://bugzilla.redhat.com/show_bug.cgi?id=2229520


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