similar to: Memory Problems

Displaying 20 results from an estimated 200 matches similar to: "Memory Problems"

2003 Jun 04
3
h323 and g729
Hi, I have an ansterisk and a cisco 827-4v registered to a Gatekeeper. asterisk has two extensions: exten => 223,1,Dial,OH323/BYEXTENSION@827PD exten => 730,1,Dial(IAX/eduardo@10.0.11.103) (IAX are working well) When I try to call each other, gnugk shows a ARJ: ARJ|10.0.11.112:1720|223:dialedDigits|730:dialedDigits|false|resourceUnavailable I think this could be a codec
2006 Nov 04
6
Problem with installing/running domU OS on HVM machine
Hi, I have problem installing or running domU OS (Windows XP or Redhat 7.3). The machine runs CentOS 4.4 X86_64, Xen-3.0.3. Paravirtual domU works without problem. The problem is that when I run command "xm create <config>", nothing would happen. hvmloader does not seem get started at all. I''ve tried installing both 64bit and 32bit vnc, sdl but did not see any
2006 Aug 31
7
Core 2 Duo
Am considering a new laptop, and I wonder if anyone here can share their Xen experiences with the newest Core 2 Duo CPUs, ref http://www.intel.com/products/processor/core2duo/specifications.htm The list at http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors doesn''t include any Core 2 Duos. Does that mean that people have had problems, or is the wiki just not up to date? I gather
2008 Jul 14
14
Workaround for the corrupted Intel X48 DMAR table
hi, I am trying the Xen unstable on X48 chipset these days but it failed due to an corrupted RMRR table in the ACPI. The following is the acpi dump of DMAR. DMAR @ 0x7fef1000 0000: 44 4d 41 52 20 01 00 00 01 d1 49 4e 54 45 4c 20 DMAR .....INTEL 0010: 44 58 34 38 42 54 32 20 12 06 00 00 4d 53 46 54 DX48BT2 ....MSFT 0020: 13 00 00 01 23 00 00 00 00 00 00 00 00 00 00 00 ....#...........
2005 Sep 06
2
Wireless router with built-in VOIP(FXS) ports for Ansterisk
Hi Team, Just, I would like to know, is there any unlocked device(wireless router with built in FXS port) for home users which are connected Asterisk based VOIP service. I have looked products from Linksys and D-link etc. But all these products are bundled with VOIP Service providers (vonage, lindo and at&t) . Please sugest if any products avaiable in market. Thanks, Karun
2004 Dec 27
2
list(0) to integer
Hello I've another question :-) I would like to transform a list to a integer. I must be sure that the number entered by the user is an integer! Thus, I've made : repeat{ cat("Effectif des populations (integer):") n<-scan("",n=1,what=list(0),quiet=TRUE) if (is.integer(n[[1]])==TRUE) break print("L'effectif des population doit etre un entier")
2009 Aug 30
0
I/O Virtualization failure on d5400xs with iommu=1
Hello I am trying to boot ubuntu 9.04 with iommu=1 iommu=passthrough noreboot and i keep getting a panic i have vt and vt-d enabled in my bios here is the serial console capture __ __ _____ _ _ _ \ \/ /___ _ __ |___ /| || | / | \ // _ \ ''_ \ |_ \| || |_ | | / \ __/ | | | ___) |__ _|| | /_/\_\___|_| |_| |____(_) |_|(_)_|
2013 May 09
0
[LLVMdev] Predicated Vector Operations
On Thu, May 9, 2013 at 1:09 AM, Nadav Rotem <nrotem at apple.com> wrote: > On May 8, 2013, at 4:00 PM, Eric Christopher <echristo at gmail.com> wrote: > > > Thinking that a masked store is conservatively a store of the full > width of the store right? > > > It depends on the optimization. Consider this example: > > masked_store(Val, Ptr , M) > X =
2002 Feb 13
3
Verba Volant
We have been requested to insert the following email address, "samba@samba.org", in the Verba Volant Newsletter database. Through this daily service you will receive a quotation, selected from amongst the most celebrated philosophers, writers and poets of all time and translated into many languages and dialects by volunteers worldwide. If you would like to confirm your subscription to
2013 May 09
4
[LLVMdev] Predicated Vector Operations
Chandler Carruth <chandlerc at google.com> writes: > What are the desired memory model semantics for a masked store? > Specifically, let me suppose a simplified vector model of <2 x i64> on > an i64-word-size platform. > > masked_store(<42, 42>, Ptr, <true, false>) > > Does this write to the entier <2 x i64> object stored at Ptr or not? No. It
2013 May 08
4
[LLVMdev] Predicated Vector Operations
On May 8, 2013, at 4:00 PM, Eric Christopher <echristo at gmail.com> wrote: > > Thinking that a masked store is conservatively a store of the full > width of the store right? It depends on the optimization. Consider this example: masked_store(Val, Ptr , M) X = masked_load(Ptr, M2) If you assume that your store actually overwrites everything in that memory location then you
2007 Aug 22
1
Memory: 2056396k/4194304k available
I have a centos 5 server running on olidata tegeo server with 2 opteron 1800 and 8GB ram. I installed centos 32bit so I should be able to use 4GB. My system on boot recognize 4GB ram but allocate only 2GB. Extract from dmesg: Warning only 4GB will be used. Use a PAE enabled kernel. 3200MB HIGHMEM available. 896MB LOWMEM available. Memory: 2056396k/4194304k available (2043k kernel code, 39416k
2007 Apr 30
0
ioremap failure on highmem reserved memory with RHEL 5 Xen Linux
Hello , I have installed RHEL 5 on a Intel Core Duo processor based board. It has 1 GB of physical memory. I have a driver which uses the memory reserved at the top of the high memory. Well this driver worked fine on all the previous versions of RHEL/FC and also with RHEL 5 with virtualization disabled. But with virtualization enabled , the ioremap to the memory reserved at the top of high
2011 Jan 26
0
Fw: Re: Memdisk Question
Hi Guys, I clicked reply instead of reply all. Here is my mail from H. Peter regarding my memdisk question: >> Is it the app that's having problems, or memdisk?? Either way, stock >> memdisk can't do this, but it would be a fairly trivial modification >> to add an option to reserve all memory areas above a certain point. >> >>? It's definately the
2013 May 12
0
[LLVMdev] Predicated Vector Operations
On Thu, May 9, 2013 at 4:47 PM, <dag at cray.com> wrote: > Chandler Carruth <chandlerc at google.com> writes: > > > What are the desired memory model semantics for a masked store? > > Specifically, let me suppose a simplified vector model of <2 x i64> on > > an i64-word-size platform. > > > > masked_store(<42, 42>, Ptr, <true,
2006 Oct 17
2
Inaccurate CDRs
Hello, i have call time irregularites in my asterisk CDR. I a currently using a mysqly backent to save CDR records and use this to generate bills at the end of each month. However, my users are complaining that they gety charged for even uncompleted calls (i.e. calls they make whaich have already be setup but canclled). i have noticed that only 'AWNSERED' and 'Busy' show up in my
2003 May 06
1
Slow disk access on Dell Latitute with ATA/ATAPI-5 T13 1321D
Hi... I have a Dell Latitute with an ATA/ATAPI-5 T13 1321D and it would seem that my disk access is extremely slow. I have the latest updated kernel from RedHat 8.0 kernel 2.4.18-27.8.0. Somehow I think it is related to the UDMA stuff (shows my level of understanding). I have run hdparm and although I think I should at least udma level 5, I have at most udma2 listed. Is this a kernel
2010 Feb 08
2
Plugin question
Hi All. I am developing plugin for Dovecot. And I needs for read some configuration file at startup and store configuration in application wide variable. As I see the plugin_init() method calls multiple times and allocates plugin's variables each time. Could you suggest better way to store variable in application context. Thank you Valery Gorbunov
2008 Oct 30
2
up to 3000 lines capacity asterisk Deployment
Hello All, I have a request from a prospectieve client to deploy a PBX capacity that can do up to 3000+ lines within a geographic region similar to a campus. The client wants analog lines for extensions and maybe VoIP for some backhaul traffic while the other traffic would be carrid via E1 channels. The client has other proposals to buy a mid, range telco switch from alcatel or simens but i am
2014 Apr 08
1
Question regarding ssh and lxc
I'm trying to narrow down the source of a bug where a docker container sshd closes the connection after a successful authentication (https://bugzilla.redhat.com/show_bug.cgi?id=1085081) - filed with libvirt as there's no docker-io component for RHEL 6.5 in bugzilla. One of the steps I'm taking is to reproduce a similar setup using LXC but while it seemed to have worked I'm not