Displaying 10 results from an estimated 10 matches for "yacking".
Did you mean:
backing
2007 Jul 30
1
Queues with logged in agents that are not reachable
Hello, I am using 1.4.8 and have a question about Queues.
I noticed that if I have an agent logged in using AgentCallBackLogin
and that agent is unreachable for some reason (SIP phone unplugged)
calls to him/her will completely yack.
For example:
1-Agent 500 is the only one logged into queue number 1.
2-A call comes into queue number 1
3-The call is pushed to agent 500 at extension 21 which is
2018 Nov 30
3
[PATCH] vhost: fix IOTLB locking
Commit 78139c94dc8c ("net: vhost: lock the vqs one by one") moved the vq
lock to improve scalability, but introduced a possible deadlock in
vhost-iotlb. vhost_iotlb_notify_vq() now takes vq->mutex while holding
the device's IOTLB spinlock. And on the vhost_iotlb_miss() path, the
spinlock is taken while holding vq->mutex.
As long as we hold dev->mutex to prevent an ioctl
2018 Nov 30
3
[PATCH] vhost: fix IOTLB locking
Commit 78139c94dc8c ("net: vhost: lock the vqs one by one") moved the vq
lock to improve scalability, but introduced a possible deadlock in
vhost-iotlb. vhost_iotlb_notify_vq() now takes vq->mutex while holding
the device's IOTLB spinlock. And on the vhost_iotlb_miss() path, the
spinlock is taken while holding vq->mutex.
As long as we hold dev->mutex to prevent an ioctl
2010 Mar 14
7
R on Linux - a primer
Hi,
I'm looking to move from Windows into a 64-bit Linux environment. Which is
the best Linux Flavor to use within R? To install R on this environment, do
I need to do any compiling?
Thanks all!
Axel.
[[alternative HTML version deleted]]
2018 Nov 30
0
[PATCH] vhost: fix IOTLB locking
On Fri, Nov 30, 2018 at 11:37:02AM +0000, Jean-Philippe Brucker wrote:
> Commit 78139c94dc8c ("net: vhost: lock the vqs one by one") moved the vq
> lock to improve scalability, but introduced a possible deadlock in
> vhost-iotlb. vhost_iotlb_notify_vq() now takes vq->mutex while holding
> the device's IOTLB spinlock.
Indeed spin_lock is just outside this snippet.
2017 Jul 14
1
Cannot Authenticate user with Kerberos/GSSAPI
mark at ohprs.org
> My last message probably contained too much information. This one is more succient.
"Succint" may not be the right adjective, because I think this is the third copy I've seen.
> Here is the dovecot log when user dsmith attempts to connect to dovecot
> from the Tbird client:
What I see is ...
> Jul 11 19:29:46 imap-login: Info: Disconnected (no
2005 Dec 10
1
Anyone here install Java Studio Creator with CentOS 4?
I tried yesterday. During the install it yacks at trying to install the
application server that comes with Java Studio Creator. Complains about
lacking libstdc++ or compat-libstdc++ or something like that. Anyone see
this or know what to do about it?
I ask here in case there is some trick to getting a piece of software
(that's obviously looking for one version of libstdc++) to see what's
2003 Apr 10
1
sshd and pam , conversation
I have setup openssh with hostbased
authentication on linux (redhat).
I want to allow/deny users based on a
listfile, so i have a PAM module that
does that, and it runs in the "account"
section (oposed to pam_listfile.so,
that uses the "auth" section - it wouldt
work because with hostbased authentication
openssh ignores the "auth" section).
It's working
2007 Aug 13
2
How strip +1 from caller id on inbound call
[This email is either empty or too large to be displayed at this time]
2023 Mar 08
1
[PATCH 1/3] virtio_pci_modern: Remove unnecessary num zero check
On Tue, Mar 7, 2023 at 11:57?AM Feng Liu <feliu at nvidia.com> wrote:
>
> is_power_of_2() already performs the zero check. Hence avoid duplicate
> check. While at it, move the query of size check also adjacent to where
> its used for the disabled vq.
>
> Signed-off-by: Feng Liu <feliu at nvidia.com>
> Reviewed-by: Jiri Pirko <jiri at nvidia.com>
>