similar to: scope of tags

Displaying 20 results from an estimated 10000 matches similar to: "scope of tags"

2011 Dec 06
8
explicit class dependencies
Do explicit class dependencies work? This simple example fails with: Could not find resource ''Class[Config]'' for relationship on ''Class[Uses_config]'' class config { } class uses_config { Class[''config''] -> Class[''uses_config''] } include uses_config Am I doing something? Thanks, Christian -- You received this
2012 Mar 06
3
Inherited node tagging
Dear all, I have observed a behavior that doesn''t seem (to me) to match the documentation. Specially, about tagging, the doc says: " Automatic Tagging All language statements enclosed in a node, define or class structure (read more about puppet control structures [[Language Tutorial]] ) will automatically be tagged with the name of that statement. These automatically- applied
2007 Jan 17
11
scope issue after upgrade
I just upgraded to 0.22.0 from 0.18.4 and I''m running into what I think are problems due to changes in scope rules. In my site.pp manifest, I have the following: import "classes/*" node nfsserver { include nfsserver } node webserver { include webserver } class cluster1_sites { website { "example.com": ...; "example2.com": ...; } } node
2006 Sep 02
15
service restart failures
Puppet is failing to restart lighttpd using the Debian init script. Both the default action of stop/start and using the reload action, which basically does the same thing, fail. It seems to be a filehandle problem. Changing the execute method in service.rb to redirect stdout to /dev/null allows the daemon to restart. Otherwise, I end up with a zombie process and according to strace, ruby
2008 Apr 17
1
Help with using 'get' function and variable scope
Hi - I'm having a really hard time w/understanding R's get function, and would appreciate any help with this. Specifically, I'm using a for loop to call a function. I'd like the function to have access to the variable being incremented in the for-loop, i.e. t.fn <- function() return( get( "i" ) ) t.fn2 <- function() { for ( i in 1:5 ) cat( t.fn(),
2010 Oct 22
2
problem w/ puppet & augeus : xinetd.d/rsync server_args value
Hello, I would like to have the following line (among others) in my /etc/xinetd.d/rsync file : server_args = --daemon --address=<ipaddress_eth0> --log-file=/var/log/rsyncd.log To this end, i am using the camptocamp rsyncd module available from git. Everything works except this line. I thought it was, perhaps, a questions of spaces (this has been discussed on the list before),
2013 Jan 31
1
A proposal to extend (create) a codified set of revisited and additional FLAC tags
Hello... For the last three years, several of us have been developing a FLAC-based digital music library for use at our radio station here in northern California. This was started first as an experimentwith the goal of understanding what it takes to make a useful library on a central network file server. In the process, we developed an improved and far more useful schema for tagging the
2015 Aug 21
1
I would like to add features to rsync: tags and saving local modifications
Hello! My name is Grzegorz Borowiak and I am a programmer. I work for a company which uses rsync internally, to distribute our continuously changing development environment. The environment weighs several gigabytes and consists of over 100000 files, most of them binary, so VCS-es like git and subversion are not an option, but rsync performs very efficiently. However, I would like to add some
2017 Jul 25
2
why is llvm.stacksave() necessary?
Hi all, the language reference for the alloca instruction states: The ‘alloca‘ instruction allocates memory on the stack frame of the currently executing function, to be automatically released when this function returns to its caller. when using come c code like void myfunc(void){ int i=4; double d[i]; } the ir shows enclosing llvm.stackSave & restore constructs, enclosing the alloca
2003 Dec 25
0
Re: if .. else parse error {was "Sweave question"} (fwd)
Dear All, Thanks to all that took the time to respond to my questions (included at the bottom). Martin Maechler was nice enough to give me a detailed explanation which he suggested i forward. The confusion arose because if(exists("x")) plot(x,x) else{ plot(1,1,type="n");text(1,1,"data not available.\n")} gave me an error when used as a chunk in a Sweave
2009 Jan 05
1
can't get names of R_env
Hi, I'm quite knew in R, so I might not have the R specific jargon. But here is my problem, I'm trying to access and use variabels given by a function environment, more specifically the rho in do_optim in src/main/optim.c According to the documentation http://cran.r-project.org/doc/manuals/R-ints.html#The-_0027data_0027 the envsxp is defined as a tagged pairlist. "ENVSXP: Pointers
2011 Aug 08
2
enclosing with() in a function
Hi All, I want to enclose with() in a function mean_on_element. Obviously, it is not working. The problem is how to specify the element name with a function body. Does anybody have any suggestion? Thanks! > data=list(x=1:10) > with(data, mean(x)) [1] 5.5 > > mean_on_element=function(data, elem_name) { + with(data, mean(elem_name)) + } > mean_on_element(data, 'x') [1] NA
2003 Jul 04
1
Concerning 'tagging proposal'
Hi, It is my opinion that a 'tagging standard' which aims to cater to everyone, caters to noone. Tagging style ultimately depend upon tagging tastes; I personally think it would be unwise to try to match everybody's tastes. Now, having a 'tagging proposal' instead of a 'tagging standard,' hardly seems worth the effort, to put it mildly. I doubt anyone would want to
2011 Feb 04
2
Fwd: [Puppet-dev] ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
----- Forwarded message from Nick Lewis <nick@puppetlabs.com> ----- Date: Thu, 3 Feb 2011 21:59:10 -0800 From: Nick Lewis <nick@puppetlabs.com> To: puppet-users@googlegroups.com, puppet-dev@googlegroups.com Subject: [Puppet-dev] ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available! Message-ID: <AANLkTikjFwZ98P_NcxF54zHbU2mJf15XDrLg2cMp2GWT@mail.gmail.com> We''re back
2012 Oct 08
1
Resource Scope
I can''t work this out and I''m getting frustrated. :( Puppet is complaining: err: Failed to apply catalog: Could not find dependency Lvm::Volume_group[bcvg] for Lvm::Application_volume[cache] at /truth/sauce/env/prod/modules/object_store/manifests/server.pp:47 Yet, if I comment out that line so that puppet runs ok, and then look at the state.yml file on the client, I see:
2016 May 04
0
Re: Proposal to start tagging releases in git with v<VERSION>
On Wednesday 04 May 2016 14:12:05 Richard W.M. Jones wrote: > On Wed, May 04, 2016 at 02:17:00PM +0200, Pino Toscano wrote: > > On Tuesday 03 May 2016 21:27:47 Richard W.M. Jones wrote: > > > > > > For historical reasons that don't really matter now, we currently > > > tag all releases with just the version number, eg: > > > > > >
2019 Sep 27
0
[GIT PULL] add virtio-fs
The pull request you sent on Thu, 26 Sep 2019 10:43:40 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/virtio-fs-5.4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8f744bdee4fefb17fac052c7418b830de2b59ac8 Thank you! -- Deet-doot-dot, I am a bot. https://korg.wiki.kernel.org/userdoc/prtracker
2010 Aug 12
1
sieve-plugin: undefined symbol mail_deliver_get_lvar_expand_table
I'm using Dovecot 2.0 rc5, installed by using the deb.packes from xi.rename-it.nl/debian/dists/stable-auto/. When sieve is enabled (see attached config) my imap-process crashs: Aug 12 13:25:11 mail-archiv dovecot: imap: Debug: Loading modules from directory: /usr/lib/doot/modules Aug 12 13:25:11 mail-archiv dovecot: imap: Error: dlopen(/usr/lib/dovecot/modules/lib90_sieveugin.so)
2007 Jul 21
0
Fwd: Tagging Mocha 0.5.x
Mocha 0.5.2 now tagged in svn repos. Begin forwarded message: > From: James Mead <james.mead at mail.com> > Date: 21 July 2007 10:21:11 BDT > To: Zach Dennis <zach.dennis at gmail.com> > Subject: Re: Tagging Mocha 0.5.x > > Hi Zach, > > Thanks for pointing that out. I''ve just tagged 0.5.2 and will try > to retrofit earlier tags as soon as I can.
2013 Mar 27
1
[LLVMdev] PROPOSAL: struct-access-path aware TBAA (new version)
Hello, After discussions with Daniel, Dan and others, here is an updated proposal for struct-access-path aware TBAA. Given an example struct A { int x; int y; }; struct B { A a; int z; }; struct C { B b1; B b2; int *p; }; struct D { C c; }; The purpose of struct-path-aware TBAA is to say "C::b1.a" will alias with "B::a.x", "C::b1.a" will alias with