Displaying 20 results from an estimated 200 matches similar to: "Could someone help me understand htb queuening"
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.
2012 May 30
3
Need help installing a ruby on rails script
Hello. Im only used to PHP and Perl/CGI scripts. Ruby scripts are VERY
confusing. I have no idea how to install ruby script. Could somebody plaese
tell me how?
Thank you.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/OPhf9HB28E4J.
To
2008 Feb 26
4
Mono installation
Hello everybody
I?m trying to install mono and when i try to install the package libgdiplus throw the following error dependencies with libexif.so.9 and libungif.so.4.
Im using local packages, i downloaded it from the redhat mono repository, I try with the bin installer in others distro mono repo and It throw the deps error with packages libgailutil.so.17 and libglitz.so.1
Finally I try with the
2002 Sep 16
0
error in htb or I don''t understand something
Hi
I''m use htb and as I think if I don''t setup default class,
all other (not classified) traffic must going throw 0 class
without any shaping
But when I try to make such config all other traffic doesn''t
transmiting.
I have some clients on vlan connected with modem (routing,
not bridging)
So modem has own addresses
I try shape clients not modems
If no default - no ping
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
2013 Mar 01
7
Why so many worker threads?
Hello!
Can anyone explain why my Unicorn installation (for RoR site) have so
many worker threads?
* screenshot: http://i.stack.imgur.com/U9TFR.png
* unicorn.rb: https://gist.github.com/907th/4995323
Thanks!
2001 Oct 18
1
Patch for SSH-tunneling via HTTPS-proxy
Hi List,
I have a szenario where I need to reach a host on the internet from a
"firewalled" network but there is a HTTPS-proxy runnnig. As some
people know you can tunnel all TCP-connections through this proxy
because it can't decide if someone is really doing SSL or just Telnet
to port 443 (or use SSH in our case).
So I've written a patch for ssh to make it send the
CONNECT
2007 Aug 19
4
OMRON BX35F
Hi nut-upsdev,
I have just got OMRON BX35F. Only object
files and usage information is included.
Where should I start to help you to get it
supported? Any interest in supporting it at all?
2004 Aug 22
4
Question about htb class
Hi everyone.
I''m new to this list and I have some questions
regarding HTB class.
I was trying to see how tc sets the parameters for
HTB, but really couldnt understand them.
So, I thought that I might ask the wizards.
It''s mainly from the source code.
1. What is the cell_log ?
(its everywhere in the code)
2. Why does htb calculate its burst(buffer) with
tc_xmit_time() ? Is
2014 Sep 06
0
NUT Quit Working [Tripp Lite; USB 3.0]
On Sep 6, 2014, at 4:16 PM, Leslie Rhorer <lrhorer at mygrande.net> wrote:
> Oh, hey! That seems to have worked. I'm sure the UPS got plugged into a different port one of the (many) times the server was removed from the relay rack, and it was on a USB 3.0 port. I moved it to a 1.0 port and everything seems to be working just fine.
The specifics of the motherboard and its USB
2014 Sep 06
2
NUT Quit Working
On 9/6/2014 12:47 PM, Charles Lepple wrote:
> On Sep 6, 2014, at 12:39 PM, Leslie Rhorer <lrhorer at mygrande.net> wrote:
>
>> I made a number of hardware and software changes, including an upgrade to the latest software versions for that distro (Debian Wheezy),
>
> Can you be more specific about the changes?
Well, I did an automated upgrade (apt-get upgrade), I changed
2009 Sep 25
3
how to time out a query
Hi,
I''ve got an activerecord query which takes longer than 100 seconds. I''m
using rails 2.2 with postgresql 8.3.
http://www.postgresql.org/docs/8.3/static/runtime-config-client.html
mentions an option called "statement_timeout" which when set aborts a
query which takes longer than x milli seconds.
How do I pass this option to AR so that it in turn passes this to
2011 May 05
5
May 05 07:20:21 imap: Warning: Time jumped forwards 16 seconds
Hello
I get this warning in dovecot.log
the machine is running ntpd so this is
a bit strange ...
2001 Jan 02
5
Idea for gapless tracks
We all know that currently Vorbis is the only codec out there that
doesn't add any silence to the decoded file, so when you decode
your .ogg file the resulting .wav will be exactly the same length
as the original one. This is very useful when encoding gapless
songs (like live concerts...). But since Vorbis is a lossy codec,
even though there is no silence added, sometimes you can
still hear a
2015 Mar 18
2
[LLVMdev] GSoC:Loop Reversal Transformation
Hi Matt, All,
Thanks for looking into this and your suggestions.
I compiled the program with -O3 optimization level (clang -O3) on X86_64
target.
After your suggestion, i ran the program with iteration of 10000 runs and
found that average runtimes are (attaching data collected as well)
Forward loop traverse : 2.006 milli seconds
Reverse loop traverse : 1.531 milli seconds
Yes, i agree that
2010 Oct 19
1
Milliseconds and Time object
Hello all,
my question for today is the following :
I have
1. a date (in a string but straightforward to convert to any format)
2. the time as the number of milliseconds elapsed since hour 00:00:00.000 of
this date.
My question is :
1. Is there a in built function that can give me the date+time (as POSIX
object for instance) from what I have ?
--
View this message in context:
2016 Oct 12
2
RFC: General purpose type-safe formatting library
On Tue, Oct 11, 2016 at 8:59 PM Mehdi Amini <mehdi.amini at apple.com> wrote:
>
> 5. *Not flexible.* How do you print a std::chrono::time_point with
> llvm::format()? You can't. You have to resort to providing an overloaded
> streaming operator or formatting it some other way.
>
>
> It seems to me that there is no silver bullet for that: being for
>
2013 Mar 18
5
[LLVMdev] Hit a snag while attempting to write a backend - any advice?
Hi,
I've been experimenting with writing a backend for LLVM (3.2) (having
already written a frontend http://savourysnax.github.com/EDL), everything
was going reasonably ok ( calls/returns, epilogue, prologue, etc are all
working), up until I tried to place support for conditional branches.
Given this simple program :
int test(int c,int d)
{
if (c)
{
return
2008 Jan 18
5
Temporarily setting the output language for cmd.exe
Hi all,
One of the net-ping users reported that the Net::Ping::External library
was returning false positives on Vista. Basically, it does a ''ping -n1
host'' and checks for certain error strings.
The problem is that the error strings it checks for are in English. The
user in question is using a cmd.exe that''s entirely in Swedish (I think).
Is there any way I can
2015 Apr 14
3
VM Performance using KVM Vs. VMware ESXi
Hi All
We are currently testing our product using KVM as the hypervisor. We are
not using KVM as a bare-metal hypervisor. We use it on top of a RHEL
installation. So basically RHEL acts as our host and using KVM we deploy
guests on this system.
We have all along tested and shipped our application image for VMware
ESXi installations , So this it the first time we are trying our
application