Displaying 20 results from an estimated 500 matches similar to: "tc filter information"
2008 Sep 14
0
pandoc 1.0.0.1
I'm pleased to announce the release of pandoc version 1.0.0.1.
Pandoc is a general text markup format converter. In addition to
strict markdown and an extended markdown syntax (including tables,
footnotes, definition lists, enhanced ordered lists, LateX math, etc.),
pandoc can read HTML, LaTeX, and reStructuredText. It can write HTML,
LaTeX, ConTeXt, DocBook, RTF, OpenDocument XML, ODT,
2011 Jun 20
13
confused about file ensure/require
my base/default includes this ntp manifest
# cat modules/ntp/manifests/ntp.pp
# ntp.pp
class ntp {
case $operatingsystem {
centos, redhat: {
$service_name = ''ntpd''
$conf_file = ''ntp.conf.el''
}
debian, ubuntu: {
$service_name = ''ntp''
$conf_file = ''ntp.conf.debian''
}
}
package {
2003 May 05
5
Rpcclient - setdriver.
I have done one succesful driver for downloading to my windows 2000-client.
When i try set another with "setdriver " I get a result as : SetPrinter call failed!
The only differens between them is in the desritption-field
flags:[0x800000]
name:[\\localhost\HP4600]
description:[\\localhost\HP4600,HP4600,H4600]
comment:[H4600]
flags:[0x800000]
2006 Jun 01
6
For leaf classes is best PFIFO or SFQ?
Hi to all,
i''m following this guide (http://www.opalsoft.net/qos/DS-28.htm), is very
detailed, but i''m a bit confused about queuing disciplinse of leaf classes.
In this guide the author uses PFIFO (see the scheme that i attached at
message) in this way:
# tc class add dev eth0 parent 1:21 handle 210: pfifo lmit 10
# tc class add dev eth0 parent 1:22 handle 220: pfifo lmit 10
#
2004 Nov 30
1
tc del filter
Hi,
How can I delete an existing filter? Is it possible?
I tried different combinations of tc commands but, while
manage to delete an existing qdisc or class, I wasn''t able
to find a way to delete an existing filter.
The tc man page doesn''t even list the del command in the
synopsis.
tc filter [ add | change | replace ] \
dev DEV [ parent qdisc-id | root ] \
2008 Nov 10
4
Labeling points with xYplot
Hello R-Users,
I am trying to label points on an xYplot. I can label the points, but
then I lose the error bars. I suspect that I should be using
panel.xYplot rather than panel.xyplot, but that didn't work either...
Can anybody help me out? Example code is below. First xYplot has error
bars, second tries to label the points and the bars disappear.
Thanks,
John
a=c(1:4)
2003 Dec 02
2
forwarding in tcng
Hi!
I am learning tcng without having experiance of tc and I am trying to
build something that shall schedule traffic dependent on the value in the
IPv4 packets ip_ttl field.
I have read the tcng reference manual and cannot find information about
forwarding. Is it possible to farward packets from ingress to egress
without sending them upwards in layers?
2005 Jun 28
1
Offtopic Posts [was Re: [OT] Memory Models and Multi/Virtual-Cores -- WAS: 4.0 -> 4.1 update failing]
From: Greg Knaddison <greg.knaddison at gmail.com>
> Look - brevity is the soul of wit. It also keeps other folks on lists
> from calling you a troll.
The problem is that then the same people then start complaining
about my "oversimplification." In fact, that's part of the problem here.
I really _tried_ to make a recommendation without breaking down into
the
2006 May 25
3
How to limit bandwidth in iptables -- HELP
Hi,
Can anybody help me out, how to manage or limit bandwidth through
iptables while having internet connection on eth0 and working as a
gateway in LAN.
Thnaks in Advance.
Vikram
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2006 Apr 30
2
How to write a catch all rule?
Hi all
I''m new to Qos and iproute2, but studied well the
documentation.
According to
http://lartc.org/howto/lartc.qdisc.filters.html, catch
all rule should be written as follows:
tc filter add dev eth0 protocol ip parent 10: prio 2
\
flowid 10:2
But it doesn''t work because filtertype is missing.
Can somebody please kindly explain how to write a
catch all rule?
Many
2005 Jun 28
2
Offtopic Posts [was Re: [OT] Memory Models and Multi/Virtual-Cores -- WAS: 4.0 -> 4.1 update failing]
From: Chris Mauritz <chrism at imntv.com>
> I agree completely. Unfortunately, even though I've killfiled the
> biggest offender, I'm still getting a lot of the noise since people
> continue to feed him.
I assume the former is a reference to me.
As far as the latter, you might re-think your singularity focus.
As I've said before, you can't complain about me
2006 Apr 10
4
EF & AF filters with HTB
Hello all,
Please could someone help me with this, I have been trying for days to
get this to work. I would like to have BE, AF & EF classes with HTB
qdisc.
I can''t find any scripts online where this has been done.
If I enable this filter:
#tc filter add dev eth0 parent 2:0 protocol ip prio 1 \
#tcindex mask 0xf0 shift 4 pass_on
then BE & AF classification seems to be fine but
2009 Jun 16
1
Error using getBM() to query BioMart archives
I'm trying to identify the positions of all genes within a specific
chromosomal region using biomart. When using the current biomart
database I'm able to do this without issue. However, I need to use
build 36 of the mouse genome which was last included in ensembl mart
46. I selected this mart and the mouse dataset as follows:
mart<-useMart(biomart="ensembl_mart_46",
2011 Mar 22
2
Play different voice-mail messages based on certain conditions
Hello List,
I have few installations out there based on 1.6.1 or above.
I'm trying to play different voice mail messages based on certain criteria's. For example, I want during office hours to play (in short): "we are not available to take your call, please leave a message", during off-hours and weekends I would play: "we are closed, our opening hours xx:xx-yy:yy, please
2006 Mar 26
4
select information from sqlite_master error
Hi,
I''m having fun playing around with Camping...I am slowly working on extending tepee to a personal e-notebook sort of tool (never lose my papers/revisions....hehe).
I''ve given tepee an oswd css design, and am currently adding a admin page that I want to show the ruby version, sqlite version and db size and db stats information.
I tried running:
@db_stats =
2006 Apr 06
4
Lighthttpd not working as default (configuration?)
Hi,
On the api doc it is written that if lighttpd is installed, rails will use it as its web server instead of WebBrick.
I have installed lighthttpd and verified it works (for example on the default port 80) but when lauching script/server, it still uses WebBrick.
I wondering if I need to edit /etc/lighttpd/lighthttpd.conf myself or configure something else.
Any idea?
Thanks
Oscar
2005 May 21
1
newbie downloading not working
Hi guys
Finally , after reading a lot of docs from larc/opalsoft/etc, I decided
to start learning some QoS
First of all I''m trying to shape only download from a iptables+squid+qos
machine for 4 machines at LAN ( eth0)
Can anyone help me , cause it is not working properly..
-----------------------------------------------------------------
#!/bin/bash
# 128Kbps
2004 Dec 30
2
HTB + GRED (santa clauss plz help me out)
I ''ve been trynig for a long time now to make HTB and GRED to work togethen.
The problem beeing that GRED doesn''t use handles (instead it uses DP:1 DP:2
etc) i can not preperly filter traffic to them.
Tomas Graf suggested to use the tc_index index of u32 classifier
so dear Sant .. i am currently with the following scripts that works!
But when i try to add an HTB before the
2001 Jan 18
2
ssh-add bug
There is an amusing bug in ssh-add that causes it to go into an
infinite loop. I am using openssh 1.2.3, and noticed that when I
ran "ssh-add < /dev/null" in my X startup scripts, but didn't have
ssh-askpass installed, ssh-add started spewing errors into my
.xsession-errors and didn't stop.
I found that what happens is: ssh-add forks and attempts to exec
ssh-askpass. The
2004 Jun 24
5
Frottle + Bridge + IMQ
Hi,
I''m trying to configure IMQ to work on the same machine with frottle
(http://frottle.sourceforge.net). The problem is both feed themselves
packets through netfilter queueing mechanism, but currently there can
only be one netfilter queue per protocol family.
To explain why I need IMQ in the first place I have to explain what
frottle does. It is a deamon that tweaks the behaviour of a