Displaying 20 results from an estimated 700 matches similar to: "转发: 回复: segfault when tdb_mutex_unlock"
2024 Mar 08
0
Assistance Needed with Persistent Handles Integration into Version 4.19.3
Hi?
I?am?currently?in?the?process?of?integrating?persistent?handle?code?into?version?4.19.3?and?have?encountered?a?couple?of?issues?for?which?we?seek?your?guidance:
2017 Feb 09
0
转发: 转发: 答复: ??????: Is the "\\x.x.x.x" type tree connect request a client related feature?
Well, I have changed the line "map to guest = bad password" to "map to guest = bad user"
However the problem still exists:
1) I can pass the authentication and see the shared folder, but when I try to open the folder , it fails with a windows error message like "cannot find the route to the network". It may recover to normal later (means I can open that folder)
2) I
2012 Mar 21
1
转发: Error when executing virsh command to ESX
To Whom It May concern:
I found that the following error is caused by adding a scsi disk to install the os, I remove the scsi disk and the error remove but still report 'out of memory':
virsh # dumpxml win2003_122
internal error Invalid or not yet handled value '/vmfs/devices/genscsi/mp
x.vmhba0:C0:T1:L0' for VMX entry 'scsi0:1.fileName'
virsh # list --all
Id Name
2011 Dec 07
1
回复: 回复: 回复: (no subject)
Hi, i think it will work correct.when one thread use encode,the others wait for.
in java, i think we can do like this:
synchronized (Encode) {
Encode.encode(short[] in, byte[] out);
}
In the doc of speex: it says the speex is not thread-safe.
------------------ ???? ------------------
???: "????? ?????????"<romius99 at mail.ru>;
????: 2011?12?7?(???) ??4:00
???:
2011 Dec 07
0
回复: 回复: (no subject)
I think it will looks like:
void Encode(const char* infile, const char* outFile)
{
void* st;
SpeexBits bits;
.....
st = speex_encoder_init(mode);
.....
speex_encode_int(st, input, &bits);
.....
speex_bits_destroy(&bits);
speex_encoder_destroy(st);
}
2011/12/7 Steve Checkoway <s at pahtak.org>
>
> On Dec 7, 2011, at 0:00 , Denis Romashenko
2011 Dec 07
2
回复: 回复: (no subject)
On Dec 7, 2011, at 0:00 , Denis Romashenko wrote:
> I'll try to explain. I want to create dll with only one function
> "Encode"
> that will encode file to speex format. In my application I will use
> this
> function from 16 threads, if it will work correct?
Surely that depends on the implementation of your Encode function. If
you use different encoder state
2011 Dec 07
0
回复: 回复: (no subject)
I'll try to explain. I want to create dll with only one function "Encode"
that will encode file to speex format. In my application I will use this
function from 16 threads, if it will work correct?
2011/12/6 ???. <xialonghua at vip.qq.com>
>
> **
> two thread send frames to only encoder at same time,two thread will use
> one buffer
> .it will work wrong if not
2011 Dec 06
2
回复: 回复: (no subject)
two thread send frames to only encoder at same time,two thread will use one buffer
.it will work wrong if not Handling thread synchronization.
if not use same state, it need more memory, but no need to consider thread safe.
------------------ ???? ------------------
???: "Jean-Marc Valin"<jmvalin at jmvalin.ca>;
????: 2011?12?6?(???) ??3:24
???:
2020 Jul 22
1
回复: 回复: bug report
Hi,Richard:
I use /bin/virt-copy-in failed , virt-copy-in have no diff with other nomarl machine(work well ) ,
/bin/virt-copy-in: symbol lookup error: /lib64/libguestfs.so.0: undefined symbol: json_string_length
here are
2011 Feb 04
0
PAM authentication with winbind and AD
All,
After two days of googling, reading, swearing and cursing, I am finally admitting I cannot solve this one. I have three production FreeBSD servers running various network utilities (DHCP, bacula, zabix, syslog, rsync). These have been running fine for several years. As a primary Windows domain (accounting firm. Not much choice), I like to centralize all logins into AD which is currently
2020 Jun 24
0
Fwd: 回复: virt-builder problem
----- Forwarded message from 雁渡寒潭 <chnlcq@qq.com> -----
Date: Wed, 24 Jun 2020 11:38:41 +0800
From: 雁渡寒潭 <chnlcq@qq.com>
To: rjones <rjones@redhat.com>
Subject: 回复: [Libguestfs] 回复: virt-builder problem
thank you vrey much!
problem is Resolved!
http://archive.libguestfs.org/builder/index.asc is blocked! I'M disables it!
But i can
2009 Mar 31
1
[LLVMdev] 转发: Re: Dear Evan Chang, Re: help: about how to use tblgen to constraint operand.
Dear Evan Chang:
I register incorrect Register class for MVT::f64. I have fixed it. Thanks your advice.
"-view-legalize-dags" is very good option.
But I don't know why my LLC do not know " -view-legalize-type-dags" option.
By the way, I use llvm 2.5 merged from llvm2.4.
Best Regards,
Ren Kun
--- 09年3月31日,周二, Evan Cheng <echeng at apple.com> 写道:
发件人: Evan Cheng
2013 Aug 26
1
Re: 回复: How to deal with LXC cgroup access control withapparmor ?
OOPS:
"If I do not want to disable the cgroup in container" ==> "If I do want to disable the cgroup in container"
I meant if the user namespace not enabled in kernel ...
thx ,I will try user namespace later. I am not working on x86 and not suer wheather the usernamespace is ok in the kernel I am going to use.
I would try to disable the cgroup in lxc first.
2017 Feb 08
0
转发: 答复: ??????: Is the "\\x.x.x.x" type tree connect request a client related feature?
Thanks for your response, Rowland.
Sorry for the late reply.
Here is my smb.conf:
[global]
workgroup = grouptest1
server string = %h server (Samba NAS)
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 10000
syslog = 0
panic action = /usr/share/samba/panic-action %d
server role = standalone server
obey pam restrictions = yes
unix password sync =
2020 Jun 23
2
Re: 回复: virt-builder problem
Could you run this command and send the complete file /tmp/output
to the list?
virt-builder -v -x fedora-31 |& tee /tmp/output
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net
2020 Jun 23
0
Re: 回复: virt-builder problem
Please check the attachment.
------------------ Original ------------------
From: "rjones"<rjones@redhat.com>;
Date: Tue, Jun 23, 2020 09:39 PM
To: "雁渡寒潭"<chnlcq@qq.com>;
Cc: "libguestfs"<libguestfs@redhat.com>;
Subject: Re: [Libguestfs] 回复: virt-builder problem
Could
2012 Jan 02
1
回复: [help] Who's the author of libxc? I don't know howto start with it
Thanks.
I have already previewed the xenctrl.h.
The following is what I understand: libxc is compiled to a file name after 'xc**' endding with '.so', xend communicates with domain0 through xc and domain0 communicates with hypervisor through privcmd.
What's the privcmd?
------------------ 原始邮件 ------------------
发件人: "Wei
2012 Oct 23
0
回复: error: internal error lxc state driver is notactive
Thanks for your response, I found that the server's kernel has been changed so I installed the official kernel by yum.
but there still question:
/usr/bin/virsh -c lxc:/// start instance-00000011
error: Failed to start domain instance-00000011
error: internal error Child process (PATH=/sbin:/usr/sbin:/bin:/usr/bin LIBVIRT_DEBUG=3 LIBVIRT_LOG_OUTPUTS=3:stderr /usr/libexec/libvirt_lxc --name
2011 Apr 21
0
回复:Fwd: Re: Application for joining Chinese (simplified) Team
Hi Ralph,Timothy,
Besides giving me edit access on wiki,I would also want to apply for translating centos website with Timothy as there is only English version. Would you please also let me know how could we do that? Thank you vary much.
BTW,as I have talked with Timothy,we will keep working on different different Chinese translation. I will focus on Simplified Chinese, and Timothy will focus on
2013 Aug 26
0
Re: 回复: How to deal with LXC cgroup access control withapparmor ?
On 08/26/2013 04:36 PM, jj wrote:
> thx, Gao feng,
> If I do not want to disable the cgroup in container , is there any config file ? or do i have to do something to the libvirt source code
> to skip it ?
>
>
Sorry, I don't quite understand what's your request.
enable user namespace doesn't disable cgroup in container, it will make user
in container has no rights to