Displaying 13 results from an estimated 13 matches for "innocenti".
Did you mean:
innocent
2005 Mar 11
4
HTB statistics
...g 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
pc-innocenti:~# tc class add dev eth0 parent 1:1 classid 1:10 htb rate
1kbit cei l 1kbit quantum 2000
The qdisc show that there are packets overlimits:
pc-innocenti:~# tc -s -d qdisc show
qdisc htb 1: dev eth0 r2q 10 default 10 direct_p...
2009 Jun 01
11
Unbootable machine
...oot 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.
Does it seem like a syslinux bug? And if turns out to be a known BIOS
bug, is there a good workaround?
--
// Bernie Innocenti - http://codewiz.org/
\X/ Sugar Labs - http://sugarlabs.org/
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
th...
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>
2007 Jun 10
2
HTB
What exactly happens if the sum of the children classes rate is bigger
than the parent''s?
What if the majority of these classes are using less than the minimum
rate established (eg. 0kbps)?
--
Marco Casaroli
SapucaiNet Telecom
+55 35 34712377 ext 5
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
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
2010 Jun 07
0
nginx-0.7.40
Changes with nginx 0.7.66 07 Jun 2010
*) Security: now nginx/Windows ignores default file stream name.
Thanks to Jose Antonio Vazquez Gonzalez.
*) Change: now the charset filter runs before the SSI filter.
*) Change: now no message is written in an error log if a variable is
not found by $r->variable() method.
*) Change:
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,
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
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...fixed bug in x11-exec that prevent icon from showing up
we need to link against CoreServices, not ApplicationServices
clarified debug message to indicate that we're sleeping
Ben Skeggs (1):
exa: set driverPriv to NULL before it might get used later with garbage
Bernardo Innocenti (2):
Include stddef.h for size_t.
exa: make the prototype for exaGetPixmapFirstPixel() public
Blair Sadewitz (1):
Autoconfiguration of wsmouse for NetBSD.
Brian (2):
regenerated, adds GL_MAX_3D_TEXTURE_SIZE (see bug 13811)
regenerated to add framebuffer object tokens...