search for: qing

Displaying 20 results from an estimated 78 matches for "qing".

Did you mean: ping
2012 Aug 20
3
samba 3.0.14a works with ldapsam backend but not 3.5.10-125.el6
...12/08/16 12:47:39.876009, 10] auth/token_util.c:551(debug_unix_user_token) UNIX token of user 20117 Primary group is 201 and contains 0 supplementary groups [2012/08/16 12:47:39.876370, 3] smbd/password.c:282(register_existing_vuid) register_existing_vuid: User name: qchang Real name: Qing Chang [2012/08/16 12:47:39.876457, 3] smbd/password.c:292(register_existing_vuid) register_existing_vuid: UNIX uid 20117 is UNIX user qchang, and will be vuid 100 [2012/08/16 12:47:39.877319, 3] smbd/password.c:223(register_homes_share) Adding homes service for user 'qchang' using h...
2010 Aug 08
1
p.adjust( , fdr)
...he ordered p-values with the alfa*i/m, where m is the number of tests. But I have checked that result based on the adjusted p-values is different with that by using the independent case method. Then how do the result of p.adjust( , fdr) come? And how can we interpret them? Thank you! Your truly, Qing Chen [[alternative HTML version deleted]]
2007 Jan 28
2
reposTools
Dear List, I tested the example in the reposTools vignette: library(reposTools); Loading required package: tools genRepos("Test Repository", "http://biowww.dfci.harvard.edu/~jgentry/","newRepos"); Error in rep.int(colnames(x), nr) : unimplemented type 'NULL' in 'rep' Could someone help me out with this one? I'd appreciate all help.... I am
2001 Oct 23
3
Recreate journal after switch between ext2/ext3 ?
Hi, After mounting -t ext2 an ext3 partition, working with, do I have to recreate .journal when I remount the partition as ext3 ? Thanks ! Liu
2018 Aug 20
3
A question about the widely used "xxx | true" inside llvm
This is better suited to llvm-dev, so I'm directing it there. From: llvm-commits <llvm-commits-bounces at lists.llvm.org> on behalf of Qing Shan Zhang via llvm-commits <llvm-commits at lists.llvm.org> Reply-To: Qing Shan Zhang <qshanz at cn.ibm.com> Date: Sunday, August 19, 2018 at 10:10 PM To: "llvm-commits at lists.llvm.org" <llvm-commits at lists.llvm.org> Subject: A question about the widely used "x...
2007 Jan 23
3
the value of Delta
...0001,ll=FALSE); > sum.sam.out$row.sig.genes; NULL > sum.sam.out<-summary(sam.out,1000,ll=FALSE); > sum.sam.out$row.sig.genes; NULL Any value of Delta I chosen: 1000,1,0,1 0.00000000001, the outcome is NULL. Any help or suggestions that you can provide will be greatly appreciated. Qing
2009 Sep 01
3
SRIOV test on Xen with Intel 82576
Hi, I am working of Intel 82576 device to test the SRIOV functionality. I want to assign VFs to a VMs(domU) and verify the control and data path. I installed Xen-unstable with 2.6.30-rc3(dom0). But the SRIOV functionality isn''t working, because MSI is not supported. Please let me know, what version of Xen and dom0 supports above functionality? Is there any tool available to manage SRIOV
2006 Oct 19
0
[PATCH][HVM] add mmio decoder 0x38 and some cleanup
PCmark2005 running in Windows XP is known to need this mmio decoder. This patch also fixes some inconsistencies, the comments of mmio decoder use AT&T ordering for operands, but the syntax looks like Intel asm. This leads to much confusion. Signed-off-by: Qing He <qing.he@intel.com> Thanks, Qing _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Oct 26
2
32bit HVM PV drivers on 64bit hypervisor
...flag is gone. At first I though this was an effort to make hypervisor more transparent to HVM guest, but now I found 32bit guest vnif refused to work on a 64bit hypervisor. It seems this part of code has never made its way into unstable? Were there any considerations on this issue? Best regards, Qing _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2020 Jun 12
0
[PATCH] drivers\block: Use kobj_to_dev() API
On Fri, Jun 12, 2020 at 03:10:56PM +0800, Wang Qing wrote: > Use kobj_to_dev() API instead of container_of(). > > Signed-off-by: Wang Qing <wangqing at vivo.com> > --- > drivers/block/virtio_blk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > mode change 100644 => 100755 drivers/block/virtio_blk.c Subje...
2020 Jun 19
0
[PATCH] drivers\block: Use kobj_to_dev() API
On Fri, Jun 12, 2020 at 03:10:56PM +0800, Wang Qing wrote: > Use kobj_to_dev() API instead of container_of(). > > Signed-off-by: Wang Qing <wangqing at vivo.com> > --- > drivers/block/virtio_blk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > mode change 100644 => 100755 drivers/block/virtio_blk.c Please...
2020 Jun 22
0
[PATCH V2] drivers/block: Use kobj_to_dev() API
On Sat, Jun 20, 2020 at 09:53:43AM +0800, Wang Qing wrote: > Use kobj_to_dev() API instead of container_of(). > > Signed-off-by: Wang Qing <wangqing at vivo.com> > --- > drivers/block/virtio_blk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Stefan Hajnoczi <stefanha at redhat.com> -----------...
2020 Aug 04
0
[PATCH] drivers\block: Use kobj_to_dev() API
On Fri, Jun 12, 2020 at 03:10:56PM +0800, Wang Qing wrote: > Use kobj_to_dev() API instead of container_of(). > > Signed-off-by: Wang Qing <wangqing at vivo.com> > --- > drivers/block/virtio_blk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > mode change 100644 => 100755 drivers/block/virtio_blk.c > &...
2006 Sep 01
0
[PATCH][VMX] Fix an error in guest rdmsr handling
This is an obvious typo. With this patch, checked build of Windows server 2003 can be installed and run on top of VMX domain. Signed-off-by: Eddie Dong <eddie.dong@intel.com> Signed-off-by: Qing He <qing.he@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Jan 10
1
how to get the signed distance in SVM?
...get f(x)? Also, in the returned values of the function svm(), what does "$coefs" mean? It is said to be the "corresponding coefficients times the training labels", but I don't know what is that "corresponding coefficients" denoting? Thank you very much! Best, Qing
2011 Apr 28
3
fixeme: advapi:LogonUserA "user" "domain" ... - stub
...E The application asks for a username and password, then calls the LogonUser() in windows advapi32.dll. to authenticate the user. The UI is displaying, but the authentication always returns true, even if a wrong password is given to the user. Is there any patch I can install to fix it? Thanks, Qing
2001 Oct 07
2
ext3 and ls in a deletted directory
Hi, With kernel 2.4.10, when I do $ mkdir foo; cd foo; rmdir ../foo; ls then ls becomes zombie. $ ps xau|grep ls liu 596 0.0 0.0 148 88 ? D 12:03 0:00 ls This does not happen with 2.4.10 on an ext2 filesystem, nor with 2.4.9/ext3. The command cd instead of ls is OK. Distribution is Slackware 8.0 and the kernels are stock ones. Liu
2012 Feb 09
2
nmbd process and winbindd process can't start in multi network interface environement
...42:59, 0] lib/util.c:smb_panic(1673) PANIC (pid 8127146): internal error [2012/02/09 12:42:59, 0] lib/util.c:log_stack_trace(1827) unable to produce a stack trace on this platform [2012/02/09 12:42:59, 0] lib/fault.c:dump_core(231) dumping core in /var/cores/winbindd Best Regards Huang Hai Qing No. 500 Dalian Road, Yangpu, Shanghai 200082, P.R. China Softhandy: +86 21 38893546 Business E-mail: haiqing.huang at siemens.com<blocked::blocked::mailto:haiqing.huang at siemens.com>
2011 Mar 31
7
use of struct hvm_mirq_dpci_mapping.gmsi vs. HVM_IRQ_DPCI_*_MSI flags
pt_irq_create_bind_vtd() initializes this substructure only when setting .flags to HVM_IRQ_DPCI_MACH_MSI|HVM_IRQ_DPCI_GUEST_MSI (the PT_IRQ_TYPE_MSI case), while the other path will not set HVM_IRQ_DPCI_GUEST_MSI but may also set HVM_IRQ_DPCI_MACH_MSI. Yet hvm_dpci_msi_eoi() and hvm_migrate_pirqs() check for HVM_IRQ_DPCI_MACH_MSI, i.e. may run into an uninitialized .gmsi.* field. What am I missing
2011 Aug 06
0
[LLVMdev] How to differ from read and write operations for general stack objects
...mple) or return-value (see mem:ST4[FixedStack3]), we could use the MachineMemOperand::IsLoad() and MachineMemOperand::IsStore(). For general stack objects, like the first and second instructions in the example, is there a way for me to identify whether fi#2 is read or written? -- Best regards, Li Qing-An -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110806/62f824a1/attachment.html>