search for: 0x00fe

Displaying 10 results from an estimated 10 matches for "0x00fe".

Did you mean: 0x00ff
2007 Feb 02
0
Attempting to get FFXI working.
...00000000 00000001 6b6fd7f0 60982ed0 0x6b6fd678: 609b01a0 6167309c 6b6fd7f0 616271a1 0x6b6fd688: 7d7e0450 04400002 00000000 00000000 0x6b6fd698: 00000000 00000000 00000000 00000000 0x6b6fd6a8: 00000000 00000000 00000000 00000000 Backtrace: =>1 0x60a04c6b (0x04400002) 2 0x00ff:0xffff (0x111f:0x00fe) 3 0xff00:0xffff (0x111f:0x00fe) 4 0xff00:0xffff (0x111f:0x00fe) 5 0xff00:0xffff (0x111f:0x00fe) 6 0xff00:0xffff (0x111f:0x00fe) 7 0xff00:0xffff (0x111f:0x00fe) 8 0xff00:0xffff (0x111f:0x00fe) 9 0xff00:0xffff (0x111f:0x00fe) 10 0xff00:0xffff (0x111f:0x00fe) 11 0xff00:0xffff (0x111f:0x00fe)...
2005 Aug 26
0
NUT patches
...S.ff860029 Path: UPS.ff86002a ====================================================================== Custom tokenized report descriptor: Global Usage Page(0x0084) Local Usage(0x0004) Collection 0x01=Application Local Usage(0x0024) Collection 0x00=Physical Global Report ID(0x0001) Local Usage(0x00fe) Local String Index(0x0001) Global Report Size(0x0008) Global Report Count(0x0001) Global Logical Minimum(0x0000) Global Logical Maximum(0x00ff) Feature/1 Global Report ID(0x0002) Local Usage(0x00ff) Local String Index(0x0002) Feature/2 Global Report ID(0x0003) Global Usage Page(0x0085)...
2003 Aug 29
1
RC2: Compile errors Solaris 8 (cc) and suggested fix
...- 0x2560, - 0x2550, - 0x256C, - 0x00A4, - 0x00F0, - 0x00D0, - 0x00CA, - 0x00CB, - 0x00C8, - 0x0131, - 0x00CD, - 0x00CE, - 0x00CF, - 0x2518, - 0x250C, - 0x2588, - 0x2584, - 0x00A6, - 0x00CC, - 0x2580, - 0x00D3, - 0x00DF, - 0x00D4, - 0x00D2, - 0x00F5, - 0x00D5, - 0x00B5, - 0x00FE, - 0x00DE, - 0x00DA, - 0x00DB, - 0x00D9, - 0x00FD, - 0x00DD, - 0x00AF, - 0x00B4, - 0x00AD, - 0x00B1, - 0x2017, - 0x00BE, - 0x00B6, - 0x00A7, - 0x00F7, - 0x00B8, - 0x00B0, - 0x00A8, - 0x00B7, - 0x00B9, - 0x00B3, - 0x00B2, - 0x25A0, - 0x00A0, + [0x01] = 0x0001, + [0x02] = 0x...
2015 Sep 08
0
Problem with dynamic DNS
...OA, class IN Name: gwad.fi Type: SOA (Start of zone of authority) Class: IN (0x0001) Prerequisites GW-PC03.gwad.fi: type CNAME, class NONE Name: GW-PC03.gwad.fi Type: CNAME (Canonical name for an alias) Class: NONE (0x00fe) Time to live: 0 seconds Data length: 0 Updates GW-PC03.gwad.fi: type AAAA, class ANY Name: GW-PC03.gwad.fi Type: AAAA (IPv6 address) Class: ANY (0x00ff) Time to live: 0 seconds Data length: 0 GW...
2015 Sep 08
5
Problem with dynamic DNS
...> > > Class: IN (0x0001) > > > Prerequisites > > > GW-PC03.gwad.fi: type CNAME, class NONE > > > Name: GW-PC03.gwad.fi > > > Type: CNAME (Canonical name for an alias) > > > Class: NONE (0x00fe) > > > Time to live: 0 seconds > > > Data length: 0 > > > Updates > > > GW-PC03.gwad.fi: type AAAA, class ANY > > > Name: GW-PC03.gwad.fi > > > Type: AAAA (IPv6 address) > > >...
2012 Jun 26
8
btrfs volume suddenly becomes read-only
I was using my computer normally when suddenly my btrfs volume became read-only. This is on Chris'' for-linus branch (latest commit cb77fcd88) Here''s the relevant excerpt from dmesg [ 50.877500] r8169 0000:01:00.0: eth1: link up [ 50.880296] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 60.959215] eth1: no IPv6 routers present [ 1904.463247] atkbd serio0: Unknown key
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
...o apply, from the secrets file entry for the peer. */ static struct wordlist *extra_options; +/* Bits 0, 8, 14, and 15 are the same in all network protocol numbers, so + * remove them to save space in np_running[][]. */ +#define NP_BRIEF(np) ((int)((((np) & 0x3E00) >> 2) | (((np) & 0x00FE) >> 1))) +#define NP_ARRAY_BYTE(np) (NP_BRIEF(np) / 8) +#define NP_ARRAY_BIT(np) ((unsigned char)(1 << (NP_BRIEF(np) % 8))) + +/* Flags for running protocols. One bit per protocol per PPP unit. */ +static unsigned char np_running[NP_ARRAY_BYTE(0xBEFF)+1][NUM_PPP]; + /* Number...
2013 Jun 14
14
Issues with Intel HD graphics 4000
Hey, Are there any known issues with the Intel''s integrated HD graphics 4000? I just bought a new laptop and have tried everything I can think of to get Xen to load. After choosing Xen in GRUB, it just boots to a black screen. There is no error message , no dmesg output, nothing. I have no idea what is causing this problem. I''ve gotten Xen to install with no problems on another
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir, I was trying to install bridge as we are installing scps gateway in our testbed.This requires us to install the bridge. Our Linux version is 2.4.18 ~3 and we are using redhat 7.2 Please let me know which is the bridge I should install and how to configure it. Before configuring the bridge what I should check in my configuration. Thanks for your time, Sincerely Rama ===== I hear
2003 Dec 01
0
No subject
...LATIN SMALL LETTER U WITH GRAVE > 0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE > 0xFB 0x00FB # LATIN SMALL LETTER U WITH CIRCUMFLEX > 0xFC 0x00FC # LATIN SMALL LETTER U WITH DIAERESIS > 0xFD 0x00FD # LATIN SMALL LETTER Y WITH ACUTE > 0xFE 0x00FE # LATIN SMALL LETTER THORN (Icelandic) > 0xFF 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS > > > > -----Urspr|ngliche Nachricht----- > Von: Alan Evetts [mailto:aevetts@virtualynx.com] > Gesendet: Donnerstag, 21. Juni 2001 21:17 > An: samba@lists.samba.org...