Your message dated Tue, 7 Apr 2009 17:11:51 +0200
with message-id <[email protected]>
has caused the report #332766,
regarding rrdtool: update fails on negative timestamp
to be marked as having been forwarded to the upstream software
author(s) [email protected]
(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.)
--
332766: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=332766
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
tags 332766 + upstream
thanks
Hi,
(This is a follow-up to Debian bug #332766. See [1] for more details.)
[1] http://bugs.debian.org/332766
On Sat, Oct 08, 2005 at 03:14:15PM +0200, Frank Zacharias wrote:
> rrdupdate(1) states: "Negative time values are subtracted from the current
> time." But if i try:
>
> $> rrdtool update filename.rrd -t dsname -timstamp:U
>
> it fails with: "ERROR: unknown option 'filename.rrd'". The timestamp is
> in `date +%s'-format.
Well, since '-' marks the beginning of an option, you'd need to separate
options and timestamp/value-list tuples using '--' in this case. However, as
of version 1.3.5, this does not work either:
$ rrdtool update file.rrd -t ds -- -5:42 && date
ERROR: file.rrd: illegal attempt to update using time -5 when last update
time is 1239115940 (minimum one second step)
1239116951
Apparently, this feature got lost somewhere on the way. With this message,
I've forwarded the bug the upstream developers mailing list, hoping for a
comment.
Cheers,
Sebastian
--
Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/
Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin
signature.asc
Description: Digital signature
--- End Message ---