Displaying 20 results from an estimated 247 matches for "wesley".
2011 Jan 13
5
Problem restarting the agent
...onnect
returned=1 errno=0 state=SSLv3 read server certificate B: certificate
verify failed
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
I have the puppet master running on "server.domain.com"
How can I fix it and get the agent to run?
Thanks,
Wesley
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this gr...
2007 Aug 14
2
labelling plots with ancillary data in data.frame
...d measured forest volume value and a remotely sensed vegetation estimate (NDVI). Each point is an enumeration plot and I would like to label each the points in the xy-scatterplot with their respective plot numbers. Is this possible in R, if so how do I go about doing it?
Many thanks for your help
Wesley
Wesley Roberts MSc.
Researcher: Forest Assessment (Remote Sensing & GIS)
Forestry and Forest Products Research Centre
CSIR
Tel: +27 (31) 242-2353
Fax: +27 (31) 261-1216
http://ffp.csir.co.za/
"To know the road ahead, ask those coming back."
- Chinese proverb
--
This message is su...
2008 Dec 18
2
username aliases?
Is it possible to specify aliases for the username, so that a user can
choose any 1 of several names to log in with?
Like let's say we have my name as a username, "Wesley". But what I if I want
to be very lazy and only sign in with "wes"? And I would like to have the
option of using either. And if I change any attribute of one alias, it's all
stored in the same place, so it should take effect for the other aliases.
So, if I log in as "wesley&...
2009 Jun 13
3
How Can I insert another column data into the CSV file when I use FasterCSV?
...after save, the CSV file will
be:
* Column 1 Column2 Column 3 Column 4
Row1 a b
c d
Row2 a2 b2
c2 d2*
How can I do that?
Any suggestion would be quite appreciated.
Thanks.
Wesley Chen.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group,...
2010 Sep 27
2
store matrix in an arrary
...l
I want to store matrix in an array
Suppose s<-array(0,4)
for(i in 1:4)
s[i] <- read_matrix(a,2,2)
But the error - number of items to replace is not a multiple of replacement
length.
Can you suggest me any alternative method for storing a matrix in an array.
Thanks In advance.
Kind Regards
Wesley C Mathew
[[alternative HTML version deleted]]
2006 Mar 11
4
Unable to add computer to domain
I have an OpenLDAP backend, Samba knows how to talk to it, my Samba users
are stored in LDAP and file shares work fine authenticating to the LDAP
server.
I tried executing smbldap-useradd -w server02 on the command-line and got
the following error:
failed to perform search; Can't contact LDAP server at
/usr/lib/perl5/vendor_perl/5.8.7/smbldap_tools.pm line 362, <DATA> line 283.
Error
2010 Feb 05
3
Multiple lines in a graph
...n Graph
Could you please help me to draw two lines in a graph.
plot(f1, t1, type ="b") and plot(f2,t2, type="b") where t1, t2, f1,and f2
are single dimensional matrix.
I have these two graph. How can I draw these two lines in a single window?
Thanks in advance
Kind Regards
Wesley C Mathew
[[alternative HTML version deleted]]
2010 Sep 14
3
R install in Fedora
Dear All
I was trying to install R-2.10.0-2.fc11.X86 in Fedora-13-i386 but it makes
error.
Could you please tell me which is the exact version of R for Fedora 13.
Thanks in advance
Kind Regards
Wesley
[[alternative HTML version deleted]]
2010 Oct 22
2
[LLVMdev] [PATCH] Configurable machine type in ELFObjectWriter
...isadvantage of requiring backends to edit the ELFObjectWriter source file if they want to add ELF support. I suppose that this is no different from editing ADT/Triple.h when you want to add a new ArchType.
If the second approach is more desirable, then I can rework the patch as appropriate.
--
Wesley Peck
University of Kansas
SLDG Laboratory
-- Wesley Peck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101022/2bc46d2f/attachment.html>
-------------- next part --------------
A non-text attachment wa...
2010 Dec 14
2
[LLVMdev] Branch delay slots broken.
On 12/14/2010 04:28 PM, Wesley Peck wrote:
> On Dec 14, 2010, at 3:46 PM, Richard Pennington wrote:
>> Notice that the label $BB0_1 is missing. If I disable filling in the
>> branch delay slots, I get:
>
> Is this with the latest SVN HEAD version of LLVM or some other version? The delay slot filler and many...
2010 Feb 26
2
[LLVMdev] VIM mode line comments
...ve these vim mode line comments:
include/llvm/ADT/SetVector.h
lib/Archive/ArchiveInternals.h
lib/Linker/LinkModules.cpp
lib/Transforms/IPO/DeadTypeElimination.cpp
lib/VMCore/Function.cpp
Since this does not seem to be a wide spread practice I thought I would ask before I made the changes.
--
Wesley Peck
University of Kansas
SLDG Laboratory
2013 Feb 05
9
[LLVMdev] The MBlaze backend: can we remove it?
The MBlaze backend seems to be essentially unmaintained since 2011. The
maintainer (Wesley Peck who is BCC'ed) seems to have vanished, and in fact
all emails to him are bouncing.
I propose to remove the MBlaze backend on Friday if none step forward as a
maintainer. Currently, folks are having to keep it up to date when changing
shared parts of the backend with no help.
-Chandler
--...
2006 Jul 18
6
Replace Pound/Pens/Balance with Ruby alternative
Right now you can use either Pens/Balance/Pound to put in front of some
Mongrels and it works really good (easy to setup too!). I got to
thinking, would it be possible to mimic what Pens/Balance/Pound does in
pure Ruby (yeah, I know the answer is yes)? I guess I''m looking for a
starting point. Does one simply write an HTTP listener that then
redirects the calls to Mongrel? Is
2010 Apr 22
0
[LLVMdev] 2.7 release notes
...emoving that section would be better (?) resulting in the following:
The optimizer uses the new CodeMetrics class to measure the size of code. Various passes (like the inliner, loop unswitcher, etc) all use this to make more accurate estimates of the code size impact of various optimizations.
--
Wesley Peck
University of Kansas
SLDG Laboratory
2010 Nov 17
2
[LLVMdev] LLVM build failure when using CMake
...from:
(anonymous namespace)::ForceMCJITLinking::ForceMCJITLinking()in lli.cpp.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [bin/lli] Error 1
I have fixed this with the attached patch. It anybody else getting this error? Should I commit the patch?
--
Wesley Peck
University of Kansas
SLDG Laboratory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101117/d9e12381/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Nam...
2003 Aug 09
0
[Bug 119] New: iptc_flush_entries causes segmentation fault
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=119
Summary: iptc_flush_entries causes segmentation fault
Product: netfilter/iptables
Version: linux-2.4.x
Platform: other
URL: http://cutterslade.dhs.org/~wesley/iptablesbug/
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: laforge@netfilter.org
ReportedBy: wesley@cutterslade.dhs.org
CC: netfilter-buglog@lists.netfilter.org
I got fed...
2010 Nov 18
3
[LLVMdev] MC ELFObjectWriter backend refactoring
...sonally prefer all of the MBlaze backend stuff to be contained inside of lib/Target/MBlaze so that I don't have to hunt around the LLVM source tree when I'm implementing/fixing the MBlaze backend. If #5 is preferred instead, then I can re-implement the MBlaze ELF stuff that way instead.
--
Wesley Peck
University of Kansas
SLDG Laboratory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101118/21ad2bf5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Na...
2011 Sep 09
4
[LLVMdev] git Status Update?
...be rejected and never committed to the main repository, preventing it from causing issues with other developers. If a commit passes then the buildbots could automagically push the changes into the main repository.
I'm not exactly sure how this would work, but I think it would be possible.
--
Wesley Peck
University of Kansas
SLDG Laboratory
2013 Jul 24
5
[LLVMdev] Deprecating and removing the MBlaze backend
Doesn't seem to get a lot of love since most of the commits in the
last 3 years have been maintenance. I guess it doesn't take a whole
lot of maintenance either, but...
cc'ing Wesley since he seems to be the last guy to commit to it.
Thoughts?
-eric
2009 Apr 02
1
Time series analysis with irregular time-series
...if the ts contains any NA's?
I am using R version 2.8 on a Dell Precision 690 Workstation running Ubuntu Hardy Heron.
If any one has experience with time series analysis and has any suggestions regarding the questions posted, I would really appreciate some help.
Many thanks and kind regards,
Wesley
Wesley Roberts MSc.
Researcher: Earth Observation (Ecosystems)
Natural Resources and the Environment
CSIR
Tel: +27 (21) 888-2490
Fax: +27 (21) 888-2693
"To know the road ahead, ask those coming back."
- Chinese proverb
--
This message is subject to the CSIR's copyright terms a...