similar to: hard to define

Displaying 20 results from an estimated 700 matches similar to: "hard to define"

2012 May 18
0
Installing RT4 with preseed on Ubuntu 12.4
Hi All, I''m trying use use puppet in masterless mode to automate the setup of an RT4 server. I''ve used the example preseed define from http://projects.puppetlabs.com/projects/1/wiki/Debian_Preseed_Patterns. I set up RT4 manually, dumped the debconf keys into a preseed file, rolled back the VM snapshot and tried to apply the manifest. The apply failed with a bunch of errors
2007 Feb 09
12
Module Organization
This is in reference to David Schmitt''s writeup [1] I like that writeup a lot; I just had a few comments/clarifications: * Namespaces: For now, we just use a flat namespace for modules, i.e. you can''t have modules within modules, and you always know that in a fully qualified name ''foo::bar::baz'' that ''foo'' is the module name and
2017 Mar 08
2
LLVMGetBitcodeModuleInContext2 problem
I'm trying to use LLVMGetBitcodeModuleInContext2 to load a .bc file. However, it's not working. The code looks something like this: void llvm_load_IR_library(char *path) { LLVMContextRef global_context; LLVMMemoryBufferRef module_path; LLVMModuleRef ir_lib_module; bool flag; module_path = LLVMCreateMemoryBufferWithMemoryRange(path, strlen(path),
2017 Mar 08
2
LLVMGetBitcodeModuleInContext2 problem
> > > module_path = LLVMCreateMemoryBufferWithMemoryRange(path, > strlen(path), "path", 1); > LLVMCreateMemoryBufferWithContentsOfFile takes a path. Erm...no...the code is calling LLVMCreateMemoryBufferWithMemoryRange, not LLVMCreateMemoryBufferWithContentsOfFile... Or do you mean I need to load the module into memory before calling
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
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
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.
2007 Nov 18
5
modules yet again
I know this comes up periodically, and I''ve read through the wiki (including the Best Practices page) & list archives, but still can''t quite get my head around it. I see lots of references to /modules and $MODULE_PATH, but am not sure what these refer to. Here''s a basic setup I have. Let me know if this looks correct: /etc/puppet/ |-- autosign.conf |--
2017 Jul 10
1
check-release FAILED (was: Re: [PATCH 5/5] builder: templates: pass empty proxy to d-i when not set)
Checking out sources from https://github.com/libguestfs/libguestfs ... /var/tmp/tmppyH7Jl/libguestfs /var/tmp/tmppyH7Jl Reset branch 'master' Branch master set up to track remote branch master from origin. Your branch is up-to-date with 'origin/master'. >From github.com:libguestfs/libguestfs 4cea914d2..28c375701 master -> origin/master Updating 4cea914d2..28c375701
2014 Sep 23
0
[PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- builder/website/ubuntu.preseed | 1 - guestfs-release-notes.txt | 1 - p2v/issue | 1 - tests/guests/guest-aux/debian-packages | 1 - 4 files changed, 4 deletions(-) diff --git a/builder/website/ubuntu.preseed b/builder/website/ubuntu.preseed index 236e174..dbe4f79 100644 ---
2014 Sep 23
1
Re: [PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
On Tuesday 23 September 2014 17:20:33 Hu Tao wrote: > Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> > --- > builder/website/ubuntu.preseed | 1 - > guestfs-release-notes.txt | 1 - > p2v/issue | 1 - > tests/guests/guest-aux/debian-packages | 1 - > 4 files changed, 4 deletions(-) > > diff --git
2002 Jan 18
1
Problems with spaces in filenames in scripts
I've got some (bash) shell scripts which I'm using to call rsync based on command-line options passed to the script. The problem I'm having is with spaces in the filenames/paths. I can do: --- rsync -rav --modify-window=2 --stats --partial --compress --timeout=30 "localhost::module_name/dir/file with spaces.doc" "/smb/dir/dir with spaces/" --- on the command
2016 Jul 12
1
Re: IRC question about virt-builder ubuntu-* images
On Tue, Jul 12, 2016 at 07:40:51PM +0200, Guido Günther wrote: > On Sat, Jul 09, 2016 at 08:20:27AM +0100, Richard W.M. Jones wrote: > > > > 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? > > >
2012 Oct 04
1
Out of memory parsing config file
Hi, I'm using PXELINUX and I'm getting "Out of memory parsing config file" when network booting. I have a lot of entries in my default file under pxelinux.cfg and if I delete some entries the error disapear. Is there a limit for number of entries? How can I increase them? My entries are like these: DISPLAY boot.txt LABEL debian-Debian6.0.6-amd64 ??? kernel
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
On Tue, Aug 15, 2017 at 12:06:09AM +0200, Florian Klink wrote: > The previously selected 'atomic' recipe resulted in 2GB swap in a 6GB > volume. Also, we don't really need the boot partition, so just create a > partition using the whole disk space. > --- > builder/templates/debian.preseed | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) >
2011 Mar 16
0
[GIT PULL] elflink compiler warning fixes
Hi, These patches fix some compiler warnings in ldlinux and elflink. I've tried to split the patches out so that they only change one file or one type of problem at once. So, if they do inadvertently introduce any bugs it should at least be easy to bisect to a smallish commit. The following changes since commit 9ded45991b4fc83b40af963feb773ddca2589d74: ldlinux: Parse and store the
2014 Sep 23
0
[PATCH 13/13] syntax-check: fix trailing_blank check
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- builder/website/debian.preseed | 2 +- builder/website/index | 120 +++++----- builder/website/index.asc | 120 +++++----- customize/customize_run.mli | 2 +- daemon/mount.c | 2 +- fish/test-file-attrs.sh | 10 +- generator/c.ml | 2 +- guestfs-release-notes.txt | 520
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 Apr 25
3
Exec and snmpd restart question
Hello Pros and users of Puppet. I have two problems with the following modul setup: My first problem that i tried every combination of require,notify,subscribe for the mail sending exec but it runs every single time when i run the module no matter if the files changed or not. Second problem that puppet reports that snmpd was refreshed by two resource and restarted but actually it doesnt happen.
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