search for: unparseable

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

2004 Aug 18
0
Errors when running wondershaper
I''m trying to run wondershaper in my suse 9.1 box. However, I''m getting these errors: # /etc/init.d/wondershaper restart Shutting down wondershaper 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.
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:
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? --
2003 Oct 04
2
htb errors, wrong patch?
I downloaded iproute2-2.4.7-now-ss010824.tar.gz and I did patched tc with the htb3.6_tc.diff from htb3.6-020525.tgz and when I try to use a htb script I get just errors. I did not patch the kernel, since I use kernel 2.4.21 and 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
2004 Oct 06
2
Unknown qdisc "htb", hence option "default" is unparsable
(i sent the same message from another email acount, that isn''t memberlist. sorry) 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
2006 Apr 11
10
created new q_disc, inserted module, tc tells me unknown qdisc
Hi, I am trying to install a proprietary qdisc made for research, it is not publically released yet, however its been used several times so i know it works. The files included are: q_xcp.c: static int xcp_parse_opt() static int xcp_print_opt() static int xcp_print_xstats() struct qdisc_util xcp_util = { "NULL", "xcp" ..... }; sch_xcp.c: static int
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
Self-explanatory, I hope (note the period on the end of the username); sieve/pigeonhole does not allow you to have senders which end with a period, which means that any UNIX users with such usernames who send mail have it rejected by sieve: # useradd testuser. # su - testuser. $ mail david at example.com -s 'testing' 123 . [testuser. at levi ~]$ logout # less /var/log/maillog Aug 22
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
2007 Jul 24
2
about default filter command
Hi, here I have another newcomer question :-) in the section 9.6.1 of this how too http://tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.qdisc.filters.html we can read commands about filters : ------------------------------------------ # tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \ ip dport 22 0xffff flowid 10:1 # tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \
2002 Jan 23
5
unknown qdisc ''htb'' ???
Hello, I''d like to try out HTB for traffic shaping. I have a test machine with Redhat 7.2 (kernel 2.4.10), I''ve downloaded kernel 2.4.17, applied the patch from http://luxik.cdi.cz/~devik/qos/htb/, recompiled the 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
2003 Feb 04
3
Re: unknown qdisc ''htb'' ???
Hello, Could you tell me how did you solve your problem? I have exactly the same problem but with this configuration: - linux 2.4.20 kernel, HTB option checked - iproute2-2.4.7-now-ss010824.tar.gz installed, which is the latest version I found at ftp://ftp.sunet.se/pub/Linux/ip-routing/, except for "try" or "do not use" versions. I guess I do not need patching iproute2 and
2004 Nov 22
8
Strange error!?
I was using this setup and it worked fine untill i executed up2date in Redhat and updated a lot of the packages in linux. When i run the following script i get an error, which i pasted bellow. Script i run: iptables -t mangle -A FORWARD -s 171.100.20.110 -j MARK --set-mark 28 iptables -t mangle -A POSTROUTING -s ! 171.100.20.96/27 -d 171.100.20.110 -j MARK --set-mark 29
2007 Mar 25
5
mechanize 0.6.6 Released
...directs, 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: = Mechanize CHANGELOG == 0.6.6 * Removing hpricot overrides * Fixed a bug where alt text can be nil. Thanks Yannick! * Unparseable expiration dates in cookies are now treated as session cookies * Caching connections * Requests now default to keep alive * [#9434] Fixed bug where html entities weren''t decoded * [#9150] Updated mechanize history to deal with redirects http://mechanize.rubyforge.org/ -- Aaron Patters...
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)
...le; the only difference in the result, however, is that not doing so produces a You cannot (and never need to) create an explicit generic version of the primitive functions in the base package. <quote> The stuff after the semi-colon of the final sentence is garbled, or at least unparseable by me. Probably something got deleted by mistake. This is with ESS 5.7.1, Emacs 23.1.1. This is a somewhat newish problem; the help in R 2.7 does not have the problem.
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