Displaying 15 results from an estimated 15 matches similar to: "Eliminate pending signing requests"
2007 Aug 24
7
Problem restarting client service ssh in client
Hello,
I want a simple operation in a puppet node like restarting the ssh
service if it was stopped. My site.pp is simple as this:
import "services/*"
node default {
include ssh
}
The services directory as a ssh.pp :
class ssh {
service { ssh:
ensure => running,
subscribe => File["/etc/ssh/sshd_config"]
}
}
I''ve stopped the ssh service in the
2008 Mar 25
1
Guests configuration files
Hello,
I''m having difficulties to find documentation about the parameters that are
used in the guests configuration files. For example, I don''t know what means
the "extra", the "on_reboot", "on_crash", etc.
Any help?
Thanks.
Pedro Simões
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2007 Aug 01
12
Puppet uses too much RAM memory
Hello,
I have two Vmware images, with 256MB of RAM memory each one, running
puppetmasterd for the server and puppetd for the client. It''s normal
that my puppetmasterd and puppetd occupies almost 10% of RAM memory
each one? They aren''t doing anything especial, just listening on the
ports.
Thanks.
2007 Aug 27
1
Re: Problem restarting client service ssh in client (Pedro Simoes)
Ok, the file definition was missing. Now i''ve put that:
## services/ssh.pp
class ssh {
file { sshd_config:
name => "/etc/ssh/sshd_config"
}
service { ssh:
name => $operatingsystem ? {
Debian => ssh,
default => sshd
},
ensure =>
2011 Oct 17
1
[LLVMdev] LLVM for binary analysis
Hi,
I'm thinking of using LLVM for translating x86 binaries into LLVM IR and
performing further analysis based on the IR. The tool llvm-mc works
great for disassembling hex values. However, is there any way to
translate the disassembled machine code into LLVM IR and analyze them?
Any suggestion/help is greatly appreciated. Thanks!
- Beng
2011 Nov 25
0
[LLVMdev] SSAPRE for LLVM
On Fri, Nov 25, 2011 at 6:41 AM, josey's...JJ frm kollam nw @
calicut.... <joseykollam at gmail.com> wrote:
> i wish to develop llvm SSAPRE compiler optimization for my engineering
> academic project .for,that i have a sample c++ program and its .ll
> file.anyone have SSAPRE implementation in c++. if anyone have, please give
> me that implementation immediately.
In the old
2011 Nov 25
2
[LLVMdev] SSAPRE for LLVM
i wish to develop llvm SSAPRE compiler optimization for my engineering
academic project .for,that i have a sample c++ program and its .ll
file.anyone have SSAPRE implementation in c++. if anyone have, please give
me that implementation immediately.
joseykollam at gmail.com
josey @ 9895685353
elw technologies
cochin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Dec 25
0
[LLVMdev] Reviewer for our Path Profiling Implementation
On Fri, Dec 24, 2010 at 5:06 PM, Andrew Trick <atrick at apple.com> wrote:
> On Dec 21, 2010, at 7:57 AM, Bob Wilson wrote:
>
> >> To get some idea about the number of people who could be involved in a
> >> project like this, I would like to ask for a quick show of hands: Who
> would
> >> be interested in contributing code to LLVM-with-profiling? (Either
2011 Oct 09
2
[LLVMdev] Comparison of optimizations
Hi,
I want to measure the performance of functions within a program, in
order to see whether or not a given set of optimizations are useful
(making the code faster in my case). It would be ideal to compare the
LLVM IR representation of the functions before and after the
optimizations, but the process has to be automatized so if there is no
code that can do this now then I guess it will be too
2010 Dec 25
2
[LLVMdev] Reviewer for our Path Profiling Implementation
On Dec 21, 2010, at 7:57 AM, Bob Wilson wrote:
>> To get some idea about the number of people who could be involved in a
>> project like this, I would like to ask for a quick show of hands: Who would
>> be interested in contributing code to LLVM-with-profiling? (Either actual
>> profiling code, or passes that use profiling information.)
>> Who would want to use the
2012 Sep 13
5
[LLVMdev] [OT] Control Flow Graph(CFG) into Abstract Syntax Tree(AST)
Hi,
I know most compilers go from AST to CFG.
I am writing a decompiler, so I was wondering if anyone knew of any
documents describing how best to get from CFG to AST.
The decompiler project is open source.
https://github.com/jcdutton/libbeauty
The decompiler already contains a disassembler and a virtual machine
resulting in an annotated CFG. It uses information gained from using a
virtual
2008 Mar 26
0
different read i/o performance for equal guests
Hello,
I''m using Xen 3.0 in a Debian Linux Etch / Dell PowerEdge 860 / 4GB
RAM / Pentium 4 Dual Core 3Ghz. The machine is using a RAID Controller
SAS 5iR, configured with two 500GB disks in RAID-1 (mirroring). I was
getting I/O throughput problems, but then I''ve searched the Internet
and find a solution saying that I needed to enable the write cache on
the RAID controller. Well,
2007 Aug 28
1
using wildcards on node
Hello,
Can I use wildcards on the node''s name/address? For example, I want
something like this:
node ''server-*.domain.com'' {
....
}
where ''*'' is a number. If this is not possible, there''s another way of
reaching this behaviour?
Thanks.
2007 Aug 28
1
adding facts
Hello,
I''m a little confused how to configure the puppermaster and puppetd to
add a new fact. I''ve followed this tutorial
http://reductivelabs.com/trac/puppet/wiki/AddingFacts but I''m with
doubts about the factsource. In my puppetmaster I have the new fact in
/etc/puppet/facts directory.
fileserver.conf (on puppetmaster server):
[files]
path /etc/puppet/files
[facts]
2010 Sep 03
2
Package wavelets
Hi user's
Does anybody work with wavelets on R?
Please I need some help.....!!!!
Atte
Marize Sim?es
--
View this message in context: http://r.789695.n4.nabble.com/Package-wavelets-tp2526023p2526023.html
Sent from the R help mailing list archive at Nabble.com.