Displaying 8 results from an estimated 8 matches for "1b000".
Did you mean:
1000
2014 Sep 21
1
odd dmesg entries
every so often, I'm seeing these in my dmesg output, and I'm not sure
what they are?
host[32625]: segfault at 0 ip 000000000040abb8 sp 00007ff59d36bd40 error
4 in host[400000+1b000]
host[24560]: segfault at 0 ip 000000000040abb8 sp 00007f4fa1c4bd40 error
4 in host[400000+1b000]
host[8354]: segfault at 0 ip 000000000040abb8 sp 00007fa07330dd40 error
4 in host[400000+1b000]
in situ, the tail of dmesg looks like...
md: data-check of RAID array md0
md: minimum _guaranteed_...
2003 Jul 12
2
usb.ko is unloadable?
...39;m planning to debug usb connection with my new SONY CLIE handheld, and found
that this process is much complicated by the fact usb.ko module can not be
unloaded 'cause some process is referencing it:
marck@revamp:~/tmp> kldstat -v -i 11
Id Refs Address Size Name
11 1 0xc0cf7000 1b000 usb.ko
Contains modules:
Id Name
62 usb/uhub
63 uhub/uhub
64 ohci/usb
65 uhci/usb
66 pci/uhci
67 pci/ohci
(usbd has been killed, surely)
marck@revamp:~/tmp> dmesg | grep -...
2011 Dec 10
2
A few errors with virt-p2v-image-builder
...estimate finish Fri Dec 9 21:58:55 2011
89.36% done, estimate finish Fri Dec 9 21:58:55 2011
99.29% done, estimate finish Fri Dec 9 21:58:55 2011
Total translation table size: 2048
Total rockridge attributes bytes: 2239
Total directory bytes: 4096
Path table size(bytes): 40
Max brk space used 1b000
50365 extents written (98 MB)
Inserting md5sum into iso image...
md5 = 846fe73d65f185cc939262f022874f02
Inserting fragment md5sums into iso image...
fragmd5 = 24359bb7fa6345fb8826d2b789a326cbcaff94b4d7c221e3b8d99f8ea23d
frags = 20
Setting supported flag to 0
umount: /var/tmp/imgcreate-vC5xTf/instal...
2024 Jan 07
1
Possible bug using FLAG_WORD_BREAKS with fullwidth Unicode codepoints
...ker.cc
+++ b/xapian-core/queryparser/word-breaker.cc
@@ -103,7 +103,7 @@ is_unbroken_script(unsigned p)
// FE30..FE4F; CJK Compatibility Forms
0xFE30 - 1, 0xFE4F,
// FF00..FFEF; Halfwidth and Fullwidth Forms
- 0xFF00 - 1, 0xFFEF,
+ //0xFF00 - 1, 0xFFEF,
// 1AFF0..1AFFF; Kana Extended-B
// 1B000..1B0FF; Kana Supplement
// 1B100..1B12F; Kana Extended-A
If we're fixing it this way we should check this list for other
instances of this (and doing this would probably reveal if that
assumption is valid).
Cheers,
Olly
2024 Jan 04
1
Possible bug using FLAG_WORD_BREAKS with fullwidth Unicode codepoints
I think I found a bug in Xapian 1.5 when using FLAG_WORD_BREAKS for input that contains characters in Unicode Halfwidth and Fullwidth Forms (https://unicode.org/charts/PDF/UFF00.pdf).
Since I am undecided yet if and how to fix this in Xapian I haven't come up with a pull request. Because trac currently is offline, I could not file a bug. I hope it's OK to post my analysis here first,
2009 Sep 22
1
[PATCH] edit-livecd in python
This is the second generation of the edit-livecd tool that replaces our
original bash script with a python version and aims to reuse as much as
the livecd-creator libraries as possible. The main reason for the new
creator class is to avoid the need for a kisckstart file in order to
edit an existing livecd image.
edit-livecd is useful for people who don't have the development and yum
2001 Oct 14
0
DirectX 8 Library error.
...page 14000
trace:module:do_relocations 16 relocations for page 16000
trace:module:do_relocations 420 relocations for page 17000
trace:module:do_relocations 396 relocations for page 18000
trace:module:do_relocations 240 relocations for page 1a000
trace:module:do_relocations 176 relocations for page 1b000
trace:module:do_relocations 236 relocations for page 1c000
trace:module:do_relocations 196 relocations for page 1d000
trace:module:do_relocations 24 relocations for page 1e000
trace:module:do_relocations 136 relocations for page 1f000
trace:module:do_relocations 232 relocations for page 20000
trace...
2010 Nov 08
89
Re: DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37-rc* ?
On Sun, Nov 07 2010 at 6:05pm -0500,
Andi Kleen <andi@firstfloor.org> wrote:
> On Sun, Nov 07, 2010 at 10:39:23PM +0100, Milan Broz wrote:
> > On 11/07/2010 08:45 PM, Andi Kleen wrote:
> > >> I read about barrier-problems and data getting to the partition when
> > >> using dm-crypt and several layers so I don''t know if that could be
> >