search for: kai

Displaying 20 results from an estimated 1320 matches for "kai".

Did you mean: aki
2003 May 21
6
fixme:font:LFD_InitFontInfo DBCS fonts like...
I get these errors when running winex on paltalk.exe, what can I do? Building font metrics. This may take some time... fixme:font:LFD_InitFontInfo DBCS fonts like '-default-kai-medium-r-normal--8-80-72-72-c-80-big5-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-default-kai-medium-r-normal--8-80-72-72-c-80-gb2312.1980-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-default-kai-medium-r-normal-...
2014 May 13
2
[PATCH] isohybrid: fix overflow on 32 bit system
On 2014?05?12? 22:38, H. Peter Anvin wrote: > That is because it needs to use fseeko() and use off_t. Do you mean it does need a patch for isohybrid.c. And the patch looks like: #if _FILE_OFFSET_BITS == 64 fseeko(...) #else fseek(...) Regards, Kai > > On May 11, 2014 11:53:17 PM PDT, Kang Kai <Kai.Kang at windriver.com> wrote: >> On 2014?05?12? 10:49, H. Peter Anvin wrote: >>> On 05/11/2014 06:56 PM, Kai Kang wrote: >>>> When call isohybrid with option '-u', it overflows on a 32 bits >> h...
2005 Aug 13
2
SSH hostname login
...minimal installation. My problem is that I can not login using the HOSTNAME, must use the IP. 1. edited the - /etc/sysconfig/network 2. changed - HOSTNAME=a266 3. restarted the network Looks ok, hostname appears when logged on via IP, but can't use the HOSTNAME to log on from client. --- [kai at localhost ~]$ ssh a266 ssh: a266: Name or service not known --- [kai at localhost ~]$ ssh 192.168.0.101 kai at 192.168.0.101's password: Last login: Sat Aug 13 17:13:09 2005 from 192.168.0.102 [kai at a266 ~]$ --- I can't figure out where I missed out. kai
2014 May 12
2
[PATCH] isohybrid: fix overflow on 32 bit system
On 2014?05?12? 10:49, H. Peter Anvin wrote: > On 05/11/2014 06:56 PM, Kai Kang wrote: >> When call isohybrid with option '-u', it overflows on a 32 bits host. It >> seeks to 512 bytes before the end of the image to install gpt header. If >> the size of image is larger than LONG_MAX, it overflows fseek() and >> cause error: >> >&gt...
2020 Oct 02
2
Memory mapping assumptions in RuntimeDyld
...method). Then the check if a relocation is correctly resolved fails. My current understanding is that the kernel is more or less free to choose the address of the mapped memory, so this situation can arise. Is this true, or do I miss something? Sorry if this is a trivial question! Best regards, Kai Kai Nacke IT Architect IBM Deutschland GmbH Vorsitzender des Aufsichtsrats: Sebastian Krause Geschäftsführung: Gregor Pillen (Vorsitzender), Agnes Heftberger, Norbert Janzen, Markus Koerner, Christian Noll, Nicole Reimer Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart,...
2015 Oct 22
2
C_LogLin (stats/loglin)
...es? where are they stored)? 2. Why does it not work in the normal R command (line by) line but in the implemented ?loglin? function? 3. Is it possible to isolate the ?C_LogLin? function so I can use it in other scripts or programming languages e.g. Matlab? Thank you in advance for your help, Kai -------------------------------------------- #Sample # Example data mytable = array(0,dim=c(3,4,5)) mytable[1,,1] = c(35,26,36,29); mytable[2,,1] = c(21,12,26,27); mytable[3,,1] = c(9,26,23,38); mytable[1,,2] = c(43,26,89,26); mytable[2,,2] = c(78,42,32,9); mytable[3,,2] = c(34,39,42,51); myt...
2020 Oct 02
2
[RFC] Adding a char set converter to Support library
...ld pose no problem, but I am no lawyer. On Linux, glibc is also under LGPL license, and LLVM usually links against it. (There is really no need for us to depend on libiconv. If it is deemed to risky, then I can dropped it.) From: Anton Korobeynikov <anton at korobeynikov.info> To: Kai Peter Nacke <kai.nacke at de.ibm.com> Cc: llvm-dev <llvm-dev at lists.llvm.org>, Yusra Syeda <Yusra.Syeda at ibm.com> Date: 02.10.2020 19:08 Subject: [EXTERNAL] Re: [llvm-dev] [RFC] Adding a char set converter to Support library As far as I remember, libiconv is...
2008 Mar 07
11
Issue with Crossbow on VirtualBox
Team, We are trying to install Crossbow on VirtualBox. Siva first tried it on Linux and reported it in Hyderabad Open Solaris User Group alias. http://opensolaris.org/os/project/hosug/ Today both of us tried it on VirtualBox running on OpenSolaris. Both attempts have the same results. a. Selecting Solaris Developer Express during boot process exits the installation. See this picture:
2006 Mar 31
4
Sorting of passwd/group files
Is there a program on CentOS which will sort my passwd/group etc. files by username or uid/gid? On Suse I can do this with a sysconfig switch and Suseconfig, is there something similar on RH-based systems? Kai -- Kai Sch?tzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com
2014 Apr 15
10
[LLVMdev] [PATCH] Seh exceptions on Win64
Hi, I'd like to submit a patch to match the clang patch on the front end. http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140414/103257.html The front end doesn't need this patch to work but it's still important. This is mostly based on work done by kai from redstar.de Could I get some feedback on this? I'm not sure if the emitting of the register names will effect msvc. Many Thanks Martell Malone -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140415...
2020 Oct 06
3
Questions about relaxation in MC
...ng this in the compiler backend, not in the assembler. One issue is that the process must be iterative, because branches can go both forward and backward, and replacing some branch instructions with the branch pairs can then cause other branches to go out of range.  -Hal On 10/5/20 10:20 PM, Kai Wang via llvm-dev wrote: > Correct the title. > > On Tue, Oct 6, 2020 at 11:11 AM Kai Wang <kai.wang at sifive.com > <mailto:kai.wang at sifive.com>> wrote: > > Hi all, > > In RISC-V ISA, the range of conditional branches is within 4KiB. > In curr...
2008 Apr 04
8
DHCP and DomUs: not working
...hernet Address: 00:16:3e:43:17:01 (oui Unknown) [|bootp] eth0 sees only the first packet. So, there is something necessary to make the DHCP packet travel from peth0 to eth0. I tried several routing and ip tables commands, nothing helps. What is necessary to make DHCP in DomUs work? Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2012 Jul 27
3
[LLVMdev] Roundtrip clang -> llc -> clang fails
...error messages exc_alloc.s:11:31: error: invalid variant '0' callq *__imp_GetProcessHeap at 0(%rip) ^ exc_alloc.s:16:27: error: invalid variant '20' callq *__imp_HeapAlloc at 20(%rip) Do I miss something here? Regards Kai
2014 May 13
0
[PATCH] isohybrid: fix overflow on 32 bit system
No #if. On May 12, 2014 6:26:18 PM PDT, Kang Kai <Kai.Kang at windriver.com> wrote: >On 2014?05?12? 22:38, H. Peter Anvin wrote: >> That is because it needs to use fseeko() and use off_t. > >Do you mean it does need a patch for isohybrid.c. And the patch looks >like: > >#if _FILE_OFFSET_BITS == 64 > fseeko(......
2020 Oct 06
3
[MC] Questions about relaxation in MC
...convert one MCInst to a complex pattern in LLVM MC. Do I miss something obvious? I found there is a target hook, finishLayout, to manipulate the code generated. Does it make sense to implement the feature in finishLayout? Or is there any better idea to achieve the conversion? Thanks a lot. Best, Kai -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201006/42aac2d1/attachment.html>
2008 Apr 09
6
No shared physical device in virt-manager
I am fairly new to xen and am trying to build a new guest using virt-manager. When I get to the screen where you can choose virtual or shared physical device there are no physical devices to choose from. Is there some step that I have missed while setting up my Dom0? -Joel Coopersmith Sr. Systems and Networking Analyst joel.coopersmith@accenture.com
2012 Jan 01
3
[LLVMdev] [PATCH] TLS support for Windows 32+64bit
Happy new year to all! The attached patch adds TLS support for x86_64-pc-win32 and x86-pc-win32. Implemented is the implicit TLS model (__declspec(thread) in Visual C++). Please review. Thanks! Regards Kai -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: tls20120101.diff URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120101/b46065cb/attachment.ksh>
2014 Apr 18
3
[LLVMdev] [PATCH] Seh exceptions on Win64
...seem correct to me except > that the MinGW driver derived from Rubens submission to LLVM reviews some > months ago. > I said that at the start of the thread. > > Basically the guys including Ray were looking to have an x64 mingw64 > working with clang. So I fixed Rubens patch and kai's patch for head > > I'm not concerned with having my name on any attribution I just want them > all merged as this combination of patches fixes mingw64 x64 with clang. > > Kind Regards > Martell > On 18 Apr 2014 11:11, "Yaron Keren" <yaron.keren at gmail.c...
2008 Aug 01
4
Quation about CentOS 4 xenU kernel
...setup before the sync and this doesn't contain ata_piix in /lib/modules/2.6.9-67.ELxenU/kernel/drivers/scsi either. And no ata directory. So, I'm a bit puzzled now. Do I need that module to boot a Xen VM? If not, why is it modprobed? And why do I get this warning from the xenU kernel? Kai -- Kai Sch?tzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com
2023 Nov 12
1
[REGRESSION]: acpi/nouveau: Hardware unavailable upon resume or suspend fails
Hi, On 11/10/23 17:58, Owen T. Heisler wrote: > Hi everyone, > > On 11/10/23 06:52, Kai-Heng Feng wrote: >> On Fri, Nov 10, 2023 at 2:19?PM Hans de Goede <hdegoede at redhat.com> wrote: >>> On 11/10/23 07:09, Kai-Heng Feng wrote: >>>> On Fri, Nov 10, 2023 at 5:55?AM Owen T. Heisler <writer at owenh.net> wrote: >>>>> #regzbot introd...