Displaying 20 results from an estimated 5000 matches similar to: "When is Icecast 233 released for win32"
2003 Jan 07
0
Med venlig hilsen
T-Systems Danmark AS
Tommy Balle
Team Manager
Computing & Desktop Services
Address: Huginsvej 6F, DK-3400 Hiller?d, Denmark
Phone: +45 44 34 2626 / +45 70 12 26 26
Phone direct: +45 48 20 75 61
Fax: +45 48 24 30 03
Mobile phone: +45 26 72 74 12
E-mail: tommy.balle@t-systems.dk
Internet: www.t-systems.dk
2006 Oct 19
1
Filenames with dots in the name
Hi,
When I try to specify a file I want copied in place, like:
configfile { "/etc/init.d/puppet":
source => "config/apps/puppet/puppet"
}
and has a require on that later on:
exec { "/usr/sbin/update-rc.d puppet defaults":
require => "/etc/init.d/puppet"
}
puppetd throws an error:
err: Could not find type
2007 Apr 18
1
Overriding variables...
Hi all
I''m fighting right now with the functionality of overriding
variables. I''ve made a base node with some variables:
node base {
$country = "dk"
$dv = "sarge"
}
And I''d like to override some of them in subnode definitions:
node server01 inherits base {
$dv = "etch"
}
Is this possible, or do I have to wrap the variables in a
2007 Feb 09
2
Use of variables in defines...
Hi,
I''m banging my head against the usage of variables i defines. Fx. I
have this defined to easily create new systemusers:
define systemuser($home = $home, $shell = "/bin/bash") {
group { $name:
ensure => present
}
user { $name:
ensure => present,
gid => $name,
home => $home,
shell =>
2006 Oct 19
3
Schedules for certain weekdays...
Hi
From the documentation I can''t see if I can define the following
schedule:
I want a certain command to be run once a day, monday-friday on a
certain time of the day. Can I define that somehow...?
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70 202 407 / Fax: 33 313 640
www.fab-it.dk / juri@fab-it.dk
2004 Aug 06
2
Anybody tried implementing different streaming protocols yet?
On Thu, May 15, 2003 at 10:01:57AM -0600, Jack Moffitt wrote:
> You apparently didn't see: http://xiph.helixcommunity.org :)
apparently not :) The page says : "This is a workspace for all parties
to work on integrating the Ogg Vorbis format and audio codec with the
Helix DNA Client."
What about serverside of it?
--
Venlig hilsen/Kind regards
Thomas Kirk
ARKENA
tlf/phone
2004 Aug 06
2
Anybody tried implementing different streaming protocols yet?
Hep
On Fri, May 16, 2003 at 12:04:43AM +1000, Michael Smith wrote:
> For entirely different reasons, an RTSP implementation in icecast would be a
> Very Good Thing, but it's an extremely large task. I don't think anyone has
> tried yet.
Maybe another and easier way would be to implement the ogg vorbis
format in Real Networks "open sourced" Helix streaming server
2018 Jul 19
1
Replication problems
Hey
I am trying to setup a dovecot cluster with 2 servers using replication /dsync.
In front of it I got a Fortinet ADC (Load balance) and I think that I messing up the dsync.
I see mails duplicated in the sync progress.
If I disable one of the servers in the ADC, it seems to work and the sync if working without a problem.
But if I use both servers with a round robin on the ADC, I see mailed
2006 Oct 17
5
Puppet tgz installs...
Hi
I''m anxious to get puppet into production, and although I''d prefer
installing puppet as a .deb package (as most of the servers in our
shop runs Debian), I think I''ll try to get some of my not-so-
important servers into my test setup by installing puppet with
the .tgz files.
Upon the first installation I realize that puppetd and puppetmasterd
is copied to
2007 Jun 07
4
Adding recipes...
Hi all
Ok, maybe it''s just me, but - how on earth do I add recipes to the
wiki...?? When I go into the list of recipes, I don''t find a "Edit
this page button". How should I add to the list?
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70 202 407 / Fax: 33 313 640
www.fab-it.dk / juri@fab-it.dk
2006 Oct 12
3
Defaults for package type...
Hi
I''m wondering if it''s possible to define some defaults for the
package type. What I want is that package install/updates only
happens at certain times of the day. I could do:
class shorewall {
package { "shorewall":
ensure => latest,
schedule => maintenance
}
}
for every package I want to manage. But that means I have to type
2006 Oct 26
3
Resources...
Hi,
I''d like to be able to create certain admin users on certain
machines, and when I saw the new Resources feature, I thought I could
use that. But I can''t get it to work. This is what it looks like:
<snip>
class admin {
define adminuser {
@user { $name:
ensure => present,
group => adm
}
file { "/home/$name":
ensure =>
2006 Oct 14
4
How do I manage manifests most efficiently...?
Hi
As I''m more familiar with cfengine and it''s way to split updates (in
update.conf) from the actual grunt work (in cfagent.conf), I''m
wondering how to best manage puppet and my manifests with puppet...?
Should I define a puppet class that copy the puppet package (in .tgz
format) and all the manifests to the client, and then have all my
other classes depend on
2017 Oct 20
1
IMAP stops responding.
Hiya all,
I've experienced that IMAP/IMAPS stops responding. To restore service there is only one way, restart Dovecot completely. This leads to services being interrupted for some people, so it seems to only affect some of the users on the server. But POP3/POP3s is still running happily. Also, it happens more as we approach Rush Hour. All of this leads me to believe that we're facing a
2007 Jan 21
5
facts about xen domU''s...
Hi,
I''ve just finished my first attempt at making anything in ruby. It
ended up beeing a module to facter, which collects facts about the
number of domU''s and the memory, id and vcpu facts on all of the domU''s.
It''s meant to be run on the dom0, and uses the xm utility to get the
information.
The only thing I haven''t figured out, is how to
2007 Aug 15
0
Puppet keeps restarting apache...
Hi all,
I''ve got a problem when using the Apache2 recipe https://
reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe.
Puppet is enabling modules and sites on every run, which in turn
triggers a reload of Apache. I''ve figured out, that it must be the
unless line in the exec statement that''s causing the problem:
unless => "/bin/sh -c
2007 Apr 09
0
Mercurial commit hooks...
Hi all
I''ve watched all the discussion about svn commit hooks, as I really
want to integrate that into my system - the only thing is, that I use
Mercurial as my SCM system.
So I was wondering if someone out there knows mercurial well enough
to write a commit hook? I''ve tried myself, and came up with this:
pretxncommit.parsecheck_puppet = hg log -v -r $HG_NODE | sed -n
2007 Feb 10
1
Multipe file sources...
Hi,
I''m trying to use several sources to pick from in a remotefile
statement:
remotefile { "/etc/sudoers":
mode => 0440,
source => [
"config/apps/sudo/sudoers.${host}",
"config/apps/sudo/sudoers"
],
sourceselect => first
}
But it doesn''t seem to work. I get an error like this:
"File source
2006 Nov 13
3
(A bit offtopic): A good starting book for ruby programming?
Hi all
Guess it''s time for me to dig a bit deeper into the ruby language.
Can you recommend some good starting books on ruby programming?
Thanks.
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70 202 407 / Fax: 33 313 640
www.fab-it.dk / juri@fab-it.dk
2006 Oct 18
1
bug in --mkusers...?
Hi all
Just discovered that running puppetmasterd --mkusers creates the user
and group puppet, but it also changes roots group to puppet...?? That
must be a bug, right...?
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70 202 407 / Fax: 33 313 640
www.fab-it.dk / juri@fab-it.dk