Displaying 20 results from an estimated 1100 matches similar to: "Mapped username then gets mapped to "Anonymous""
2010 Dec 03
7
Puppet updating from relative directories or chroot
Anyone had any experience getting puppet to update multiple OS''s on a
single server?
For example, for a set of blades Network booting from a primary
server, the OS for each blade would be stored on the primary server.
For example:
/pxe/host1/<normal OS directory structure>
/pxe/host2/<normal OS directory structure>
.....
/pxe/hostn/<normal OS directory structure>
Can
2004 Jun 15
5
Shorewall 2.0.3 RC1
http://shorewall.net/pub/shorewall/Beta
ftp://shorewall.net/pub/shorewall/Beta
This is Beta 1 plus fixes to the problems reported by Michael Van Damme
and Jochen Schlick.
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
2002 Aug 18
2
Are these BUGS? anyone experienced either of these?
I have experienced a couple of (minor) problems with Samba
Thought I would report these and ask if they are known problems.
1. Problem with "!" in username map file
2. Samba tools e.g. smbstatus, testparm not accounting for "config file"
parameter
1. There appears to be a problem with a minor part of username map file
interpretation.
When I put an exclamation mark
2012 Jun 29
6
UX/UI of puppet help when face actions have unmet dependencies
Hello,
We''re trying to come up with a nice way to indicate when a Puppet
module like cloud provisioner breaks a Puppet subcommand because of
missing dependencies.
When this happens in the current 3.0rc branch, all help for all
subcommands is unavailable. This isn''t very helpful.
We''re planning to simply mark the subcommands that have incomplete
actions as
2010 Apr 23
6
/etc/passwd, shadow, group, hosts
Hello All,
I''m new to puppet, and I''d like to know: Is there a formal best
practices guide for syncing { /etc/passwd, shadow, group, hosts}
across clients from the master? For instance; is it a better practice
to make a hard link to these files and share the link, as opposed to
just sharing the files directly via a target in fileserver.conf?
Inquiring minds want to know...
2011 May 20
4
finding consultants or full time puppet experts?
We are looking to hire a full time (or possibly a consultant) in
Boston with experience in AWS and Puppet (or Chef :)
http://www.fiksu.com/company/careers/cloud-operations-manager
Any good leads on other places to look for someone like that?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2009 Jul 10
6
Best practices for building a file from distributed data.
G''day.
I am wondering what the current best practice for building a single file out
of distributed fragments is with puppet. Specifically, my problem:
1. Install munin-node on arbitrary machines.
2. Install ''munin.conf'' as a single file on one machine, containing a
configuration stanza for every machine that munin-node is installed on.
The current best practice
2003 Oct 08
1
Samba 3.0.0: option admin user not working in smb.conf?
Hello List!
I successfully installed, configured and joined Samba 3.0.0 on Solaris
9 to Windows 2000 Active Directory.
I tried to set the option admin user in smb.conf to user (ingres).
After doing so the user isn't able to connect or browse to the Samba
server anymore. Without this option the user just connects fine and is
able to browse the Samba server. The goal is to have the user
2006 Mar 17
1
getpwnam() fails for LDAP Users on AIX 5.3
Hello List,
below our smb.conf and loglevel 5 output of a failed authentication. We
want to get the Unix User details from MS-SFU using the new idmap_ad
Backend.
If the Windows User is mapped to local name it's all fine. But if we want
to use our SFU Users it fails. We believe getpwnam() on AIX is faulty.
"id username" and login works for all users local and AD!
Any ideas how to
2011 Jun 28
3
FIPS 140-2 compliance
I''ve just posted a feature request
<http://projects.puppetlabs.com/issues/8120> relating to FIPS 140-2
compliance. I''m pointing to it here on the mailing list because I listed
there five places where Puppet (nay, Ruby!) crashed while I was testing
a deployment using FIPS mode on all hosts. It crashed because it tried
to use MD5, and OpenSSL in FIPS mode doesn''t let
2004 Jul 06
3
bug in parsing the 'username map' in 3.0.5pre1
Hi Jerry et al,
the parsing of the 'username map' file seems to be broken in 3.0.5pre1 and
a few earlier releases. The '!' at the beginning of a line is ignored.
Something like
!lp = lp
!chbeyer = chbeyer
!guest = guest
nobody = *
doesn't work anymore :-(
from the man page:
[ snip ]
If any line begins with an '!' then the processing will
stop
2010 Dec 26
6
variables created with generate() function have a newline when used in a template
I have this in nodes.pp
$puppetmaster_fqdn = generate("/usr/bin/facter","fqdn")
and this in a template
http://<%= puppetmaster_fqdn %>:8080
When puppet runs, this is the result:
http://puppet.home
:8080
Anybody any clue to whats causing this? I''ve tried -%>
--
You received this message because you are subscribed to the Google Groups "Puppet
2011 Jun 24
7
Different users within same exec
I have the following exec in my manifest :
exec { some_exec:
path => [ "/bin","/usr/bin","/usr/local/bin" ],
command => "EXECUTE COMMAND 1",
onlyif => "EXECUTE COMMAND 2",
logoutput => "on_failure"
}
I want that the "COMMAND 1" should be executed by "USER 1" and
"COMMAND 2"
2012 Feb 08
10
puppetd hanging on some nodes
Hi All,
In my set-up, I''ve got a cron job that triggers a Puppet run every 20
minutes. I''ve found that on approximately 13 nodes (out of 166),
puppetd just hangs. I have to go in, kill the process, remove
/var/lib/puppet/state/puppetdlock, and run puppet again and then it''s
fine.
After a while, it just hangs again so I have to go in, kill the process, etc.
Any ideas?
2012 Feb 13
5
Removing the ability to serve symlinks as symlinks from the master...
G''day.
We recently found some issues with the `links => follow` setting in
recursive file copying; the designed behaviour is that it should allow
you to determine if the master serves a symlink in a module as a
symlink, or as the content of the file that the symlink points to.
The full details are here: https://projects.puppetlabs.com/issues/12418
The short version is that toggling
2010 Dec 15
3
having trouble with puppet 0.25.5 on openbsd 4.8 on amd64
My manifest includes this snippet
class app_client_openbsd {
$app_client_pkgs_obsd = [ ''glib2-2.24.1p2'', ''gtar-1.23p1'' ]
package { "${app_client_pkgs_obsd}":
ensure => ''installed'',
source => "http://${installserver}/openbsd/${operatingsystemrelease}/packages/${hardwaremodel}/${name}.tgz",
}
This
2012 May 03
2
username map not working to 3.6.3 (security =ADS)
Hi all,
?
i'm working on solaris 10 with compiling samba version 3.6.3.
My box is client?of LDAP on solaris server
Server Samba is domain member of AD Windows 2008R2
Kerberos is configured to link to AD Windows 2008R2.
?
I'm not use windbind in my configuration.
?
I've got this messages
?
[2012/04/27 13:39:10.550408,? 3] auth/user_krb5.c:50(get_user_from_kerberos_info)
? Kerberos
2011 May 06
2
undefined method `[]' for nil:NilClass
I am getting this error on all my hosts, I can''t tell that it''s
causing a problem, everything seems to be working fine.
Fri May 06 12:52:16 -0700 2011 /Stage[main]//
Resources[ssh_authorized_key] (err): Failed to generate additional
resources using ''generate'': undefined method `[]'' for nil:NilClass
We are using user and group purging for all uids/gids
2006 Aug 18
8
Strange Usermapping problem with 3.0.23b
Yesterday evening I upgraded my FreeBSD 5.5-RELEASE Server from Samba
3.0.22 to 3.0.23. This gave me a LOT of work today... :-(
This is what I found so far:
My Samba-Server is member of a large ADS-Domain. After the upgrade,
file based Usermapping didn't work anymore... better: it worked TWICE.
(I once opened a PR for that a few years ago :-). So, with LogLevel 3:
2012 Oct 21
2
Razor Mongodb related questions
I''m new to Razor and have two questions related to Razor Mongodb:
1. Is there available Razor object relationship diagram that describes
relationships between Razor slices?
2. Does Razor make use of Mongo''s JSON doc store features like automatic
secondary indexing on all JSON attributes?
--
You received this message because you are subscribed to the Google Groups