#8: Filesize issues
-------------------------------------------------+-------------------------
Reporter: gregor (original via mail from | Owner: somebody
Martin Holste) | Status: new
Type: defect | Milestone:
Priority: major | Version:
Component: component1 |
Keywords: |
-------------------------------------------------+-------------------------
{{{
#!rst
Cut and paste from several emails describing the problem:
* With filesize set at exactly 280g (279g does not produce the problem)
tm will create one disk fifo file per packet in the workdir for each
evicted packet with a disk setting of 1000g. I am only using one
default class for "all."
* That sounds like something is wrapping and going negative at
the 2^38 barrier.
* Further testing shows that filesize > 2000m (including 2g for
some reason) leads to tm not rolling the file ever.
}}}
--
Ticket URL: <http://tracker.icir.org/time-machine/ticket/8>
The Time Machine <http://tracker.icir.org/time-machine>
High-volume network traffic stream recorder.
#6: ‘stderr’ was not declared in this scope
------------------------+----------------------
Reporter: sroddy | Owner: somebody
Type: defect | Status: new
Priority: minor | Milestone:
Component: component1 | Version:
Keywords: |
------------------------+----------------------
Hash.cc: In member function ‘void Hash<K, V>::debugPrint()’:
Hash.cc:181: error: ‘stderr’ was not declared in this scope
make[1]: *** [Hash.o] Error 1
make[1]: Leaving directory `/home/sroddy/tm-20090206'
make: *** [all] Error 2
Building on Ubuntu 10.04.1 server.
Adding '#include <cstdio>' to Hash.hh fixes build problem.
--
Ticket URL: <http://tracker.icir.org/time-machine/ticket/6>
The Time Machine <http://tracker.icir.org/time-machine>
High-volume network traffic stream recorder.
#5: ‘uint64_t’ does not name a type
------------------------+----------------------
Reporter: sroddy | Owner: somebody
Type: defect | Status: new
Priority: trivial | Milestone:
Component: component1 | Version:
Keywords: |
------------------------+----------------------
Building on Ubuntu server 10.04.1 LTS, I get:
In file included from Connections.hh:42,
from Connections.cc:37:
tm.h:55: error: ‘uint64_t’ does not name a type
tm.h:56: error: ‘uint64_t’ does not name a type
tm.h:57: error: ‘uint64_t’ does not name a type
tm.h:58: error: ‘uint64_t’ does not name a type
tm.h:59: error: ‘uint64_t’ does not name a type
tm.h:60: error: ‘uint64_t’ does not name a type
make[1]: *** [Connections.o] Error 1
make[1]: Leaving directory `/home/sroddy/tm-20090206'
make: *** [all] Error 2
Adding '#include <stdint.h>' to tm.h fixes this problem.
--
Ticket URL: <http://tracker.icir.org/time-machine/ticket/5>
The Time Machine <http://tracker.icir.org/time-machine>
High-volume network traffic stream recorder.