search for: preseeding

Displaying 20 results from an estimated 21 matches for "preseeding".

Did you mean: preceeding
2006 Aug 27
0
Re: preseeding files only on reinstall
...ed to split that exec into multiple parts, and put a "require => file["/tmp/$file"]" on the first one and a "require => exec["first-one"]" on the second. > Now I can install a "package" as desired. Buf if the package is installed, the > preseeding never stopps... It preseeds the information on every puppet-run... > > Is there a way to only trigger the "preseed" if the package is > upgraded/installed? Not that I can think of at the moment, although you could perhaps put an unless into the important exec object that check...
2006 Jun 22
2
[patch] ipconfig add dhcp file preseeding support
From: Geert Stappers <stappers at debian.org> To make klibc-ipconfig transmit the DHCP vendor class "d-i" and get the DHCP preseeding filename in a text file, it needs the attached patch. belows patch allows ipconfig to be used in Debian installer once the hostname is sent too, see http://blog.andrew.net.au/2006/05/17#d-i_dhcp_hacking Signed-off-by: maximilian attems <maks at sternwelten.at> diff --git a/usr/kinit/ipconf...
2005 Jun 29
0
auto-installing debian on xen on debian with debian-installer preseeding
Hi Folks, Hopefully this will be of interest to some of you. I''ve put together a debian-installer preseed setup, that allows (among other things) one to do a non-interactive install of Xen with a minimal Debian as it''s Domain0, sets up LVM so that one can create disks for other domains and then lets you run the debian installer in a new domain so that you can then install
2006 Aug 27
5
Re: preseeding files only on reinstall
...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 should be supported within Puppet''s Apt support. > and it works like a charm. The algorithm fetches the files, I like > to preseed > from my server and fills the database, after a > > preseed...
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
2007 Feb 06
23
What I''m doing with Puppet
Hi all, Just reading through Luke''s interview on computerworld.com.au and I came across this statement: "This topic comes up on the list periodically, however, and most people are very tight-lipped about what they''re doing with Puppet." Being the chattermouth that I am, I''d like to take this opportunity to tell you all what we''re (that is, my
2016 Jul 12
1
Re: IRC question about virt-builder ubuntu-* images
...ed > > s.th. like > > d-i preseed/late_command string \ > in-target dpkg-reconfigure openssh-server; > > If you need special vealues before hand there's debconf-set-selection Thanks Guido (.. and long time, no see :-) I guess you noticed we are using your example for preseeding Debian images which was very helpful. The above preseed command works to run 'dpkg-reconfigure openssh-server'. I tested this by adding it to the debian.preseed file, recreating the debian-8 image and testing it again. Unfortunately that command creates SSH host keys in the template, whic...
2017 Aug 05
3
Cross compiling C++ program
...AKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/tmp/x86-sysroot ../../source/llvm # make -j4 # make install It was fun learning how to manualy compile compiler for the first time. Now how to cross compile for bare? Given that I have musl-1.1.16 directory and that I'm preseeding sysroot with: # rm -rf /tmp/barearm-sysroot # mkdir -p /tmp/barearm-sysroot # cp -r musl-1.1.16/include /tmp/barearm-sysroot/ # Thanx for the tip! So I tried to use it, and clang/llvm build, but compiler-rt fails: # cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release -DBAREMETAL_ARMV7EM...
2006 Dec 06
1
Oracle Application Server 10.1.2.0.2 Install on OCFS2
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: tony1963.vcf Type: text/x-vcard Size: 131 bytes Desc: Card for <tony1963@optonline.net> Url : http://oss.oracle.com/pipermail/ocfs2-users/attachments/20061206/20ca621a/tony1963.vcf
2010 Sep 10
2
KVM guest creation - no manual interference
Hi I've looking for a way to create KVM virtual machines completely automated without the need to interact with guest operating system during installation. With ubuntu-vm-builder is possible create the guest, list packages to be installed and scripts to be run. Is there a way to do something like it with libvirt? Thanks! __ Lucas Arbiza email: lucas.arbiza at gmail.com celular: +55 (55)
2007 Jun 07
1
ensuring apt-get update is run first
I''m trying to do bootstrapping of debian boxes using pxeboot, debian preseeding files and then puppet. Over time I''d like more and more to be done in puppet :) One issue I''m hitting is the repository configuration. Depending on the node configuration, I''m supplying various files (with repository information or proxy settings). I then have an upd...
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...
2014 Apr 11
1
VIRT SIG Meeting Minutes [11/04]
...ollowing ongoing discussion === Relationships to other SIGs === Right now it makes sense to focuse on other active SIGs * Cloud Instances SIG * Storage SIG * ACTION LK: to keep in touch with patrick from Storage SIG * ACTION GD: reach out to Cloud Instance SIG (I think there are issues with preseeding, and passwords) * ACTION LK: knows DavidNalley - chat to him about Cloud Instances SIG
2016 Jul 09
2
IRC question about virt-builder ubuntu-* images
22:06 < adam12> rwmjones: If you're still around, just curious - any reason why the ubuntu14 image doesn't come with `dpkg-reconfigure openssh-server` already configured for firstboot? The reason is because I couldn't work out how to automate this in the preseed script. If you want to have a go, then see:
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
2017 Aug 04
3
Cross compiling C++ program
On Fri, Aug 04, 2017 at 04:03:35PM -0600, Jonathan Roelofs wrote: > > > 1) Pick a directory as your sysroot > > ~/arm-sysroot > > > > > 2) Install the libc headers there (without having built it) > > What I did was mv musl-*/include ~/arm-sysroot/usr/include. > > I think you need to copy them, not move them. On a new directories and fresh untar of musl, I
2007 Sep 19
12
server provisionning
Hello puppet users, I know this is not really a puppet thing but i wanted to know what tools do you use for server provisionning ? I have to build quite a lot of servers for a prject and i need to instal them. Of course puppet take care of the configuration but i wondered if some of you use things like FAI . It seems that i could use puppet to script FAI to install machines. What do you
2017 Jul 10
7
[PATCH 0/5] various improvements for make-template.mk
Hi, this series improves the generation of Debian templates, automating basically almost all the steps needed. Also, it fixes the generation of aarch64 images with NVRAM, which is currently removed too soon, and thus not saved and compressed. Thanks, Pino Toscano (5): builder: templates: update Debian preseed from Stretch builder: templates: generalize debian location builder: templates:
2007 May 22
4
Newbie: Am I looking at the right tool?
Hi, I''m absolutely new to centralized server management, sorry sorry in advance for any stupid remarks. Looking on the puppet documentation, I mainly find a lot of info about how to manage the config files, but nothing about centralized control. So I''m wandering if I''m looking a the right software package for my needs. I want to be able to do the following from a
1998 Oct 15
1
Problem to map home dir
...jis7: if your machine support JIS7 # jis8: if your machine support JIS8 # junet: if your machine support jis7 + junet rule # hex: if your machine only support 7 bits ascii filename only # convert to hexdecimal code preseeding ':'. # see also README.jis ###################################### # This is for SUNOS 4. Use the SUNOS5 entry for Solaris 2. # Note that you cannot use Suns "cc" compiler # as it's not an Ansi-C compiler. Get gcc or acc. # Note that if you have adjunct passwords you may nee...