[Pkg-kde-extras] Bug#519921: k3b: verify fails on cd-data .iso but not dvd-video .iso

Arthur Marsh arthur.marsh at internode.on.net
Mon Mar 16 08:08:49 UTC 2009


Package: k3b
Version: 1.0.5-3+b1
Severity: normal


Hi, I recently acquired an LG DVD writer identified in dmesg as:

hdb: HL-DT-STDVD-RAM GH22NP20, ATAPI CD/DVD-ROM drive
ide-cd: hdb: ATAPI 48X DVD-ROM DVD-R/RAM CD-R/RW drive, 2048kB Cache

When I burned a DVD (which used growisofs), verify succeeded, but
when I burned a CD (which used wodin), verify failed.

I then found a shell script to re-check the md5sum of the burned media 
against the md5sum of the .iso file:

#!/bin/bash
 #shell script to verify a burned iso

 ISOFILE=$1
 echo "Isofile: " $ISOFILE
 DVDDRIVE=/dev/hdb
 BYTES=2048

 #Get the number of extends
 NROFEXTENDS=$(($(ls -l $ISOFILE | awk '{ print $5 }') / $BYTES ))
 echo "Nr of extends: " $NROFEXTENDS

 #Get MD5 sum of DVD
 dd if=$DVDDRIVE bs=$BYTES count=$NROFEXTENDS | md5sum

 #Get MD5 sum of iso file
 md5sum $ISOFILE

and this showed that the CD burned with k3b, which called wodin, had in 
fact been written correctly.

If someone needs me to do further tests I will purchase some cd-rw disks 
and be happy to try again.

Arthur.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.28 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages k3b depends on:
ii  cdparanoia          3.10.2+debian-5      audio extraction tool for sampling
ii  cdrdao              1:1.2.2-17           records CDs in Disk-At-Once (DAO) 
ii  genisoimage         9:1.1.9-1            Creates ISO-9660 CD-ROM filesystem
ii  k3b-data            1.0.5-3              A sophisticated KDE CD burning app
ii  kdelibs-data        4:3.5.10.dfsg.1-1    core shared data for all KDE appli
ii  kdelibs4c2a         4:3.5.10.dfsg.1-1+b1 core libraries and binaries for al
ii  libacl1             2.2.47-2             Access control list shared library
ii  libart-2.0-2        2.3.20-2             Library of functions for 2D graphi
ii  libattr1            1:2.4.43-2           Extended attribute shared library
ii  libaudio2           1.9.1-5              Network Audio System - shared libr
ii  libc6               2.9-4                GNU C Library: Shared libraries
ii  libdbus-1-3         1.2.12-1             simple interprocess messaging syst
ii  libdbus-qt-1-1c2    0.62.git.20060814-2  simple interprocess messaging syst
ii  libdvdread4         4.1.3-4              library for reading DVDs
ii  libexpat1           2.0.1-4              XML parsing C library - runtime li
ii  libfontconfig1      2.6.0-3              generic font configuration library
ii  libfreetype6        2.3.9-4              FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0] 0.1.9-2              Client library for the gamin file 
ii  libgcc1             1:4.3.3-5            GCC support library
ii  libhal1             0.5.11-8             Hardware Abstraction Layer - share
ii  libice6             2:1.0.5-1            X11 Inter-Client Exchange library
ii  libidn11            1.12-1               GNU Libidn library, implementation
ii  libjpeg62           6b-14                The Independent JPEG Group's JPEG 
ii  libk3b3             1.0.5-3+b1           The KDE cd burning application lib
ii  libmusicbrainz4c2a  2.1.5-2              Second generation incarnation of t
ii  libpng12-0          1.2.35-1             PNG library - runtime
ii  libqt3-mt           3:3.3.8b-5+b1        Qt GUI Library (Threaded runtime v
ii  libsm6              2:1.1.0-2            X11 Session Management library
ii  libstdc++6          4.3.3-5              The GNU Standard C++ Library v3
ii  libx11-6            2:1.2-1              X11 client-side library
ii  libxcursor1         1:1.1.9-1            X cursor management library
ii  libxext6            2:1.0.4-1            X11 miscellaneous extension librar
ii  libxft2             2.1.13-3             FreeType-based font drawing librar
ii  libxi6              2:1.2.1-1            X11 Input extension library
ii  libxinerama1        2:1.0.3-2            X11 Xinerama extension library
ii  libxrandr2          2:1.3.0-1            X11 RandR extension library
ii  libxrender1         1:0.9.4-2            X Rendering Extension client libra
ii  libxt6              1:1.0.5-3            X11 toolkit intrinsics library
ii  wodim               9:1.1.9-1            command line CD/DVD writing tool
ii  zlib1g              1:1.2.3.3.dfsg-13    compression library - runtime

Versions of packages k3b recommends:
ii  dvd+rw-tools           7.1-4             DVD+-RW/R tools
ii  kcontrol               4:3.5.10.dfsg.1-1 control center for KDE
ii  kdebase-kio-plugins    4:3.5.10.dfsg.1-1 core I/O slaves for KDE
ii  libk3b3-extracodecs    1.0.5-3+b1        The KDE cd burning application lib
ii  vcdimager              0.7.23-4          A VideoCD (VCD) image mastering an

Versions of packages k3b suggests:
pn  k3b-i18n                     <none>      (no description available)
ii  movixmaker-2                 0.8.4-2     Utility to create customized eMovi
ii  normalize-audio              0.7.7-4     adjusts the volume of WAV, MP3 and
ii  sox                          14.2.0-1+b1 Swiss army knife of sound processi
ii  toolame                      02l-6       MPEG-1 layer 2 audio encoder

-- debconf-show failed





More information about the pkg-kde-extras mailing list