Displaying 20 results from an estimated 1000 matches similar to: "ruby-shadow problems for 0.22.4 on Debian/Ubuntu AMD64"
2007 May 14
3
invalid parameter password for type user
[root]# /etc/init.d/puppet once -v
{irrelevant output skipped}
err: Could not retrieve configuration: Invalid parameter ''"password"''
for type ''user'' at /etc/puppet/manifests/classes/serverAdminAuth.pp:42
puppet-0.22.4-1.el5.rf (rpm)
RHEL 5 i386
# snippet from serverAdminAuth.pp
User {
ensure => present,
2009 Feb 25
2
Segmentation fault in shadow.so
Trying to fire up Puppet 0.24.7 on an Ubuntu 6.06 x64 machine (yes, I
know it''s obsolete, but we have a pile of machines), I get this failure:
----------------------------
# /etc/init.d/puppet start
* Starting puppet configuration management tool
/usr/lib/ruby/1.8/x86_64-linux/shadow.so: [BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [x86_64-linux]
/etc/init.d/puppet: line 35:
2010 Jan 28
3
Problem in Setting User Password
hi, all
Its a very common use-case to set common password for user/s on all
nodes, i like to know if there is any Type or Function or Recipe
available in puppet which support this case?
I have tried following approach but it didn''t worked;
I am reading the password (md5 hash) stored in a file called
"/myuserpwd.file"
Approach 1:
-----------------
$password =
2007 Aug 13
1
update from 0.22.4 to 0.23.x, not migrating database schema
Hello everybody,
I have updated the puppetmaster from 0.22.4 to 0.23.0 (and today to
0.23.2). Although ''dbmigrate=true'' is turned on AND the puppetmaster is
saying it migrates the databse at startup, this does not happen.
When it should store configs, I get the error:
Could not store configs: Mysql::Error: #42S02Table
''database.resource_tags''
2007 Sep 27
3
FastCGI in Shared Hosting - What To Do?
Hello Campers!
I am working on Site5, trying to get a working Camping application
running. Unfortunately, my sole option in terms of deployment is FastCGI.
I have no access to sudo so I cannot create ScriptAliases.
I''ve taken the Camping Short Short Example and uploaded it, along with a
dispatch.fcgi and an .htaccess file.
My question is - given the state of Camping development right
2007 Oct 03
4
TextMate language weirdness
I''m having trouble with TextMate and assigning the RSpec language to
*_spec.rb files within rails projects. Here is what is happening:
I''m in a file that has the language "Ruby on Rails" selected.
I do a ctrl-shift-down to switch to the corresponding _spec.rb file.
The _spec.rb file has the language "Ruby on Rails" selected.
I change the language to
2019 Jan 21
3
Cannot start a secondary Xserver with resolution 6480x3840
Hi,
In my workflow I am using several separate xservers. One for work,
another for research and so on. Each of them has a separate user
account, and they all belong to the same (main) group called janek.
I've been using nvidia for years, but about 2 years ago some super
annoying bug appeared in nvidia, namely that switching between
virtual terminals sporadically causes nvidia_modeset to
2009 Aug 27
13
User's and managing expired passwords
We have a policy that requires all user passwords to expire after 90
days. We also use puppet for managing all users on our machines. Our
hope was, when our passwords expire, we could update the puppet
manifest which would propogate to all our servers, thus updating all
our passwords.
The problem is, the User type (w/ manage_passwords enabled and ruby-
shadow installed) will only set the
2007 Apr 27
2
0.22.4 release candidate
Hi all,
I''m hoping to release 0.22.4 on Monday, so please test now. As
always, if possible please actually run this somewhere in your
infrastructure, in addition to running the unit tests, since there
are always areas that aren''t quite covered with the unit tests.
Hopefully this will be the last point release before the next major
release (elmo).
--
To my
2004 Jun 08
3
Major RAC slowdown
Hello again. Our production cluster has begun experiencing some vicious slowdowns that may (or may not) be related to the filesystems. When the problem occurs, the load average on the servers jumps up to 30 or higher. Usually one node will climb while the other drops, then they will switch places a few minutes later. At one point, we had one node's load average up over 300. Our site
2009 Jul 13
7
puppetd no-daemonize
So I have been trying to run puppet once in my kickstart %post scripts but
every time it detaches and daemonizes even though I have explicitly stated
otherwise. Am I missing something?
# rpm -q puppet
puppet-0.24.8-1
# /usr/sbin/puppetd --onetime --no-daemonize --verbose --debug
debug: Creating default schedules
debug: Failed to load library ''shadow'' for feature
1998 May 02
1
Shadow and OpenLinux
Hi all:
I'm running Caldera OpenLinux with kernel 2.0.29, shadow password and
quotas. The shadow kit is 980403 and is working fine.
Well, when I try to compile I got this output :
------------------------- Begin Compile output ------------------------
Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/usr
/local/samba/var/log.nmb"
2009 Feb 23
3
Require package not working as expected
I have the following as part of a module:
--------------------------------------------------------------------------------
# Ensure "lsb-release" installed
package {"lsb-release":
ensure => installed,
}
# Use our sources.list
file { "/etc/apt/sources.list":
owner => root,
group => root,
mode =>
2007 Jul 18
1
fact_values of puppetmaster database
Hi all,
we had notified that table ''fact_values'' of puppetmaster database is not
updating when a fact value changes (for example we have updated some
puppet clients version to 0.23 and fact_value of database is still the
old version 0.22.4)
it is a bug? misconfiguration?
we are using ''storeconfigs = true'' with MySQL backend
we''ve tried to restart
2009 Aug 16
3
userdel without -r switch
Hi
how do I tell with user type to use userdel with -r short of using exec type?
i have a user account called `foo''
so i created a test puppet file local to the system called test.pp
# cat test.pp
user {"foo":
ensure => absent,
managehome => true,
}
when I apply it on solaris or linux the userdel does not use the `-r'' switch
2007 May 01
2
ANNOUNCE: 0.22.4
I''ve just put it out; hopefully the packagers will get it in place
soon. Here''s the changelog:
Execs now autorequire the user they run as, as long as the user
is specified by name. (#430)
Files on the local machine but not on the remote server during
a source copy are now purged if purge => true. (#594)
Providers can now specify that some
2004 Feb 11
1
.Call setAttrib(ans,R_DimSymbol,dim); Crashes.
Hi!
I want to return a matrix.
The code does the R interfacing.
This version does it fine.
SEXP ans,dim;
PROTECT(ans = NEW_NUMERIC(count*2));
memcpy(NUMERIC_POINTER(ans),result,count*sizeof(double));
memcpy(&(NUMERIC_POINTER(ans)[count]),occur,count*sizeof(double));
/** PROTECT(dim=NEW_INTEGER(2));
INTEGER_POINTER(dim)[0]=2;
INTEGER_POINTER(dim)[1]=count;
2007 May 10
0
BETA: New Solaris Packages for facter-1.3.7 and puppet-0.22.4 available for testing
Hi,
I put new Solaris packages for facter and puppet in testing:
http://www.blastwave.org/testing/facter-1.3.7-SunOS5.8-all-CSW.pkg.gz
http://www.blastwave.org/testing/puppet-0.22.4-SunOS5.8-all-CSW.pkg.gz
As well as being the latest versions of facter and puppet, the puppet
package now respects csw.conf to prevent puppetd autostarting on install and
will install in a global zone only unless
2007 May 31
9
Switching to mongrel
I made an attempt to switch to mongrel today and I''m running into a strange
error message I can''t seem to track down:
debug: puppetmaster: Setting servertype to ''mongrel''
Server is not a class
Tracing through with the debugger shows:
[snip]
/foo/lib/gems/puppet-0.22.4/bin/puppetmasterd:248: case
Puppet[:servertype]
(rdb:1) n
2007 Jul 03
1
puppetversion and downgrade/upgrade of puppet
i wonder why this case fail:
case puppetversion {
''0.22.4'':{
#ok
notice(''ok bonne version'')
}
default:{
fail("mauvaise version de puppet $puppetversion,
downgrade vers 0.22.4")
}
}
gives me:
protos:/usr/local/.aqadmin/home%(aqadmin)> facter puppetversion
0.22.4