similar to: error in htb or I don''t understand something

Displaying 20 results from an estimated 2000 matches similar to: "error in htb or I don''t understand something"

2002 Jul 15
1
[Q] htb
Hi Can I make htb node (class) without rate limit For example limit ip1/len1 to xx kb limit ip2/len2 to yy kb any other traffic - without limit? -- Best regard, Alexander Trotsai aka MAGE-RIPE aka MAGE-UANIC My PGP at ftp://blackhole.adamant.net/pgp/trotsai.key[.asc] Big trouble - Your modem doesn''t speak English.
2002 Nov 07
2
Could someone help me understand htb queuening
Hi anyone I try to use htb and got some strange situation My hbt config is root htb with default to 999 class Then I make 2 classes 999 and 998 And make many many (near 60) leafs attached to 998 root ! ! 999 998 ---...---> many leafs root attached to ethernet dotQ subinterface 999 make rate where high (50Mbit) but according to tc -s class
2002 Jul 12
1
IMQ crash dump
Hi I try setup imq pseudo device for shaping I''m work such script #!/bin/sh TC=/sbin/tc /sbin/modprobe imq numdevs=1 /sbin/ip link set imq0 up $TC qdisc add dev imq0 handle 1: root htb default 1 $TC class add dev imq0 parent 1: classid 1:1 htb rate 10mbit # client1 tunnel tunnel $TC class add dev imq0 parent 1: classid 1:2 htb rate 256kbit $TC filter add dev imq0 protocol ip parent 1:0
2003 Aug 30
1
packet rate limiting
Hi, I''m currently looking for a QoS extension that allows to limit the packet rate to a given value. As I''m using HTB at the moment bandwidth limiting works pretty well but packet rate limiting would be superb. I do traffic shaping on a firewalling bridge (2.4.21) using iptables mark and HTB. Any suggestions would be appriciated! Regards, Mike -- COMPUTERBILD 15/03:
2003 Jul 08
1
imq device
hi, i cant get the -j IMQ on netfilter. The module is loaded Module Size Used by Tainted: P ipt_IMQ 768 0 (unused) imq 1912 0 (unused) but i cant find the object in /usr/local/lib/netfilter/*imq.so i tryed recompiling manualy iptables but it didnt work to. what could it be? im using iptables 1.2.8, kernel 2.4.20. Thanks!
2003 Mar 13
4
howto mark packet''s dscp value
Dear all can anyone tell me how to mark packet''s DSCP value using tc? Thanks. Regards, philip -- Hong Kong IP Multicast Initiative (HKIPMI) Department of Information Engineering The Chinese University of Hong Kong Phone : 2603 5240 Fax : 2603 5032 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl
2004 Jan 28
1
Problems with multipath routing.
Hi all, I have setup two multipath route tables on my system for doing failover routing, What I want it''s that if GW at route1 of the MP is dead, traffic goes by route2, for doing that I have created the multipath routes as follows: ip route add table mail.traffic proto static nexthop via ${GW1} dev eth1 weight 1 nexthop via ${GW2} dev eth1 weight 250 But it does not run as I
2005 Dec 16
3
HTB filters'' parent
Hi I am the author of /etc/net project (http://etcnet.org/), which along with other features provides QoS support. This support is done through a hierarchical configuration tree for each interface, which is translated into ''tc'' command sequence. Filters are supported and for each filter parent is determined automatically during translation: it is the last qdisc seen in the tree.
2006 Nov 29
1
actionmailer on Debian Etch
Hello, I have two debian etch systems, both have rails. I have installed them with apt, not gems. No problems so far. Now I have tried to use the actionmailer. The results: mage@miranda:~/temp$ rails mailer create create app/controllers [....] create log/test.log mage@miranda:~/temp$ cd mailer mage@miranda:~/temp/mailer$ script/generate mailer Letter test send
2015 Dec 01
0
Math-Mage.com game helps students learn Math
Hello Fellow Educator, Math-Mage.com is here! This new, fast-paced, Math RPG game is just what you need to get your students excited about learning Math. Try it now! http://www.math-mage.com/Game Please forward this email to any students who may find this Math game helpful. Please post a link to our website to allow your students to find us easier. If there is anything we can do to help in
2005 Jan 01
1
lme: Variances
Hi R users! I will try to state my question again. I have longitudinal data and fitted the following model with lme: Y = X*beta + U + W(t) + Z where U ~ N(0, nu*I) I is the identity matrix, so this is the random intercept W(t)~ N(0, sigma*H) and H is a matrix which incorporates a Gaussian serial correlation (covariance) in the offdiagonal
2006 Apr 28
1
Problem calling xyplot() within a function
Hi All I'm fairly new at R so there might be on obvious solution to my problem with calling the lattice function xyplot( ) from my own function. The function script is given below. The problem is that the xyplot() call does not do anything! I just get a blank graphics window and no error messages. The simple plot() function call works fine when not commented out so I know the data is
2006 Feb 13
4
activerecord << operator
Hello, I am new here and actually I am writing my first RoR app. My question is: -------- class Topic < ActiveRecord::Base has_many :messages end class Message < ActiveRecord::Base belongs_to :topic end class ForumController < ApplicationController def post message = Message.new(params[:message]) @topic = Topic.find(params[:id]) @topic.messages
2004 Jan 23
16
IMQ Stability
Hello all, I have been doing a lot of archive searching over the last week reading posts on IMQ and it''s apparent stability / instability. I have seen a number of posts about it not being maintained as well. Can anyone talk to me about IMQ''s stability in a heavy throughput environment (20 Mbps) and what was causing IMQ to fail if you know. Thanks, Mike
2004 Mar 04
1
Domain Admin with tdbsam on 3.0.2a
Firstly I apologise for the length of this query but I am hoping that if I document everything I did someone might respond / be able to help. My Configuration is Samba 3.0.2a as a PDC on Redhat 8. I cannot for the life of me get the "Domain Admins" functionality to work I am hoping that another set of eyes can shed some light on this problem as I have now spent 41 hrs googling /
2006 Aug 12
1
url_for and :defaults
Hello, in my routes there are (just for testing): map.connect '':controller/:id/:action'', :defaults => {:action => ''alma''} in my controller: def alma render :text => url_for(:id => 123) end so I go to: http://localhost:3000/music/store which generates: http://localhost:3000/music/store/123/index Where the
2007 Dec 12
2
possible bug in eager loading
Hello, @users = User.find(:all, :include => {:user_data => :user_data_field}, :order => "username = ''someone-oHC15RC7JGTNLxjTenLetw@public.gmane.org'' desc", :limit => 50) This produces: User Load IDs For Limited Eager Loading (74.648762) SELECT * FROM (SELECT DISTINCT ON (users.id) users.id, username AS alias_0 FROM users LEFT OUTER JOIN
2019 Apr 12
0
External Authentication
Hi Vex, There's always the alternative to install a Microsoft server, and pay for everything. For an educational institution, the license fees are acceptable, but the MS licensing conditions are very complex. In principle you need a license for every device that connects to a MS server, plus the OS license(s). And the hardware. Another alternative is Redhat IPA (and clones). And
2006 Aug 11
1
after_initialize and after_save
Hello, I am still reading Agile Web Developer pdf, it says about after_initialize and after_find. There is a Joe asks part when I read that they are special, however I didn''t really get the idea, why they are. On rubyonrails.org in the manual there is some sort description about their speciality, however their full descriptions are missing. What are the difference between
2014 Feb 03
2
get current song
Hi, I use dynamic playlist, so do not have static list of files. I sream this play list on my mage via simple flash player, and show this playlist in this page with ajax-ed javascript. Here is question. I need to get current song, but when I ask icecast server I get wrong information. Sometimes song is still playing, but info from server is updated to next track. I have many short (3-5-10