Displaying 20 results from an estimated 200 matches similar to: "HTB"
2005 Mar 11
4
HTB statistics
Hi,
there is something I''m not able to understand about HTB statistics.
Why the qdisc show show how many packets are overlimits but in the
classes there are always 0 packets overlimits or dropped?
I try to expain with a simple example. I create a qdisc htb with only a
class and then i do a lot of traffic.
pc-innocenti:~# tc qdisc add dev eth0 parent root handle 1: htb default 10
2005 Dec 20
1
want to diffrentiate the traffic
Hi
i have huge traffic going to internet
at this moment iam using cisco to do QoS
after reading lartc
i would like to shift the setup to linux
can you any one tell me
i have 45mb internet
make 40mb for all traffic, and 5mb for voice
if Voice not used 45 MB for Data
any sample configuration , or example will be good to start with
becoz its very high traffic .. so suggest me what server
2005 May 26
4
What is: "Consider r2q change"
Hi,
I''m getting this warning/error in /var/log/messages:
May 26 18:21:05 mail kernel: HTB: quantum of class 10010 is small.
Consider r2q change.
Its a big deal? What should I do?
Many thanks
Oliver
--
Oliver Schulze L.
<oliver@samera.com.py>
2006 Mar 30
2
linux bridging vlans?
re
can somebody tell me what am I doing wrong (at this late night hour),
because vlan are not getting bridged at all.
ifconfig eth0 0.0.0.0 up
ifconfig eth1 0.0.0.0 up
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
ifconfig br0 up
vconfig add br0 X
vconfig add br0 Y
X = vlan-ID (example: 222)
Y = vlan ID (example: 223)
# brctl show
bridge name bridge
2005 Oct 20
5
Ho do i manage NAT''ed egress bandwidht?
Hi,
I have a Debian based NAT router. How can I manage upstream egress
bandwidth based on the LAN ipadress in the network below? My goal is
that host1 get a minumum of 10Mbit up/down and host2 gets a minimum of
90Mbit up/down, both max 100Mbit up/down?
targethost
172.16.255.254
|
|
172.16.0.1
natrouter
2006 Feb 28
10
Htb queueing problem
Hi everybody!
I''m using an edge bridge box with two ethernet cards to shape traffic in
a WAN link. I''m running Debian 3.1 stable with kernel 2.6.8 and
iproute from packages. I recompiled the kernel with the following
built-in options:
[*] 802.1d Ethernet Bridging
[*] QoS and/or fair queueing
<*> HTB packet scheduler
<*> SFQ queue
[*] QoS support
2007 Feb 02
1
Problem installing R-2.4.1 on AIX 5.3
Dear all,
I have some problems to install R-2.4.1 on AIX 5.3.
Configure string:
./configure --with-readline=no LDFLAGS='-bshared' --with-jpeglib=no --with-libpng=no --with-lapack=no --prefix=/cineca/prod/Bioinf/R-2.4.1
configure .site=
#! /bin/sh
CC=xlc
F77=xlf
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CXX=xlc
CXXFLAGS=' -g -O'
SHLIB_LDFLAGS=-W1, -G
MAKE=gmake
Configure ends
2007 Jul 17
1
R and Genotyping
I use dChip and Affymetrix gtype to apply some genotyping functions to some microarrays data.
Do you know if similar R functions exist?
Thank you!
Francesco
-----------------------------------------------------------
Francesco Falciano, Ph.D.
CINECA
(High Performance Systems)
via Magnanelli, 6/3
40033 Casalecchio di Reno (BO)-ITALY
tel: +39-051-6171724
fax: +39-051-6132198
e-mail:
2009 Jun 01
11
Unbootable machine
Hello Peter & Jeremy,
I've found an ordinary desktop PC (with Phoenix Award BIOS 6.00PG) that
won't boot off a USB stick created by livecd-tools-024 with syslinux
(tested both versions 3.75 and 3.81).
The boot process drops to the "boot:" prompt with an error message:
could not find kernel image: linux
The same USB stick boots fine on any other computer I could find.
2013 Sep 30
4
Re: libguestfs powerpc package
[Please keep message on the list]
On Mon, Sep 30, 2013 at 12:58:38AM +0200, Roberto Innocenti wrote:
> [libguestfs on ppc]
You should be able to compile from the latest source on ppc64, since I
spent some time a few weeks ago getting it to work:
http://comments.gmane.org/gmane.linux.redhat.fedora.virtualization/2268
Start with git (not 1.22), read the README file, and let us know on
the
2003 Oct 20
1
symlinks
I'm trying to sync a tree containing symbolic links to files outside
that directory tree. I've tried with -L and --copy-unsafe-links but
apparently the files pointed by symbolic links are always re-copied
over and over again regardeless whether they have been modified or
not.
I can hardly believe this is feature, but if this is the case, what
combination of options would let me copy
2006 Sep 11
1
Extracting mean level of factor for all levels from a glm
ComRades:
I have a glm where interest lies in the estimated mean levels of the
response Y for every level of factor Year (regardeless of statistical
significance of the factor), when the effect of other factors have been
accounted for. The model is of the form:
fit<-glm(Y~Year+Mo+Area+Ship+Eff,family=gaussian(link="log"),data=data)
where Year is categorical and has T levels
2011 Jan 21
1
Reading gz compressed csv file - 'incomplete line found'
Hi all,
I am trying to download, decompress and read a csv file. My code:
myurl <-
"ftp://ftp.ncbi.nih.gov/pub/geo/DATA/supplementary/series/GSE24729/GSE24729_MitoNuclear_suppl_male_stats.csv.gz"
#
myfile <- "GSE24729_MitoNuclear_suppl_male_stats.csv.gz"
#
download.file(myurl, destfile=myfile, mode="w")
#
mycon <- gzcon(gzfile(myfile,
2018 Jan 23
2
Create virtual machine failed using virDomainCreateXML
Hi all,
When I created a virtual machine using virDomainCreateXML, with virtualport type was openvswitch, and virtual machine creation failed. The error message is:
internal error: Child process (/sbin/tc filter add dev vnet110 parent ffff: protocol all u32 match u32 0 0 police rate 0kbps burst 0kb mtu 64kb drop flowid :1) unexpected exit status 2: RTNETLINK answers: Invalid argument
The
2000 May 10
1
digital silence; not bug?
Greg,
I just tried encoding digital silence; I'm seeing [roughly] 0kbps like I should
be with the mainline. How did you run your test?
notfish% head --bytes=10000k /dev/zero > ! zero.raw
snotfish% ./encoder_example < zero.raw > zero.ogg
snotfish% chaining_example < zero.ogg
Input bitstream contained 1 logical bitstream section(s).
Total bitstream playing time: 58 seconds
2010 Aug 11
3
Bad results, encoding keynote presentation videos
Hello,
hope you can help me. I want to encode a video, which I have exported
from Keynote (a program for presentation like MS Power Point) using
ffmpeg2theora for html5 web delivery.
The result only plays very buggy - frames are dropped, the video hangs
and vlc can not output the correct length of the ogv video.
Here is the source and the result for download, if you want to reproduce it:
the
2009 Sep 06
4
Accelerated video output with ffmpeg2theora 0.24
When I converted two files with ffmpeg2theora their duration changed shorter - they seem to play back with accelerated speed. When I play one of them with VLC, the video stops at 99 seconds but audio continues until 170 seconds. The other file is 120 seconds long but it is played back in 80 seconds.
Here is ffmpeg2theora output:
$ ffmpeg2theora --optimize --inputfps 25 -F 25 2002-05-23\ Juho\
2004 Aug 06
3
bitrate for slow modems
Depending on what you are broadcasting, for 28.8 I would go 16kbps and be
really safe...
Lithium
----- Original Message -----
From: "John Griffiths" <john@capmon.com>
To: <icecast@xiph.org>
Cc: <icecast@xiph.org>
Sent: Thursday, April 05, 2001 3:12 PM
Subject: [icecast] bitrate for slow modems
> ok so 24kbps for 56k modems...
>
> can i go any lower and get
2006 Jan 24
3
Is local originated traffic affected?
Hi!
I built some rules to shape traffic from my linux router in both
dirrections: to the Internet and to the LAN.
When i apply the rules my computer cannot acces the Internet or the LAN.
Is this behavior normal? Do I need to write some rules for local IPs of
my router? (I have sevaral, both on the internal and the external NICs.)
Thank you for any advice!
Sorin.
2016 Apr 18
141
[Bug 94990] New: Latest 4.6rc4 kernel, no booting on gtx970
https://bugs.freedesktop.org/show_bug.cgi?id=94990
Bug ID: 94990
Summary: Latest 4.6rc4 kernel, no booting on gtx970
Product: xorg
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at