Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 295965 Details for
Bug 432025
Bug in mkisofs causes dvd+-rw test to fail
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fixes the issue
cdrom.py.patch (text/plain), 913 bytes, created by
Peter Palmer
on 2008-02-26 17:55:30 UTC
(
hide
)
Description:
Fixes the issue
Filename:
MIME Type:
Creator:
Peter Palmer
Created:
2008-02-26 17:55:30 UTC
Size:
913 bytes
patch
obsolete
>--- /usr/share/hts/tests/cdrom/cdrom.py 2007-12-07 16:28:41.000000000 +0000 >+++ /root/cdrom.py 2008-02-26 17:35:58.000000000 +0000 >@@ -351,7 +351,12 @@ > # support burnfree ? > if self.supportsBurnfree(cdromDevice): > writeOpts = writeOpts + " driveropts=burnfree" >- cdblocks=commands.getoutput("mkisofs -quiet -R -print-size %s" % fileDir) >+ #Changed - pmembrey - fix bz #432025 >+ input = commands.getoutput("mkisofs -quiet -R -print-size %s" % fileDir) >+ a = input.split("\n") >+ cdblocks = a[len(a)-1] >+ #End changes >+ > # write the directory to disk > (status,junk) = commands.getstatusoutput("mkisofs -quiet -R %s | cdrecord -v %s dev=/dev/%s fs=32M tsize=%ss -" % (fileDir,writeOpts,cdromDevice,cdblocks)) > print "\n +++ Write options : %s \n" % writeOpts
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 432025
: 295965