From time-machine at ICSI.Berkeley.EDU Mon Feb 13 06:51:44 2012 From: time-machine at ICSI.Berkeley.EDU (Time Machine Tracker) Date: Mon, 13 Feb 2012 14:51:44 -0000 Subject: [TM] [The Time Machine] Password reset for user: robin Message-ID: <201202131451.q1DEpi9C019734@bro-ids.icir.org> Password reset for user for user robin -- The Time Machine High-volume network traffic stream recorder. From time-machine at ICSI.Berkeley.EDU Mon Feb 13 06:59:22 2012 From: time-machine at ICSI.Berkeley.EDU (Time Machine Tracker) Date: Mon, 13 Feb 2012 14:59:22 -0000 Subject: [TM] [The Time Machine] New user registration: lothar Message-ID: <201202131459.q1DExMNf020112@bro-ids.icir.org> New user registration for user lothar -- The Time Machine High-volume network traffic stream recorder. From time-machine at ICSI.Berkeley.EDU Mon Feb 13 07:16:36 2012 From: time-machine at ICSI.Berkeley.EDU (Time Machine Tracker) Date: Mon, 13 Feb 2012 15:16:36 -0000 Subject: [TM] [The Time Machine] Password reset for user: lothar Message-ID: <201202131516.q1DFGav9021741@bro-ids.icir.org> Password reset for user for user lothar -- The Time Machine High-volume network traffic stream recorder. From time-machine at ICSI.Berkeley.EDU Mon Feb 13 08:00:10 2012 From: time-machine at ICSI.Berkeley.EDU (Time Machine Tracker) Date: Mon, 13 Feb 2012 16:00:10 -0000 Subject: [TM] #8: Filesize issues In-Reply-To: <093.7ea6a4d5e47c5eff5998e7339788b715@icsi.berkeley.edu> References: <093.7ea6a4d5e47c5eff5998e7339788b715@icsi.berkeley.edu> Message-ID: <108.092d4a0497e01730b85b34d75eada3c8@icsi.berkeley.edu> #8: Filesize issues -------------------------------------------------+------------------------- Reporter: gregor (original via mail from | Owner: somebody Martin Holste) | Status: new Type: defect | Version: Priority: major | Keywords: Resolution: | -------------------------------------------------+------------------------- Comment (by lothar): The problem originates from mixing up uint64_t and int64_t types with casts to (int) in FifoDisk.cc. The attached patch fixes the problem. -- Ticket URL: The Time Machine High-volume network traffic stream recorder. From time-machine at ICSI.Berkeley.EDU Mon Feb 13 08:04:11 2012 From: time-machine at ICSI.Berkeley.EDU (Time Machine Tracker) Date: Mon, 13 Feb 2012 16:04:11 -0000 Subject: [TM] #10: Segmentation Fault if disk < 2*filesize Message-ID: <054.60e120535e5982d89e4173383ab66e18@icsi.berkeley.edu> #10: Segmentation Fault if disk < 2*filesize -------------------+--------------- Reporter: lothar | Owner: Type: defect | Status: new Priority: minor | Version: Keywords: | -------------------+--------------- If a config contains a class that has a disk size < 2*filesize, only a single file will be created in FifoDisk. Whenever this file is deleted due to the disk space being exhausted, a segmentation fault will occur. FifoDisk will try to get the oldest timestamp from the last active file, which does not exist. The attached patch fixes the problem. The patch builds on the patch that fixes ticket #8 -- Ticket URL: The Time Machine High-volume network traffic stream recorder.