search for: responsefile

Displaying 16 results from an estimated 16 matches for "responsefile".

2011 Dec 28
3
packages and Solaris
Hi folks, I''m about to propose to my current company that we use puppet to manage releases of home grown software. The environment is a mix of Solaris 8/9/10 and RHEL 5&6. I''ve got a handle on how to create recipes to release software into the RHEL environment. The unknown for me is how to manipulate the pkgadd provider to load the locally grown package stream. Can
2012 May 18
0
Installing RT4 with preseed on Ubuntu 12.4
...ections was being done on an uninstalled package. Sure enough, installing RT via apt, uninstalling (without purging) and re-running the manifest succeeded. The bits that set up MySQL and its root password work fine, but that package was selected at install time. Is this a problem with the "responsefile" attribute of the apt package provider? Or am I doing something wrong? TBH, I haven''t done much with automating Debian/Ubuntu installs before now, so I wouldn''t be surprised if I''m completely missing the point with debconf. The relevant bit of my manifest looks l...
2011 Nov 19
11
Installing Oracle
This is pretty ugly. I''m using puppet to install Oracle, ie an exec{} wrapped around: /u01/oracle_extract/linux.x64_11gR2_database/database/runInstaller -silent -responseFile /etc/oracle_response.rsp The problem is that the damn installer backgrounds itself and returns control to the shell. I tried putting the above command in a script, followed by a wait command, but that didn''t help. Has anyone got any ideas how I can automate the installation of Oracle with...
2010 Apr 16
1
Group Membership and Exec
...w is the failing statement. exec { run_installer: user => "oracle", group => "oinstall", cwd => "$tmp", creates => "$oracle_home/bin/lsnrctl", command => "$tmp/database/runInstaller -ignoreSysPrereqs - waitforcompletion -silent -responseFile $tmp/11gR2.rsp", require => [ Exec["extract_installer"], File["response"], File["inventory"] ]; } Below is the error puppet logs. (//Node[oracleserver]/oracle::base/oracle::db/Exec[run_installer]/ returns) change from notrun to 0 failed: /u01/oui/database/...
2012 Oct 02
3
[LLVMdev] [llvm-commits] patch to enable response file support in ParseCommandLineOptions
...e argument should just go away. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121002/ef8646f8/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: ResponseFile.patch Type: application/octet-stream Size: 4600 bytes Desc: ResponseFile.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121002/ef8646f8/attachment.obj>
2007 Jun 09
3
''reconfigurable'' option for package providers
The deb-oriented package providers (and others perhaps, it''s only debian I''m looking at right now) allow one to set a seedfile with the appropriate debconf responses when installing a package. However, there doesn''t seem to be a tidy way inherent to puppet to handle reconfiguring the package if the seedfile changes. It can be done quite easily with something like the
2007 Mar 30
2
Installing packages
Hi, I am new with Puppet and I am very glad using it, but I have a basic doubt, when I use puppet to install packages to a debian machine with: debian:/etc/puppet# cat manifests/packages/lm-sensors package { lm-sensors: ensure => installed } Does it run apt-get update before installing the package? If not how is the best way to do it? How Puppet deals with packages installations that
2010 Mar 16
1
hard to define
...::preseed_package ( $ensure ) { file { "/var/local/preseed/$name.preseed": source => "$module_path/files/$name.preseed", mode => 600, backup => false, require => File["/var/local/preseed"], } package { "$name": ensure => $ensure, responsefile => "/var/local/preseed/$name.preseed", require => File["/var/local/preseed/$name.preseed"], } } First of all I would like to know if it''s possible to use variables within the define statement, e.g.: define $module_name::preseed_package This would make the de...
2015 Oct 01
4
lld and thread over-subscription
...ally fail on my system (for reasons seemingly unrelated to the thread/process resource issue): lld :: Driver/lib-search.test lld :: Driver/undef-basic.objtxt lld :: elf2/dynamic-reloc.s lld :: elf2/shared.s lld :: elf2/soname.s lld :: elf/librarynotfound.test lld :: elf/responsefile.test lld :: mach-o/dylib-install-names.yaml lld :: mach-o/force_load-dylib.yaml lld :: mach-o/lib-search-paths.yaml lld :: mach-o/parse-text-relocs-arm64.yaml lld :: mach-o/upward-dylib-load-command.yaml lld-Unit :: DriverTests/DriverTests/GnuLdParserTest.AsNeeded lld-Un...
2015 Oct 01
2
lld and thread over-subscription
...ystem (for reasons > seemingly unrelated to the thread/process resource issue): > > lld :: Driver/lib-search.test > lld :: Driver/undef-basic.objtxt > lld :: elf2/dynamic-reloc.s > lld :: elf2/shared.s > lld :: elf2/soname.s > lld :: elf/librarynotfound.test > lld :: elf/responsefile.test > lld :: mach-o/dylib-install-names.yaml > lld :: mach-o/force_load-dylib.yaml > lld :: mach-o/lib-search-paths.yaml > lld :: mach-o/parse-text-relocs-arm64.yaml > lld :: mach-o/upward-dylib-load-command.yaml > lld-Unit :: DriverTests/DriverTests/GnuLdParserTest.AsNeeded >...
2015 Oct 03
2
lld and thread over-subscription
...rocess resource issue): >> >> lld :: Driver/lib-search.test >> lld :: Driver/undef-basic.objtxt >> lld :: elf2/dynamic-reloc.s >> lld :: elf2/shared.s >> lld :: elf2/soname.s >> lld :: elf/librarynotfound.test >> lld :: elf/responsefile.test >> lld :: mach-o/dylib-install-names.yaml >> lld :: mach-o/force_load-dylib.yaml >> lld :: mach-o/lib-search-paths.yaml >> lld :: mach-o/parse-text-relocs-arm64.yaml >> lld :: mach-o/upward-dylib-load-command.yaml >> lld-Unit :: Drive...
2009 Jul 01
6
HTTP as a source for files
...ng "puppet:/// explorer/install_stb.sh" as a source as it takes too long and Puppet chops it off as a timeout. Yes, I know I can do it through a package resource, but the SUNWsneep component won''t install then - running "pkgadd -d http://server/SUNWsneep.pkg -a adminfile -r responsefile" does not work - pkgadd refuses to do a response file with a http datastream. So what does everyone think? Is a HTTP source for files feasable? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users&qu...
2015 Oct 01
2
lld and thread over-subscription
Hi Rui, et al., I was experimenting yesterday with building lld on my POWER7 PPC64/Linux machine, and ran into an unfortunate problem. When running the regressions tests under lit, almost all of the tests fail like this: terminate called after throwing an instance of 'std::system_error' what(): Resource temporarily unavailable ... 5 libc.so.6 0x00000080b7847238 abort +
2012 Oct 24
13
Puppet & Oracle Database config management
Afternoon all. I''ve been reading around on Puppet and Oracle, and have come up with a few links that suggest how to get Oracle installed and base configured, which has got me started in the right direction on that. My next challenge is maintaining Oracle database specific configuration on the relevant hosts. This contains various elements, such as /etc/oratab, /etc/oranfstab (as
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
....test lld :: COFF/reloc-discarded-dwarf.s lld :: COFF/reloc-discarded-early.s lld :: COFF/reloc-discarded-early2.s lld :: COFF/reloc-discarded.s lld :: COFF/reloc-oob.yaml lld :: COFF/reloc-x64.test lld :: COFF/reloc-x86.test lld :: COFF/resource.test lld :: COFF/responsefile.test lld :: COFF/rsds.test lld :: COFF/safeseh-diag-feat.test lld :: COFF/safeseh-md.s lld :: COFF/safeseh.s lld :: COFF/savetemps.ll lld :: COFF/secidx-absolute.s lld :: COFF/secrel-absolute.s lld :: COFF/secrel-common.s lld :: COFF/section-size.s lld :: COF...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> There's been a lot of merges since rc1, and hopefully the tests are in >> a better state now. >> >> 6.0.0-rc2 was just tagged, after r324506. >> >>