search for: template

Displaying 20 results from an estimated 12635 matches for "template".

2007 May 04
3
fileserver hanging
...8/puppet/client/master.rb:344:in `run'' from /usr/sbin/puppetd:424 server side: info: Found test.dmz.ciphirelabs.net in /etc/puppet/manifests/site.pp info: Found base_node in /etc/puppet/manifests/site.pp info: Found true_base in /etc/puppet/manifests/site.pp debug: apt: Retrieving template sources.list.erb debug: template[/var/lib/puppet/templates/sources.list.erb]: Interpolated template /var/lib/puppet/templates/sources.list.erb in 0.00 seconds debug: update-check: Retrieving template update_check.pl.erb debug: template[/var/lib/puppet/templates/update_check.pl.erb]: Interpolated te...
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(+)...
2013 Jun 09
2
virsh snapshot-create and blockcopy
Hello. I just tried the following: virsh dumpxml --security-info gentoo-template > gentoo-template.xml virsh snapshot-create gentoo-template virsh undefine gentoo-template virsh blockcopy gentoo-template vda /opt/virt-backup-blockcopy/gentoo-template/gentoo-template.qcow2 --wait --verbose --finish virsh define gentoo-template.xml virsh snapshot-delete gentoo-template --cur...
2006 Sep 01
5
templates and require
Thanks everyone for your quick responses to my questions. I''m trying to get templates working. I want to pull the template down from the puppet server, then use it. It looks like the require parameter is not being enforced when using the content parameter so the template can''t be found. This doesn''t work: file { "/etc/lighttpd/lighttpd.conf" :...
2007 Aug 29
11
Non-Erubis Templates
Trunk Issue: Because of the use of ''autoload'', template handlers other than Erubis are not loaded automatically (Haml, XMLBuilder). Either this should be fixed, or the documentation should be updated to instruct people how to use non-Erb template engines. Apparently the solution is to do something like this in merb_init.rb: ::Merb::AbstractControlle...
2018 Apr 04
2
glusterd2 problem
...r=/var/log/glusterd2 logfile=glusterd2.log loglevel=debug noembed=false peeraddress="192.168.222.24:24008" rundir=/usr/var/run/glusterd2 source="[config.go:129:main.dumpConfigToLog]" statedump=true version=false workdir=/etc/glusterd2 DEBU[2018-04-04 09:28:17.067244] loading templates source="[template.go:64:volgen.LoadTemplates]" templatesdir= DEBU[2018-04-04 09:28:17.068207] generated default templates source="[template.go:82:volgen.LoadTemplates]" templates="[brick.graph distreplicate.graph fuse.graph distribute.graph replicate.graph disperse.gra...
2010 May 03
1
Simple issue with templates.
Hi all, My brain is now officially dead! I have a series of modules that have a tree layout as documented in the "best practice" guide. One of the directories I have is "templates" and in this directory I have placed a template.erb file, however no matter how I refer to the path in my init.pp, I cannot get it to include. I''ve even set "templatedir" to /usr/share/puppet/modules (the module dir) in /etc/puppet/puppet.conf but I keep getting the follow...
2013 Jun 10
2
Re: virsh snapshot-create and blockcopy
Am 10.06.13 09:07, schrieb Kashyap Chamarthy: > On 06/09/2013 02:46 PM, Thomas Stein wrote: >> Hello. >> >> I just tried the following: >> >> virsh dumpxml --security-info gentoo-template > gentoo-template.xml >> virsh snapshot-create gentoo-template >> virsh undefine gentoo-template > > Wait - is that really the command you used after "snapshot-create" ? > Because: You cannot undefine a guest with a snapshot without first deleting its metadata &g...
2007 Nov 06
6
size of template file
Hi, How big a template file can be? When I tested with a kind of large file (about 23KB, 570 lines), puppetmasterd ended up with a segmentation fault. Then I made the file shorter than original (about 6KB, 145 lines), the file was created but it is shorter than it should be. What I have is just 3994 bytes and 80 lines....
2013 Jul 01
4
[LLVMdev] [bikeshed] Anyone have strong feelings about always putting `template <...>` on its own line?
tl;dr If there are no objections I'd like to change clang-format's LLVM style to always put `template <...>` on its own line. I think it's a general code-layout consistency win and avoids some cases where trivial code changes result in significant formatting differences (see the last example). Examples of the current behavior: -------------- template <class ELFT> class ELFState {...
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: general...
2008 Oct 28
2
Kickstart package groups
Hello, I'm building another kickstart CD, minimal, and creating my own repository. Is there any way I can get the list of files that a group (like @core o @base) will install? The idea is to put only those files in the repository to be included later in the iso file, and only those files, nothing else. Thanks in advance Francisco -------------- next part -------------- An HTML attachment
2005 Dec 28
3
[Templates] [Noob] templates across controllers?
Fine Rails Hackers: I am trying to decide how to approach a templating concern. I would like to define a standard template for all of my pages (including a basic header, styles, footer) across my five base controllers: desktop, events, financials, and records, account. Is there a top level place to declare a template across the entire application regardless of the controller? I understand how to declare a template wi...
2018 Apr 06
0
glusterd2 problem
...erd2 logfile=glusterd2.log loglevel=debug > noembed=false peeraddress="192.168.222.24:24008" > rundir=/usr/var/run/glusterd2 source="[config.go:129:main.dumpConfigToLog]" > statedump=true version=false workdir=/etc/glusterd2 > DEBU[2018-04-04 09:28:17.067244] loading templates > source="[template.go:64:volgen.LoadTemplates]" templatesdir= > DEBU[2018-04-04 09:28:17.068207] generated default templates > source="[template.go:82:volgen.LoadTemplates]" templates="[brick.graph > distreplicate.graph fuse.graph distribute.graph replicate.gr...
2013 Jul 01
2
[LLVMdev] [bikeshed] Anyone have strong feelings about always putting `template <...>` on its own line?
...ecializations > like > > isPodLike). I give some rough numbers here > > <http://thread.gmane.org/gmane.comp.compilers.llvm.devel/63378> > > Fair enough - could we draw any further stylistic conclusions that > could motivate clang-format? If the entire definition of the template > fits on one line is it pretty consistent that it's defined on the one > line rather than split? What about template declarations, if any? > > As a rough count, there are at least "hundreds" of cases where it changes previously existing template definitions onto one line...
2006 Jul 11
7
Rails associations: Easy Question requires dumb answer
***Scroll down to see the dumb quick question*** I have two Models: class Template < ActiveRecord::Base end which has this migration: /snip t.column :name, :string And the other model: class Product < ActiveRecord::Base has_one :template end with the migration: /snip t.column :qty, :integer, :default => 0 t.column :specialDescription, :string...
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 insertions(+), 1 deletion(-) diff -...
2009 Jan 20
4
Shared templates across controllers
Hey all, Here''s my situation: I have a pair of controllers with associated models (called Services and Testimonials) that are quite similar. Because their CRUD behavior is executed via AJAX, the "templates" for the actions are all short .rjs files. Now, because of the similarity of the models, most of the templates are exactly the same, with only the object names changed. That is, where one looks like this: page.visual_effect :toggle_slide, ''hidden_testimonial_form'' page.visu...
2013 Jul 02
2
Re: backup procedure using blockcopy
...> virsh blockcopy dom vda /path/to/backup-vda > polling loop - check periodically until 'virsh blockjob dom vda' > shows 100% completion > virsh suspend dom > virsh save dom /path/to/memory-backup --running This does not work for me. hn ~ # virsh blockjob gentoo-template vda Block Copy: [100 %] hn ~ # virsh save gentoo-template /opt/virt-backup-blockcopy/gentoo-template/gentoo-template-memory-backup --running error: Failed to save domain gentoo-template to /opt/virt-backup-blockcopy/gentoo-template/gentoo-template-memory-backup error: Requested operation is not va...
2012 Oct 23
1
[LLVMdev] Clang fails to compile template with dependendent Non type template parameter.
Hi All, I'm trying to compile the following code on clang- template <int dim> class X {}; template <class T> struct Y { static const unsigned int dim = 1 ; template <class U> X<Y<T>::dim> f(); }; template <class T> template <class U> X<Y<T>::dim> Y<T>::f() { return X<dim>(); } int main() { Y&...