Your message dated Sun, 03 Sep 2006 15:07:42 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#374685: fixed in cdrkit 5:1.0~pre1-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: nautilus-cd-burner
Version: 2.14.2-1
Severity: grave
Justification: renders package unusable

Hi,

nautilus-cd-burner fails to call cdrecord correctly; and thus fails to
burn an ISO image.

(( an aside; discovering the '--source-iso' option was pure dumb luck;
something in README.Debian to indicate that using that option from the
command line can be useful for debugging would be good ))

eve:[~]% strace -ff -efork,execve -s1500 nautilus-cd-burner 
--source-iso=/home/anand/Desktop/data.iso
execve("/usr/bin/nautilus-cd-burner", ["nautilus-cd-burner", 
"--source-iso=/home/anand/Desktop/data.iso"], [/* 40 vars */]) = 0
GTK Accessibility Module initialized
Bonobo accessibility support initialized
Process 16803 attached
Process 16796 suspended
Process 16804 attached
Process 16796 resumed
Process 16803 detached
[pid 16796] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 16804] execve("/usr/bin/cdrecord", ["cdrecord", "fs=16m", "dev=/dev/hdc", 
"-dao", "driveropts=burnfree", "-v", "-data", "-nopad", 
"/home/anand/Desktop/data.iso"], [/* 40 vars */]) = 0
Process 16805 attached
[pid 16805] execve("/bin/uname", ["uname", "-r"], [/* 39 vars */]) = 0
Process 16804 suspended
Process 16804 resumed
Process 16805 detached
[pid 16804] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 16804] execve("/usr/bin/cdrecord.mmap", ["cdrecord.mmap", "fs=16m", 
"dev=/dev/hdc", "-dao", "driveropts=burnfree", "-v", "-data", "-nopad", 
"/home/anand/Desktop/data.iso"], [/* 38 vars */]) = 0
Process 16804 detached

(nautilus-cd-burner:16796): GLib-CRITICAL **: g_error_free: assertion
`error != NULL' failed
Process 16796 detached

So, the underlying command should be:
/usr/bin/cdrecord.mmap fs=16m dev=/dev/hdc -dao driveropts=burnfree -v -data 
-nopad /home/anand/Desktop/data.iso

BUT what I see in the process list is:

/usr/bin/cdrecord mmap fs=16m dev=/dev/hdc -dao driveropts=burnfree -v -data 
-nopad /home/anand/Desktop/data.iso

eve:[~]% cdrecord mmap fs=16m dev=/dev/hdc -dao driveropts=burnfree -v -data 
-nopad /home/anand/Desktop/data.iso
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent
defaults.
cdrecord: Continuing in 5 seconds...
cdrecord: Badly placed option. Global options must be before any track.
eve:[~]%

The GUI interface crashes and burns (heh) without anything useful

If I correct this and put use 'cdrecord.mmap', I get:

eve:[~]% cdrecord.mmap fs=16m dev=/dev/hdc -dao driveropts=burnfree -v -data 
-nopad /home/anand/Desktop/data.iso
Cdrecord-Clone 2.01.01a03 (i686-pc-linux-gnu) Copyright (C) 1995-2005
Joerg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of
cdrecord
      and thus may have bugs that are not present in the original
version.
      Please send bug reports and support requests to
<[EMAIL PROTECTED]>.
      The original author should not be bothered with problems of this
version.

cdrecord: Warning: Running on Linux-2.6.15-1-686
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or
Solaris.
TOC Type: 1 = CD-ROM
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using
setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns.
scsidev: '/dev/hdc'
devname: '/dev/hdc'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Error: Cannot gain SYS_RAWIO capability.Is cdrecord installed SUID root?
: Operation not permitted
Using libscg version 'debian-0.8debian2'.
cdrecord: Warning: using inofficial version of libscg (debian-0.8debian2
'@(#)scsitransp.c      1.91 04/06/17 Copyright 1988,1995,2000-2004 J.
Schilling').
Driveropts: 'burnfree'
SCSI buffer size: 64512
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   :
Vendor_info    : '_NEC    '
Identifikation : 'DVD+-RW ND-6500A'
Revision       : '202C'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0009
Profile: 0x002B
Profile: 0x001B
Profile: 0x001A
Profile: 0x0014
Profile: 0x0013
Profile: 0x0011
Profile: 0x0010
Profile: 0x000A
Profile: 0x0009 (current)
Profile: 0x0008 (current)
cdrecord: This version of cdrecord does not include DVD-R/DVD-RW support
code.
cdrecord: See /usr/share/doc/cdrecord/README.DVD.Debian for details on
DVD support.
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R
Drive buf size : 1343488 = 1312 KB
FIFO size      : 16777216 = 16384 KB
Track 01: data   492 MB
Total size:      565 MB (56:02.74) = 252206 sectors
Lout start:      566 MB (56:04/56) = 252206 sectors
cdrecord: Operation not permitted. Cannot send SCSI cmd via ioctl

Run this command via sudo and it succeeds, even though I think I have
the permissions setup correctly:

eve:[~]% ls -l /dev/cdrom
lrwxrwxrwx 1 root root 3 2006-06-16 20:24 /dev/cdrom -> hdc
eve:[~]% ls -l /dev/hdc
brw-rw---- 1 root cdrom 22, 0 2006-06-16 20:23 /dev/hdc
eve:[~]% groups
anand dialout cdrom floppy audio video plugdev camera

Thanks,
Anand

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages nautilus-cd-burner depends on:
ii  cdrdao                    1:1.2.1-6      records CDs in Disk-At-Once (DAO) 
ii  cdrecord                  4:2.01+01a03-5 command line CD writing tool
ii  gconf2                    2.14.0-1       GNOME configuration database syste
ii  libart-2.0-2              2.3.17-1       Library of functions for 2D graphi
ii  libatk1.0-0               1.11.4-2       The ATK accessibility toolkit
ii  libbonobo2-0              2.14.0-1       Bonobo CORBA interfaces library
ii  libbonoboui2-0            2.14.0-2       The Bonobo UI library
ii  libc6                     2.3.6-13       GNU C Library: Shared libraries
ii  libcairo2                 1.0.4-2        The Cairo 2D vector graphics libra
ii  libeel2-2                 2.14.1-2       Eazel Extensions Library (for GNOM
ii  libfontconfig1            2.3.2-5.1      generic font configuration library
ii  libgail-common            1.8.11-2       GNOME Accessibility Implementation
ii  libgail17                 1.8.11-2       GNOME Accessibility Implementation
ii  libgconf2-4               2.14.0-1       GNOME configuration database syste
ii  libglade2-0               1:2.5.1-2      library to load .glade files at ru
ii  libglib2.0-0              2.10.2-1       The GLib library of C routines
ii  libgnome-keyring0         0.4.9-1        GNOME keyring services library
ii  libgnome2-0               2.14.1-2       The GNOME 2 library - runtime file
ii  libgnomecanvas2-0         2.14.0-2       A powerful object-oriented display
ii  libgnomeui-0              2.14.1-1       The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0            2.14.2-1       GNOME virtual file-system (runtime
ii  libgtk2.0-0               2.8.18-1       The GTK+ graphical user interface 
ii  libice6                   1:1.0.0-3      X11 Inter-Client Exchange library
ii  libnautilus-burn3         2.14.2-1       Nautilus Burn Library - runtime ve
ii  libnautilus-extension1    2.14.1-4       libraries for nautilus components 
ii  liborbit2                 1:2.14.0-1.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0             1.12.3-1       Layout and rendering of internatio
ii  libpopt0                  1.10-2         lib for parsing cmdline parameters
ii  libsm6                    1:1.0.0-4      X11 Session Management library
ii  libx11-6                  2:1.0.0-6      X11 client-side library
ii  libxcursor1               1.1.5.2-5      X cursor management library
ii  libxext6                  1:1.0.0-4      X11 miscellaneous extension librar
ii  libxfixes3                1:3.0.1.2-4    X11 miscellaneous 'fixes' extensio
ii  libxi6                    1:1.0.0-5      X11 Input extension library
ii  libxinerama1              1:1.0.1-4      X11 Xinerama extension library
ii  libxml2                   2.6.26.dfsg-1  GNOME XML library
ii  libxrandr2                2:1.1.0.2-4    X11 RandR extension library
ii  libxrender1               1:0.9.0.2-4    X Rendering Extension client libra
ii  mkisofs                   4:2.01+01a03-5 Creates ISO-9660 CD-ROM filesystem
ii  nautilus                  2.14.1-4       file manager and graphical shell f
ii  zlib1g                    1:1.2.3-11     compression library - runtime

Versions of packages nautilus-cd-burner recommends:
ii  dvd+rw-tools                  6.1-2      DVD+-RW/R tools

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: cdrkit
Source-Version: 5:1.0~pre1-1

We believe that the bug you reported is fixed in the latest version of
cdrkit, which is due to be installed in the Debian FTP archive:

cdda2wav_1.0~pre1-1_amd64.deb
  to pool/main/c/cdrkit/cdda2wav_1.0~pre1-1_amd64.deb
cdrecord_1.0~pre1-1_all.deb
  to pool/main/c/cdrkit/cdrecord_1.0~pre1-1_all.deb
cdrkit-doc_1.0~pre1-1_all.deb
  to pool/main/c/cdrkit/cdrkit-doc_1.0~pre1-1_all.deb
cdrkit_1.0~pre1-1.diff.gz
  to pool/main/c/cdrkit/cdrkit_1.0~pre1-1.diff.gz
cdrkit_1.0~pre1-1.dsc
  to pool/main/c/cdrkit/cdrkit_1.0~pre1-1.dsc
cdrkit_1.0~pre1.orig.tar.gz
  to pool/main/c/cdrkit/cdrkit_1.0~pre1.orig.tar.gz
mkisofs_1.0~pre1-1_amd64.deb
  to pool/main/c/cdrkit/mkisofs_1.0~pre1-1_amd64.deb
wodim_1.0~pre1-1_amd64.deb
  to pool/main/c/cdrkit/wodim_1.0~pre1-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joerg Jaspert <[EMAIL PROTECTED]> (supplier of updated cdrkit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  3 Sep 2006 22:50:24 +0200
Source: cdrkit
Binary: cdda2wav cdrkit-doc mkisofs cdrecord wodim
Architecture: source amd64 all
Version: 5:1.0~pre1-1
Distribution: unstable
Urgency: low
Maintainer: Joerg Jaspert <[EMAIL PROTECTED]>
Changed-By: Joerg Jaspert <[EMAIL PROTECTED]>
Description: 
 cdda2wav   - Creates WAV files from audio CDs
 cdrecord   - Dummy package for transition to wodim
 cdrkit-doc - Documentation for the cdrkit package-suite
 mkisofs    - Creates ISO-9660 CD-ROM filesystem images
 wodim      - command line CD writing tool
Closes: 188827 200665 271114 278894 283794 283794 295438 304230 309250 310689 
310689 312062 312062 314139 317793 324586 325766 326138 327270 329308 330506 
335253 342085 344214 344443 344443 344445 350254 350738 350739 353176 353403 
355291 360295 361450 361776 372484 372486 374345 374685 377145 377421 377736 
379992 381954
Changes: 
 cdrkit (5:1.0~pre1-1) unstable; urgency=low
 .
   [ Eduard Bloch ]
   * dropped the shm build (kernel 2.2 is history)
   * dropped dpatch integration, we are the upstream now
   * disabled debconf messages and device-creating code for now
     (closes: #326138, #314139); things like hints to create device files are
     essential for only few people and can equaly be presented as program
     messages. Why shall we still MAKEDEV them?  It's not like we have switched
     to kernel 2.0.1 yesterday (closes: #342085, #188827, #200665)
   * updated Build-Dependencies for kfreebsd (closes: #355291)
   * debian/copyright got uptodate mail address for Schilling (closes: #372484)
 .
   [ Eduard Bloch, upstream related changes ]
   * The Big Fork to an independent project called cdrkit
     + using the last clearly stated GPLed versions of files from
       cdrtools-2.01.01a08 (closes: #353403, #372486)
     + we play the upstream role now, using our patches and we like them
       (closes: #361450)
     + renamed relevant works to avoid claims of "potential defamation" or
       "damage of reputation" (closes: #350738)
     + custom CMake based build system used instead of the original one, since
       we understand it better (closes: #350739 and hopefully closes: #350254,
       reopen if not). It seems to be portable among the platforms
       supported by Debian, it needs a bit of work for porting to non-Linux
       plattforms, though.
   * removed most of the anti-linux2.6  program messages (unless being
     in verbose mode). (closes: #377145)
   * changed default config file location to /etc/default/wodim
   * added more meaningful error message on -dvd-video failure (closes: #324586)
   * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
     fixes for unreliable encoder detection (closes: #283794, #344443) plus
     possible override of preset CDDA_DEVICE variable fixed. Made the list of
     selected audiotracks modifiable, see manpage (closes: #344445)
   * sync with 4:2.01+01a01-4ubuntu4:
     + merged README.ATAPI.setup with README.ATAPI.setup.ubuntu. Kernel 2.6 part
       now in the beginning and reflecting the reality (dev=/dev/drive syntax,
       no SUID requirement, closes: #304230, #377736)
     + 02_cdrecord_default_conf.dpatch: changed /dev/cdrom to /dev/cdrw which
       is more likely to match the correct device on udev using systems
   * 36_ATA_scanbus_ignore_locked.dpatch to ignore busy devices (eg. hda
     harddisk) while scanning with dev=ATA
     (closes: #310689, #309250, #317793, #360295,
   * Included 37_clean_dvdsup.dpatch (closes: #312062) based on
     cdrtools-2.01.01a04-dvd.patch.bz2 from
     http://people.mandriva.com/~warly/files/cdrtools/ with few updates to work
     with a08. Also implements a fallback to ATA: bus in the -scanbus operation
     (closes: #310689, #278894). This patch is used instead of the old 07_....
     Enabled permanently, disabled the "cheatcode processing" in debian/rules.
     Also eliminates some useability problems that have been pushed to our
     users (closes: #325766, #271114, #312062, #353176).
   * Updated dirsplit to version 0.3.3, zisofs-tools to 1.0.7 (with a custom
     CMakeFile.txt for easier integration and config.h updated manually for
     now)
   * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
     fixes for unreliable encoder detection (closes: #283794, #344443) plus
     possible override of preset CDDA_DEVICE variable fixed
   * added additional script manpages from Oleksandr Moskalenko (closes: 
#295438)
   * changed -speed to speed= in cdrecord.1 for consistency (closes: #344214)
   * Anti-Root-Requirements:
     + 39_nonroot_skips_rezero_unit.dpatch - don't run rezero_unit() as root
     which is a) most likely not needed (even admited in the comment) and b)
     causes the whole scsi transport system to terminate
     + 40_stop_setuid_games.dpatch - another workaround for problems introduced
     in a03 - looks like Linux kernel does reject an application trying to
     change the UID between ioctls
     (closes: #335253, #374685, #330506, #329308, #374345, #377421)
   * Ubuntu's 40_fix_bad_spelling.dpatch integrated (typo in wodim.dfl)
   * increased hash size in mkisofs/hash.c (closes: #327270)
   * more decent info message about locale detection
 .
   [ Joerg Jaspert]:
   * Make build-depends on cmake versioned, to show backporters we need a 
recent one.
   * Bump build-depends on debhelper.
   * Kill old conflict on xcdroast, that version is no longer in Debian
   * Added a dummy cdrecord package to ease upgrades for our users. Will get 
removed
     some time after etch released.
   * Cleaned debian/rules a bit.
   * wodim.links: s/cdrecord/wodim/
   * Let cdrkitt-doc conflict/replace old cdrtools-doc
   * Cleaned up postinst for wodim and removed makedev dependency.
   * debhelper level 5, Policy version 3.7.2
   * Moved all buildstamps into the build/ dir
   * Dropped old install-save[d] targets.
   * No more debconf (Closes: #361776, #379992, #381954)
 .
   [ Steve McIntyre]:
   * Minor spelling/English fixes
Files: 
 2d278ffdb9c31507d67530563aa314a2 897 otherosfs optional cdrkit_1.0~pre1-1.dsc
 28d149225b02626d3bb96442c32a832d 1604483 otherosfs optional 
cdrkit_1.0~pre1.orig.tar.gz
 d8ff0d845ee83936d67088750d905fe0 25369 otherosfs optional 
cdrkit_1.0~pre1-1.diff.gz
 c4eec4b535a1f4f477323e7c7740d89d 188878 doc optional 
cdrkit-doc_1.0~pre1-1_all.deb
 f98690e7f7fd21107f2ffb6e912d1789 1064 otherosfs optional 
cdrecord_1.0~pre1-1_all.deb
 3de9dab2a9f159e4de531da89c0e87dd 398052 otherosfs optional 
wodim_1.0~pre1-1_amd64.deb
 ed9249e16e28e289eb1e4ed71adb8c25 592636 otherosfs optional 
mkisofs_1.0~pre1-1_amd64.deb
 b59e185620e66995c816711b5d284884 189426 sound optional 
cdda2wav_1.0~pre1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Joerg Jaspert <[EMAIL PROTECTED]> -- Debian Developer

iD8DBQFE+02ZcV7WoH57iskRAthBAJ9kIHMtGjLqR+Q3ECp5DWF6wH6S4QCgjC7f
YHhwS3Ih52SX/B8YcAQa4gE=
=VFXc
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to