Displaying 20 results from an estimated 600 matches similar to: "defaultto in hash property not obeyed"
2009 Sep 10
1
trouble with custom type on 0.24.8
I''m having trouble getting a simple custom type to work.
Clients are giving me the following error:
"Could not retrieve catalog: Could not find resource type zypper_repo
at /etc/puppet/manifests/nodes/mgt.pp:33 on node <host.fqdn>"
The custom type is present in the /var/lib/puppet/lib/puppet/type
directory on both clients and server (via pluginsync), but it''s
2012 Nov 07
2
Custom Type & Invalid Parameter...
Hi All
As per my various other Posts, I''m writing a customer type and provider set
for NetApp support..
My current problem is that the ''puppet device -v'' run keeps failing with:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
> Invalid parameter aggregate at /etc/puppet/manifests/site.pp:30 on node
> actint-star-nactl01
>
Now
2007 Sep 24
3
Custom type
Hi.
I have a small problem with the custom type I am working on. I define
method ''evaluate'' which is called after all data is been collected. Here
it is:
module Puppet
newtype(:test) do
newparam(:name) do
end
newparam(:listen) do
defaultto "silent"
end
def evaluate
puts "evaluating..."
return super.evaluate
end
2011 Jan 21
6
help writing types/provider
I''ve almost finished a pretty simple type/provider to manage
RabbitMQ users and virtual hosts.
I''m using the ''ensurable'' keyword in my type to save a bit of boilerplate.
Type is below (the provider is just a wrapper around the ''rabbitmqctl''
command.
Have a feeling there''s a developer guide somewhere I haven''t found
(been
2010 Jun 30
1
Problem using the logadm pattern
Hi All
I am trying to deploy the Solaris logadm pattern from
http://projects.reductivelabs.com/projects/puppet/wiki/Logadm_Patterns. I
dropped it in .../lib/puppet/type/logadm.rb
However, I am getting an error message:
err: Could not run Puppet configuration client: Munging failed for value
"puppet" in class backup: Global resource access is deprecated
And I have traced it back to
2013 Jul 13
10
username/password combo for custom provider (couchbase)
Hi,
I''m trying to program custom type for managing Couchbase buckets.
Problem is that every RW operation to Couchbase cluster (creating,
deleting, resizing bucket) requires admin privileges (username/password).
Do you have any suggestion how should I pass the username/password to
provider? If I make it a param, then every resource of type
''couchbucket'' will need to
2000 Jun 22
1
Time resolution on stored files?
I am using a Samba server not only for file sharing but also as a location
for backup copies of Windows based files.
I have tried using xcopy and a product call InSync from Dillobits software
and I think both are running into the same problem.
The problem is that these tools do not think that the time stamp on the
file stored on Samba is the same as the time stamp stored on Window (in my
2010 Jun 23
0
Custom Type & Provider - param not working
I have created a custom type and provider. I wanted to go back and
add in a little more functionality so I wanted to give it a new
parameter. So where I declare the type I added
newparam(:recurse) do
newvalues(:true, :false)
defaultto :false
end
No matter what I set the param to in my pp file accessing this param
using @resource[:recurse] it is always nil. I have tried not doing
any
2013 Feb 11
2
file resource, multiple owner values
With Puppet 2.7.20, it seems that when I write
file { ''/tmp/bla'':
owner => [''root'', ''jared'']
}
then if the owner of /tmp/bla is either root or jared, nothing happens,
and if not, the owner is changed to root. More generically speaking, my
reading of the code suggests that if the owner of the file is in the
given list (the
2020 Oct 14
0
azure ad provisioning | password hashes sync
Hi,
Meanwhile we have discovered this bug report:
https://bugzilla.samba.org/show_bug.cgi?id=10635
where Andrew is asking to test again with modern versions as a first
step towards a solution.
So I will start upgrading our DCs to latest in de coming period, to see
if that helps anything.
Strange also that the reporter of bug 10635 is seeing all kinds of error
messages logged in azure, and
2020 Oct 14
2
azure ad provisioning | password hashes sync
Hi,
We are (again) looking at syncing our samba AD to the azure AD cloud.
I installed a win2016 server domain member server and set it up for
syncing, including password hashes, so users can login azure/O365 using
their on-prem passwords.
We're using microsoft's latest tech: the new "Azure AD Connect cloud
provisioning". We made sure to check "password hash sync".
2011 Feb 22
1
ANNOUNCE: Puppet 2.6.5 - Release Candidate 5 available!
We''re back with a maintenance release: 2.6.5. This release addresses a
number of bugs in the 2.6.x branch and adds a handful of features and
documentation updates.
This release candidate contains fixes for bugs identified in the
previous release candidates:
- rc1 caused a warning on Ruby 1.8.6 which could cause log pollution. This
release candidate no longer generates the warning.
- rc1
2002 Apr 03
2
Raw EXT3 block format
Hello Guys,
I am looking to extend/create a file system that span networks/device of any
kind, shape and manner :) Check out http://www.insync.za.net/openufs/ (also
on http://openufs.sourceforge.net - but Iam not here to adv. the site !)
I would like to know, where can I find what EXT3 will write to the disk, how
it works etc.
Surely EXT3 will write something like this :
Block 0 - (1024 bytes)
2011 Feb 04
1
ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
We''re back with a maintenance release: 2.6.5. This
release addresses a number of bugs in the 2.6.x branch.
2.6.5 is a maintenance release in the 2.6.x branch and it contains only
bug fixes, documentation updates and a small handful of features.
The first release candidate is available for download at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.5-rc1.tar.gz
We''re
2008 Feb 05
2
help with oop in R - class structure and syntex
Hi,
I read section 5, oop, of the R lang doc, and I am still not sure I
understand how to build a class in R for oop. I thought that since I
understand the oop syntex of Java and VB, I am wondering if the R programmig
experts could help me out by comparing and contrasting the oop syntex in R
with that of Java. For example, the basic class structure in Java is like
this:
public class Bicycle {
2017 Aug 10
0
dict client auth-worker service count not obeyed?
Hi,
I've noticed that in recent dovecot versions at least since 2.2.29 and
not in 2.2.12 a dovecot auth-worker will happily issue two
Lshared/passdb... queries on the same dict socket. Not always, but
sometimes.
It used to be that the dict client always closed the socket (AFAIK)
after 1 query. But now I see 2 queries issued on the same connection.
How does this work wrt. the service_count
2008 Mar 13
1
file creation mode is not obeyed
Samba 3.0.26a
OpenSuse 10.3
In samba.conf the default file creation mode is set to 775 (group write).
This mode is not followed or established when a domain user creates a file.
It is not group writable.
--
Chris Christoph P. U. Kukulies
2003 Nov 30
1
Dial "T" option not obeyed with Grandstream BT101
In the following scenario, the user calling from a SIPphone registered
phone is able to transfer the called user to another extension.
sip.conf:
[general]
port = 5060
context = from-sip
register => number:password@proxy01.sipphone.com
extensions.conf:
[from-sip]
exten => s,1,Dial(SIP/111&SIP/117)
exten => 111,1,Dial(SIP/111,20)
exten => 117,1,Dial(SIP/117,20)
1. The calling user
2016 May 18
0
SGID bit not obeyed in 4.3.9?
On 18/05/16 21:18, Smith, Jarrod A wrote:
>> On May 18, 2016, at 2:38 PM, Rowland penny <rpenny at samba.org> wrote:
>>
>> On 18/05/16 19:44, Smith, Jarrod A wrote:
>>> We just upgraded to 4.3.9 (from 4.1.x) and are experiencing a few issues/differences around permissions on files written from Windows clients authenticated from winbind/AD. One specific issue that
2013 Mar 22
0
ACLs not obeyed when connecting to a share from a trusted domain where share path target contains spaces
Hi,
Running 3.6.12 here, I've come up against a very odd bug. It seems that
if you define a share where the "path =" parameter contains spaces (ie
"/home/samba/test test") it will be accessible from windows clients in
the same domain as the server, but will give an "access denied error"
from windows clients connecting from a trusted domain, even though a