Displaying 20 results from an estimated 800 matches similar to: "Transfer rate above the desired (tc+htb)"
2005 Oct 11
3
Inaccurate results without natting the traffic.
Hi folks.
For quite a while, I tried to use linux (cbq and htb) to control
bandwidth in order to replace a cisco equipment used to play this role
on our network.
After trying here and there, with a bunch of different distros,
different versions, different compilations, ... the closest I could
get was as follows:
(using htb.init and cbq.init)
Desired BW ==> Achieved BW
128k ==> 404.78
2016 Jul 08
2
Problem with Samba 4 samba_dnsupdate
Hello!
I have a problem in my AD, after removing a file server that was as AD
member.
I can no longer put any computer in the domain.
In the Samba 4, run a command like wbinfo - u. wbinfo -g, samba-tool user
list and it works, but when I type samba_dnsupdate --all-name
--verbose generates
the following error:
Traceback (most recent call last):
File "/opt/samba/sbin/samba_dnsupdate",
2006 Jun 15
7
Customising ''show''
Newb here;
I feel like im cheating when i actually write to the list, but i''ve
been stuck on this for a while now and cant seem to find the answer in
tutorials... heres the simplified version of the problem
controller says:
def show
@exhibition = Exhibition.find(params[:id])
end
content says:
<% for exhibition in @exhibitions %>
<%= link_to
2005 Jul 14
5
Use of qcdisc+htb
Hi folks.
This message may be a bit verbose and not as techie as the ones I''ve
seen in this list, but describing the scenario will save a lot of
messages.
Scenario:
A building with 17 floors, each floor with 24 offices (totals 408
offices) connected to the backbone through a border switch (1 vlan for
each office). The offices can lease bandwidth of 64k, 128k, 256k,
512k, 1M and 2Mbps,
2006 Jul 11
18
Zip Code Ranges
Does anyone have any recommendations for working with zip code distance
ranges? I need to calculate the distances between US zip codes.
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060711/f133d7de/attachment-0001.html
2006 Jul 07
2
disabling a layout before calling javascript window.open
Hi,
I have some code in which i open a pop up when a user clicks on a link.
However, the new popup window comes with the layout of the page on which
the user clicked the link. I would like to remove the layout only from
the new window which is created with the javascript window.open - any
ideas
thanks
--
Posted via http://www.ruby-forum.com/.
2006 Jun 12
3
Default value for model var
I know this has got to be a really dumb question, but here goes anyway.
I''ve got a model with an associated table. One of the columns in the
table is ''date_created'', which I want to be set to the date/time each
row was added to the table.
Seems to me that setting this in the initialize method for the model
would be the right thing to do,...
class MyThing <
2006 Jun 20
6
checkbox_tag outside a form?
Is it possible to use checkbox_tag outside a form? I''ve put it in a view and it renders but I get nothing back in the params hash. Is there a way to get the value? Like maybe with some JS onsubmit to populate the params hash myself?
Thanks,
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 26
2
n-way has_mant :through
I''m trying to setup some mildly complex associations for a project we''re
working on and can''t seem to find much documentation on n-way has_many
:through associations.
I have the following models: Person, PhysicalAddress, EmailAddress,
PhoneNumber.
Each person can have multiple PhysicalAddresses, EmailAddresses, and
PhoneNumbers, and multiple people can share the same
2010 Dec 16
1
Optim function with meta parameters
Hi guys.
I have a dataset with 4 columns. In the first and second column I have the
same qualitative variable referred to different teams of people. There are
10 teams in total and they compete against each other to perform a certain
task whose result is stored in the third column for the team recorded in the
first column, and in the fourth column for the team in the second column.
For example,
2012 Jun 15
2
Multivariate Normal and loops
Hi,
i'm not english and i'm not very familiar to R, and i'm asking if you can
help me.
I'm wondering how to create a multivariate normal an then repeat this for a
sample of T=1000, and the save this result.
Thank you very much for your helping
--
View this message in context: http://r.789695.n4.nabble.com/Multivariate-Normal-and-loops-tp4633504.html
Sent from the R help mailing
2008 Jun 19
2
Create Matrix from Loop of Vectors, Sort It and Pick Top-K
Hi,
I have the following dataset (simplified for example).
__DATA__
300.35 200.25 104.30
22.00 31.12 89.99
444.50 22.10 43.00
22.10 200.55 66.77
Now from that I wish to do the following:
1. Compute variance of each row
2. Pick top-2 row with highest variance
3. Store those selected rows for further processing
To achieve this, I tried to: a) read the table and compute
variance for each row,
2004 Oct 08
6
HTB weird problem ....
Hello good day to all ... this is my setup
1 Linux Wireless Access Point, connected are 4
wireless gateway in which i needed to apply shaping
...
ok here is the weird part... clients on each gateway
download files from the Acess Point ... a 500 mb file
through ftp
on gateway 1 which is up to 64 kbps ... the result is
from 60-64 kbps speed which is fine ...
on gateway 2 which is 128 kbps ... the
2003 Mar 24
11
How to do ensure bandwith
How to do ensure a class not lended and not borrowed each other.
I do cburst burst 0b ,but ctokens tokens go to negative!
---------------------------------
Do You Yahoo!?
"更多惊喜,同样精彩,NetVista A30 热卖"
--0-611462377-1048485942=:33792
Content-Type: text/html; charset=gb2312
Content-Transfer-Encoding: 8bit
<P>How to do ensure a class not lended and not borrowed each
2007 Mar 13
1
BUG? re-ordering of tos routes in table
It seems like tos should be considered when sorting routes on insertion.
Consider this out-of-order route creation:
# ip route add 1.1.0.0/24 table 3 nexthop via 192.168.0.23
# ip route add 1.1.0.1/32 table 3 nexthop via 192.168.0.24
# ip route show table 3
1.1.0.1 via 192.168.0.24 dev eth3
1.1.0.0/24 via 192.168.0.23 dev eth3
ok... it''s re-ordered the routes - it makes sense, the
2016 Jul 08
0
Problem with Samba 4 samba_dnsupdate
Can you navigate to the domain controller like, \\dcname? Also do the logs
tell you anything? Is bind running? Samba? etc?
On Fri, Jul 8, 2016 at 4:18 PM, Igor & Sandra <group.alm at gmail.com> wrote:
> I mean to join the network.
> I have this network, nearly 120 computers.
> Already does this AD since 2014 without giving problem. Only now emerged.
> Unfortunately I had
2009 Jan 01
2
restricting mails from "mail" command to specific domains only in postfix
Hi Friends,
I have configured Postfix mail server on Centos for relaying mails
from 5 linux servers (including itself) within the same LAN. The
postfix mail server should relay mails from these 5 linux servers for
specific domains only. For example hosts 192.168.0.23/24/25/26/27 and
the postfix mail server should only be able to receive and send mails
from and to example.com,example2.com and
2004 Jun 18
3
Sharing bandwidth
Hi there,
I''ve got the following problem on my hand.....
I''m a sysop for a school in the netherlands. We have a network with 5
different schools (and 1 administration). Each of those have their own
ip range in the private network (10.4.0.0 10.5.0.0 and so on).
For all these schools we have an internet uplink of 2mbit. And this
bandwidth should be shared as fairly as possible.
2001 Mar 07
1
lreadline
I compiled R-1.2.2 on my SuSE 7.1, kernel 2.4.2-2 machine with
libreadline.4.1 and although I can use vi commands to scroll on the shell
(bash) command line, I CANNOT do it in R. Here's the relevant parts of
./configure (and make):
anovo at friedman R-1.2.2 > ./configure | grep readline
checking for rl_callback_read_char in -lreadline... yes
checking for readline/history.h... yes
2005 Apr 08
1
HTB + speed a bit lower than what shaped to
Hi Guys,
I have a little problem i dont understand why its happening,
Initially i thought it was a network problem, but then i made a
crossover between me and the server and shaped on that interface with as
minimal as possible config
this my test:
$TC qdisc add dev $INTERFACE root handle 1: htb default 30
$TC class add dev $INTERFACE parent 1: classid 1:1 htb rate 10Mbit
# POOL1
$TC class add