Package: cdrw-taper
Version: 0.4-1
Severity: important
The amanda driver command FILE-WRITE has the following syntax (from
http://wiki.zmanda.com/index.php/Driver-Taper_protocol):
FILE-WRITE handle filename hostname diskname level datestamp splitsize
The taper from cdrw-taper doesn't parse the splitsize record:
if ($cmd eq "PORT-WRITE") {
...
}
} else { # FILE-WRITE
if ($args =~
/^(\S+)\s+(\S+)\s+(\S+\s+)?(\S+)\s+(\d+)\s+(\d+)\s*$/) {
Should be:
if ($cmd eq "PORT-WRITE") {
...
}
} else { # FILE-WRITE
if ($args =~
/^(\S+)\s+(\S+)\s+(\S+\s+)?(\S+)\s+(\d+)\s+(\d+)\s*\d+$/) {
-- System Information:
Debian Release: 4.0
APT prefers oldstable
APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages cdrw-taper depends on:
ii amanda-server 1:2.5.1p1-2.1 Advanced Maryland Automatic Networ
ii cdrecord 9:1.1.2-1 Dummy transition package for wodim
ii mkisofs 9:1.1.2-1 Dummy transition package for genis
ii perl-base 5.8.8-7 The Pathologically Eclectic Rubbis
cdrw-taper recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]