similar to: Help with semaphores

Displaying 20 results from an estimated 1000 matches similar to: "Help with semaphores"

2017 Oct 20
0
[PATCH v1 3/3] virtio-balloon: stop inflating when OOM occurs
This patch forces the cease of the inflating work when OOM occurs. The fundamental idea of memory ballooning is to take out some guest pages when the guest has low memory utilization, so it is sensible to inflate nothing when the guest is already under memory pressure. On the other hand, the policy is determined by the admin or the orchestration layer from the host. That is, the host is expected
2017 Oct 22
1
[PATCH v1 3/3] virtio-balloon: stop inflating when OOM occurs
On Fri, Oct 20, 2017 at 07:54:26PM +0800, Wei Wang wrote: > This patch forces the cease of the inflating work when OOM occurs. > The fundamental idea of memory ballooning is to take out some guest > pages when the guest has low memory utilization, so it is sensible to > inflate nothing when the guest is already under memory pressure. > > On the other hand, the policy is
2017 Oct 22
1
[PATCH v1 3/3] virtio-balloon: stop inflating when OOM occurs
On Fri, Oct 20, 2017 at 07:54:26PM +0800, Wei Wang wrote: > This patch forces the cease of the inflating work when OOM occurs. > The fundamental idea of memory ballooning is to take out some guest > pages when the guest has low memory utilization, so it is sensible to > inflate nothing when the guest is already under memory pressure. > > On the other hand, the policy is
2007 Apr 19
1
CDR(dst) != CALLERID(dnid)
Hi guys, i just came to know that CDR(dst) field is set to current extension instead of the dialed no. i need to set it to DNID because our every user has 5 dids and i want to show the caller at the end of the month which numbers he dialed for every call, along with other cdr info. Our rating depends on the dialed number also. here is my extensions.conf exten=> 1212,1,Dial(SIP/rizwan)
2017 Oct 20
9
[PATCH v1 0/3] Virtio-balloon Improvement
This patch series intends to summarize the recent contributions made by Michael S. Tsirkin, Tetsuo Handa, Michal Hocko etc. via reporting and discussing the related deadlock issues on the mailinglist. Please check each patch for details. >From a high-level point of view, this patch series achieves: 1) eliminate the deadlock issue fundamentally caused by the inability to run leak_balloon and
2017 Oct 20
9
[PATCH v1 0/3] Virtio-balloon Improvement
This patch series intends to summarize the recent contributions made by Michael S. Tsirkin, Tetsuo Handa, Michal Hocko etc. via reporting and discussing the related deadlock issues on the mailinglist. Please check each patch for details. >From a high-level point of view, this patch series achieves: 1) eliminate the deadlock issue fundamentally caused by the inability to run leak_balloon and
2007 Mar 22
0
Bridged ZAP calls do not release
Hello, All. I am currently running a test configuration for the telephony engineer here. I have two Dell PE servers, each with 2 A108 Sangoma T1/E1 cards. Here is a rough drawing: Ameritec Call Generator 8 T1 ISDN/PRI lines ---> Asterisk ---> Asterisk ---> Ameritec Call Generator Sangoma A108 Sangoma A108 Terminating 8 ISDN
2003 Apr 23
2
Call Queue Manager and DID Digits
I've been asked to create a graphical "call-queue" manager. That is, use the existing call queues application but allow a way to view what's coming and attach information to it. As far as the "attaching information" that's in the realm of my application, but I'm trying to figure out if the internals of queues are exposed through any interface. Any help there?
1998 Sep 15
1
SUNOS: Samba grabs all semaphores, breaking other softwares (PR#9755)
Ole.H.Nielsen@fysik.dtu.dk wrote: > > SAMBA grabs ALL available semaphores minus 1 on SunOS 4.1.3, > where the kernel has 60, see /usr/include/sys/sem.h: > #define SEMMNS 60 /* # of semaphores in system */ > > This is a MAJOR PROBLEM to us, since our backup software > (IBM ADSM) also needs available semaphores for the client > part to work. Hence we can
2005 Oct 05
2
Apache won't start, semaphores exhausted
One of our systems run Apache 2.0.52 (httpd-2.0.52-12.2.ent.centos4 rpm). The kernel we're running is 2.6.9-11.ELsmp. After a few weeks of uptime, Apache refuses to start with the following error in error.log: [crit] (28)No space left on device: mod_jk: could not create jk_log_lock With Apache not running, there're a lot of semaphores left behind by Apache, e.g.: ------ Semaphore
2008 Feb 06
1
POSIX semaphores in CentOS 5.1?
According to the man pages for sem_wait, etc., POSIX semaphores are available in Linux 2.6 (with the right NTPL threading in glibc). However, I have a program that compiles just fine but won't link because it can't find the library for the semaphore operations. What am I missing? I ran a find and grep through all the libc's on the system and they turned up nothing: $ find /lib
2009 Jul 23
2
how to calculate how many semaphores already use on server?
we have following setup on sysctl.conf: kernel.sem = 256 32000 128 142 I tried to startup database and have error happen. I knew problem come from SEMMNS (32000) is not enough. Does anyone know how to calculate how many semaphores already use on system? Thanks. %ipcs -s ------ Semaphore Arrays -------- key semid owner perms nsems 0x963683ec 4751396 oracle
2011 Jun 02
1
Three-way conference in Asterisk
Hi How to set a threeway conference in asterisk only for VOIP (I am using only SIP channel). Thanks Nikhil
2001 Feb 26
1
Semaphores
I am running Samba 2.0 and occasionally get a "semaphore timeout period has expired" message when accessing Samba shares on a Digital UNIX 4.0e server. Does anyone know what kernel semaphore settings should be. Or could a upgrade to 2.0.7 help. I new to Samba and am very green with this product. Thanks David
1998 Sep 16
0
SUNOS: Samba grabs all semaphores
Ole, Semaphores are a very cheap system resource in SunOS 4.1.x. You can easily bump up the max number using adb, without even recompiling the kernel. _seminfo: _seminfo+0 semmap 30 _seminfo+4 semmni 256 _seminfo+8 semmns 1024 _seminfo+0xc semmnu 1024 _seminfo+0x10 semmsl 1024 _seminfo+0x14 semopm 100 _seminfo+0x18 semume 256 _seminfo+0x1c semusz 2064
2011 May 05
2
[Asterisk 1.8.3.2] Mixmonitor not working on member(calling part) channel of Queue.
Hi, I have a simple Queue(named 1) and one Member(SIP/1119) logged into it. Now when a caller is placed into Queue and gets connected with Member, I want to record the call. It does record the call when I use MixMonitor() before placing the caller into Queue, but not when MixMonitor() is used in macro which is called upon Member answering the call. Following is my dialplan... [mixmonitortest]
1999 Oct 23
3
semaphores and Solaris 7 8/99
I just installed the 8/99 release of Solaris 7 on three Sun Ultra 10's and it seems to have broken Samba. I am running Samba 2.0.5a and it works fine on an Ultra 10 running the 5/99 release of Solaris 7. All of the Ultra 10's are using the 64 bit kernel. This is the errors that I am getting. [1999/10/22 21:09:56, 0] locking/shmem_sysv.c:sysv_shm_open(597) ERROR: root did not create the
2006 Dec 20
1
Incoming Lines Confusion
First off, please, for the love of God, don't cremate me, if I should already know the answer to this! I've installed a small setup for an office who wanted to be able to talk to each other instead of having to rely on MSN to communicate. Weird request, I know, but hey, we do what we need to do to get paid. I installed soft phones, gave everyone an extension, and bingo, they can call and
2010 Apr 13
2
Samba over VPN
Have a 2003 server located outside of the Domain network over a VPN. The server originally existed inside the network (10.1.1.0/24) but now exists on 10.10.12.0/24. I can access shares over the VPN to the domain controller, but when I try to log in as a domain user it says the domain is unavailable. I added the domain controller as a WINS server on the 2003 server. nbtstat -c on the 2003 does
2017 Apr 10
2
133 kbps stereo killer sample
Hello! I found a sample I can ABX successfully when encoded at 133.333 kbps. I was targetting 1 MB/min. https://drive.google.com/drive/folders/0B8KWShoIrA1kQzR1Z0FFRUlfcEU floex.wav is 4:54–5:04 of a lossless copy of 'Forget-me-not' by Floex, downloaded from http://store.floex.cz/album/zorya floex-133.opus was created with `opusenc --bitrate 133.333333 floex.wav floex-133.opus`,