Displaying 20 results from an estimated 20 matches for "mkuser".
Did you mean:
mkuper
2010 Oct 08
2
New user - Issue using Generic::Mkuser in the ghoneycutt/generic module.
...s as a requirement for ssh keys
to work. Here is my issue. I am getting this error from the agent. The
SSH part works fine, but it will not create the user due to a
dependency issue. I do not know how to debug this.
err: Could not run Puppet configuration client: Could not find
dependency Generic::Mkuser[hadoop] for Ssh::Authorized_keys[hadoop]
at /etc/puppet/manifests/templates.pp:5
Here are my files
-----
manifest/nodes.pp
-----
node "ns1.colo.networkedinsights.com" inherits "default" {
include ntp::server
ssh::authorized_keys { "hadoop":
users...
2012 Mar 30
2
Does create_resources support virtual resources?
...esources
cannot create virtual resources, but the docs I''ve read so far don''t
address it.
The class (in init.pp):
class users {
$system_users = hiera(''system_users'')
$system_groups = hiera(''system_groups'')
create_resources("@users::mkuser",$system_users)
create_resources("@users::mkgroup",$system_groups)
} # class users
The define (in mkuser.pp):
define users::mkuser (
$uid,
$gid = undef,
$group = undef,
$shell = ''/bin/bash'',
$home = undef,
$ensure = ''present'',
$ma...
2006 Oct 18
1
bug in --mkusers...?
Hi all
Just discovered that running puppetmasterd --mkusers creates the user
and group puppet, but it also changes roots group to puppet...?? That
must be a bug, right...?
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70 202 407 / Fax: 33 313 640
www.fab-it.dk / juri@fab-it.dk
2012 Jul 18
5
See puppet output in stdout when running --no-daemonize inside a bash script
I''m simply trying to run puppet inside a bash script but I''m not seeing any
output.
#!/bin/bash
puppet master --mkusers --autosign --verbose --no-daemonize
Is there an I/O redirection incantation I''m missing?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/...
2008 May 05
11
puppetmasterd --mkusers
I''m trying to run puppetmasterd the first time with --mkusers. It
fails with the following error message:
001 # /usr/bin/puppetmasterd --mkusers
Could not configure for running; got 1 failure(s)
Adding --verbose and --debug does nothing to improve the output. How
do I begin to debug this?
--~--~---------~--~----~------------~-------~--~----~
You received...
2011 Mar 03
1
Puppet without FQDN (could not retrieve fact fqdn)
Hello,
I am testing Puppet and I would like to use it without having to add a
DNS entry. Is there a way around this, or am I required to rely on
DNS?
More specifically, the reason I ask is I am getting the following
error when trying to invoke puppet --mkusers:
# puppet master --mkusers
warning: Could not retrieve fact fqdn
Could not parse for environment production: Could not find file /root/
master.pp
Same goes for:
#sudo -u puppet puppet master --mkusers
warning: Could not retrieve fact fqdn
Could not parse for environment production: Could not find...
2007 Feb 12
1
probably running puppet on red hat for the first time
...http://reductivelabs.com/trac/puppet/wiki/InstallationGuide says that
you should use the vendor''s Ruby, but Red Hat''s current version of
Ruby is 1.8.1-07 - is this new enough? I assumed that it would be and
proceeded...
When I try and start up puppetmasterd either with --mkusers or --
nonodes I get the following error:
[root@flx-web-dev 1.8]# /usr/sbin/puppetmasterd --nonodes
/usr/lib/site_ruby/1.8/puppet/config.rb:42:in `[]='': Unknown
configuration parameter :lockdir (Puppet::Error)
from /usr/lib/site_ruby/1.8/puppet/config.rb:39:in
`synchronize...
2008 Jan 30
2
Bug in puppetmasterd?
Hi all,
I''ve just installed puppet in my ubuntu gutsy 7.10 linux using gem:
# sudo gem install puppet
Then, I made a basic site.pp manifest and following the InstallationGuide I ran:
$ sudo puppetmasterd --mkusers
Could not configure for running; got 1 failure(s)
What error? I managed to get an error message on /var/log/daemon.log
Jan 30 16:22:13 acero puppetmasterd[13800]:
(/Settings[top]/Settings[filebucket]/File[/var/puppet/clientbucket]/ensure)
change from absent to directory failed: Cannot create
/var...
2002 Jul 17
1
Possibly problem with case of filenames ?
...ins support = no
wins proxy = no
security = user
os level = 255
domain logons = yes
logon drive = v:
logon path = \\%N\%u\ntprofile\%a
logon home = \\%N\%u\.profiles
logon script = logonsmb.bat
add user script = /usr/local/sbin/mkuser %u user
log level = 1
ldap server = xyz
ldap suffix = "xyz"
ldap admin dn = "xyz"
ldap ssl = start_tls
ldap port = 389
lock dir = /var/lock/samba
kernel oplocks = no
hide dot files = No
map system...
2006 Feb 09
6
chown DOMAIN+mylogin /dir fails (Please help)
What can I look at to understand why chown keeps saying user does not
exist.
wbinfo -u/-g returns the user information
klist -v shows kerberos is working
net ads join works fine
wbinfo -t shows secret is fine
aix does not have getent so I can't run getent passwd -- is there
something equivalent on aix?
/usr/lib/security/methods.cfg has:
WINBIND:
program =
2002 May 11
1
Why do i see "homes" twice ?
...s support = no
wins proxy = no
security = user
os level = 255
domain logons = yes
logon drive = z:
logon path = \\%N\%u\ntprofile\%a
logon home = \\%N\%u\.profiles
logon script = logonsmb.bat
add user script = /usr/local/sbin/mkuser %u user
log level = 1
passwd chat =
*old*password:*%o\n*new*password:*%n\n*retype*new*password
passwd program = /usr/local/sbin/mkpasswd %U
passwd chat debug = true
lock dir = /var/lock/samba
hide dot files = No
map system = Yes
re...
2007 Mar 14
2
loaderror in line 85
....1-1.i386) scriptlet failed, exit status 1
when installing:
puppet: unknown service
pupetmaster: unknown service
error: %post(puppet-server-0.22.1-1.i386) scriptlet failed, exit status 1
not sure if this is connected to the error this email is actually about:
when starting puppetmaster --nonodes --mkusers -v this error is shown:
/usr/sbin/puppetmasterd:85:in `require`: no such file to load -- puppet
looks as if this puppetmaster ruby file tries to import something that is
either not there or somewhere, where it''s not looking. i have installed a
SuSE ruby package 1.8.4-17. then the puppe...
2012 Aug 23
1
Puppet Agent VS User
...ppet/state/localconfig
logdir = /var/log/puppet
manage_internal_file_permissions = true
manifest = /etc/puppet/manifests/site.pp
manifestdir = /etc/puppet/manifests
masterhttplog = /var/log/puppet/masterhttp.log
masterlog = /var/log/puppet/puppetmaster.log
masterport = 8140
maximum_uid = 4294967290
mkusers = false
module_repository = http://forge.puppetlabs.com
module_working_dir = /var/lib/puppet/puppet-module
modulepath = /etc/puppet/modules:/usr/share/puppet/modules
name = apply
node_name = cert
node_name_fact = ""
node_name_value = vusion-production
node_terminus = plain
noop = false
o...
2009 Apr 07
3
Speed bumps on the way to successfully running puppetmasterd on Mac OSX Leopard, try one and two
...39;'
And then I moved on to the pkg install, creating the necessary
directories in /etc as root, since there was no puppet user, and
moving the basic "simple install recipe" sudo.pp and sites.pp files
into their proper directories.
expGapPkgs:manifests stringer$ sudo puppetmasterd --mkusers
Got 1 failure(s) while initializing: Failed to retrieve current state
of resource: Could not determine OS X version
expGapPkgs:manifests stringer$ id puppetd
id: puppetd: no such user
expGapPkgs:manifests stringer$ sudo puppetd --test
info: Creating a new certificate request for expgappkgs.local...
2007 Apr 09
8
cert problem with client
...working puppet server serving around 4-5 clients. One of
the clients needed to be re-built and now only that client cannot connect.
puppetca --clean hostname did not work
So here is what I did on both the server/client I removed /var/lib/puppet/*
Then I restarted the server via
puppetmasterd --mkusers --verbose
I then connect in via the client with
/usr/bin/ruby /usr/sbin/puppetd
--server=10.100.177.5--logdest=/var/log/puppet/puppet.log
--waitforcert=500 --verbose
In the master my first connect i see
otice: Allowing unauthenticated client njrh-tch502.fxserver.com(
10.100.177.11) access to...
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
.../log''
debug: puppet: Setting genconfig to ''false''
debug: puppet: Setting statefile to ''$statedir/state.yaml''
debug: puppet: Setting ssldir to ''$confdir/ssl''
debug: puppet: Setting color to ''ansi''
debug: puppet: Setting mkusers to ''false''
debug: puppet: Setting rundir to ''/var/run/puppet''
debug: puppet: Setting statedir to ''$vardir/state''
debug: puppet: Setting syslogfacility to ''daemon''
debug: puppet: Setting setpidfile to ''true''
d...
2009 Feb 12
2
"Could not find server puppet" - installation/configuration error
...dline
PKGINST: CSWruby
PKGINST: CSWsunmath
PKGINST: CSWzlib
(core4) root:/etc/puppet # mkdir manifests
(core4) root:/etc/puppet # vi manifests/site.pp
file { "/etc/sudoers":
owner => root, group => root, mode => 440
}
(core4) root:/opt/csw/bin # ./puppetmasterd --mkusers -v
(meteor) root:/opt/csw/bin # ./puppetd --verbose --debug --trace --no-
daemonize --server core4.adcom.uci.edu --certname core4.adcom.uci.edu
debug: Creating default schedules
debug: Failed to load library ''ldap'' for feature ''ldap''
debug: Failed to load libra...
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
...on both machines
using git clone «git clone git://github.com/reductivelabs/puppet» and
«git clone git://github.com/reductivelabs/facter»
2. Install it (first facter, then puppet) by running «install.rb».
3. Put each others'' name on /etc/hosts, so they can see each other
4. «puppetmasterd --mkusers»
5. On server I create meaningless /etc/manifest/site.pp (the contents
are not important)
6. I put the same options for both server and client. They don''t
differ from the generated defaults only in --genconfig = false, but
here are they:
[main]
genconfig = false
railslog = /var/...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...# you''d like to pre-compile catalogs and store them in memcached
or some other easily-accessed store.
# The default value is ''compiler''.
# catalog_terminus = compiler
# Whether to create the necessary user and group that puppet agent
will
# run as.
# mkusers = false
# The DNS names on the Server certificate as a colon-separated
list.
# If it''s anything other than an empty string, it will be used as
an alias in the created
# certificate. By default, only the server gets an alias set up,
and only for ''puppet''....
2007 Jun 14
19
Please test export/collect from svn
For those of you out there using export/collect (which we really need
to come up with a better name for...), can you test the current SVN
code?
I''m mostly wondering if the performance is any better. To use it,
you''ll have to remove your current database, since the database
schema is significantly changed.
I''m getting what looks like an additional 25% reduction