similar to: Installing RT4 with preseed on Ubuntu 12.4

Displaying 20 results from an estimated 100 matches similar to: "Installing RT4 with preseed on Ubuntu 12.4"

2010 Mar 16
1
hard to define
Hi all. I am trying to use debian package preseeding within my modules. Therefor I have created a preseed_package.pp like: define authentication::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 {
2012 Jun 14
1
Request a way for passing simple info to a package installation
I need to install postfix on a a debian system with puppet. Unfortunately there are a lot of prompts. One way to deal with this is, is: http://projects.puppetlabs.com/projects/1/wiki/Debian_Preseed_Patterns. Another way (apparently) is to give an answerfile in the package resource declaration. (I have no idea how to do this) e.g.: echo postfix postfix/main_mailer_type        select  No
2010 Apr 21
1
Launching a Debian Xen Guest using a nfs://.../preseed.cfg -- the config is not found/used ?
Hi, I'm installing Debian as a Xen Guest on a non-Debian Xen host. Using, xm create \ -c ./xm-debian.cfg \ install=true \ install-method="network" \ install-mirror=ftp://ftp.us.debian.org/debian \ install-arch=amd64 \ install-suite=squeeze \ install-kernel=./vmlinuz \ install-ramdisk=./initrd.gz I can get to the manual installer and stepwise do the install.
2006 Dec 17
2
Collapsing across trials
Hello, My ultimate goal is a repeated measures (mixed model) ANOVA, however, my present question is about how to reorganize my data into the format that the ANOVA commands expect. In particular, how to collapse across trials. (I am using the tutorial at [http://personality-project.org/r/r.anova.html] for the mixed model ANOVA) The data I am using looks like this. A subject sees 10 trials per
2016 Apr 14
0
locked out after preseed install
<div>Hello everybody,</div><div>this is my first post in this mailing list.</div><div>Was looking after "the guest controlled by a ssh connection." - out-of-box</div><div>Here the problem about virt-install is explained and worked on and with alle details:</div><div><a
2017 Aug 26
5
[PATCH 1/2] builder/templates/debian.preseed: enable serial console
Also unify .index-fragment files --- builder/templates/debian-7.index-fragment | 7 ------- builder/templates/debian-8.index-fragment | 7 ------- builder/templates/debian-9.index-fragment | 18 ++++++------------ builder/templates/debian.preseed | 1 + builder/templates/make-template.ml | 6 ------ 5 files changed, 7 insertions(+), 32 deletions(-) diff --git
2013 Dec 19
1
Help with Ubuntu Preseed Repository for Puppet Open Source
Hi, I would like to set the puppet labs repository on my preseed ubuntu file. So far I think i can use only the* late_command* as a post installation process but wondering if there is another way of adding this repository. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from
2010 Apr 16
1
Group Membership and Exec
Hi, I have a puppet module that I''m using to manage Oracle 11G. I''m using puppet 0.24.8 on 64-bit CentOS 5.4. Everything works properly except the execution of the oracle installer. It fails because it believes that the user it is running as is not a member of the proper groups. However, the user is in the groups, and if I log in as that user and run the same command that puppet
2006 Aug 27
0
Re: preseeding files only on reinstall
On Sun, Aug 27, 2006 at 06:55:14PM +0200, Thorsten Sandfuchs wrote: > -------- > define preseed (file, classname, section = "classes"){ > file { > "/tmp/$file": > mode => 600, > source => > "puppet://$servername/config/$section/$classname/preseed/$file" > } >
2012 Oct 02
3
[LLVMdev] [llvm-commits] patch to enable response file support in ParseCommandLineOptions
Thanks Chris for the comment. Since there is no objection, I attached a new patch which enables response file support and removes the argument for controlling/disabling response file support. The patch also contains a simple test. I did regression check and there are no regressions. + llvmdev Sam From: Chris Lattner [mailto:clattner at apple.com] Sent: Sunday, September 30, 2012 2:20 PM To:
2006 Aug 27
5
Re: preseeding files only on reinstall
On Aug 27, 2006, at 9:55 AM, Thorsten Sandfuchs wrote: > hio, > me again :) > > In Debian, there is a mechanism to preseed debconf (configuration- > database for > the system) with decisions, before installing a package. Debconf > mussn''t ask > the user then. I wrote this pp for preseeding-support: [snip] Very cool. Seems like that''s something that
2009 Jul 01
6
HTTP as a source for files
Hi all, I''ve been looking into having Puppet deploy some larger files and I''m noticing that it ties up puppetmasters quite a bit and can often result in a timeout if the file is too large. Before I submit a feature request for a http method for file sources, I would throw it out to the group and see if anyone had any thoughts on it. Possible benefits of a HTTP source could be
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
2014 Sep 22
1
Install Asterisk 1.4 and Asterisk 12.4 on the same machine
Hi, We have a server with asterisk 1.4. We are upgrading to asterisk 12.4. Is there a way to install 12.4 on the same machine? At any point we will only run either 1.4 or 12.4. Thank you, Deepak -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140922/b2af4d51/attachment.html>
2014 Jul 17
1
Asterisk 12.4 IMAP VM Issue - Can't move messages between folders
Hello all, I'm running into an issue with Asterisk 12.4 and IMAP voicemail. I have asterisk set up to connect to my Dovecot IMAP server and I can leave and retrieve messages from my inbox and old messages. However, I am unable to move messages between folders. I get a message from asterisk stating "Sorry the users mailbox can't accept more messages". Here is my setup: In
2014 Aug 12
1
Asterisk 12.4 "Agent Busy" message on AgentRequest
Hi, I am upgrading from Asterisk 1.4 to 12.4. I am able to authenticate the user and call AgentLogin. But after that when I call AgentRequest I keep getting Agent '1234' is busy. If I put a delay of 5 second or more before calling AgentRequest then it works most of the times. Here's my dialplan: [login] exten => s,1,Background(thank-you-for-calling) same =>
2011 Sep 17
8
apt-get --force-yes
Hi , I am trying to install jdk thru puppet . i am getting the force-yes error . err: /Stage[main]/Apiserver::Java/Package[sun-java6-jdk]/ensure: change from purged to present failed: Execution of ''/usr/bin/apt-get - q -y -o DPkg::Options::=--force-confold install sun-java6-jdk'' returned 100: Reading package lists... Please share your idea''s to fix this issue, --
2013 Jan 16
3
compiling samba for ubuntu 12.4 lts
Hi, I'm trying to create a samba4.0.1-package for ubuntu12.4. It seems as if I've succeeded to resolve the dependencies and everything is compiling and linking just fine until it switches to the source4 directory. There I always get these kerberos/heimdal-related linker-errors: default/source3/libads/kerberos_57.o: In function
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
2019 Sep 26
1
[PATCH] builder: templates: set "unassigned" hostname
By default the installer will set the hostname to what the DHCP returns, exposing details of the machine where make-template.ml runs. Instead, force "unassigned-hostname.unassigned-domain" as hostname, so plays nicely with the hostname setting code in virt-customize. --- builder/templates/debian.preseed | 2 +- builder/templates/ubuntu.preseed | 5 +++++ 2 files changed, 6