Displaying 20 results from an estimated 3000 matches similar to: "Defined function and classes"
2007 Jul 31
2
Node and Class unique naming
All
I am doing some testing and have a quick question. Do class and node
names have to be unique? I define a node:
node test {
include test
}
and a class called test.
When I run the test node and connect I don''t get an error but no
configuration is applied to the node. Is this normal behaviour or a
bug? If it''s normal behaviour should Puppet tell you about the
2009 Sep 26
1
mboost_1.1-3 blackboost_fit (PR#13972)
Full_Name: Ivan the Terrible
Version: 2.9.2
OS: Windows XP SP3
Submission from: (NULL) (89.110.13.151)
When using the method blackboost_fit of the package mboost appear following
error :
Error in party:::get_variables(obj at responses) :
trying to get slot "responses" from an object (class "boost_data") that is not
an S4 object
Simple test case that produce bug:
2007 Dec 26
1
Visit to Melbourne in January
Hi all,
I''ll be in Melbourne, Australia from January 24th until February 2nd,
for LinuxConf Australia and a bit of vacation. James Turnbull is
going to organize a meetup during the trip, so ping James at
james@lovedthanlost.net if you''re going to be in .au and are
interested in joining us.
Cheers,
Luke
--
Never interrupt your enemy when he is making a mistake.
2006 Jul 19
1
Updating a model from a checkbox (noob question)
Hello everyone,
I''m trying to wire a combobox in a view to update the database. When I
select something in the combobox and press ''update'' it goes through
fine, except it places the default value for the field of the combobox.
Any suggestions?
Here''s the model:
class TestResult < ActiveRecord::Base
has_one :status_index
has_one :test_type
has_one
2007 Dec 28
5
Still need help with ticket triage
As everyone probably realizes, I''m getting swamped with incoming
problems and tickets and I still need help triaging the tickets.
James Turnbull has volunteered to help some, but I think we need more
than one person. We''ve had a few people step in once or twice, but
I''d like to be able to depend on Unreviewed tickets getting handled
by someone else, rather
2006 Sep 25
2
Virtual Folders
Hi
Just wondering if Virtual Folder functionality was on the roadmap for
Dovecot?
Thanks
James Turnbull
--
James Turnbull <james at lovedthanlost.net>
---
Author of Pro Nagios 2.0
(http://www.amazon.com/gp/product/1590596099/)
Hardening Linux
(http://www.amazon.com/gp/product/1590594444/)
---
PGP Key (http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x0C42DF40)
--------------
2007 Jan 03
1
Dovecot Sieve capabilties - regex
Hi
Does the Dovecot Sieve implementation support the regex capability?
I get the following error when I try to add it:
Jan 3 16:07:30 absinthe deliver(james): sieve parse error: line 1:
Unsupported features in require line
The line is:
require "regex";
Thanks
James Turnbull
--
James Turnbull <james at lovedthanlost.net>
---
Author of Pro Nagios 2.0
2007 Apr 14
1
Wiki language issues
Hi all
It's morning and I haven't had coffee but has anyone else noticed that
the Wiki seems to have changed languages from English to Russian in
sections?
http://wiki.dovecot.org/FrontPage
It appears a user has made some edits to a couple of the pages and
'translated' them.
Regards
James Turnbull
--
James Turnbull <james at lovedthanlost.net>
---
Author of Pro
2009 Sep 06
1
[LLVMdev] llc crash when a const struct includes a zero-length member
When I run llc on the (assembled version of) the following code on Linux x86:
%testType = type {i32, [0 x i32], i32}
define i32 @main() {
%1 = alloca %testType
store %testType {i32 1, [0 x i32] zeroinitializer, i32 2}, %testType* %1
ret i32 0
}
llc crashes with a segmentation fault. It happens in the 2.5 release
version and in the version I pulled from svn trunk about two hours
ago.
2007 Dec 18
5
resource collection error
I''m seeing these in my logs on my puppetmaster:
puppetmasterd[4111]: Could not store configs: SQLite3::SQLException: SQL
logic error or missing database: DELETE FROM fact_values
WHERE "id" = 8
currently this is 0.24.0
relect from some previously collected resource that wasn''t cleaned up?
upgrade issue?
nothing to worry about?
that''s the only
2007 Dec 19
3
Facter operatingsystemrelease on CentOS
I found that has been fixed in Fedora and RedHat which return the version
( like 5, 7, 8 etc.. ) but in CentOS, it still return the kernel version
instead.
=================
Barrow Kwan
ThoughtWorks, Inc.
New from ThoughtWorks: Mingle, an Agile project management application.
Mingle. Project Intelligence. Powerfully Simple.
More at http://studios.thoughtworks.com
2013 May 05
0
[LLVMdev] llvm-c: Types of functions
Hi All,
I'm beginning to learn & explore the LLVM API via the C bindings. Am running into
some troubles but at the moment cannot tell if this is just my misunderstanding/misuse
of the API, or a bug somewhere.
I have a bitcode file generated with 'clang --emit-llvm' and I know this is good because
I can run the 'test' function inside with lli, no problems.
However I run
2006 Oct 16
0
Dovecot and CRAM-MD5 authentication (brief) HOWTO
Hi all,
I just finished configuring CRAM-MD5 for Dovecot and noted there were
not a lot of resources out there that described the process.
I've written up a rough and brief HOWTO at:
http://www.kartar.net/weblog/cram-md5-authentication-with-dovecot/
Comments welcome and hope it helps someone.
Regards
James Turnbull
--
James Turnbull <james at lovedthanlost.net>
---
Author of Pro
2008 Jan 16
1
modulepath not working with environments
I''m testing the new environments feature in 0.24.1.
http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments
But I am having a problem getting it to recognise the modulepath setting
within the environment.
I''m wondering if this is a bug or if I am doing something wrong
For this example, the environments are called "prod" and "test".
On the
2007 Dec 04
7
anyone using generate()?
I was playing around with the generate() function and was wondering if
anyone was making us of it.
The current way I''m attempting to use it is to determine what the homedir of
a given user is.
I have:
---
$homedir = generate("/bin/sh", "-c", "grep ^${name} /etc/passwd | cut -d:
-f6")
---
which returns what I expect it to return except that it preserves the
2007 Dec 22
6
ANNOUNCE: 0.24.1 is out
Hi all,
As promised, 0.24.1 is out. Here''s the changelog:
Updated vim filetype detection. (#900 and #963)
Default resources like schedules no longer conflict with
managed resources. (#965)
Removing the ability to disable http keep-alive, since
it didn''t really work anyway and it should no longer
be necessary.
Refactored http keep-alive so
2010 Jan 13
1
plotting moving range control chart
I have been having the same problem as poster Hodgess, below. It appears
that her question was never answered, so I would like to share a solution
with the community.
The problem is the (apparent?) inability to produce moving range process
behavior (a.k.a. "control") charts with individuals data in the package
"qcc" (v. 2.0). I have also struggled with the same limitation in
2008 Feb 04
5
possible issue with puppet/yum - maybe a repeat
Hi
working with the following
puppet-0.24.1-1
puppet-server-0.24.1-1
ruby-1.8.1-7.EL3.8
rhel3 u8
The puppetmaster is running on rhel4 u5
I am working with puppet and rhel3 u8 and I have any an issue anytime I ask
puppet to interact with yum
for the record - yum from the cli works perfectly
I setup a class to manage ntpd and in the class I have the following
function
# make sure ntpd is
2008 May 08
23
The wiki - directions and ideas
Hi all
Luke and I have been discussing the wiki and how its future development
might pan out. As a result I thought I''d canvas people for feedback.
Currently the wiki''s layout and structure is fairly ad hoc and it''s a
mix of wiki mark-up and REStructured Text (RST). We''d like to make it
more "manual" like or at least move a significant portion of
2007 Oct 19
3
Puppet port/install on FreeBSD & Open BS
Does anyone know how to install puppet as client on FreeBSD & OpenBSD.
--
Deepak
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users