similar to: shorewall show accounting - actual bytes

Displaying 20 results from an estimated 190 matches similar to: "shorewall show accounting - actual bytes"

2009 Jan 24
4
No logging with chain logdrop and logreject
Hello: I just started using Shorewall this morning and must say that I''m very impressed. Much nicer than what I was using previously. I love the ability to type ''shorewall logdrop ww.xx.yy.zz'' and completely block a particular IP address. However, the log part doesn''t happen. When I look in the logdrop chain, there is no LOG prefix. I''ve looked
2009 Jan 30
4
Packet shaping & bandwidth changes
All of a sudden tonight my web browsing and ssh performance is terrible. I''m on a cable connection and I''m wondering if it could be due to evening bandwidth contention or ISP throttling. If so, I suppose tcdevices numbers are out the window. Can anything be done? - Grant ------------------------------------------------------------------------------ This SF.net email is
2009 Jan 06
9
Test
Given that a 4-day silence on this list is almost unprecedented, thought I had better send a test post. Apologies for the spam. ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB
2009 Jan 29
1
failover for shorewall
I am using shorewall-4.2.5-1 on RHEL-5.2 for a MultiISP connection. Everything works great. I run vpn, proxy, mail relay on the firewall. Hence I do the application level management. So far I was using third party script "gwping" for my failover mechanism. Just wondering if shorewall has any native programs to handle fail over ? Thank you Chakri
2006 Mar 07
7
Help me (php dev) choose Ruby on Rails. Few questions.
Hi, This is my first post and I have been waiting to try Ruby on Rails since a long time now. I have a few questions that I am looking an answer for: 1. I am intermediate level PHP developer, I have a small project in hand which I need to finish in 3 weeks. 3 weeks sounds doable in PHP. However, I want to take an opportunity to learn Ruby On Rails. I have no experience with Ruby but I just
2006 Oct 17
0
actual.should != not_expected
All, In dealing with the changes to should in the should_be_working_like_ruby branch, I am reminded that while we got the following to work ... actual.should_be < value actual.should_be <= value actual.should == value actual.should =~ value actual.should_be >= value actual.should_be > value ... we were not able to get this to work: actual.should != value Here''s what the
2007 Jun 21
2
expects with returns that returns the return value of the actual method
I''m trying to test some code that''s using active_merchant using the following test. What I''d like to be able to do is verify that purchase is called, however, rather than specifying the return value for purchase with returns, I''d like it to return the actual return value provided if you called the non mocked purchase method. Is this possible? def test_charge
2007 Oct 08
1
Getting an actual system error
Heya all, I don''t think I''ve been paying attention. When a Windows API function fails, I could have been doing this: raise SystemCallError(GetLastError()) Instead of this: # Where ''Error'' is nested under the current class. raise Error, get_last_error I''m not sure how big of a deal this is in practice, however, or if it''s even preferred for
2008 Oct 10
1
formal argument "axes" matched by multiple actual arguments
Hi, I'm using the add-on package "sound".I have the following > q<-loadSample("a.wav") > plot.Sample(q,axes=FALSE) this gives me the error. Error in plot.default(sound(s)[1, ], type = "l", col = "red", ylim = c(-1, : formal argument "axes" matched by multiple actual arguments I'm guessing the package has some predefined
2012 Jan 04
0
Error formal argument "softmax" matched by multiple actual arguments
I am running the nnet package as > neural.soft<-nnet(custcat~region+ed+marital+tenure+age+address+income,size=3,softmax=TRUE) This returns the error message : formal argument "softmax" matched by multiple actual arguments Here the dependent variable "custcat" is a factor with 4-levels. This error does not crop up for any other arguments of nnet(), including
2005 Jul 27
1
how to get actual value from predict in nnet?
Dear All, After followed the help of nnet, I could get the networks trained and, excitedly, get the prediction for other samples. It is a two classes data set, I used "N" and "P" to label the two. My question is, how do I get the predicted numerical value for each sample? Not just give me the label(either "N" or "P")? Thanks! FYI: The nnet example I
2007 Mar 19
1
Problems when compiling actual sources ...
Hi, I've tried to compile the newest sources transferred to my PC with GIT serveral time until now (Ubuntu 6.06.1, i386). After compilation, installation and configuration (creating a new .wine folder) it seems I've always a problem with missing fake-dlls. I always get errors like this when running programs with wine:
2009 Oct 10
1
auto.key legend color different from actual plot
Dear All, I have created a barchart, but the legend created by auto.key does not match the actual graph. Can someone give me some hint here? For example, my coding are: Library(lattice) dataset.table <- table(data.frame(id=c("a","b","c","a","c","b","a"),colour=c("blue","green","
2012 Jul 12
0
Bug#648670: xm was unable determine an actual domU state under some conditions
Hi Moonwalker, You might have some luck poking around under /var/lib/xend/*, or perhaps by removing and recreating the guest. Unfortunately the xend toolstack is not really maintained upstream (to be honest it is unmaintainable and no one has stepped up). Since you are using the "managed domains" functionality you might be interested in the xcp-xapi package which is in Wheezy today.
2009 Jun 11
1
How to view actual physical memory available on xen host
any idea? Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Sep 03
0
actual request-received time?
There are a number of ''layers'' a request must pass through before it actually ''hits'' a Rails app (e.g., Apache receives a request, Apache starts a new thread, new thread processes the request and determines that it''s for a dynamic resource so Apache thread passes it to Passenger, Passenger passes it to or starts a new Rails process, Rails app begins
2009 Apr 07
0
Calculate Actual Memory
Hi, In my Xen 3.2.1, I passed 2G memory to Xen, but just about 256M memory was recognized by command "xe vm-list uuid=<myguest_id> params=all|grep memory". ---------------------------------------------------------------------- memory-actual ( RO): 268435456 memory-target ( RO): 268435456 memory-static-max ( RW): 2147483648
2008 Dec 06
1
Obtaining actual match count if using set_collapse_key()
Greets, Is it possible to obtain the actual match count if you're using set_collapse_key()? ie, the total count *before* the collapsing occurs (without using get_mset()). Alternatively, will MSet::get_matches_estimated() return the true - pre-collapse - count, or will it also be affected by collapsing? Thanks Henry
2013 Jul 21
0
Any API in Java Binding for retrieving the actual Memory and CPU usage of a domain?
I tried some like 'domain.getInfo().memory;', but it is not the actual usage..
2016 Dec 12
0
Obtaining the actual size of basic blocks (BBs) in bytes and the number of fixups of each BB
Hello, I am working on my research using LLVM. I need to obtain the following information at each object file during compilation, and want to store them into the new section that I define. Currently the target architecture is x86_64 with ELF format. *a) actual size of basic blocks in bytes to be emitted * *b) number of fixups (adjusted in MCAssembler.cpp) that belong to each basic block * I