similar to: New to the list ... Looking for any recommendations inre: VMWare Vs. Xen

Displaying 20 results from an estimated 500 matches similar to: "New to the list ... Looking for any recommendations inre: VMWare Vs. Xen"

2014 Sep 12
1
compiling Asterisk
I am trying to compile the certified-asterisk-11.6-cert5 code and when I try to start it and then go into the console I am getting the error message "asterisk dead but subsys locked". Can anyone help with why this is happening? I have never seen this before. This is a fresh install on a new server CentOS 6.5. Thanks, Scott Haley IS Voice Projects Team Edward Jones Investments Phone:
2015 Feb 10
1
Dial Plan Issue
I am trying to transition an application over from a FreePbx box to a Standard build Asterisk 11.6 box. I have a job that creates a call file and plays a sound file. If it detects a voicemail, then it plays it, waits 1 second and replays it. The FreePbx box works fine but the Standard Asterisk build is dropping the call during the first Voicemail playback and it does not leave the voicemail.
2014 Feb 26
1
SIP 603 Declined error message
I have a SIP trunk from my Asterisk server to an Avaya CM server. If I place calls inbound, everything works fine. If I place calls outbound, originating from the Asterisk box, everything works fine (I have done this with the use of the .call files). If I setup an extension with the findme-followme feature and have it try to hair-pin a call back out the same trunk to the Avaya, I get a
2014 Apr 23
2
Trunk issue
I have setup a trunk on Asterisk 11.7 to an Avaya Session Manager. Every time I try to send a call over it, the call gets rejected. Here is the sip debug trace. Could anyone tell me what may be going wrong? nxdasterisk-2*CLI> [Apr 23 08:20:59] WARNING[19047]: pbx_spool.c:309 safe_append: Unable to set utime on /var/spool/asterisk/outgoing/scott.call: Operation not permitted Audio is at 18380
2014 Jul 16
3
Simultaneous Ring
I have a need to issue a dial command to a number: same => n,Dial(${DIALGROUP1},${TIMER1},t) After a number of seconds, let's say 10 seconds. I want to dial another set of numbers while continuing to ring, or interrupting the first group of numbers. same => n,Dial(${DIALGROUP2},${TIMER1},t) Is there a way to do this without interrupting the first call? Thanks, Scott Haley If you
2015 Jan 20
0
MWI issue
I have a situation that I need help with. I have 2 phone systems, 1 Asterisk and 1 Avaya. All voicemail is kept on the Avaya system. Whenever a call comes into an extension that the Asterisk server owns, I re-direct it to a different number that is owned by the Avaya System. If that Avaya extension does not answer it, I send it to the voicemail on the Avaya Messaging system for the extension that
2015 Jan 21
0
asterisk-users Digest, Vol 126, Issue 18 mtr
You could use MTR command. Its a trace route improved. Marlon Araujo > On Jan 20, 2015, at 08:59, asterisk-users-request at lists.digium.com wrote: > > Send asterisk-users mailing list submissions to > asterisk-users at lists.digium.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.digium.com/mailman/listinfo/asterisk-users > or,
2009 Feb 02
8
ZFS core contributor nominations
The time has come to review the current Contributor and Core contributor grants for ZFS. Since all of the ZFS core contributors grants are set to expire on 02-24-2009 we need to renew the members that are still contributing at core contributor levels. We should also add some new members to both Contributor and Core contributor levels. First the current list of Core contributors: Bill
2005 May 20
2
Converting passwords to Linux (NIS)
On our network, some users authenticate against a linux server running NIS, while some authenticate against a Windows NT machine via Samba. We want to dispense with the Windows machine (who wouldn't!). Ideally, I'd like to preserve the users' current passwords. Does the Samba suite include tools that allow this? Thank you for your help!
2004 Jul 23
3
Auto-Create Directory
I have a samba server set so that each user in a windows 2003 active directory can have their own personal, private share. I would like to know how to set up Samba so that their directory is created automatically, rather than me creating 1300 directories on the linux server. I cannot use pam_mkhomedir.so because 'security = ads' in smb.conf and 'encryption = yes' must be
2004 Sep 26
0
FreeBSD Security Advisory FreeBSD-SA-02:21.tcpip
Fun, fun. I suggest checking the corresponding MTA configuration :) Return-Path: <David.Bear@asu.edu> Delivered-To: rohrbach@mail.webmonster.de Received: (qmail 56434 invoked by uid 801); 24 Sep 2004 15:51:37 -0000 Delivered-To: vrohrbach-karsten@rohrbach.de Received: (qmail 56429 invoked from network); 24 Sep 2004 15:51:36 -0000 Received: from post5.inre.asu.edu (129.219.110.120) by
2004 Sep 24
1
openssh version
On Wed, 2 Jan 2002, John Hay wrote: > Well I can accept your argument for -stable, although bigger changes has > gone in -stable in the past, but what about -current? My -current boxes > also still claim: "sshd version OpenSSH_2.9 FreeBSD localisations > 20011202" And this is the problem, if we don't have -current upgraded > we have little chance in getting wrinkles
2019 Nov 28
2
DW_OP_implicit_pointer design/implementation in general
Hi folks, I am pushing a PoC patch https://reviews.llvm.org/D70833 for review which includes the case when temporary is promoted. For such cases it generates IR as call void @llvm.dbg.derefval(metadata i32 3, metadata !25, metadata !DIExpression(DW_OP_LLVM_explicit_pointer, DW_OP_LLVM_arg0)), !dbg !32 And llvm-darfdump output looks like ------------- 0x0000007b:
2019 Nov 20
2
DW_OP_implicit_pointer design/implementation in general
> I don't have a strong opinion on representation. I can see how having a dedicated instruction to model implicit pointers would aid readability & be simpler to document/grok, but perhaps in the future we'll want to support other operations that refer to variable > DIEs. In the short term migrating to an extended dbg.value representation might take more work. Alok, wdyt? Below
2008 Oct 18
2
pre-built images
Tru has already been building vmware images ( http://people.centos.org/tru/vmware/ ) for various roles. I was wondering if there was any interest in prebuilt Xen images as well ? And if so, what would be the roles people would want images done for, and what might be suiteable package sets to include for those roles. -- Karanbir Singh : http://www.karan.org/ : 2522219 at icq
2019 Dec 18
4
DW_OP_implicit_pointer design/implementation in general
(I'm still pretty concerned that there are IR changes going in for a feature that seems incomplete and more invasive than really seems justified to me - though I admit I'm clearly not paying enough attention to this feature to have a nuanced/fully informed opinion & so maybe I just need to step back from all of this - but given the addition of new intrinsics, it seems like there should
2006 Oct 06
8
VServer Support
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi *! I''m currently working on integrating VServer support into puppet. I have uploaded a prototype for managing interface configuration to the Cookbook at http://reductivelabs.com/cookbook/VServerRecipes and would very much appreciate feedback about style and functionality. Regards, David - -- - - hallo... wie gehts heute? - - *hust*
2011 Feb 19
1
facts are loaded twice
Hi, i''ve set up my puppet on several clients and today i noticed that the facts are loaded twice by the clients. I took strace to get the list of loaded fact file and i found that puppet seems to load the same fact files twice: chdir("/var/lib/puppet/lib/facter") = 0 open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 info: Loading facts in vserver
2005 Jun 12
8
proxy_arp: Permission denied
Dear All, I have a problem to start Shorewall on a Debian 1.3 Linux box. Here is some info: Output of ''/sbin/shorewall trace start 2> /tmp/trace'' is in the attachment. Shorewall version: 2.2.3 Output of ''ip addr show'': 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: bond0:
2007 Aug 06
2
Puppet in vserver
Hi I am looking for quite a while now to run Puppet inside a vserver. The installation worked perfectly, but when I run a test I get this message: smb-configmaster / # puppetd --server 192.168.0.144 --waitforcert 60 --test /usr/lib/ruby/site_ruby/1.8/puppet/network/client/ca.rb:31:in `request_cert'': Certificate retrieval failed: Could not connect to 192.168.0.144 on port 8140