search for: unparsable

Displaying 20 results from an estimated 113 matches for "unparsable".

Did you mean: unparseable
2004 Aug 18
0
Errors when running wondershaper
...er Starting wondershaper Cannot find device "root" Error: Qdisc "1:" is classless. Error: Qdisc "1:1" is classless. Error: Qdisc "1:1" is classless. Error: Qdisc "1:1" is classless. Unknown qdisc "1:10", hence option "handle" is unparsable Unknown qdisc "1:20", hence option "handle" is unparsable Unknown qdisc "1:30", hence option "handle" is unparsable Unknown filter "1:0", hence option "protocol" is unparsable Unknown filter "1:0", hence option "protocol&quo...
2013 Oct 03
2
[Bug 855] New: Can create user chains with names unparsable by iptables-restore
https://bugzilla.netfilter.org/show_bug.cgi?id=855 Summary: Can create user chains with names unparsable by iptables-restore Product: iptables Version: 1.4.x Platform: All OS/Version: Debian GNU/Linux Status: NEW Severity: minor Priority: P5 Component: iptables AssignedTo: netfilter-buglog at l...
2008 Mar 24
1
Support for unparsed responses and json parser
This is my first message to the list. Hello everybody! I just wanted to let you know that I submitted a couple of patches for two features that you might find them of interest. The first one adds support for unparsed responses to Facebooker::Session and Facebooker::Service models. This allows to use the Facebooker::Session.post method to obtain a plain response from the Facebook API, useful for
2002 Oct 16
3
flowid - classid ?
root@Delta:~# tc filter add dev ppp0 parent 1:1 flowid 1:5 protocol ip Unknown filter "flowid", hence option "1:5" is unparsable root@Delta:~# tc filter add dev ppp0 parent 1:1 classid 1:5 protocol ip Unknown filter "classid", hence option "1:5" is unparsable I don''t understand why it does not work. Can anybody explain me this problem? -- Christoph Kling -- Christoph Kling Christoph-Kling@...
2003 Oct 04
2
htb errors, wrong patch?
...I saw on - HTB Homepage that I need to patch it only if I run version 2.4.20 or earlier. Do also need the kernel patch ? Or maybe is something else wrong? RTNETLINK answers: No such file or directory Deleted old root disk on eth0 Unknown filter "flowid", hence option "1:10" is unparsable Unknown filter "flowid", hence option "1:2" is unparsable RTNETLINK answers: Invalid argument RTNETLINK answers: Invalid argument RTNETLINK answers: Invalid argument RTNETLINK answers: Invalid argument Thanks! Alex _______________________________________________ LARTC mailin...
2004 Oct 06
2
Unknown qdisc "htb", hence option "default" is unparsable
...rry) Hi Everyone..!! i''m beginner in tc with htb, i''m use to limit public, and nat ip clients, i''m to add to one of my server and get this error: > tc qdisc add dev eth0 root handle 1: htb default 10 Unknown qdisc "htb", hence option "default" is unparsable here is my server information: Linux Server 2.4.20-30.9 #1 Wed Feb 4 20:44:26 EST 2004 i686 i686 i386 GNU/Linux Module Size Used by Not tainted cls_u32 6300 0 (autoclean) cls_fw 3512 0 (autoclean) sch_sfq 4096 0 (autoc...
2006 Apr 11
10
created new q_disc, inserted module, tc tells me unknown qdisc
...cp.o which it copies to /lib/modules/... so then I "insmod sch_xcp" and i see in dmesg: "XCP qdisc module loaded." I then try: "tc qdisc add dev eth0 root xcp capacity 10Mbit limit 500" and get: "Unknown qdisc "xcp", hence option "capacity" is unparsable" So then I read the INSTALL further to find some sort of solution and it mentions: This again assumes "tc" version is 2.4.7. If your "tc" is a different version, download the iproute2 source code, and edit Makefile to point "TC_INCLUDE" to "-I..../iproute2/...
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:
2012 Aug 22
3
Sieve/pigeonhole rejects email addresses for valid UNIX users
...by sieve: # useradd testuser. # su - testuser. $ mail david at example.com -s 'testing' 123 . [testuser. at levi ~]$ logout # less /var/log/maillog Aug 22 07:50:56 levi dovecot: lda(david at example.com): Error: sieve: envelope sender address 'testuser. at myhost.example.com' is unparsable Versions: dovecot-pigeonhole-0.2.6-21.el5 dovecot-managesieve-0.2.6-21.el5 dovecot-2.0.18-1_134.el5 Why would anyone have a UNIX username ending in a period? For one, web hosting companies may use your domain name as your username - but be subject to a 32-character limit, so your domain name ge...
2013 Apr 15
4
[LLVMdev] The most efficient way to compile to LLVM IR?
Hi all, I am trying to compile my toy language to LLVM back end. (I am new to LLVM, so my questions may sound naive) I am looking at some tutorials about LLVM, most are about how to use LLVM IRBuilder, however, I find the API provided by IRBuilder is quite imperative and verbose, and the API changes so fast that most of the tutorials are out of dated. So I am wondering what's
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 be failing of dlopen to load the module.. But when i use tc tool, it loads this module.. Any help in this regard will be most appreciated.. Thanks in advance, With best regards, Sanjeev -- _____...
2007 Jul 24
2
about default filter command
...ut the problem is with the last command ! it simply don''t work. The last command that says default trafic goes to prio 2 doesn''t work # tc filter add dev eth0 protocol ip parent 10: prio 2 flowid 10:2 just give me the error: "Unknown filter flowid, hence option 1:2 is unparsable" So I don''t get what do I must do in order to say that the default trafic goes on priority 2 of the prio filter is this how too always valid with the current version of tc ? did i do something wrong ? Thank you for your help. Vincent. _____________________________________...
2002 Jan 23
5
unknown qdisc ''htb'' ???
...e kernel (checked the option to use HTB in make menuconfig), and rebooted with the new kernel. When I try to add some rules with HTB (f.i. tc qdisc add dev eth0 root handle 1: htb default 1:1 ), I got the following error message: Unknown qdisc "htb", hence option "default" is unparsable Obviously, this is not what I want :-) What is going wrong here? Regards, Patrick
2003 Feb 04
3
Re: unknown qdisc ''htb'' ???
...e option to use HTB in make menuconfig), >and rebooted with the new kernel. > >When I try to add some rules with HTB (f.i. tc qdisc add dev eth0 root >handle 1: htb default 1:1 ), I got the following error message: >Unknown qdisc "htb", hence option "default" is unparsable > >Obviously, this is not what I want :-) > >What is going wrong here? > >Regards, >Patrick _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Nov 22
8
Strange error!?
...dev $LAN parent 1:11 handle 11: sfq perturb 10 tc qdisc add dev $WAN parent 1:10 handle 10: sfq perturb 10 tc qdisc add dev $WAN parent 1:11 handle 11: sfq perturb 10 THIS HAS WORKED BEFORE! Now the error i get is: Unknown qdisc "htb", hence option "default" is unparsable Unknown qdisc "htb", hence option "default" is unparsable Error: Qdisc "htb" is classless. Error: Qdisc "htb" is classless. Error: Qdisc "htb" is classless. Error: Qdisc "htb" is classless. Error: Qdisc "htb" is classless. Error:...
2007 Mar 25
5
mechanize 0.6.6 Released
mechanize version 0.6.6 has been released! http://mechanize.rubyforge.org/ The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history. Changes: =
2015 Dec 29
2
Bug in KRL signature verification
I believe there has been a bug in KRL signature verification that has been present since the KRL feature was first introduced. It prevents signed KRLs from being loaded by OpenSSH [0]. I believe this bug applies to all versions of OpenSSH, although the majority of my effort has been devoted to (and all of my code snippets come from) openssl-portable. The bug is that an offset is incorrectly
2002 Oct 20
8
kernel 2.4.18-17.7.x from redhat
i compile the $subj, and found the htb qdisc in it, what version is it?? the tc from redhat knows about htb??? C ------------------------------------------------------- Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV AntiVirus. Xnet automatically scans all messages for viruses using RAV AntiVirus. Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate
2009 Dec 17
5
?setGeneric garbled (PR#14153)
Full_Name: Ross Boylan Version: 2.10.0 OS: Windows XP Submission from: (NULL) (198.144.201.14) Some of the help for setGeneric seems to have been garbled. In the section "Basic Use", 5th paragraph (where the example counts as a single line 3rd paragraph) it says <quote> Note that calling 'setGeneric()' in this form is not strictly necessary before calling
2015 Dec 22
1
Setting environment variables for LXC Containers
Hello Is there a way to set custom environment variables for LXC containers so that it is available for all processes within the container? The libvirt-lxc driver seems to be setting up only the below variables (as per the docs), but there doesn't seem to be a way customize it. containerThe fixed string libvirt-lxc to identify libvirt as the creator container_uuidThe UUID assigned to the