search for: dmorris

Displaying 4 results from an estimated 4 matches for "dmorris".

Did you mean: morris
2007 Apr 18
0
[Bridge] Re: bug: 2.6.0-test2 ethernet bridge kernel panic
On Tue, 12 Aug 2003 19:29:46 -0700 dmorris <dmorris@metavize.com> wrote: > bug: 2.6.0-test2 ethernet bridge kernel panic > > Sorry if this has already been reported. > Please email me if I can help, or give any other info. > It is a consistent panic, and it appeared sometime between 2.5.68(works > fine for me exce...
2007 Apr 18
1
[Bridge] mac table updates
I think the new mac ageing (sometime since 2.6.8.1) may be too aggressive. Now it updates the table at a much later time, with a comment in the = code that leads me to believe this is to prevent counting spoofed packets and a DOS. My problem is that the update occurs after the netfilter hooks which may = do weird things to change the course of the packet so that it does not = get counted. (in
2007 Aug 09
2
Closing a DB
Hi, As part of my whole indexing thing, I want to move the databases around, from within the code. So, I figured that the safest bet would be to close the DB before attempting to move it. But there's no Xapian::Database::close() or even Xapian::WritableDatabase::close(). I have a global variable that holds the database, and I open it in the main(): // globals Xapian::WritableDatabase
2007 Jun 25
1
Document::set_data() Limitations?
Hi there, I'm wondering if there is any limitations (hard or soft) to what you can shove into Document's set_data? Can I put in binary data? Or is it really just meant for text? Is there a practical limit to how much information we can put in there? I suspect that I'll be putting in quite a lot, as in a couple to maybe a hundred MB. Is this silly? I'm still in the