Displaying 19 results from an estimated 19 matches for "oldham".
Did you mean:
old_mm
2002 Sep 11
1
Authentication Problem...
...o use OpenLDAP ato
authenticate its users against, this way we can fully integrate it into out network with all the OS types we have.
Does anyone have ny experience with this sort of set up?
What do people recommend?
--
Thanks,
Andrew McCall
Internet/Linux System Administrator
I.C.T. Division
Oldham MBC
Civic Centre
West Street
Oldham
OL1 1UU
Tel : 0161 911 3990
Fax : 0161 911 3998
Email : it.andrew.mccall@oldham.gov.uk
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the i...
2010 Apr 23
12
Re-attaching zpools after machine termination [amazon ebs & ec2]
I''m trying to provide some "disaster-proofing" on Amazon EC2 by using a ZFS-based EBS volume for primary data storage with Amazon S3-backed snapshots. My aim is to ensure that, should the instance terminate, a new instance can spin-up, attach the EBS volume and auto-/re-configure the zpool.
I''ve created an OpenSolaris 2009.06 x86_64 image with the zpool structure
2008 Dec 15
3
Dedicated Fax Line
Hello folks,
I have a 20 channel fractional PRI and I would like to dedicate one of the lines for a Fax service (in and outbound).
Is this possible with Asterisk and what conf would I need for that?
Thanks,
-JE
2010 Apr 21
17
Puppet & EC2: Attach an EBS volume at boot?
Is it possible, using puppet, to configure an EC2 instance so that
when it boots it attaches & mounts an EBS volume? If so, what steps
would one take to achieve 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 unsubscribe from this group, send email to
1999 Feb 11
3
bcast to windows
************** try script like this works fine for me
HOSTS=`/usr/local/samba/bin/smbstatus -b | tail -n +5 | cut -c19-26`
for PC in $HOSTS
do
cat $1 | /usr/local/samba/bin/smbclient -M $PC
done
**************
Peter Lingen
Tel.: +49 2166 27 2646
2011 Feb 16
4
Make puppet clients look at a domain name rather than an IP?
In the docs it says one must add a line to the /etc/hosts file with
the name "puppet" and the IP of the puppet master. This isn''t a
possibility for us as the IP is subject to change. Is it possible to
configure the puppet clients to look for a specific domain to find the
master? eg. "puppetmaster.mydomain.com"? If so, how/where can this be
configured?
--
You received
2009 Jul 02
3
Grandstream 2010 and blinky lights
I am using 1.4, and have the above device, and it worked really well
with monitoring 18 "hints" aka devices.
Now, I've moved us to a hotdesking paradigm where the user is the
"extension" not the device. IOW if I dial 1234, I will get user 1234
(who happens to log on to device ABC today, and DEF tomorrow).
Can I make the GXP monitor user 1234, not extension 1234 ?
2008 Dec 01
2
[SPAM] - Re: CDR Design - Email found in subject
...via. my code) trace the call through to
check for human intervention.
Actually, the same would go for v1.6 and it's built in fax detection :).
I hope that makes sense.
Cheers
Andy
Andrew Thomas
Technical Services Manager
DataVox Ltd
Saddleworth Business Centre
Huddersfield Road
Delph, Oldham
OL3 5DF
2009 Jul 16
0
AGI to announce temperature from weather.com XMLfile
I have just the thing in PHP.
Drop me a personal e-mail and I'll whiz it over.
Andrew Thomas
Technical Services Manager
andy at datavox.co.uk
DataVox Ltd
Saddleworth Business Centre
Huddersfield Road
Delph, Oldham
OL3 5DF
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Trevor
Hammonds
Sent: 16 July 2009 12:50
To: 'Asterisk Users List'
Subject: [asterisk-users] AGI to announce temperature from weath...
2010 Apr 29
1
puppetmaster not responding
I''m unable to get a response from the puppetmaster I''m testing with.
`netstat -apn` shows puppetmaster/ruby listening on port 8140, but
telnet connections are refused both from a different location and from
the commandline on the master server.
I''ve restarted a number of times but I''m still getting nothing, and
AFAICT there aren''t any conflicting
2009 Jan 21
4
integration with Microsoft CRM?
Hi,
How hard is it to integrate asterisk with Microsoft CRM?
Thanks for any suggestions, pointers, etc.
2010 May 06
2
Pre-sign "offline" servers?
How can I pre-sign a server which doesn''t yet have a domain pointing
to it?
I''m trying to get an EC2 "base image" together which is pre-signed
with our master, so I can spin-up as many instances as required. These
instances which will all share the same characteristics and files
(they''re basically dupes), and will all sit behind a load-balancer, so
2010 Sep 16
2
Realtime semi-colon
...* uses the semi-colon as a 'seperator' - but I need to be able
to use one in a command. I know I can use \; in the non-realtime
configs, but this doesn't work in realtime.
Cheers,
Andrew Thomas
Technical Services Manager
DataVox Ltd
Saddleworth Business Centre
Huddersfield Road
Delph, Oldham
OL3 5DF
If you have received this communication in error we would appreciate
you advising us either by telephone or return of e-mail. The contents
of this message, and any attachments, are the property of DataVox,
and are intended for the confidential use of the named recipient only.
If you are...
1997 Oct 08
2
OPLOCKS....
Hi, I have an application under Access that is running dead slow. I've
done some testing and it appears that Access really likes to use OPLOCKS which
of course Samba does not support.
Is there any work underway to get Samba to support OPLOCKS? I know they are
difficult to implement but I'm faced with a decisions now to buy an NT box
(Ugh!) or do a lot of messing around to get this
2009 Jul 16
5
AGI to announce temperature from weather.com XML file
I would like to have the ability to have Asterisk announce the temperature
-- not using TTS -- within the dialplan.
For a non-Asterisk project, I have a cron job that periodically pulls down
an XML file from weather.com containing local weather data (TWC's user
agreement requires that data be cached locally). Using sed, I also create a
text file that contains only the numeric value of the
2008 Nov 23
14
CDR Design
I've taken the liberty of starting a new thread to discuss the design
of the Asterisk CDR mechanism. The discussion has been kindly
initiated by murf putting together a proposal:
http://svn.digium.com/svn/asterisk/team/murf/RFCs.
After reading the proposal I still don't think it's the right way to
go. To my mind adding more channel variables increases the complexity
in a situation
2003 Dec 01
0
No subject
...plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
Message-ID: <F540EC7334CFED478994B370191C96095840@exchange01.ncacasi.org
>
content-class: urn:content-classes:message
Thread-Topic: Win2k boxes broke suddenly
Thread-Index: AcE8d582x4qObP5EQ+qYIJFSLRxbdQ==
From: "C. R. Oldham" <cro@ncacasi.org>
To: <samba@lists.samba.org>
Sender: samba-admin@lists.samba.org
Errors-To: samba-admin@lists.samba.org
X-BeenThere: samba@lists.samba.org
X-Mailman-Version: 2.0.6
Precedence: bulk
List-Help: <mailto:samba-request@lists.samba.org?subject=help>
List-Post: <...
2011 Mar 08
1
EC2 master restart, broken agents
A quick overview of our setup:
We have an EBS-backed puppet master instance with an Elastic IP, and a
number of puppet agent AMI images in various regions. When these AMIs
were created, they were authenticated with the puppet master using the
following command:
# puppet agent --certname=$(cat /etc/puppet/certname) --server
puppet.ourdomain.net --waitforcert 30 --test
...and accepted on the
2011 Feb 25
2
"hostname not match with the server certificate" error
Hi all
I''m trying to set up a separate puppet master and client on EC2. I''ve
used two instances of CentOS5.4 with nothing other than the base
install and have installed puppet via the ruby gems. Puppet is at
2.6.4 on both machines.
I''ve been following the guide to get a basic configuration working
(http://docs.puppetlabs.com/guides/configuring.html) with a little
tweak