Displaying 20 results from an estimated 1000 matches similar to: "problems with tc"
2004 Sep 07
1
tcng and scheduling ssh
Hey people,
I have the following tcng configuration:
#include "fields.tc"
#include "ports.tc"
dev "eth0" {
egress {
// Voice traffic
class (<$voice>)
if udp_dport >= 20000 && udp_dport <= 23000;
// SSH connections
class (<$interactive>)
if tcp_dport == PORT_SSH;
//
2007 Mar 05
1
File exists?
Hello,
I''m trying to put 3 nodes in a vpn in tunnel mode.
When I run setkey on the following file, I end up with
The result of line 33: File exists.
That error isn''t overly helpful, so I was hoping that someone could explain
the issue.
Here''s the file, with line 33 highlighted.
Help appreciated.
Mike
# Flush the SAD and SPD
flush;
spdflush;
# Add SA for
2007 Jan 22
2
routing in tunnel mode
Hello,
Looking here
http://www.ipsec-howto.org/x299.html
I''ve set up a vpn in transport mode with two linux boxes. I''m now trying to
set it up in tunnel mode. After using the example keys, trying to ping, it
doesn''t work because the route network isn''t routable.
This mention is in the howto
"If you tunnel is not working, please check your routing.
2007 Jan 22
0
ipip tunnel docs broken
Hello,
Looking here
http://lartc.org/howto/lartc.tunnel.ip-ip.html
It says to load a new_tunnel.o module. There is no such module on 2.6.9, so
where would I find up-to-date documentation on ip tunnels in the Linux kernel?
Thanks,
Mike
--
Michael P. Soulier <michael_soulier@mitel.com>, 613-592-2122 x2522
"Any intelligent fool can make things bigger and more complex... It takes a
2006 Sep 25
3
hosting multiple apps
I am considering creating a web interface for system administration, but it
would need a plug-in architecture, adding new UIs as new services are added.
I''m thinking about doing this with multiple Rails applications, and I''m
curious as to whether mongrel can most multiple apps in a single instance, as
opposed to running one for each. Is this possible?
Thanks,
Mike
--
Michael P.
2013 Jan 09
4
how to count "A","C","T","G" in each row in a big data.frame?
Dear All
I have a data.frame like that:
structure(list(name = c("Gga_rs10722041", "Gga_rs10722249", "Gga_rs10722565",
"Gga_rs10723082", "Gga_rs10723993", "Gga_rs10724555", "Gga_rs10726238",
"Gga_rs10726461", "Gga_rs10726774", "Gga_rs10726967", "Gga_rs10727581",
"Gga_rs10728004",
2007 May 06
28
mongrel becoming unresponsive
Hello,
I''m running mongrel behind apache via proxypass. Every now and then, a spammer
tries to proxy traffic through apache, and for some reason, apache forwards
the request to mongrel, even though it''s not a site being hosted by me.
At times this seems to cause mongrel to become unresponsive, and all requests
to the site then fail with a proxy error until mongrel is
2007 Jan 21
1
logging to stdout
Hey,
I''m using mongrel supervised via runit. I''d like to capture mongrel logs with
svlogd, which just requires logging to stdout/stderr. But, the Rails app is
logging in its own log directory.
Is there a way to make both mongrel and Rails log to stdout/stderr?
Thanks,
Mike
--
Michael P. Soulier <msoulier at digitaltorque.ca>
"Any intelligent fool can make things
2008 Feb 20
1
Issue with dom0 xen ballooning
Hi all,
I'm having issue with my Centos 5.1 /Xen installation.
I'm having some dom0 running 2.6.18-53.1.6.el5xen (x86_64).
On the dom0 where the load is high (more than 70% of total system memory
consumed by dom0 and domU) we have a lot of "memory squeeze ".
The result is that the domU seems to be blocked (no network/no disk
acces/ etc....).
Looking for a solution in xen
2008 Jan 14
1
Problem with CentOS 5.1 / Xen / Migration : domU time
Hi all,
I'm having issue with my Centos 5.1 /Xen installation.
I'm having 2 dom0 running 2.6.18-53.1.4.el5xen (x86_64).
These two dom0 are connected to a SAN.
These two dom0 hosts multiple domU like Centos 4.5 (2.6.9-55.0.9.ELxenU)
and Centos 5.1 (2.6.18-53.1.4.el5xen).
These two dom0 run ntpd to synchronize dom0 time.
When i start a virtual machine on the first dom0 all seems good, the
2007 Apr 10
5
comparison... why mongrel?
Hi,
I''ve recently deployed a rails app and our platform is Apache 2.2 + mongrel
cluster. It seems to be working fine... although no real tests yet. I just
recently found out that it is *quite* possible that the live server will not
be getting an update to apache 2.2, and the current version is 1.3. So...
I''ve installed Apache 1.3 + FastCGI on the dev server and it''s
2011 Jan 11
1
libvirt and shared storage SAN Fiber Channel
Hi,
I'm looking information about using libvirt with san (fiber channel)
based storage and googling for a while i don't see anything about it.
I send this email in order to get advices about libvirt and shared storage
We use here, for 3 years now, 8 linux centos server connected to an
hitachi FC SAN (multipath devices).
Each server run Xen dom0 and use SAN LUNs to store Virtual machine
2006 Sep 20
3
thank you
I recently got into using RoR, and the only issue that concerned me was the
apparently complexity of deployment. Setting up fastcgi can be a bit of a
pain, and I was hoping that the Rails community would come up with something
simpler.
Mongrel was recommended to me from someone on my local Ruby user group. It was
trivial to install as a Gem on my Linux desktop and the FreeBSD server that I
am
2007 Feb 19
3
Mongrel on FreeBSD
Hi
We have mongrel 0.3.4 (off the top of my head) on two FreeBSD
webservers, installed it out of ports. The rc script has been
installed. Is this done by the port, or does the gem do it? We want
to upgrade to mongrel 1.0.1 - are there any changes to the rc
script? I''m not sure if upgrading through gems will leave the rc
script broken in any way.
Unfortunately
2003 Apr 03
6
tc problem
Hello..
I have a linux box and I want to make priority on traffic generated by my
LAN''s computers..
I don''t have a guaranted bandwidth, so I wanna use sfq...
I want to make traffic to port 80 , 443 , 25 & 110 PRIORITY 1
Traffic src or dest 192.168.0.2 to make priority 2
And the rest to put it in proiority 3..
I did the following :
tc qdisc add dev eth0 root handle 1:
2007 Mar 20
1
TC Filter matching all
Hello!
I was always using "default" in HTB to choose default class, but now I
need to do it with filters. Tried following command:
# tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2
Unknown filter "flowid", hence option "10:2" is unparsable
It is from example in LARTC Howto.
My question is then - how to make a filter matching all without eating
2005 Jul 22
2
tc filter matching anything
Hey,
I have a problem adding a filter matching anything, here is my setup:
###############
tc qdisc add dev eth0 handle 1: root prio
tc qdisc add dev eth0 parent 1:1 handle 10: pfifo
tc qdisc add dev eth0 parent 1:2 handle 20: tbf latency 50ms rate \
128kbit burst 256kbit
tc filter add dev eth0 protocol ip parent 1:0 prio 1 handle 666 fw \
flowid 1:2
tc filter add dev eth0 protocol ip parent
2002 Mar 07
1
TC & HTB problems
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
# tc qdisc add dev eth0 root handle 1: htb default 30
Unknown qdisc "htb", hence option "default" is unparsable
Do I need to patch tc?
I am running redhat 7.2 and iproute-2.2.4-14
- --
+-------------------------------------------------------------------+
| Luis Miguel Cruz. |
|
2005 Feb 02
4
Issue with using using tc api
Hi ,
I''m trying to call the tc_qdisc_modify function of tc in iproute2/tc. I could compile it with my stub program and got the executable. However, when i try to create an htb qdisc i get the following error : Unknown qdisc "htb", hence option "default" is unparsable
However, if i use the tc tool, it works fine.. When I tried to understand the problem, it appeared to
2016 Apr 01
5
Asterisk 13.8.0 alembic database update fails.
On Fri, Apr 1, 2016 at 3:22 PM, George Joseph <george.joseph at fairview5.com>
wrote:
>
>
> On Fri, Apr 1, 2016 at 3:15 PM, Harley Peters <harley at thepetersclan.com>
> wrote:
>
>> On 04/01/2016 04:06 PM, Joshua Colp wrote:
>>
>>> Harley Peters wrote:
>>>
>>>> I get the following error when trying to update date the database