Displaying 20 results from an estimated 2000 matches similar to: "Interest in E1 channel banks?"
2003 Feb 18
1
Asterisk left in a bad state
Hi all,
I'm using asterisk in a production environment now and this afternoon I got
reports complaining that it was not working. Looking at the asterisk console
output, I saw it contains lots of error messages as printed below.
Unfortunately it is not obvious from the logs as to what started all this.
Just before the error messages start, everything seems to be working fine
with no problems.
2007 Jun 20
5
0.23 question
I think that I''m running into the warning on external node support here but
after a recent upgrade for my puppetmaster I get:
puppetmasterd[19397]: Could not find aa0-006-4.foo.com with names
aa0-006-4.foo.com, aa0-006-4
I''ve not changed puppetd.conf which contains:
ldapnodes = true
ldapserver = my.ldap.foo.com
ldapbase = ou=hosts,dc=foo,dc=com
I''ve not
2007 Oct 12
7
puppetd dies?
Greetings all,
My deployment of puppet includes a monitrc to make sure that puppetd stays
up and running. It seems like (across all of my hosts) that pupeptd will
end up dying and restarted by monit. I''m running puppetd under a screen
session now on one particular host with --debug --verbose to see if any
thing comes out on console but until it happens again, any anybody else
2008 Jan 22
12
rollbacks
Has anyone done rollbacks with puppet?
The story goes that last night I pushed a change out, which
intentionally changed the way certain services where managed. The
change involved pushing out a few files, cronjobs, etc., which was okay
until it was discovered there was a bug with the service.
My configurations are kept in subversion and rolling back to a previous
configuration would have
2007 Oct 17
4
oddity
Greetings,
Shouldn''t puppetd -o --ignoreschedules ... imply that splay* options are
ignored :-) If that''s not the intended behavior could we get a --run-now
that ignores splay* and schedules?
Cheers,
Ryan
2009 Aug 19
4
Basic question: Reading in multiple choice question responses to a single column in data frame
I'm using read.delim to successfully read in tab delimited data, but some
columns' values are comma seperated, reflecting the fact that user chose a
few answers on a multi-select question. I understand that each answer is
its own category and so could be represented as a seperate column in the
data set, but I'd like the option of reading in the data column, and
converting it to a
2007 May 17
7
Puppet not honoring alternate path to namespaceauth.conf
Greetings,
I''ve two questions for y''all.
1) I''ve setup an alternate installation path for puppet in a site local
directory outside of ''the usual places''. Puppetd seems to insist that
/etc/puppet/namespaceauth.conf exists despite setting :authconfig in both
puppet and puppetd.
As a result part of my installation now includes a symlink to point
2007 Jul 23
4
options not being parsed...
With both puppet-0.23.0 and 0.23.1 if I setup just the configuration file
puppet.conf, none of the puppetd options seem to get parsed. I first
noticed this when monit failed to start/stop services due to the lack of a
pid file being generated (and mine is not in one of the usual places).
I''m sure that something like the patch attached but I bet it breaks other
assumptions :-)
Cheers,
2001 Mar 28
2
Big bug in vorbis encoder?
I was just compressed a file with vorbis and I get a big
glitch in the file when I play it back.
Here's a picture of the sound (in SoundForge) before/after
vorbis compression: http://www.artlum.com/pub/oggproblem.gif
The top half of the image is the original wave file and
the bottom half is the file after compression/decompression.
The compressor was the latest Windows oggdrop, and
I
2002 Mar 05
4
Ogg too good?
I'm just encoding some files with the latest ogg and it's
too good. I tried encoding things at q1 just to see what
happened and I couldn't hear the differencee between the
ogg and the original files.
Maybe it was the type of music I was encoding or limitations
in my listening equipment or something but it seems pointless
to have a scale from one to ten and have most of it unused.
2007 Dec 05
5
Reporting / determining state of nodes
Hello,
I recently started deploying puppet on our server
farm. It works wonderfully with RHEL4, Gentoo and
Debian.
I''m looking for a way to determine the state of all
nodes.
Say for example that I change a file on the
puppetmaster which affects 200 nodes. Then I go to
lunch. When I get back, I''d like to know which nodes
have been updated and which have not.
I asked this in
2007 Dec 17
5
question about 0.24.0
I see in the changelog that:
You now must specify an environment and you are required to specify
the valid environments for your site. (#911)
Does this mean that the puppetmaster has to be updated before clients
work correctly?
I ask because I''m testing out a client upgrade to 0.24.0 (server is
still 0.23.2) and this is what I''m seeing:
[~]% sudo /foo/bin/puppetd
2007 May 31
9
Switching to mongrel
I made an attempt to switch to mongrel today and I''m running into a strange
error message I can''t seem to track down:
debug: puppetmaster: Setting servertype to ''mongrel''
Server is not a class
Tracing through with the debugger shows:
[snip]
/foo/lib/gems/puppet-0.22.4/bin/puppetmasterd:248: case
Puppet[:servertype]
(rdb:1) n
2012 Oct 29
2
lapack routines cannot be loaded
I installed R in (what I believe is) the standard way by adding the
following line to /etc/apt/sources.list
deb http://cran.us.r-project.org/bin/linux/ubuntu precise/
All was well, until I recently upgraded from 2.15.1 to 2.15.2 by running
sudo apt-get update
sudo apt-get upgrade
Now, when I try to do simple things, I get an error. e.g.
R> PP.test(rnorm(1000))
Error in
2009 Apr 22
2
How to extract integer in a data frame
Dear all,
I have a data frame that looks like this:
> dat
V1 V2 V3
1 0.000 2 554889
2 2.001 0 9978
3 0.342 3 5263
4 123.000 0 3209
5 0.004 0 2434
I want to get a subset of that data frame where
the entry in V1 has (x.000) as its decimal.
yielding
> wanted_dat
V1
2007 Dec 04
1
odd behavior with provider yum...
Anybody else noticed this:
debug: package provider yum: Executing ''/usr/bin/yum -d 0 -e 0 list
available portmap''
err: //nfs_server/Package[portmap]: Failed to retrieve current state
of resource: Could not get latest version: Execution of ''/usr/bin/
yum -d 0 -e 0 list availaSearching 100% |
=========================| 16 kB 00:03
Error: No
2007 Dec 05
1
Is there a way to ''exec'' last
I''m wondering if there is any easy way to run a command after
everything else, something like:
exec {
when => "last"
command => "/usr/local/bin/update",
}
Or even "run these commands in the following order", as the last step.
The bottom line is that I''m trying to trigger certain behaviors after
the state of the system has
2007 Jun 04
1
Ldap connectivity
I just discovered that puppet makes an assumption about which ruby ldap
implementation is used. FWIW, ruby/ldap and not net/ldap is the preferred
choice.
Just curious, why choose on over the other?
Cheers,
Ryan
2007 Jun 08
5
website down ?
seems that the tracksite is down ?
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 May 19
2
A little more on this puppetmaster thing
So one of the behaviors that seems to wedge puppetmasterd is if you
re-initialize a client, the example here being that I installed an older
version of puppet on a bunch of machines to test out how things work:
* at some point in the past install older rev of puppet
- client regiesters itself with the server, etc.
- works fine.
* recently, remove the old puppet in favor of a new version that