search for: ifout

Displaying 5 results from an estimated 5 matches for "ifout".

Did you mean: fout
2004 Nov 15
5
Packet loss with htb+sfq+l7filter
...age). The router is a p4xeon running linux 2.6.9 with the qnet patches (http://kem.p.lodz.pl/~peter/qnet/). When I activate ip_forward I get >20% packet loss and a lot of duplicates. Any ideas? I attach my shaping script. Thank you very much in advance, Eduardo router:~# cat htb.new #!/bin/sh IFOUT=eth0 IFIN=eth2 # cleaning tc qdisc del dev $IFOUT root &>/dev/null tc qdisc del dev $IFOUT ingress &>/dev/null # link''s capacity CEIL=500 # 1:10 interactive traffic with the highest prio (dns, ssh...) # 1:20 interactive traffic with lower prio (radios, vcn, x11...) # 1:3...
2004 Nov 29
2
Interesting oopses...
OK - this is starting to get frustrating... Are there any known issues with 2.6.9 and traffic shaping? I am using 2.6.9 with geoip 20041115, and get odd oopses. The following script oopses my box: ----------------------------------------------------- #!/bin/sh -x IFOUT=''eth1'' IFIN=''eth0'' TC=''/sbin/tc'' IPT=''/usr/local/sbin/iptables'' # BW definitions: # units of kbit/s NETBW=10000 OUTBW=116 INBW=116 # Clear old shapers... echo "Clearing old shapers..." $TC qdisc del dev $IFIN root...
2012 Jul 10
2
how can I show the xlab and ylab information while using layout
...mo_ana$dism16rfmd,main=mtitle,xlab=xxlab,ylab=yylab,xlim=XX,ylim=YY,asp=1) par(mar=c(0,3,1,1)) barplot(data_cpmd, axes=FALSE, ylim=YY, space=0) par(mar=c(3,0,1,1)) barplot(data_rfmd, axes=FALSE,main=mtitle, xlim=XX, space=0, horiz=TRUE) #boxplot(data_cpmd,horizontal = TRUE,xlim=XX,ylim=YY,outline=ifout, xaxt = "n") #par(mar=c(3,0,1,1)) #boxplot(data_rfmd,xlim=XX,ylim=YY,outline=ifout,yaxt = "n") -------------- next part -------------- A non-text attachment was scrubbed... Name: homo_jawt_pgtwhr24.png Type: image/png Size: 9100 bytes Desc: not available URL: <https://stat.et...
2012 Jul 10
0
R-help Digest, Vol 113, Issue 13
...b=xxlab,ylab=yylab,xlim=XX,ylim=YY,asp=1) > > par(mar=c(0,3,1,1)) > barplot(data_cpmd, axes=FALSE, ylim=YY, space=0) > par(mar=c(3,0,1,1)) > barplot(data_rfmd, axes=FALSE,main=mtitle, xlim=XX, space=0, horiz=TRUE) > > #boxplot(data_cpmd,horizontal = TRUE,xlim=XX,ylim=YY,outline=ifout, xaxt = > "n") > #par(mar=c(3,0,1,1)) > #boxplot(data_rfmd,xlim=XX,ylim=YY,outline=ifout,yaxt = "n") > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: homo_jawt_pgtwhr24.png > Type: image/png > Size: 9100 bytes >...
2003 Nov 18
4
logwatch
Hi All, I need to be able to make sense from my shorewall logs. I have installed logwatch and it is mailing me reports but the level of detail is just not there. I have set the detail variable to High=10 but I get entries only from the DNS service about denied updates. What am I getting wrong? Tom, will you be kind enough to send me your logwatch config files? Thanks in advance. Ama