Displaying 20 results from an estimated 100 matches for "com>".
2019 Nov 25
2
Tablegen PAT limitation?
You are welcome.
I changed the pattern, the same old error pop up again, crash in the same place.
Type set is empty for each HW mode:
possible type contradiction in the pattern below (use -print-records with llvm-tblgen to see all expanded records).
vtInt: (vt:{ *:[Other] })
UNREACHABLE execu...
2008 Jun 11
2
time on asterisk
...e and the system time. could it be because i adjusted the system timezone on my linux? do asterisk not detect the change of timezone on the system? How can I fix this prob?
Regards,
nhadie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080611/63e105bd/attachment.htm
2019 Nov 22
2
Tablegen PAT limitation?
...l = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
int Size = 4;
string DecoderNamespace = "";
list<Predicate> Predicates = [];
string DecoderMethod = "";
bit hasCompleteDecoder = 1;
string Namespace = "RPP";
dag OutOperandList = (outs);
dag InOperandList = (ins MGPR:$rs1, SGPR32:$rbase, MGPR:$roffset, uimm2:$rshift);
string AsmString = "STORE $rs1, [$rbase + ( $roffset << $rshift )]";
&n...
2012 Dec 19
4
How to convert xts data into list
...list of Close values ?
I'd like to plot Close values as a list.
> head(zc)
Close
(10/15/12 09:00:00) 252.40
(10/15/12 09:01:00) 253.10
(10/15/12 09:02:00) 253.15
(10/15/12 09:03:00) 253.30
(10/15/12 09:04:00) 253.25
(10/15/12 09:05:00) 253.45
I tried the below command to plot it. But it failed.
> plot(1:length(zc$Close),as.list(zc$Close))
Thanks in advance,
SK Park
[[alternative HTML version deleted]]
2017 Apr 06
4
[Bug] FTS double escaping
Hi,
i'm trying to resolve few problems with indexing 'From' headers using
FTS/Solr. I was tcpdumping the communication between Dovecot and
Jetty/Solr and noticed that 'From' headers, which includes also
sender's name, are double escaped. This is what was Dovecot sending to
Solr:
</field><field name="from">Name Surname
&lt;test at example.com&gt;&l...
2020 Mar 09
2
No subject
hello I have some error by LMTP:
Mar 09 13:26:42 imap-hibernate(q2 at a.com)<90154><BqpPNmWg7M9/AAAB>: Error: Failed to unhibernate client: net_connect_unix(/var/run/dovecot/imap-master) failed: Permission denied
Mar 09 13:26:42 imap-hibernate(q2 at a.com)<90154><BqpPNmWg7M9/AAAB>: Info: net_connect_unix(/var/run/dovecot/imap-master)...
2020 Jun 23
2
Re: virt-builder problem
On Tue, Jun 23, 2020 at 06:14:06PM +0800, 雁渡寒潭 wrote:
> hello: I yum install libguestfs-tools,when I run virt-builder -l
> error:
> curl: (56) Recv failure: Connection reset by peer
> virt-builder: error: external command ‘'curl' -q --config
> '/tmp/virt-builder.sVjrSV/guestfscurl53f9ac.conf'’ exited with error 56
Possibly a problem reaching http://builder.libguestfs.org/ ?
It might be blocked in some countries.
> this is detailed:
> /usr/bin/gpg2 --homedir /tmp/virt-builder.sVjrSV/vb...
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' f...
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 you run this command and send the complete file /tmp...
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 bloc...
2017 Dec 18
1
Create network of untrusted peers (like SocialVPN, ChaosVPN, etc)
Thanks! Will get in touch with the author about the security implications.
---- On Seg, 18 dez 2017 20:03:21 -0200 Azul <mail at azulinho.com> wrote ----
I use https://github.com/JeevesTakesOver/Railtrack/blob/master/README.rst
however in my setup I do trust the nodes in the VPN, so this may not exactly work out for what you want
I tested ZeroTier for some time but unfortunately I decided to not use it for a number...
2019 Nov 21
2
Tablegen PAT limitation?
...lvm-project/llvm/lib/Target/RPP/RPPInstrInfo.td:565:3: error: In STOREbos: Input $rs1 must be an identifier!
def bos : RPPInstMMEMrr<OPC_STORE,
------------------ Original ------------------
From: "Krzysztof Parzyszek"<kparzysz at quicinc.com>;
Date: Wed, Nov 20, 2019 09:59 PM
To: "Celine"<595602881 at qq.com>;"llvm-dev"<llvm-dev at lists.llvm.org>;
Subject: RE: Re:RE: [llvm-dev] Tablegen PAT limitation?
Change
// list<dag> Pattern =...
2008 Jun 09
4
USB keyboard not working? (* Help needed *)
Are there anyone who has a machine on which the *current* version of
SYSLINUX ends up with an inoperable USB keyboard, especially when using
the menu system?
I might have a workaround, but I don't have a system which exhibits the
problem available to me at the moment, and I really don't want to put in
a hack without knowing that it actually does anything...
If you do have such a
2013 Aug 14
5
[XCP] Import Always Fails
I''m trying to contain my frustration...but I''m wondering if *anyone* has *ever* gotten the Import functionality to work in XCP? I''ve tried several times, and keep getting the same obnoxious and useless error that is absolutely no help to anyone: Failed to Import. I have made sure that the transfer VM is installed (View -> Show Hidden Objects, transfer VM is there),
2017 Dec 18
3
Create network of untrusted peers (like SocialVPN, ChaosVPN, etc)
For some weeks I've been trying to devise a way to connect multiple users in various parts of the city and state, and I found out that most likely Tinc is the only daemon that does the kind of meshing I want.
I was successful in connecting some servers of mine around in switch mode, but now comes the hard part: How can I authenticate clients on my network? I would also need to direct static leases and subnets to them, is this safely possible on switch mode? What other kind of attacks should I be aware of? (Impersonation, Any kinds of malicious broadcasts, etc)
For now, my configuration...
2004 Nov 18
4
Re: changing (core) function argument defaults?
>From: Patrick Connolly <p.connolly@hortresearch.co.nz>
>To: "RenE J.V. Bertin" <rjvbertin@hotmail.com>
>Subject: Re: [R] changing (core) function argument defaults?
>Date: Thu, 18 Nov 2004 11:43:10 +1300
>
>On Wed, 20-Oct-2004 at 07:48PM +0200, RenE J.V. Bertin wrote:
>
>|> Hello,
>|>
>
>|> Is it possible to...
2004 Nov 18
4
Re: changing (core) function argument defaults?
>From: Patrick Connolly <p.connolly@hortresearch.co.nz>
>To: "RenE J.V. Bertin" <rjvbertin@hotmail.com>
>Subject: Re: [R] changing (core) function argument defaults?
>Date: Thu, 18 Nov 2004 11:43:10 +1300
>
>On Wed, 20-Oct-2004 at 07:48PM +0200, RenE J.V. Bertin wrote:
>
>|> Hello,
>|>
>
>|> Is it possible to...
2020 Jun 23
0
回复: virt-builder problem
THINK YOU!
I'm from China!
but,my network is can reaching http://builder.libguestfs.org/
------------------ 原始邮件 ------------------
发件人: "rjones"<rjones@redhat.com>;
发送时间: 2020年6月23日(星期二) 晚上6:37
收件人: "雁渡寒潭"<chnlcq@qq.com>;"libguestfs"<libguestfs@redhat.com>;
主题: Re: virt-builder problem
On Tue, Jun 23, 2020 at 06:14:06PM +0800, 雁渡寒潭 wrote:
> hello: &nbs...
2012 Apr 04
10
Unable to boot installation ISO
Hi,
I build Xen 4.1.1 on a Gentoo base dom0. Everything is working great. I tried one of Joseph Glanville''s PV-HVM image (debian6) and its working as it should.
Now l''im trying to build a Gentoo based domU with then same specs as Joseph''s PV-HVM.
I used a copy of the .cfg and adapted to my needs to make the gentoo work.
when booting the minimal install image using
2008 Jun 12
6
Session Best Practices
Hi All- I am still trying to figure out the best way to handle facebook session for my users. Here is my current flow:
in my "external accounts controller"
1) before_filter :ensure_authenticated_to_facebook, :only => [:authenticate_facebook, :edit_facebook]
2) when the user links into facebook, facebooker authenticates and redirects back to my application
3) i detect the