On Sat, Jan 22, 2005 at 07:17:18PM -0500, Justin Pryzby wrote:
> Hi,
> 
> You recently submitted a bug on eroaster,
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288550.  I'm unable
> to reproduce this; could you add debugging statements to show what are
> the value of version[1], len(version[1]), and range(len(version[1]))?

Well, version[1] does not exist, i get the message: index out of range.
I did the following:
        versionLine = output[0]
        splitted = split(versionLine, " ")
        version = split(splitted[1], "."
        print "debugging output by chrissie"
        print "%s" % versionLine
        print "%s" % splitted
        print "%s" % version

And i get the following output:

debugging output by chrissie
cdrecord: Warning: Running on Linux-2.6.10-ac7
['cdrecord:', 'Warning:', 'Running', 'on', 'Linux-2.6.10-ac7']
['Warning:']

I also did the following on the command line:

[EMAIL PROTECTED]:~$ cdrecord -version
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg 
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.10-ac7
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris

Seems do be a problem on parsing the output of cdrecord -version in my
case...
-- 
   bis denne,
         Chrissie

get my gpg public key at http://www.haschmir.de/chrissie-web.asc 
--
You prefer the company of the opposite sex, but are well liked by your own.


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

Reply via email to