search for: fffe

Displaying 15 results from an estimated 15 matches for "fffe".

Did you mean: fff
2008 Feb 25
1
Error accessing [homes] after 3.0.25b update (uppercase)
...f86 4000 8006 66ca c0a8 c132 E.....@...f....2 0x0010: c0a8 c10b 043b 008b ac07 6ce7 762e cc4d .....;....l.v..M 0x0020: 5018 ff1f 5af1 0000 0000 00ec ff53 4d42 P...Z........SMB 0x0030: 7300 0000 0018 07c8 0000 0000 0000 0000 s............... 0x0040: 0000 0000 0000 fffe 0000 c151 0cff 00ec ...........Q.... 0x0050: 0004 4132 0001 0000 0000 004a 0000 0000 ..A2.......J.... 0x0060: 00d4 0000 a0b1 0060 4806 062b 0601 0505 .......`H..+.... 0x0070: 02a0 3e30 3ca0 0e30 0c06 0a2b 0601 0401 ..>0<..0...+.... 0x0080: 8237 0202 0aa2 2a...
2005 Oct 06
0
problem with classifying
...--mark 0x28 -j CLASSIFY --set-class 1:3 iptables -t mangle -A POSTROUTING -o eth1 -m mark --mark 0x2a -j CLASSIFY --set-class 1:4 So far, so good... Both HTB or HFSC are identical and looks like this: tc qdisc add dev eth1 root handle 1: htb default ffff tc class add dev eth1 parent 1: classid 1:fffe htb rate 102400kbit ceil 102400kbit tc class add dev eth1 parent 1:fffe classid 1:1 htb rate 97280kbit ceil 97280kbit tc class add dev eth1 parent 1:fffe classid 1:2 htb rate 7168kbit ceil 7168kbit tc class add dev eth1 parent 1:fffe classid 1:3 htb rate 10240kbit ceil 30720kbit tc class add de...
2004 Jun 25
1
Hashtables major:minor and prio
...x:x link x:x flowid and so on. What is the max values of each of these, also where these or some of these hex numbers? I tried this on redhat 7.3 so there may have been some updates, but this is one of the tests I did. [root@RL1 root]# tc filter add dev eth0 protocol ip parent 1:0 prio 10 u32 ht fffe:: match ip dst 10.2.0.0/16 hashkey mask 0x0000ff00 at 16 link 2: Illegal "ht" So I assume that that FFFE:: is too large so I found that tc filter add dev eth0 protocol ip parent 1:0 prio 10 u32 ht fff:: match ip dst 10.2.0.0/16 hashkey mask 0x0000ff00 at 16 link 7: so it works with fff I...
2013 Mar 12
3
9.1-Stable rc.conf ifconfig IPv6
Hi, I have a box with freebsd 9.1-Stable uname -a FreeBSD master.bogdanturcanu.ro 9.1-STABLE FreeBSD 9.1-STABLE #3: Fri Mar 8 18:43:56 EET 2013 root at master.bogdanturcanu.ro:/usr/obj/usr/src/sys/MASTER amd64 The server is connected ussing alc0 interface. If i run: Ifconfig alc0 inet6 x:x:x:x prefixlen 64 it's working. But, if I put in my rc.conf: ifconfig_alc0_ipv6="inet6
2005 Oct 28
0
Issues in setting up different priorities for the MAC match filter
...r apart from the root qdisc and parent class. Here is my script. /*****************************************************/ First of all I create the qdisc and class based on priority 2 and also the Hash mask tc qdisc add dev eth1 root handle 1:0 htb r2q 1 tc class add dev eth1 parent 1:0 classid 1:fffe htb rate 100mbit tc filter add dev eth1 parent 1:0 prio 2 protocol ip u32 tc filter add dev eth1 parent 1:0 prio 2 handle ffe:0 protocol ip u32 divisor 256 tc filter add dev eth1 parent 1:0 prio 2 protocol ip u32 ht 800:: match u32 \ 0x00000800 0x0000FFFF at -4 hashkey mask 0x00ff0000 at -8...
2015 Feb 10
3
[LLVMdev] Bug in ARM Thumb inline asm?
...6: 278c movs r7, #140 ; 0x8c 8: 46ec mov ip, sp a: 4619 mov r1, r3 c: 68bc ldr r4, [r7, #8] ; XXX r7 is clobbered here. e: 4663 mov r3, ip 10: df00 svc 0 12: f7ff fffe bl 0 <__syscall_ret> 16: 9a00 ldr r2, [sp, #0] 18: 9901 ldr r1, [sp, #4] 1a: 2800 cmp r0, #0 1c: bf1c itt ne 1e: f04f 32ff movne.w r2, #4294967295 ; 0xffffffff 22: f04f 31ff movne....
2017 Nov 30
2
R 3.4.3 is released
...values larger than the current Unicode maximum of 0x10FFFF. (This aligns with the current RFC3629.) * Fix calling of methods on S4 generics that dispatch on ... when the call contains .... * Following Unicode 'Corrigendum 9', the UTF-8 representations of U+FFFE and U+FFFF are now regarded as valid by utf8ToInt(). * range(c(TRUE, NA), finite = TRUE) and similar no longer return NA. (Reported by Lukas Stadler.) * The self starting function attr(SSlogis, "initial") now also works when the y values have exact minimum zero and i...
2017 Nov 30
2
R 3.4.3 is released
...values larger than the current Unicode maximum of 0x10FFFF. (This aligns with the current RFC3629.) * Fix calling of methods on S4 generics that dispatch on ... when the call contains .... * Following Unicode 'Corrigendum 9', the UTF-8 representations of U+FFFE and U+FFFF are now regarded as valid by utf8ToInt(). * range(c(TRUE, NA), finite = TRUE) and similar no longer return NA. (Reported by Lukas Stadler.) * The self starting function attr(SSlogis, "initial") now also works when the y values have exact minimum zero and i...
2017 Dec 01
0
R 3.4.3 is released
...code maximum of 0x10FFFF. (This aligns with > the current RFC3629.) > > * Fix calling of methods on S4 generics that dispatch on ... when > the call contains .... > > * Following Unicode 'Corrigendum 9', the UTF-8 representations of > U+FFFE and U+FFFF are now regarded as valid by utf8ToInt(). > > * range(c(TRUE, NA), finite = TRUE) and similar no longer return > NA. (Reported by Lukas Stadler.) > > * The self starting function attr(SSlogis, "initial") now also > works when the y va...
2008 Sep 23
0
答复: Re: 答复: RE: 答复:RE:
.../345a524f-1139-9722-f455-a643e8f95d5a/vncpasswd. ^Msocket -> 7 ^Mcan''t store dev null name for domid 1 in /monitor from a stub domain ^Mcan''t store dev vc name for domid 1 in /parallel/0 from a stub domain ^Mqemu_map_cache_init nr_buckets = 4000 size 196608 ^Mshared page at pfn fffe ^Mxc_map_foreign_range(fffe, 4096) ^Mbuffered io page at pfn fffc ^Mxc_map_foreign_range(fffc, 4096) ^MTime offset set 0 ^Mevtchn_open() -> 8 ^Mxc_evtchn_bind_interdomain(1, 4) = 0 ^M******************* PCIFRONT for device/pci/0 ********** ^M ^M ^MFailed to read device/pci/0/backend-id. ^Mno bac...
2005 Oct 17
5
TC show filter command shows all u32 filters defined with different priority iin all priority.
...t;tc filter show dev eth1 parent yy:". Can anyone suggest a fix for this. Is that a bug in just displaying - if so has it been fixed or is there any fix available on the net. Sample Script: #! /bin/sh tc qdisc add dev eth1 root handle 1:0 htb r2q 1 tc class add dev eth1 parent 1:0 classid 1:fffe htb rate 100mbit tc filter add dev eth1 parent 1:0 prio 1 protocol ip u32 tc filter add dev eth1 parent 1:0 prio 1 handle ffe:0 protocol ip u32 divisor 256 tc filter add dev eth1 parent 1:0 prio 1 protocol ip u32 ht 800:: match u32 \ 0x00000800 0x0000FFFF at -4 hashkey mask 0x00ff0000 at -8...
2006 Jan 12
1
tc class class id problem Limitation
Hello, I have been working on tc class . But when the classid reaches 5 digit , it DOES NOT ACCEPT THAT ... see the example below :: tc class add dev eth0 parent 10:36 classid 10:13310 cbq bandwidth 10Mbit rate 32Kbit allot 1514 weight 3.2Kbit prio 5 maxburst 20 avpkt 1000 bounded See the bold digit !! this command doesn''t work , but if i use with 4 digit then it works : tc class
2004 Oct 11
6
NAT+mangle+tc
Hi All, I wonder can I do NAT+mangle+tc on same maschine? I want to shape outgoing traffic per IP on my gateway computer. Regards Emil Terziev _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2011 Sep 17
3
[PATCH 1/1] hivexml: Base64-encode non-printable data
Some of the data in names and string values were being unsafely printed, causing some types of XML processors to fail (e.g. Python's Expat). This patch checks for printability of each character and outputs base64 with an encoding attribute for unsafe data. --- xml/hivexml.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 64 insertions(+), 11 deletions(-)
2009 Feb 25
18
Paravirtualized Linux with graphics (X Window)?
Hi, Anybody please tell me how to have a PV Linux with graphics? I succesfully created some PV Linux with debootstrap and xen-tools. But then all the images must be started with "xm create -c" command, and everything then is console, with no X Window. In short, I want to have PV Linux, but with X. How to do that? Thanks, H _______________________________________________ Xen-users