Displaying 20 results from an estimated 200000 matches similar to: "[LLVMdev] Reminder: New Certificate Install Starts in 4 minutes"
2013 Apr 25
3
[LLVMdev] REMINDER: llvm.org is going down in 15 minutes
Just a reminder that llvm.org will be rebooted in 15 minutes, and will be down for about 30 minutes or less. It will be rebooted a couple times so you might see it come up and go back down, but do not get alarmed.
Thanks,
Tanya
2010 Jun 25
2
[LLVMdev] Server Restart: Adding New Certificate
Dear All,
Some of you may have noticed that our SSL certificate expired about half
an hour ago. We have a new SSL certificate, but we haven't had time to
install it.
I am going to attempt to install the new certificate. This will
necessitate one server restart if I am successful and probably two if
I'm not.
Chances are that you will not notice any disruption, but if you're the
2010 Jun 25
0
[LLVMdev] Server Restart: Adding New Certificate
John Criswell wrote:
> Dear All,
>
> Some of you may have noticed that our SSL certificate expired about half
> an hour ago. We have a new SSL certificate, but we haven't had time to
> install it.
>
> I am going to attempt to install the new certificate. This will
> necessitate one server restart if I am successful and probably two if
> I'm not.
>
>
2013 Apr 25
0
[LLVMdev] UPDATE: Re: [cfe-dev] REMINDER: llvm.org is going down in 15 minutes
I expect llvm.org to need another 30 minutes of downtime. Thank you for your patience.
Thanks,
Tanya
On Apr 25, 2013, at 10:16 AM, Tanya Lattner <lattner at apple.com> wrote:
> Just a reminder that llvm.org will be rebooted in 15 minutes, and will be down for about 30 minutes or less. It will be rebooted a couple times so you might see it come up and go back down, but do not get
2014 Jun 24
2
[LLVMdev] Downtime for Installing New Certificate
Dear All,
I just received the new SSL certificate for llvm.org. I'll be figuring
out how to install it and then install it.
The actual installation will require restarting the web and Subversion
(SVN) server. As I expect it to be quick, I won't be announcing it on
the lists, but if you have an operation interrupted, this will be the
reason why.
Regards,
John Criswell
2011 Jun 29
1
[LLVMdev] New Certificate Installed; llvm.org Back Up; Issues Linger
Any issues with permanently accepting the intermediate certificate, which I did this morning,
when getting the message?
Thanks in advance
Garrison
On Jun 29, 2011, at 12:13, John Criswell wrote:
> On 6/28/11 3:56 PM, John Criswell wrote:
>> Dear All,
>>
>> The good news is that the new llvm.org SSL certificate is installed and
>> appears to be configured
2011 Jun 29
0
[LLVMdev] New Certificate Installed; llvm.org Back Up; Issues Linger
On 6/28/11 3:56 PM, John Criswell wrote:
> Dear All,
>
> The good news is that the new llvm.org SSL certificate is installed and
> appears to be configured correctly.
As a followup to this, I discovered that I was using the MacPorts
version of the svn client on our Mac OS X system. Using the svn client
in /usr/bin/svn seems to recognize the certificate just fine.
The pattern that
2011 Jun 28
2
[LLVMdev] New Certificate Installed; llvm.org Back Up; Issues Linger
Dear All,
The good news is that the new llvm.org SSL certificate is installed and
appears to be configured correctly.
The bad news is that some machines seem to recognize the intermediate
SSL certificate (which is apparently used to sign the SSL certificates
UIUC buys starting this year) while others do not. In particular, our
internal Linux machines show no errors, while our Macs and
2007 Aug 02
0
[LLVMdev] Reminder: Server Restart in 25 minutes
All,
The web server and subversion will be briefly down starting at 10:00pm
PDT. After that time, please don't check anything in until I give the
all clear. It will be unavailable for at most 1 hour but likely only a
few minutes.
Thanks,
Reid.
2011 Mar 24
0
Asterisk Tech Tips: Calling With Google Starts At Noon Central (30 minutes from now)
Greetings User's List,
Just a last minute reminder that Malcolm Davenport will be headlining our first Asterisk Tech Tips webinar covering the cool ways you can integrate Asterisk with Google Chat and Google Voice. Register now and join us in 30 minutes. Here's the link:
http://www.asterisk.org/techtips
Thanks!
-S
Steve Sokol
Asterisk Marketing Director
Digium, Inc.
2006 Jan 18
4
Linux/AD authentication stops working after ~5 minutes
I'm trying to do something fairly simple: login to a Linux box using a
Windows AD-based account. I've followed the various recipes available
online for configuring Linux (winbind, PAM, etc.) to this send, and I've
got it working ... almost.
I'm able to authenticate an AD-based user immediately after bringing up
the Linux box, but a short time later (roughly 5 minutes, but it
2010 Feb 17
0
[Reminder] R/Finance 2010: Applied Finance with R
[ Registration for R/Finance 2010 is going strong: after only ten days
of registrations one tutorial is already at 65% of capacity, and two
others are approaching the 50% mark. Tutorials are capped at fourty
participants each, the conference itself may be capped at three
hundred registrations. Conference details are provided below. ]
R/Finance 2010: Applied Finance
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
I was told that my writeup lacked an example and details so I reproduced
the code that X uses and I was able to boil down the issue to a couple
of lines of code. Sorry again for the length of this email.
Code was compiled on OpenBSD with clang 3.0-release.
========================================================================
With -O0 which works as X expects:
2009 Dec 08
0
Holiday Gift Perl Script for US Holiday Dummy Regressors
##### BEGIN CODE ######
#!/usr/bin/perl
######
#
# --start, -s = The date you would like to start generating regressors
#--end, -e = When to stop generating holiday regressros
# --scope, -c = D, W for Daily or Weekly respectively (e.g. Does this week
have a particular holiday)
# --file, -f = Ummm where to write the output silly!
#
# **NOTE** The EOM holiday is "End of Month" for
2009 Dec 08
0
Opps Correct Version of Holiday Regressor Perl Script
Here is the correct version. The old version is the redirect only version of
the script.
### BEGIN SCRIPT ####
#!/usr/bin/perl
######
# --start, -s = The date you would like to start generating regressors
#--end, -e = When to stop generating holiday regressros
# --scope, -c = D, W for Daily or Weekly respectively (e.g. Does this week
have a particular holiday)
# --file, -f = Ummm where to write
2009 Dec 03
0
Problem with predict() and factors
I am working on a script that takes numeric performance indicators and runs
them against a series of regressors (dummy regressors, yes\no stuff via 0
and 1, e.g. Was is Christmas this week 0=no, 1=yes).
The script is as follows (Written as a function):
-- Begin Script --
doEnv <- function(HOUR,ENVNAME,REPORTNAME) {
library(RODBC)
library(forecast)
library("geneplotter")
2015 Jan 30
2
[LLVMdev] How to install poolalloc?
Thank you. But now I am using LLVM 2.9, so which version of poolalloc I
should use ?
--------------------------------------------
Qiuping Yi
Institute Of Software
Chinese Academy of Sciences
On Fri, Jan 30, 2015 at 11:12 PM, John Criswell <jtcriswel at gmail.com> wrote:
> Dear Qiuping,
>
> If you use the release_32 branch of poolalloc, then you need to use LLVM
> 3.2.
>
2014 Feb 19
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
Sorry, this is the attachment.
2014-02-19 15:08 GMT+08:00 æšćć <triple.yang at gmail.com>:
> Thank you.
>
> Here is an example and the attchment contains extra files including object
> file and executable file.
> I want to print for example the value of "a", but lldb command "frame
> variable a" displays "0" and so does "b", and
2015 Jan 30
0
[LLVMdev] How to install poolalloc?
On 1/30/15 10:17 AM, Qiuping Yi wrote:
> Thank you. But now I am using LLVM 2.9, so which version of
> poolalloc I should use ?
Why are you using LLVM 2.9? That's an old version of LLVM (even by my
standards).
Is there some other LLVM-based tool that requires that you use LLVM 2.9?
Regards,
John Criswell
>
>
> --------------------------------------------
> Qiuping Yi
2015 Jan 30
2
[LLVMdev] How to install poolalloc?
I am just not upgrade my LLVM. So I must use some higer LLVM version, right?
--------------------------------------------
Qiuping Yi
Institute Of Software
Chinese Academy of Sciences
On Fri, Jan 30, 2015 at 11:21 PM, John Criswell <jtcriswel at gmail.com> wrote:
> On 1/30/15 10:17 AM, Qiuping Yi wrote:
>
> Thank you. But now I am using LLVM 2.9, so which version of poolalloc I