Package: wodim
Version: 9:1.1.1-1
Severity: normal

wodim seems to ignore the CDR_FIFOSIZE setting in /etc/wodim.conf .
Light debugging of defaults.c shows that it's seeing the -1 in my
"cdrom=" device line and missing the CDR_FIFOSIZE setting, eventually
reverting to the default of 4MB.  If I specify a FIFO size in the
device line, wodim honors it.

I'm invoking it with "wodim -dummy -v <some WAV files>".  My
/etc/wodim.conf follows.

---8<---8<---
# wodim.dfl Copyright 2006 E. Bloch
# Based on cdrecord.dfl (Copyright 1998 J. Schilling)
#
# This file is /etc/wodim.conf
# It contains defaults that are used if no command line option
# or environment is present.
# 
# The default device, if not specified elsewhere.
#
#CDR_DEVICE=yamaha
CDR_DEVICE=cdrom

# 
# The default speed, if not specified elswhere.
#
# For MMC compliant drives, the default is to write at maximum speed, so it in
# general does not make sense to set up a default speed in /etc/wodim.conf.
#
#CDR_SPEED=40

# 
# The default FIFO size if, not specified elswhere.
#
#CDR_FIFOSIZE=16m
CDR_FIFOSIZE=32m

#
# CDR_MAXFIFOSIZE can limit the maximum allowed FIFO size. This is useful to
# not let mallicious users allocate too much system memory if no ulimit is set
# or wodim runs with suid-root permissions.
#
# CDR_MAXFIFOSIZE=256m

#
# The following definitions allow abstract device names.  They are used if the
# device name does not contain the the characters ',', ':', '/' and '@'
#
# Unless you have a good reason, use speed == -1 and let wodim use its internal
# drive specific defaults.
#
# drive name    device  speed   fifosize driveropts
#
#default=       USCSI:1,0,0     -1      -1      burnfree
#sanyo=         1,4,0   -1      -1      burnfree
#cdrom=         0,6,0   2       1m      ""
#remote=                REMOTE:[EMAIL PROTECTED]:1,0,0  16      16m     burnfree
#
cdrom=          /dev/cdrw       -1      -1      burnfree
--->8--->8---

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages wodim depends on:
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcap1                      1:1.10-14   support for getting/setting POSIX.

Versions of packages wodim recommends:
ii  genisoimage                   9:1.1.1-1  Creates ISO-9660 CD-ROM filesystem

-- no debconf information

-- 
J.P. Larocque: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to