Displaying 20 results from an estimated 7000 matches similar to: "Issue with user password again"
2011 Sep 24
0
centos puppet user resource type - provider useradd does not support features manages_passwords
Hello,
I have a CentOS 6.0 Virtualbox VM to package as a Vagrant box for testing
Puppet manifests.
The problem i''m having is with the user resource type not working with
CentOS.
I keep having an error message when setting the password for a user.
Provider useradd does not support features manages_passwords; not managing
attribute password
I have both ruby-shadow and shadow-utils
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 =
2008 Oct 15
2
Problems with Mongrel > 1.1 and OS X
I''ve having issues with some part of Mongrel start up process stalling with
versions of Mongrel greater than 1.1
Using Mongrel Gem version 1.1 both
./script/server and ./merb
boot fine
But from gem version 1.1.1 both processes stall immediately
I can get it to continue by attempting to force quit with CTRL -C
system info
Mac OS X 10.5.5
Ruby 1.8.7 (2008-05-31 patchlevel 0)
2013 Sep 18
1
Cloud provisionner on CentOS 6 issue
Hi !
I am currently testing puppet on CentOS 6 and I wish to test the cloud
provisioner tool.
The problem is the following : I can''t use fog because of ruby version
issue.
The system : CentOS 6.4 with Ruby 1.8.7 (last version for CentOS)
What I did to get the problem :
install puppet-server
install module puppetlabs-cloud_provisioner
Trying install Fog -v 0.7.2 (cloud service library
2013 Oct 02
1
Confusion over installed versions
Hi
I have got confused by ruby/gems etc as i seem to have some kind of path
issues somehow. First issue is i seem to have 3 flavours of ruby installed
...
# ruby -v
ruby 1.9.3p374 (2013-01-15) [i686-linux]
# /opt/ruby-enterprise-1.8.7-2012.01/bin/ruby -v
ruby 1.8.7 (2011-12-28 MBARI 8/0x8770 on patchlevel 357) [i686-linux],
MBARI 0x8770, Ruby Enterprise Edition 2012.01
# /opt/ruby/bin/ruby
2013 May 28
1
Error "Illegal instruction (core dumped)" when running puppet agent (version 3.2.1)
Hi,
I just upgraded my puppet to version to 3.2.1, and when running the agent,
I get an error saying "Illegal instruction (core dumped)". Here is some
details:
- both master and agent is run on the same machine
- # cat /etc/redhat-release
CentOS release 6.2 (Final)
- # uname -r
3.9.3-x86_64-linode33
- #ruby --version
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
-
2011 Sep 25
2
Noob Rails patcher - problems running the sqlite3 tests...
Hi,
I am following the guide here:
http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html
I have an ubuntu 11.04 VM setup, installed rvm, and ruby (ruby 1.8.7
(2011-06-30 patchlevel 352) [x86_64-linux]).
Pulled down the rails from github and created a 3.0 branch:
$ git branch --track 3-0-stable origin/3-0-stable
$ git checkout 3-0-stable
I can run the non-db tests ok, all pass
2009 Jun 06
2
Starting an Ap: fast_xs.bundle: [BUG] Bus Error
I''m running Ruby 1.8.7, Rails 2.3.2, and Gem 1.3.4
I''m a newb, so bare with me... I''m reading Simply Rails 2. The book
tells me to enter:
$ rails shovell
Then,
$ sudo gem install mongrel
Then,
$cd shovell
$ruby script/server
However, when I type in that last bit, I get:
LOTS OF STUFF/.gem/ruby/1.8/gems/hpricot-0.8.1/lib/fast_xs.bundle: [BUG]
Bus Error
ruby 1.8.7
2010 May 16
2
I cannot install Rails 3.0 on my OS X
Hi,
I''ve upgraded ruby to 1.8.7.
But when I tried to install rails 3.0, it said that I need ruby 1.8.7 or
higher.
ruby-1.8.7-p248$ ruby -v
ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-darwin9.8.0]
ruby-1.8.7-p248$ sudo gem install rails --pre
ERROR: Error installing rails:
activesupport requires Ruby version >= 1.8.7.
What should I do?
Sam
--
Posted via
2010 Sep 21
4
FreeBSD Puppet 2.6.1 odd core-dump
Hi,
I have a couple of FreeBSD-servers that I try to manage using puppet.
I''m just trying it out at the moment and have just deployed 5 new
boxes (from PXE and scripted installation so supposedly they are all
identical except for the name and ip-addresses). On two of the servers
I get the error-messages at the bottom of the post. The first error-
message I get every time I run puppet on
2012 Jan 30
2
SLES11: facter without arguments produces Error: uninitialized constant Facter::IPAddress
Hi, I run into problems with the ipaddress fact using the latest
Facter gem (1.6.4, 1.6.5) on SLES11. The versions and gems I use work
perfectly fine on SLES10 SP3.
The problem: running "facter" without arguments results in an error,
even though the erroring fact "ipaddress" is ok.
test:~ # cat /etc/SuSE-release
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL
2013 Jun 27
2
Segmentation fault in methodhelper.rb
Hi chaps,
Since overnight, my puppetmaster has been crashing every now and then
(it has crashed about 5 times this morning). We upgraded to puppet 3.2.2
about a week ago but the problems only started this morning. There was
nothing in the logs so I ran it in debug mode and captured this:
/usr/lib/ruby/site_ruby/1.8/puppet/util/methodhelper.rb:14: [BUG]
Segmentation fault
ruby 1.8.7
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,
2010 Feb 15
3
My first type/provider - does nothing...
Hi list,
i tried to write my first type and provider that should create logical
volumes. Seems like i''m missing something as i get nothing when i use
it: No errors and no logical volume :-(
type/logicalvolume.rb:
=================
Puppet::Type.newtype(:logicalvolume) do
@doc = "Manage logical volumes"
ensurable
newparam(:lvname) do
desc "The logcal
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"
2010 Apr 21
0
can't seem to install bleak house
hi, guys
I looked at http://guides.rubyonrails.org/debugging_rails_applications.html
and figured I give bleak house a try.
I ran into a problem during installation of the gem.
Here''s an extract:
--------------------------------- Extract start
-----------------------------------------------------------
Makefile:671: warning: overriding commands for target `dist''
Makefile:671:
2009 Jun 13
0
problems with puppetd on some of my solaris machines
I am having troubles with getting puppetd running on some of my
Solaris10 update 7 (05/2009) boxes.
I use Jumpstart to build my servers, so the installation is
repeatable, consistent, and automated, so it is especially confusing
that some boxes work, and others don''t.
I can ssh into both of these machines, so the host certs should be OK.
As part of my installation, I download the
2019 Jan 21
0
Cannot start a secondary Xserver with resolution 6480x3840
Hi Janek,
A few things...
First off, you're not using the nouveau ddx, you're using the
modesetting ddx. This isn't a problem in itself, but if you're going
to report bugs, you should file them against the proper component.
Secondly, I'm a bit unclear as to what your setup is. A single X
server takes over a whole GPU. Recently "leasing" has been introduced
which
2013 Mar 12
0
Puppet 3.1 - Error: Could not run: undefined method `prune_parameters' for nil:NilClass - fresh install on RHEL 6.4
Trying to get my puppet up and running but running into a slight problem -
trying to view a resource I get an error for undefined method
[root@puppet puppet-dashboard]# puppet resource user root
Error: Could not run: undefined method `prune_parameters'' for nil:NilClass
[root@puppet puppet-dashboard]# uname -a
Linux puppet.luminexcorp.com 2.6.32-358.0.1.el6.x86_64 #1 SMP Tue Feb 26
2010 Jun 30
5
Reposted from Superuser - Installing Ruby on Rails on Ubuntu 10.04: A Living Nightmare
I''m reposting this here from my original post on Superuser[1], to
hopefully get more relevant feedback from more experienced RoR users.
I need to get a RoR environment up and running, because I have a
client that needs some RoR work done on her website. Although I''m new
to RoR, I''m a quick learner and was expecting installing and setting
up the environment was easy, so