Displaying 20 results from an estimated 26 matches for "8e39".
Did you mean:
8439
2008 Jan 18
2
latest yum break puppet
I have some systems running Fedora Core 7. The latest yum break puppet
with "Error: No matching Packages to list". I can make all the FC7 system
not to update Yum. However, when I start installing Fedora Core 8, the
default yum also break puppet.
(err): Failed to retrieve current state of resource: Could not get latest
version: Execution of ''/usr/bin/yum -d 0 -e 0
2010 Apr 12
10
Cron question
Hello,
Why the following lines doesn''t work?
cron { "app" :
command => ""nice -n -10 /usr/bin/php
/var/www/public_html/rotinas/rotinas.php 2>&1>> /var/log/app.log",
environment => "PATH=$PATH",
user => root,
hour => ''*'',
minute =>
2010 May 13
0
Memory leak on Icecast 2.3.2 / Debian ?
...guys
> Gilou
> _______________________________________________
> Icecast-dev mailing list
> Icecast-dev at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast-dev
>
- --
jaromil, dyne.org developer, http://jaromil.dyne.org
GPG: B2D9 9376 BFB2 60B7 601F 5B62 F6D3 FBD9 C2B6 8E39
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iQQcBAEBCAAGBQJL69hvAAoJEAslGzkIl3JR554f/1NA4Er1kiL8aDKKTL5+Nzg3
ArkWAqTM7uNJNrbaRSbymLri+hZSqB3FCtOkX671LVhlvodunXWnvaHfei58VqWR
dGD9DXjB2f/TIaw25AfuXEYAyDI6MF2MtQH04hyxuHi2zFnW12DfLux3jUuN57z2
c1x25Muhpax9t/iXmkq/GVijzAQJY1EOipjTxkP...
2013 Apr 13
1
[Icecast-dev] Make Server Audio Streaming of icecast
Dear Sir,
I am from pakistan.i have visit your website, 'www.icecast.org'.it
is an awsome site.i m very happy to visit it. i have install the softwaer
from your site but not succssful comletly. i want to make a audio streaming
srver of icecast. What is nessecary for audio streaming server??or provide
us the thing which need to make an audio streaming server. i will to hire
the
2013 Apr 13
1
Make Server Audio Streaming of icecast
Dear Sir,
I am from pakistan.i have visit your website, 'www.icecast.org'.it
is an awsome site.i m very happy to visit it. i have install the softwaer
from your site but not succssful comletly. i want to make a audio streaming
srver of icecast. What is nessecary for audio streaming server??or provide
us the thing which need to make an audio streaming server. i will to hire
the
2008 Jan 10
0
Adding SELinux support to Puppet
...ork done.
Anyone who''s interested, can check it out at
http://spook.wpi.edu
--
Frank Sweetser fs at wpi.edu | For every problem, there is a solution that
WPI Senior Network Engineer | is simple, elegant, and wrong. - HL Mencken
GPG fingerprint = 6174 1257 129E 0D21 D8D4 E8A3 8E39 29E3 E2E8 8CEC
2010 May 13
1
Memory leak on Icecast 2.3.2 / Debian ?
Le jeudi 13 mai 2010 05:46:12, jaromil a ?crit :
> re all,
Hi,
> this patch has not been integrated in Debian yet, hence the Icecast2
> package still segfaults after filling up all the memory with its leak.
>
> as this is a critical bug, while it seems that the current Debian
> mantainer for the icecast2 package has abandoned its duty, i'm kindly
> asking
2008 May 27
2
how to force a cycle package dependancy
Hi I''m trying to ensure ypbind and yp-tools are not installed BUT they
one of the rare group of rpms that require each other.
I have
package { "yp-tools":
ensure => absent,
require => Package["ypbind"],
}
package { "ypbind":
ensure => absent,
require =>
2009 Mar 05
2
Visualizing puppet circular dependencies
I recently got a scary-looking circular dependency as a puppet error,
and it took some thought to decipher it.
Long story short, I fed it to graphviz, and the graph made it obvious
where the problem was. Thought I''d share, in case others are having
the same trouble. Code''s at http://gist.github.com/74566, and also
pasted below for convenience.
-- Philip
# Make sense of
2010 Jan 18
1
Ogg/Vorbis fenced out of Apple's airport airtunes
...ode.
is there something missing in the XiphQT component, or is an
artificial limitation of Itunes against free and/or third-party
codecs?
thanks for your insights,
ciao
- --
jaromil, dyne.org developer, http://jaromil.dyne.org
GPG: B2D9 9376 BFB2 60B7 601F 5B62 F6D3 FBD9 C2B6 8E39
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iQQcBAEBCAAGBQJLVFKKAAoJEAslGzkIl3JR/NUf/2ekcDkQmROpjXUp0DOkqEBt
MlSeuCH5H4CsJ4NbJOlOGTst7kvv09Ctr+lTknT5s9j8NJZ0BG/6bH8oIQ2TRshV
8YIsirYa9U+VFKmxzPIFOjDQRdzNhxh03r6IO7Ece6VcBgn8ZOwJb2KiYzO8ngcM
PGOkK3yEvuiSRFPpsIw92AeEJzzhcZvRFQcsk...
2007 Dec 22
8
puppet with postgresql adapter
Hi all,
i'' m trying to configure puppet to use rails with postgresql. I'' m having
troubles to make it work. Got no error when running puppetmasterd but
nothing is being populated in the DB. Is anybody using puppet with postgres
?
my config (in puppet.conf)
[rails]
dbadapter = postgresql
dbname = mydb
dbserver = localhost
dbuser = user
dbpassword = password
2009 Feb 17
3
Force puppet client reload?
Without changing the normal 30 minutes timer, I was wondering if there
was a way to have a puppet MASTER force a client to reload somehow?
Here is why - I am giving my help desk access to a webpage on a puppet
Master. It will allow them to edit a single file. I need that file to
update to the specific client as soon as it is saved. Because of
security issues, I can''t put the page on the
2009 Mar 05
2
Exposing environment variables to Facter
Hey gang,
During the build of our Linux (EL4 and EL5) images, the kickstart
process writes out a file (/etc/sysconfig/soe) that contains:
SOE_VERSION="Version string"
SOE_BUILD_DATE="2009-03-06"
I then have /etc/profile.d/facter.sh scripts that has this:
. /etc/sysconfig/puppet
. /etc/sysconfig/soe
FACTER_PUPPETMASTER=$PUPPET_SERVER
FACTER_SOE_VERSION=$SOE_VERSION
2011 Apr 01
9
Puppet on Redhat 6
Hello
I have been using puppet for a while now, more or less successfully on
SLES 11 and CentOS 5.5
currently I am using puppet 2.6.6
I now am trying it out on redhat 6, and now i run into an problem with
even the simplest of modules/classes
The error I get is :
debug: /Stage[main]/Motd/File[/etc/motd]/content: Executing ''diff -u /
etc/motd
2007 Dec 14
12
Manual package installation
Hello,
I use puppet with RHEL and there are some packages
that aren''t in up2date/yum repositories. I need a way
to get these specific RPMs installed.
There''s a blog posting that describes an
almost-perfect way to do it:
http://www.raskas.be/blog/2007/09/10/managing-user-passwords-with-puppet-on-centos/
The only problem with his example is that the RPM will
always in the /tmp
2008 Jan 03
4
Package Source Definition
Hi
i''m trying to describe some class with a package to install, which
should work on different linux-distro''s as well on linux and openbsd:
class vim {
package { ''vim'':
name => $operatingsystem ? {
centos => vim-enhanced,
default => vim,
},
alias
2009 Dec 12
2
Memory leak on Icecast 2.3.2 / Debian ?
On 09/12/2009 16:59, Romain Beauxis wrote:
> Hi !
>
> Le mardi 8 d?cembre 2009 19:59:23, Karl Heyes a ?crit :
>>> But since you asked, attached are the missing frees for icecast2_2.3.2-4
>>> in a totally untested drive-by-patching manner. Like I said the -kh17 I
>>> also happened to have did not have this specific code at all and the
>>>
2007 Dec 08
6
Creating certificates with puppetca with puppet.example.com as CommonName
Greetings!
As you undoubtedly know, the fixes for CVE 2007-5162 in ruby break
installations where puppetca has created certificates with a CommonName
different from the server's real hostname. The Puppet clients quite correctly
complains about hostname mismatch.
A number of better and worse solutions have been suggested for this problem,
especially in ticket #896. IMHO, there are two good
2007 Nov 28
6
SSL certificate state of the union
Hello there,
Since the update with ruby all my puppet function is dead (well known
issue with the cert) . There has been some discutions on the dev list on
how to patch this for future versions. I have read the list and wondered
how we can solve the issue while waiting for the .24. I am in beta test
of the .23.x version but on my production system i wanted to find a way
to solve this now
2009 Dec 22
7
puppet, mongel, nginx and new nodes
Hey All,
This is probably a gotcha of some kind. That is to say I''ve missed a configuration somewhere. I''ve recently moved over to using mongrel as the puppet server type and having nginx proxy to one of four mongrel instances.
What I''m seeing though is that when I try to run a new node (one that has been created post moving to mongrel/nginx) is that it returns with the