Displaying 20 results from an estimated 500 matches similar to: "failure notice"
2004 Aug 06
0
Please confirm your message
Hello, this is the mailing list anti-spam filter at Xiph.Org.
We need you to confirm your e-mail message with the subject of
"Re: Your picture".
Please send a message to the following address, or simply use your
mailer's "Reply" feature.
icecast-dev+confirm+1084905121.31796.5d1ea9@xiph.org
Rather than allow only list subscribers to post to Xiph.Org mailing
lists,
2005 Jan 19
0
[LLVMdev] Re: LLVM to SUIF-MACH VM binary
Chris Lattner wrote:
> On Tue, 18 Jan 2005, John Cortes wrote:
>
>>> Can you say a little bit about MACH-SUIF? With a brief google
>>> search, I didn't turn up anything that described the architecture.
>>> Is it a RISC-like machine with 32-bit instruction words?
>>>
>>
>> It's another VM representation. I haven't really gotten
2004 Apr 13
1
Your message to seminar has been rejected
Your message for list seminar has been rejected.
The message is thus sent back to you.
Your message :
Received: from utia.cas.cz (ti311110a000-0132.dialup.online.no [130.67.247.132])
by visla.utia.cas.cz (8.12.9/8.12.9) with ESMTP id i3DIdQ6B010301
for <seminar@utia.cas.cz>; Tue, 13 Apr 2004 20:39:27 +0200 (METDST)
Message-Id: <200404131839.i3DIdQ6B010301@visla.utia.cas.cz>
From:
2015 Apr 13
4
How to discern when like dir names exist in 2 places
Hi,
On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote:
> Hmmm, according to my interpretation of the man page (I am on 3.1.1)
> that is supposed to work however when I test using the "-/
> /etc/passwd" example the / seems to have the same effect as commenting
> the line. I get /etc/passwd copied whether the source is / or /etc.
I guess that this -/ syntax is not usable
2011 Jul 14
0
[LLVMdev] Error in a custom analysis Pass
Hi,
I am writing an analysis pass for a custom processor. I get an unusual
situation where the code generated for a BB is
BB#23: derived from LLVM BB %sw.bb99
Live Ins: %vr2 %vr0 %vr1 %vr9 %vr3 %vr8 %vr4 %vr5 %vr6
Predecessors according to CFG: BB#22
%vr46<def> = LD_Iri %LV, -4; mem:LD4[FixedStack0]
%vr7<def> = ADDri %vr9, 1
%vr47<def> = ADDri
2015 Apr 13
0
How to discern when like dir names exist in 2 places
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I was actually in the include/exclude section of the man page not the
filter section. However, your syntax does work.
The +/- syntax absolutely works in an --exclude-from or --include-from
file I use it all the time. However, apparently the -/ syntax does
not work there.
So, I am not sure if the man page is wrong or if this feature just
isn't
2015 Apr 14
0
How to discern when like dir names exist in 2 places
Francis.Montagnac at inria.fr writes:
> Hi,
>
> On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote:
>> Hmmm, according to my interpretation of the man page (I am on 3.1.1)
>> that is supposed to work however when I test using the "-/
>> /etc/passwd" example the / seems to have the same effect as commenting
>> the line. I get /etc/passwd copied whether
2011 May 12
2
How to extract information from the following dataset?
Hi all,
I have never worked with this kind of data before, so Please help me out
with it.
I have the following data set, in a csv file, looks like the following:
Jan 27, 2010 16:01:24,000 125 - - -
Jan 27, 2010 16:06:24,000 125 - - -
Jan 27, 2010 16:11:24,000 176 - - -
Jan 27, 2010 16:16:25,000 159 - - -
Jan 27, 2010 16:21:25,000 142 - - -
Jan 27, 2010 16:26:24,000 142 - - -
Jan 27, 2010
2012 Mar 30
1
[LLVMdev] load instruction memory operands value null
Hi,
For a custom target, there is a pass to perform memory dependence analysis, where, i need to get memory pointer for "load instruction". I want to check the pointer alias behavior. I am getting this by considering the memoperands for the load instruction.
For "load instruction", Machine Instruction dumps as below:
vr12<def> = LD_Iri %vr2<kill>, 0;
2005 Jan 18
2
[LLVMdev] Re: LLVM to SUIF-MACH VM binary
On Tue, 18 Jan 2005, John Cortes wrote:
>> Can you say a little bit about MACH-SUIF? With a brief google search, I
>> didn't turn up anything that described the architecture. Is it a RISC-like
>> machine with 32-bit instruction words?
>>
>
> It's another VM representation. I haven't really gotten to know the nitty
> gritty of the language so
2009 Oct 01
2
The problem of readLines
Dear R-users,
I use "readLines" to read data, but when processing the large data set, there are few files which can not be readed in:
48: In readLines(name_c[i]) ... :
incomplete final line found on 'C:/Documents and Settings/lma/My Documents/habitdata/244052900243997/calllog/calllog_log-20050505T121611.txt'
...
Whats the problem about this?
Regards,
Tammy
2015 Nov 20
2
UBSan runtime options
Hello,
I have several low priority UBSan questions...
(1) Is there a way for UBSan to print its output to a file that the user specified (e.g. via option) instead of dumping everything on stderr?
(2) Out of curiosity, why is the name of the option for printing the stacktrace spelled
"UBSAN_OPTIONS=print_stacktrace=1", though the allowed value is 1?
Since the only one value is
2006 Jul 03
1
flash[:notice] followed by render
Hi,
Sometimes I see action code like
def my_action
flash[:notice] = "Flash notice"
render
end
It is even in DHH''s new World of Resources slide show page 22. With
this use of flash before render, the user will see the flash for the
next two visible displays. Am I missing something?
Thanks,
Peter
2006 Jun 14
0
[AWDwR] Make flash[:notice] go away
Following the tutorial app in Agile Rails, I''m trying to figure out the
best way to get the flash notice to go away after an "Invalid product"
is selected (eg. when a new, valid product is selected). This is after
Task D, Chapter 9, in the 2nd Ed Beta.
I''ve come close to getting to work right, but I think I may still be
missing something in the control flow of
2006 Oct 29
1
warning: Deprecation notice: Resource references should now be capitalized?
Puppet 0.22.0 is complaining with "warning: Deprecation notice:
Resource references should now be capitalized on line 22 in file /etc/
puppet/manifests/classes/snmp.pp".
<snip>
remotefile {
"/etc/snmp/snmpd.conf":
mode => 444,
source => "system/snmp/snmpd.conf",
notify => service[snmpd] # this is
2006 Oct 29
1
notice: No client; expanding ''...%H'' with local host
Puppet 0.20.0 is also spitting out this new notice:
notice: No client; expanding ''/home/gadmin/puppet/content/hosts/%H''
with local host
Why?
--jason
2003 Aug 14
1
NOTICE: [CERT Advisory CA-2003-21 GNU Project FTP Server Compromise]
Hi All
As many may have noticed the GNU Project's FTP server had been compromised as
outlined in this CERT advisory[1].
I felt the urge to quickly hack together a small perl script to check my
distfiles against the published md5 sums from FSF.
Using this file as reference: ftp://ftp.gnu.org/before-2003-08-01.md5sums.asc
(Check and Verify the PGP signature ![1])
[1] Full CERT advisory :
2003 Apr 08
0
FreeBSD Security Notice FreeBSD-SN-03:02
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SN-03:02 Security Notice
The FreeBSD Project
Topic: security issue in SETI@home client
Announced: 2003-04-08
I. Introduction
A port in the
2003 Apr 08
0
FreeBSD Security Notice FreeBSD-SN-03:02
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SN-03:02 Security Notice
The FreeBSD Project
Topic: security issue in SETI@home client
Announced: 2003-04-08
I. Introduction
A port in the
2006 Oct 31
0
TEQL: how to notice link down?
Is it possible to detect if a link is down in a TEQL device, so that I
will receive a mail on such occasion?
TIA
--
Groeten,
Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
web: www.askesis.nl