Your message dated Fri, 09 Aug 2019 16:55:16 +0000 with message-id <[email protected]> and subject line Bug#934263: Removed package(s) from unstable has caused the Debian Bug report #691712, regarding python-pyrrd: Fails to create/use databases with spaces in the filename 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 691712: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691712 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-pyrrd Version: 0.1.0-1 Severity: normal Tags: upstream Dear Maintainer, When using the external backend, pyrrd does not properly sanitize the filename parameter passed to the shell and, for example, fails to use / create a database with spaces in the filename. A simple example adapted from the doctests:: >>> from pyrrd.rrd import DataSource, RRA, RRD >>> filename = 'a test.rrd' >>> dataSources = [] >>> roundRobinArchives = [] >>> dataSource = DataSource(dsName='speed', dsType='COUNTER', heartbeat=600) >>> dataSources.append(dataSource) >>> roundRobinArchives.append(RRA(cf='AVERAGE', xff=0.5, steps=1, rows=24)) >>> myRRD = RRD(filename, ds=dataSources, rra=roundRobinArchives, start=92080440 0) >>> myRRD.create() rrdtool create a test.rrd --start 920804400 --step 300 DS:speed:COUNTER:600:U:U RRA:AVERAGE:0.5:1:24 Traceback (most recent call last): File "<input>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/pyrrd/rrd.py", line 175, in create self.backend.create(*data) File "/usr/lib/python2.7/dist-packages/pyrrd/backend/external.py", line 49, in create output = _cmd('create', parameters) File "/usr/lib/python2.7/dist-packages/pyrrd/backend/external.py", line 21, in _cmd raise ExternalCommandError(stderr.strip()) ExternalCommandError: ERROR: can't parse argument 'test.rrd' -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-pyrrd depends on: ii python 2.7.3~rc2-1 ii python-rrdtool 1.4.7-2 ii python2.6 2.6.8-0.2 ii python2.7 2.7.3~rc2-2.1 ii rrdtool 1.4.7-2 python-pyrrd recommends no packages. python-pyrrd suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Version: 0.1.0-3+rm Dear submitter, as the package pyrrd has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/934263 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
