Displaying 6 results from an estimated 6 matches for "c564".
Did you mean:
564
2012 Mar 22
1
Does libvirt check MCS labels during hot-add disk image ?
...on of disk images of other guest running on the host.
Steps followed to create this scenario :
Started two VMs with following security configurations:
vm1:
<seclabel type='dynamic' model='selinux' relabel='yes'>
<label>system_u:system_r:svirt_t:s0:c219,c564</label>
<imagelabel>system_u:object_r:svirt_image_t:s0:c219,c564</imagelabel>
</seclabel>
vm2 :
<seclabel type='dynamic' model='selinux' relabel='yes'>
<label>system_u:system_r:svirt_t:s0:c122,c658</label>
<imagelab...
2001 Jun 27
4
Priotizing Bandwith but without Shaping the Bandwith
Hello, I''m Alexandra
Well, i have been working with cbq around 3 month ago without any
problems, what i do is control the bandwith to 64Kbit for input and
output and it works well.
But now I don''t want control the Bandwith, i only need prioritize udp
trafic over tcp trafic
Can somebody to help me with my requirement?
Thanks
Alexandra
2007 Oct 10
5
Local mirroring of the CentOS repos
I figured I try if I can mirror the base and updates repos locally.
There's no tutorial for that, only one about creating your own repo of
packages which is not the same. So, I just mirrored all the stuff with
wget and changed the baseurl in the repo files and hoped that's enough.
Works. So easy you don't need a tutorial.
*But* I then realized that the updates directory contains
2014 Feb 27
0
[JOBS] Calling out smart and young entrepreneurial RoR devs to join Stylopa
...end an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/86de61a1-c564-4dcb-ac59-1469a9030a68%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
2001 Jun 12
2
Marking returned MASQ'ed packets (ingress, TC, etc.)
Hi Folks,
I''m using a 2.4.x kernel and TC from the iproute2 package
so that I can limit traffic through my gateway. I''m using this
to mark packets when they leave the LAN:
/sbin/ipchains -A forward -j MASQ -i eth0 -s 192.168.1.0/24 -d 0.0.0.0/0
-m 1
When the packets return, I need to have them marked again so that
the ingress filter will limit the bandwidth in the opposite
2001 Jun 19
3
RTNETLINK answers: Invalid argument
Hi all,
I have installed 2.4.5 kernel, Debian Potato.
my tc script:
#!/bin/bash
tc qdisc add dev eth1 root handle 20: cbq bandwidth 10Mbit avpkt 1000
echo root
tc class add dev eth1 parent 20:0 classid 20:1 cbq bandwidth 10Mbit rate \
10Mbit allot 1514 weight 1Mbit prio 8 maxburst 20 avpkt 1000
echo class
tc class add dev eth1 parent 20:1 classid 20:100 cbq bandwidth 10Mbit rate \
5Mbit allot