Displaying 20 results from an estimated 3000 matches similar to: "Sarasota meet up?"
2005 Jan 28
2
Nortel --> Asterisk-------->Asterisk
I am looking at setting up the following configuration and any
help/input/comments before signing the PRI contracts will be greatly
appreciated.
PRI Tampa PRI
Sarasota PRI
<--> Nortel BCM-->Asterisk<------------------>Asterisk<--->
I would like to link the Nortel BCM to * using the a digital trunk card.
The BCM will
2010 May 10
4
Begining with puppet.
Hi,
I am trying to do my first puppet configuration, already installed the
puppetserver and client, in this link show my configuration and my puppet
structure:
http://paste.pocoo.org/show/212227/
But when i run the client side daemon i get this message:
info: /Class[main]/Node[basenode]/Class[inittab]/File[inittab]/source: No
specified sources exist
err:
2007 Mar 15
0
London "Puppet Muppets" meetup - Thurs 22nd March
Well I have thought of a bunch of good names, but unfortunately that is
the one that seems to have stuck :D
So a bunch of us will be assembling in the Old Bank of England pub in
Fleet Street, London, next Thursday, at about 7pm for a social evening
of drinks and chatter more or less related to Puppet. Everyone that
wants to come along is welcome, whether or not you use Puppet or are
interested in
2009 Dec 04
3
yumrepo is missing name attribute in repo files using puppet-0.24.8-4.el5
I''m using puppet-0.24.8-4.el5 on CentOS 5.4.
My problem is yumrepo isn''t writing the "name=" field to the
repository files which causes yum to complain with the error:
Repository ''local-CentOS-5.4-x86_64'' is missing name in configuration,
using id
I get this behavior on all of my yumrepo definitions. One of them
looks like this:
yumrepo {
2011 Jul 27
4
Puppet RPM's
Does anyone know where I can get the latest puppet, 2.7.1 as RPM''s?
The spec file that comes with the puppet 2.7.1 source is broken again, and
only version 0.25.5 seems to be available via EPEL, which means that the
website''s assertion that you can get puppet as an RPM from there is somewhat
untrue.
Douglas.
--
You received this message because you are subscribed to the
2009 Jun 12
7
Obtaining puppet and facter for RHEL5/Centos5
What''s the correct yum repo to use for installing Puppet & Facter on
RHEL5 and Centos5?
I used to get them from the dlutter-rhel5 repo but this seems to be
massively out of date now - latest version of puppet-server in there is
0.24.5-1.el5 and facter 1.5.4-1.el5.
In Epel I see puppet-server 0.24.8-1.el5.1 and facter 1.5.4-1.el5 which
is better but isn''t 1.5.4 the version
2009 Oct 27
14
ANNOUNCE: Puppet 0.25.1 released!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Puppet 0.25.1 - code name "zoot" - is now available. The 0.25.1 release
is a maintenance release in the 0.25.x branch.
The release is available at:
http://reductivelabs.com/downloads/puppet/puppet-0.25.1.tar.gz
http://reductivelabs.com/downloads/gems/puppet-0.25.1.gem
Please report issues and feedback via the Reductive Labs Redmine site:
2009 Feb 24
6
User/managehome with useradd provider on CentOS
Hi,
When you set managehome to false on a User ressource, homedir will
still be created on a CentOS box as the -M flag is not passed to
useradd.
$ diff -u /usr/lib/ruby/site_ruby/1.8/puppet/provider/user/
useradd.rb.bak \
/usr/lib/ruby/site_ruby/1.8/puppet/provider/user/useradd.rb
--- /usr/lib/ruby/site_ruby/1.8/puppet/provider/user/
useradd.rb.bak 2008-10-23 01:19:07.000000000 +0200
2002 Dec 04
0
SID when joining samba domain
I'm using a Debian woody based system (partially upgraded to 'testing'
in order to use tls with ldap), with samba_2.2.7 source built by
debian/rules with LDAP turned on, using gcc 3.0.4,
libldap2-tls_2.0.23-14, and libldap2_2.0.23-14.
I'm setting up PDC service -- when I try to join a windows machine
(this is XP) to the domain, I get 'specified user does not
exist' on the
2009 Mar 11
2
trouble diagnosing exported resources
Hello,
I want to use exported resources (namely sshkey) and with the following
code, each node gets his own ssh key written into /etc/ssh/ssh_known_hosts,
but not the others ones. This is with puppet 0.24.7 on redhat.
node ''node1'' {
@@sshkey { "node1":
type => rsa,
key => $sshrsakey
}
Sshkey <<| |>>
}
node ''node2'' {
2009 Mar 23
7
ANNOUNCE: Puppet 0.24.8 now available!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Puppet 0.24.8 is now available!
This is a maintenance release for the 0.24.x branch but contains a small
number of new features including some significant performance
enhancements for large installations and stored configurations.
The tarball is available at:
http://reductivelabs.com/downloads/puppet/puppet-0.24.8.tgz
MD5 hash:
2006 Apr 17
0
Problem getting R's decision tree for Quinlan's golf exam ple data [Broadcast]
See ?rpart.control. I get:
> golf.rp = rpart(Outlook ~ ., golf, control=rpart.control(minsplit=1))
> golf.rp
n= 14
node), split, n, loss, yval, (yprob)
* denotes terminal node
1) root 14 9 rain (0.2857143 0.3571429 0.3571429)
2) Temperature< 71.5 6 2 rain (0.1666667 0.6666667 0.1666667)
4) Temperature< 64.5 1 0 overcast (1.0000000 0.0000000 0.0000000) *
5)
1999 Dec 06
1
Ugly patch to openssh-1.2pre15
Hi,
I am behind a firewall which does not permit connections to port 22, so I
run my ssh server on port 23. :-) Unfortunately, the stupid firewall
prints a few lines of junk when you make a connection to port 23 before
actually starting the connection. This confuses ssh.
Attached is an (ugly) patch against openssh-1.2pre15 which makes it ignore
a configurable number of lines while looking for
2010 Jul 29
5
Multiple repositories under one file
Hello All,
In all the examples that I see you configure one repo per file;
i.e:
yumrepo { "testing.com-repo":
baseurl => "http://repos.testing.com/fedora/$lsbdistrelease/",
descr => "Testing.com''s YUM repository",
enabled => 1,
gpgcheck => 0,
}
But how do I specify multiple entries to the same file?. For
instance, I just one to have one
2010 Jun 03
8
authenticating new nodes that are created by provisioning
Hey Folks,
I''m looking at doing automated provisioning of new servers and am trying to integrate puppet into this process. What I''m wondering though is what the best process for securely registering a new node is.
At the moment the first time puppet is run I have to then accept the certificate on the puppetmaster and then run puppet again.
What I would like to do is accept the
2006 Apr 16
0
Problem getting R's decision tree for Quinlan's golf example data
Newbie question, but I've checked archives etc. Am trying to reproduce
in R Quinlan's trivial example of the "golf" decision tree. The data file
of 14 examples follows (read in via read.table()):
Outlook Temperature Humidity Windy PlayDontPlay
1 sunny 85 85 false DontPlay
2 sunny 80 90 true DontPlay
3 overcast 83 78 false Play
4 rain 70 96 false Play
5 rain 68 80 false Play
6
2011 Dec 21
1
Reg : Using RJDBC to read UTF-8 characterrs
Hi All,
We are using the following dataset which contains UTF-8 characters and is
stored in a MySQL database. When we use
RODBC and read the data, the characters are read correctly.But when we read
using RJDBC ,the characters are read like ???????????????????????????1
Can you please let me know how we can read the UTF-8 characters as it is
done by RODBC.
ID code Outlook Temperature Humidity
2017 Sep 02
0
problem in testing data with e1071 package (SVM Multiclass)
Hello all,
this is the first time I'm using R and e1071 package and SVM multiclass
(and I'm not a statistician)! I'm very confused, then. The goal is: I
have a sentence with sunny; it will be classified as "yes" sentence; I
have a sentence with cloud, it will be classified as "maybe"; I have a
sentence with rainy il will be classified as "no".
The
2005 Jun 11
0
Asterisk Users & Developers on their way to Madrid - Meet us there!
We're getting close to Astricon Europe 2005, the first Asterisk
Community gathering in Europe. Speakers are coming in from all over the
US and Europe, as well as far away as New Zealand, to talk, teach and
discuss Asterisk -the Open Source PBX.
At this time, we're still accepting registrations online,
where you reserve a hotel room and pay for the conference.
Make sure you register now,
2005 Jan 06
2
Message light on 7960 or in this case no message light
I have just finished setting up a new asterisk system which is basically
the same as our first system. We are using 7960 phones and I used the
phone config files the first installation with appropriate changes.
The problem is that on the new system I get no message lights, I can't
figure this out. One thing I do notice is that when I monitor the sip
debug on the second system the sip