Bug 461541
| Summary: | mkisofs: Unexpected joliet directory length | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Mike Bonnet <mikeb> | ||||
| Component: | cdrtools | Assignee: | Harald Hoyer <harald> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.3 | CC: | benl, mnowak, pknirsch, rbiba, riek, schily, syeghiay | ||||
| Target Milestone: | rc | Keywords: | Regression | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-10-15 15:21:41 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Mike Bonnet
2008-09-08 22:37:17 UTC
That package looks like it fixes it for me. Excellent! $ ls -laU iso-test total 20 -rw-rw-r-- 1 root root 0 Sep 9 11:29 test.txt drwxrwxrwt 4 root root 4096 Sep 16 13:45 .. drwxrwxr-x 2 root root 4096 Sep 9 11:29 . $ mkisofs -v -v -o test-newmkisofs.iso -r -J iso-test INFO: UTF-8 character encoding detected by locale settings. Assuming UTF-8 encoded filenames on source filesystem, use -input-charset to override. mkisofs 2.01 (cpu-pc-linux-gnu) Scanning iso-test 28 362 Cache hit for '/..' Writing: Initial Padblock Start Block 0 Done with: Initial Padblock Block(s) 16 Writing: Primary Volume Descriptor Start Block 16 Done with: Primary Volume Descriptor Block(s) 1 Writing: Joliet Volume Descriptor Start Block 17 Done with: Joliet Volume Descriptor Block(s) 1 Writing: End Volume Descriptor Start Block 18 Done with: End Volume Descriptor Block(s) 1 Writing: Version block Start Block 19 Done with: Version block Block(s) 1 Writing: Path table Start Block 20 Done with: Path table Block(s) 4 Writing: Joliet path table Start Block 24 Done with: Joliet path table Block(s) 4 Writing: Directory tree Start Block 28 Done with: Directory tree Block(s) 1 Writing: Joliet directory tree Start Block 29 Done with: Joliet directory tree Block(s) 1 Writing: Directory tree cleanup Start Block 30 Done with: Directory tree cleanup Block(s) 0 Writing: Extension record Start Block 30 Done with: Extension record Block(s) 1 Writing: The File(s) Start Block 31 Total extents scheduled to be written = 181 Total translation table size: 0 Total rockridge attributes bytes: 249 Total directory bytes: 0 Path table size(bytes): 10 Done with: The File(s) Block(s) 0 Writing: Ending Padblock Start Block 31 Done with: Ending Padblock Block(s) 150 Max brk space used 0 181 extents written (0 MB) $ isoinfo -l -J -i test-newmkisofs.iso Directory listing of / d--------- 0 0 0 2048 Sep 9 2008 [ 29 02] . d--------- 0 0 0 2048 Sep 9 2008 [ 29 02] .. ---------- 0 0 0 0 Sep 9 2008 [ 31 00] test.txt $ isoinfo -l -R -i test-newmkisofs.iso Directory listing of / dr-xr-xr-x 2 0 0 2048 Sep 9 2008 [ 28 02] . dr-xr-xr-x 2 0 0 2048 Sep 9 2008 [ 28 02] .. -r--r--r-- 1 0 0 0 Sep 9 2008 [ 31 00] test.txt Created attachment 316869 [details]
proposed patch
This request was evaluated by Red Hat Product Management for inclusion, but this component is not scheduled to be updated in the current Red Hat Enterprise Linux release. If you would like this request to be reviewed for the next minor release, ask your support representative to set the next rhel-x.y flag to "?". /CoreOS/cdrtools/Sanity/mkisofs/461541-mkisofs-Unexpected-joliet-directory-length An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2008-0574.html The text in http://rhn.redhat.com/errata/RHBA-2008-0574.html claims that RedHat did upgrade cdrtools, but this is not true. RedHat still ships the defective dead fork from 10 years ago. If you like to get fixes for the various documented bugs, upgrade to reent original code from: https://sourceforge.net/projects/cdrtools/files/alpha/ or https://sourceforge.net/projects/cdrtools/files/ |