Displaying 20 results from an estimated 1000 matches similar to: "symlink noop error"
2008 Apr 19
2
Pb with package::foo(x) <- value
Hi,
The parser doesn't seem to like this:
somePackage::foo(x) <- value
somePackage:::foo(x) <- value
where foo() is a replacement function or method defined in package somePackage.
For example:
> x <- integer(4)
> base::length(x) <- 7
Error in base::length(x) <- 7 : invalid function in complex assignment
I've tried to put some back quotes on the
2015 Oct 08
1
library() in .Rd Examples (Depends vs. Imports)?
I'm a little confused when documenting my code using Imports vs. Depends.
If I have an example in my .Rd that uses a library that is listed under
Imports, it doesn't work, but if it is listed under Depends, it does. What
is the proper way to go about using examples that rely on an Imports?
Should I just if(require(somepackage)) in the example? Or is there a more
elegant way of doing
2018 Jan 12
2
R minor version
Hi,
When I install a package as a non-root user, it gets saved in a path
such as
~/R/x86_64-unknown-linux-gnu-library/3.4
for any R version 3.4.x. Thus, if I want to install the packages
somewhere else, as root say, I might do
install.packages("somepackage","/some/where/else/R/site-library/3.4")
In this case I would then want to construct the appropriate path in,
say,
2014 Nov 27
1
Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
Hi Duncan,
Many thanks (yet again).
With the hint given by your earlier email (viz that currently loadNamespace
expects a 3rd component called name in the list that is used for the
versionCheck argument) I had another look at what was going on with my toy
examples yesterday evening. I'm still working on my issue, but thus far I
have:
1) Confirmed that internal calls to loadNamespace
2014 Aug 30
2
update repo problem?
I'm trying to install the build dependencies for an SRPM using
yum-builddep, and it's telling me that it can't get the repo sqlite
file for updates-source from vault. Any ideas? Something wrong with my
repo configuration? The only thing I've done that should have touched
the repo configuration is installing epel-release-7-1.noarch.
Thanks!
Eric
[root at localhost SRPMS]#
2011 Jun 01
3
puppet and environments ... need help
I''m trying to use environments and seem to be failing. Right now I
have 4 defined environments: production, cat, development, beta
They are defined as follows on my puppetmaster:
cat /etc/puppet/puppet.conf
[main]
pluginsync = true
vardir = /var/lib/puppet
manifest = /etc/puppet/environments/production/site.pp
modulepath = /etc/puppet/environments/production/modules
[master]
reports =
2018 Jan 12
0
R minor version
> .expand_R_libs_env_var("poof/%p/%v")
[1] "poof/x86_64-w64-mingw32/3.4"
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Fri, Jan 12, 2018 at 4:49 AM, Loris Bennett <loris.bennett at fu-berlin.de>
wrote:
> Hi,
>
> When I install a package as a non-root user, it gets saved in a path
> such as
>
> ~/R/x86_64-unknown-linux-gnu-library/3.4
>
2012 Jun 13
3
Define -> Class dependencies not respected
Hello,
I''m encountering an issue which I think is a bug, but I want to propose it
here before filing it for good @puppetlabs,
and be sure it''s not just a misunderstanding.
Actually, I often use a construction where a "main" class would include
some small others that build a complete
service (install, config, service )
Relationship are given (and respected) in the main
2008 Nov 13
5
Touch an ActiveRecord - timestamps
When I update an ActiveRecord, i would like to "touch" one of the
related objects, that the updated record belongs_to, in order to update
the timestamps on the parent record, although i don''t want to change any
of the data in the parent. Whats the accepted way to do this?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You
2008 Mar 03
3
[LLVMdev] Google Summer of Code Idea
> No
> I've got a BDD based version of andersen's around already (uncommitted).
> It's slower in time (by a factor of 8 or so), but very slightly (1-2
> megabytes of memory) more memory efficient on some cases. Nowadays,
> the bitmap version is actually more memory efficient than the BDD
> version, even if you turn off BDD caching, etc.
>
> The thing you
2010 Oct 14
7
ANNOUNCE: Puppet 2.6.3 - Release Candidate 1 available!
All too quickly we''re back with a maintenance release: 2.6.3. This
release addresses some issues in the 2.6.2 release.
2.6.3 is a maintenance release in the 2.6.x branch and it contains only
bug fixes and no new features or other changes.
The release candidate is available for download at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.3rc1.tar.gz
Please note that all final
2013 Apr 11
3
Anyone managed to integrate Ambari/Hortonworks with an existing puppet installation?
Hi All
We''re investigating the Hortonworks Hadoop Data Platform. It uses the
Apache Ambari installer, and we are running into problems as the
installation notes (http://hortonworks.com/hdp110-hmc-quick-start-guide/)
for the application say (and I kid you not):
*Remove or disable any existing Puppet agent configurations
*
It seems that its management centre runs as a puppet master and
2010 Jun 30
1
Problem using the logadm pattern
Hi All
I am trying to deploy the Solaris logadm pattern from
http://projects.reductivelabs.com/projects/puppet/wiki/Logadm_Patterns. I
dropped it in .../lib/puppet/type/logadm.rb
However, I am getting an error message:
err: Could not run Puppet configuration client: Munging failed for value
"puppet" in class backup: Global resource access is deprecated
And I have traced it back to
2011 May 20
4
The quantum effect when loading classes
Can anyone comment / expand upon
http://www.nico.schottelius.org/blog/puppet-sometimes-loads-a-class/
I am experiencing a case which may be related. We have an ENC, and recently
on our twice daily noop runs from cron, puppet has reported some servers
aren''t in sync because they do not have a certain module/class (dns_server)
even though they are not subscribed to the dns_server module in
2008 Mar 05
0
[LLVMdev] Google Summer of Code Idea
On Mon, Mar 3, 2008 at 6:55 PM, Richard Warburton
<richard.warburton at gmail.com> wrote:
> > No
> > I've got a BDD based version of andersen's around already (uncommitted).
> > It's slower in time (by a factor of 8 or so), but very slightly (1-2
> > megabytes of memory) more memory efficient on some cases. Nowadays,
> > the bitmap version is
2010 Oct 06
3
Checking and setting svc properties in Solaris
Hello folks,
I''ve been looking into how I might check (and possibly set) svc
properties via puppet.
The closest I''ve found, is the provider/service/smf stuff.
However, that seems to only allow enabling and disabling of services.
NOT of configuring properties.
Is there some way I dont know of, how to do that?
If not, and I need to write something... under which module/plugin/
2008 Feb 28
4
[LLVMdev] Google Summer of Code Idea
This email is written on the premise that LLVM will be involved in
GSOC again this year. I noted that the wiki's open projects page [0]
has several possible projects, that seem suitable for a summer of code
project. I am writing this email to this list with the hope of
getting some feedback on specifics for a GSOC application, and also
wondering if any potential mentors are interested in
2011 Jan 31
3
Anyone using config_version successfully?
I have tried to use config_version and failed due to limitations in the way
I would like to use it:
- http://projects.puppetlabs.com/issues/3692
- http://projects.puppetlabs.com/issues/4845
- http://projects.puppetlabs.com/issues/5404
As part of http://projects.puppetlabs.com/issues/3692, we''d like to get a
handle on who in the puppet community is using config_version successfully
as it
2001 Sep 02
2
Mono files won't encode
Hi,
In case no-one had mentioned it before, the current CVS won't encode
mono files. It bombs out with a segfault in _vp_quantize_couple().
Program received signal SIGSEGV, Segmentation fault.
0x40039328 in _vp_quantize_couple (p=0x8079d78, vi=0x8052a48,
pcm=0x80ae9f0, sofar=0xbfffef54, quantized=0xbfffef64,
nonzero=0xbfffef84, passno=0)
at psy.c:1038
1038
2012 Mar 08
2
How do I quote a percent sign in the text of a template?
Hi
I am scratching my head on this not being a ruby person...
I am turning my kickstart files into templates, but am having issues with
percent signs in free form text. This returns a syntax error:
%post
OK, fine , let me escape it:
%%post
No error, but the end result is
%%post
Not quite what I wanted
I''m missing something blindingly obvious - can someone point me to it? :-)