Displaying 20 results from an estimated 30000 matches similar to: "Managing FMS (Flash Media Interactive Server) with Puppet"
2012 Nov 17
7
Issue with service => disabled and stopped
I have a simple manifest that I''m using to keep unwanted services from
running on an array of Linux systems. On my test host, I see these
two services repeatedly come up in the puppet.log, even tho they are
not running and are chkconfig set to off:
service { "cups":
enable => false,
ensure => stopped,
}
service {
2011 Apr 06
4
Deploying puppet with puppet, best practices
Our shop is newly adopting puppet. Our number of nodes is growing
and my installation method is thus far manual and tedious. This will
change when/if we migrate to Puppet Enterprise.
My question is what''s a best practice for managing puppet
installations on client nodes? Is it possible to separate out the
client portion of the install from the server or is that now fully
2007 Jul 17
2
Flash Media Server 2
Hi,
I need to install Flash Media Server on a Centos box. When running the installation script, I get a....
[root at ... FMS_2_0_3_r68_linux]# ./installFMS
./fmsini: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
ERROR: Your are running the Macromedia Flash Media Server installer
on the wrong platform.
Please advise.
2011 Mar 29
4
wordpress.com and puppet, would they use it to update mysql db schema's also?
Say for example wordpress.com uses puppet to rollout the wordpress software
for its customers.
During updates to the software, say there are mysql schema updates.
i.e. say they have 100K mysql databases, 1 for each blog.
And the database for each blog as to be updated to version x which adds a
few tables, columns to tables etc.
If they have 100K wordpress installations spanning hundreds of
2007 Oct 12
7
Puppet is reporting missing libraries
Ok, I installed Ruby/LDAP to try and get Puppet''s ldapnodes support working and despite doing this I am still getting errors from puppetmasterd "notice: Could not set up LDAP Connection: Missing ruby/ldap libraries" followed by "info: Skipping ldap source; no ldap connection".
I traced down this particular message to: lib/puppet/parser/interpreter.rb and it appears
2012 Oct 02
41
Puppet 3.0: Not authorized to call find on /file_metadata, more issues?
I''ve seen mention of this error in several places, with different causes.
So before I posted here, I attempted to resolve this on my own.
I corrected the change from puppet:///files to puppet:/// in my manifests
*.pp files.
No changes were made to the auth.conf file, and I did note in the ChangeLog
that:
Auth.conf differentiates between names and IPs – There’s a new allow_ip
2010 Jan 20
2
Using ruby-1.9.x with Puppet 0.25.x
I read somewhere recently about problems with Puppet and Ruby 1.9.
I''m wondering if this is still an issue?
Thanks.
--
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
2009 May 23
0
RMTPE specification
Here is a cleanroom specification of RTMPE which has been documented
from rtmpdump v1.6 source code. updates will be at:
http://lkcl.net/rtmp/RTMPE.txt
it is from the perspective of a client however implementing from the
perspective of a server is a trivial matter.
please distribute freely and widely.
please implement and distribute even wider, in both client and server.
note: absolutely no
2011 Oct 17
6
Managing entries in /etc/group (membership)
I have a requirement to manage membership to groups in /etc/group.
These members do not need to be virtual users. I don''t see a way to
do this through virtual users @group. How are others doing this?
--
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
2012 Nov 13
10
Puppet client won't autostart
I''m getting this problem on all the puppet client''s I''ve been setting up
and it''s got me both scratching my head (because I''m not seeing anything
obvious in any system logs) and pausing in my rollout until I get it solved:
# puppet resource service puppet ensure=running enable=true
Error: Could not start Service[puppet]: Execution of
2011 Mar 29
3
Changing NFS mount options to read only (ro) does not affect puppet change
I have some NFS directories that get changed to a read-only status
after a period of time. I noticed in puppet, if I change these
values and restart puppet and puppetmaster respectively, it does not
pick up the change in the mount {} directive.
Is there a way around this, or a better way to affect the change.
Thanks.
--
You received this message because you are subscribed to the Google
2010 Oct 06
3
looking for a decent free / Open Source flash media server
Hi all,
I hope someone can help me with this one. I am looking for a decent
free / Open Source flash media server software which I can run on a
Linux server. Adobe's Flash Media Server
(http://www.adobe.com/products/flashmediaserver/) is very expensive
and not within any reasonable cost range (R40K+).
The Fladh Media Server uses the RMTP
This is needed to run the following Joomla extension:
2011 Apr 13
17
Deploy puppet via NFS?
In our environ, there are several services that are deployed via an
NFS mount, so that the executables and configs are consistent across
the board.
Is there any reason why this couldn''t be done with Puppet? For
example, each individual system would contain its own /etc/puppet and
rc.d and pid files -- but the primary deployment would come from
NFS.
For that matter, as Enterprise
2012 Oct 08
11
Puppet 3.0 upgrade issue
Hi @all,
after upgrading my puppet server to Puppet 3.0 I got the following error
every time a client connect to the server:
[ pid=1532 thr=70147393710520 file=utils.rb:176 time=2012-10-08
11:17:56.504 ]: *** Exception NoMethodError in
PhusionPassenger::Rack::ApplicationSpawner (undefined method `settings'' for
Puppet:Module) (process 1532, thread #<Thread:0x7f98ecf7d370>):
2013 Nov 08
4
Migrating from Puppet open-source to Puppet Enterprise
We have perhaps 40 to 50 systems, give or take, that are mostly under
Puppet management (not all). After having spent some time doing my own
thing with open-source, I''m looking into migrating to PE.
One question I have is relative to initial deployment -- if I decide to
keep PuppetDB on the same server as Master, can I later migrate that role
off onto another host? I
2013 Apr 03
2
Managing "<Directory>" entries in httpd.conf with Puppet.
So I am working on deploying Puppet for our environment, and I have hit a
snag. We have a few applications hosted on Apache, each with different
"<Directory>" entries. There is no way to standardize them across all of
our application pools and they often overlap. I know I can have a custom
template for each type of application, but it would be nice to make it as
generic as
2009 Aug 03
0
managing cyrus-imap users with puppet
Hi everyone,
As you can guess by the subject I use the cyrus-imap server and I
would like to manage users with puppet.
I have done a search in the puppet-users group and on the wiki and got
no hits searching for cyrus.
Has anyone written classes to manage cyrus-imap users or am I on my
own?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed
2012 Dec 29
1
Puppet module for managing Cobbler
Module on forge:
http://forge.puppetlabs.com/puppetlabs/apache
Code and issue tracker:
https://bitbucket.org/jsosic/puppet-cobbler
Comments are welcome, hope somebody finds it useful. I''m very happy with
it so far :D
The reason I''m posting it is that couple of people asked me about
publishing this module while I was in a process of developing it, so If
those people
2012 Dec 02
3
Managing puppet as Application software management
Hi,
using puppet can i manage application packages, for example if some
application user want to install his application package, is it possible to
maintain that package using puppet ? like opsware do ?
Regards,
Dha
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit
2009 May 21
1
playing media(moh,prompts) from flash player
hi,
i'm searching solution for playing media(moh,prompts,voicemail,recordings
- wav format) from adobe flash player (web browser)
flash cannot play wav directly (imho)
i must convert files to any other format on-the-fly
- i cannot use mp3 because of royalties
- next option is swf (with ffmpeg), supported free audio codecs
(http://en.wikipedia.org/wiki/Flash_Video#Format_details)
*