Displaying 20 results from an estimated 1000 matches similar to: "vmwaretools"
2009 Jul 16
6
trouble with passenger and 0.25.0beta2
Hi,
I''m currently trying to get my puppetmaster work in passenger, but have not
succeeded so far.
Passenger itself seems to work (a small "hello world" app runs fine), but
when I point a puppet client (0.24.8) to it, I get:
info: Retrieving plugins
err: Could not call fileserver.list: #<RuntimeError: HTTP-Error: 500 Internal Server Error>
err:
2010 Jul 08
3
managing php pecl modules
Does anyone have a module that handles pecl effectively?
Thanks much.
-Jon.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
2010 Feb 26
3
ssh_authorized_key - same key, different accounts?
Puppet 0.24.8... I am trying to use ssh_authorized_key to create
passwordless logins for a couple of accounts. The important thing to
note is I''m trying to get the source ("root@somehost" below) as part of
the key, and the same key needs to be added to two different accounts on
the system.
It appears that the resource name is the only place I can set the
originating source
2009 Jun 21
3
VMWARE tools on Centos 5.2
Hello,
I m using Centos 5.2 in my virtual machine VMWARE
i've got the rpm of VMWARE tools, after double clicking on it, it installs
successfully.
but after this installation i still can not change my displaay r?solution..
(the max is 800 * 600)
any help?
--
Samir RHAOUSSI
ENIM 2009 - G?nie Informatique
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Feb 01
1
[PATCH] Check for, and uninstall, VMware Tools installed from tarball
VMware Tools can be installed by RPM or from a tarball. We were only looking for
the RPM. If it was installed by tarball, we would end up leaving it in place. If
VMware Tools detects that it is not running on a VMware platform when it starts,
it will clumsily try to uninstall itself, leading to misconfiguration.
This patch looks for tarball-installed VMware Tools and uninstalls it.
Fixes
2011 Jun 20
2
Using modules from PuppetForge
Hello All,
New puppet user here. I''ve been able to create and use my own puppet
modules, but I''m at a loss on how to use modules from PuppetForge,
which seem quite a bit more advanced. For example, I''ve installed the
camptocamp/apt module via the command ''puppet-module install
camptocamp/apt'' into /etc/puppet/modules. I then tried to add the
following
2009 Jul 01
6
HTTP as a source for files
Hi all,
I''ve been looking into having Puppet deploy some larger files and I''m
noticing that it ties up puppetmasters quite a bit and can often
result in a timeout if the file is too large. Before I submit a
feature request for a http method for file sources, I would throw it
out to the group and see if anyone had any thoughts on it.
Possible benefits of a HTTP source could be
2010 Jul 05
5
File-based Distribution, Module Function Logic and Per Setting (Augeas); Which method do you think is best for the env i help to support and why?
I am having a difficult time understanding and determining which
module method is best for the env I help to support.
Overview of systems supported:
-There are 17+ clients.
-4+ envs (dev, stage, beta, prod ..) per client
-Several flavors and versions of OS ( Mostly fedora and centos )
-All are apache, some mongrel and most passenger
-code deployments are capistrano
-configurations are done with
2012 Aug 06
1
display problem running under vmware
I'm running an up-to-date CentOS 6 virtual machine in a VMWare player on a Windows box and I cannot set the display resolution to anything higher than 1280x720. Windows shows the screen resolution on this monitor to be 1920x1080.
I do have VMWareTools installed although I'm not certain it is installed correctly. How can I tell? It is version 8.8.4-743747.
I'm not sure if this is a
2011 Sep 15
1
mount type is constantly remounting
Hi,
I have defined mount resource like this:
mount { "/mnt/test/":
device => "//test/test",
fstype => cifs,
ensure => mounted,
options => "defaults,acl,soft,uid=test,gid=test=xxxxx",...."
remounts => true,
}
For the first time (mount point is not mounted) it mounts perfectly,
but after that it keeps mounting to
2010 May 17
3
Writing a properly-formed custom type (configxml)
Please hold my hand.
After studying the wiki, several unofficial pages, various mailing list entries, and the operation of the "iptables" type as found on the net, I have created a custom type, lovingly named ``configxml''''.
It updates attributes on the first element matching a supplied XPath in a given XML file. The first use case is configuring Atlassian JIRA to use
2011 Nov 17
1
Using File when its source doesn't exist
Hi guys,
I''m trying to use the Apache SSL class from the camptocamp apache
module, The problem seems to be in the File type at the bottom
https://github.com/camptocamp/puppet-apache/blob/master/manifests/vhost-ssl.pp
Whilst source => "file://$csrfile" doesn''t exist at the time of
running, an exec creates it before the file is supposed to be run as
the require
1999 Dec 31
2
Ack...OpenSSH no longer compatible with SSH 1.2.26 clients?
I just tried, on a whim, to use an OpenSSH client vs SSH 1.2.26 client,
and I can connect with it...
Something drastic change between pre23 and pre24? Then again, I can't get
pre23 to work anymore either, after further investigation :( OpenSSH
clients connect no problem, just not the old SSH 1.2.26 clients ...
Marc G. Fournier marc.fournier at acadiau.ca
2012 Mar 12
5
Database and user not created (Puppetlabs mysql module)
Hi everyone,
I am new to Puppet and try to make some simple "automation things".
I have succeed with apache2, ssh modules, but have problems with
Puppetlabs mysql module.
It installs mysql server, changes/creates admin user password, but
does not create database and user.
I cannot find anything wrong in logs (--debug --verbose). I see that
manifests is read, but no db/user in mysql.
2010 Oct 12
4
[0.25.5] Default provider
Hi all,
To start, using puppet 0.25.5 on Debian Lenny with Ruby
1.8.7.72-3lenny1.
I''m giving ruby a shot and am trying to build my own types for several
applications and modify available types found on the ''net for our
usage. However, I keep running into problems with the default provider
it selects. Is there a document somewhere that describes how the
default provider is
1999 Dec 30
3
ANNOUNCE: openssh-1.2.1pre24
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
openssh-1.2.1pre24 is being uploaded to:
http://violet.ibs.com.au/openssh/files/
This release fixes the silly bugs (almost all autoconf related) that
crept into yesterday's release.
19991231
- Fix password support on systems with a mixture of shadowed and
non-shadowed passwords (e.g. NIS). Report and fix from
HARUYAMA Seigo
1999 Dec 30
3
ANNOUNCE: openssh-1.2.1pre24
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
openssh-1.2.1pre24 is being uploaded to:
http://violet.ibs.com.au/openssh/files/
This release fixes the silly bugs (almost all autoconf related) that
crept into yesterday's release.
19991231
- Fix password support on systems with a mixture of shadowed and
non-shadowed passwords (e.g. NIS). Report and fix from
HARUYAMA Seigo
2008 Sep 10
5
Managing SSH keys
Hello all,
I''d like to have Puppet distributing one of your server''s (public) SSH
keys, effectively doing the same as the ssh-copy-id command.
Is there a build in puppet resource type for managing SSH keys. We''re
running version 0.24.4 of puppet.
Regards,
Kenneth Holter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
1999 Nov 25
2
pre15 & Solaris 7 ... rsa.h problem ...
I don't remember what we did to fix this last time, and I've had to
rebuild my system completely from scratch over the past few days, so dont'
have past patches to work from ...
new-relay:/usr/slocal/src/openssh-1.2pre15> make
gcc -g -O2 -Wall -I/usr/slocal/include -DETCDIR=\"/usr/local/etc/ssh\" -DSSH_PROGRAM=\"/usr/slocal/bin/ssh\" -DHAVE_CONFIG_H -c
2010 May 12
19
puppet-module-apache
Hey all,
I''ve open-sources Digg''s apache module:
http://github.com/plathrop/puppet-module-apache
I know this isn''t much more advanced than what I''ve seen a lot of
people using. Here''s my proposition, though. Let''s get all the
disparate "apache" modules out there merged together into One Awesome
Module. What do you think?
One module