search for: install_options

Displaying 20 results from an estimated 29 matches for "install_options".

2012 Oct 12
2
Package install_options
Now that the install_options parameter can be applied to all package providers, does anyone have advice on the best way to specify options to yum? For example, considering the common pattern of leaving a repo disabled most of the time, if I wanted to pass --enablerepo=epel to yum, would I set install_options => ['...
2012 Sep 25
4
MSI Package Provider and Install_options
...39;m having trouble specifying options. Here is what I want to execute C:\packages\my_problematic_package.msi \quiet \passive As you can see, I''m trying to specify two arguments to the package, but I can''t figure out how to use the Puppet package resource to accomplish this. Install_options being a hash is causing me confusion. Here''s my attempt at a resource definition: package { "my_problematic_package.msi": ensure => installed, provider => ''msi'', source => "C:/packages/my_problematic_package.msi&quot...
2011 Nov 18
10
msi package provider: Invalid parameter install_options
C:\Users\ml623>puppet --version 2.7.7 Puppet complains about a package resource I am trying to use saying: Invalid parameter install_options The resource is defined as: package { "splunk": name => $gu_splunk::client::splunk_package, provider => ''msi'', ensure => installed, source => ''C:\\TEMP\\splunk-4.2.4-110225-x86-release.msi'', install_options => {...
2012 Aug 02
1
help with install.packages
Greetings, I am trying to use install.packages obtained from here http://stat.ethz.ch/R-manual/R-devel/library/utils/html/install.packages.html My computer has these OS: 64-bit blfs linux R2.15.1 #------------ A) I did the following:- export DIR=/home/stats/R-2.15.0_runTEST190712A export DEST=/home/stats/Rtester cd $DEST ${DIR}/bin/R install.packages(MASS_7.3-17.tar.gz, ${DEST}, repos =
2013 Jul 29
4
Installing LibreOffice 4 via wheezy-backports
...t a few packages from wheezy-backports, like iceweasel and libreoffice. The former I''ve installed as follows: package { "iceweasel": ensure => ''22.0-1~bpo70+1'', provider => ''apt'', install_options => { ''-t'' => ''wheezy-backports'' }, require => Class["xfce"], } However, when I try this with libreoffice I run into a series of dependecy problems that do not occur when installing manually with "apt- get install...
2016 Sep 07
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Hello, All: Jonathan Baron is "giving up" maintaining the RSiteSearch database. This breaks three things: (1) The R Site Search web service that Baron has maintained. (2) The RSiteSearch function in the utils package. (3) The sos package, for which I'm the maintainer and lead author. Might someone else be willing to take these over? For me,
2016 Sep 08
6
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Don't do anything yet. I may have found the problem by accident. I tried to use the computer from something else, and it was being drastically slowed down by some leftover processes, which turned out to be xlhtml. That is something that converts Excel files. Apparently, some excel files got into the libraries, and they were causing the indexing to hang completely. I am now running everything
2016 Sep 08
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
On 9/8/2016 5:01 AM, Jonathan Baron wrote: > OK. It is sort of fixed and sort of works. > > We'll keep it for now, but this is not going to work forever. When > namazu fails completely I will not have the time to install a new > search engine. > > One option is to use google. For a site like this, I think they will > want some money, but I'm not sure, and I do not
2005 Nov 24
1
Windows R CMD build <pkg> leftovers
A command R CMD build <pkg> that fails, e.g., because of C code compilation errors, leaves a directory %TMPDIR%/Rinst.xxx containing the file R.css. Although R CMD INSTALL --build cleans up after itself, build does not. A fix is below. Also, build.in references Rcmd.exe, which I thought was no longer necessary? Index: build.in
2013 Jun 07
14
Puppet Windows package not seeing DisplayName in Registry?
...n my manifest: package { ''mssql2008r2sp2_exec'': ensure => installed, name => ''SQL Server 2008 R2 SP2 Common Files'', provider => windows, source => "C:\\puppet_temp\\${mssql_filename}", install_options => [''/quiet'', ''/IAcceptSQLServerLicenseTerms'', ''/allinstances''], require => Exec[''run_mssql2008r2sp2_artifact_extract_ps1''], } I''m thinking there has got to be some weird bug/error with this ... C...
2013 Aug 05
3
serving .exe file via http (provider => windows)
...ce = "http://puppet.local.domain/base_check_mk/windows/check-mk-agent-1.2.3i1.exe" $package_name = "Check_MK Agent 1.2.3i1" package { "$package_name": ensure => installed, provider => windows, source => "$package_source", install_options => [''/S'', ''/D=C:\check_mk''] } the agent says: Error: The source does not exist: ''http://puppet.local.domain/base*check* mk/windows/check-mk-agent-1.2.3i1.exe'' When i open this link in the browser of the agent, the download of the file sta...
2016 Dec 21
1
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Unfortunately, I am unable to get this search site working again. (The message below explains why I had to rebuild it.) The computer worked for the better part of a day downloading and installing all the help files from all CRAN packages. Somehow it failed to get the vignettes this time. But I pushed ahead and ran the part of namazu that makes the search indices: mknmz. And you can see the
2016 Sep 07
0
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Spencer, Thanks for the quick reply. I am open to someone who knows Perl getting an account on my site and trying to get it working. It will probably involve fixing more than one thing, as mknmz depends on some perl modules that also generate errors. My main contribution is figuring out how to extract the html help files and vignettes only, with some help from R developers and Fedora
2012 Mar 22
3
Puppet 2.7.12 Windows - Dependency Problem
...present, source => ''puppet:///modules/windows/FirefoxESR-10.0.2-de.msi'', } package { ''FirefoxESR-10.0.2-de.msi'': ensure => installed, provider => ''msi'', source => ''c:/Software/FirefoxESR-10.0.2-de.msi'', install_options => { ''INSTALLDIR'' => ''C:\Programme'' }, require => File[''c:/Software/FirefoxESR-10.0.2-de.msi''], } } As you can see, I want to create the directory c:\Software --> Place my Firefox.msi from the Puppetmaster into the directory c....
2020 May 01
1
"not a valid win32 application" with rtools40-x86_65.exe on Windows 10
Hi, Jeroen et al.: On 2020-04-30 03:15, Jeroen Ooms wrote: > On Thu, Apr 30, 2020 at 6:38 AM Spencer Graves > <spencer.graves at prodsyse.com> wrote: >> Hello, All: >> >> >> "00install.out" from "R CMD check Ecfun_0.2-4.tar.gz" includes: >> >> >> Error: package or namespace load failed for 'Ecfun':
2016 Sep 08
0
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
OK. It is sort of fixed and sort of works. We'll keep it for now, but this is not going to work forever. When namazu fails completely I will not have the time to install a new search engine. One option is to use google. For a site like this, I think they will want some money, but I'm not sure, and I do not have the time to deal with it. We have over 10,000 packages now. I wonder if
2016 Sep 08
0
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
On 9/8/2016 3:30 AM, Joris Meys wrote: > > Hi Jonathan, > > I have neither the resources nor the skills to take over, but whatever > happens I want to thank you for all the work. Too often people forget > that all these nice tools keep working due to the devotion of people > like you. > > So thank you! > I concur. People all over the world live better
2011 Nov 22
3
Puppet Windows: msi packages removal
I noticed that is if I uninstall an MSI that was installed by Puppet, Puppet does not notice. Looking at the source I see it might be checking for a state file to know whether a package is installed or not: C:\ProgramData\PuppetLabs\puppet\var\db\package\msi\SplunkForwarder.yml So one has to rememebr to delete that too.... Is this design not a problem? Thanks, Mohamed. -- You received this
2017 Nov 23
0
installing "rgl" package
On 23/11/2017 6:05 PM, Santosh wrote: > Hi Rxperts, > I am trying to install 'rgl' package in Ubuntu.. Would highly appreciate > your assistance .. I tried several leads available on various discussion > fora and nothing helped so far. Your message is really hard to follow, since you posted in HTML. You need the OpenGL development packages. On Ubuntu, that probably means
2017 Nov 23
5
installing "rgl" package
Hi Rxperts, I am trying to install 'rgl' package in Ubuntu.. Would highly appreciate your assistance .. I tried several leads available on various discussion fora and nothing helped so far. * installing *source* package ?rgl? ...checking for gcc... gcc -std=gnu99 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of