Displaying 11 results from an estimated 11 matches similar to: "CEBA-2015:0960 CentOS 7 systemtap BugFix Update"
2015 May 13
0
CentOS-announce Digest, Vol 123, Issue 3
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2007 Oct 14
0
CESA-2007:0960 Moderate CentOS 5 i386 hplip Update
CentOS Errata and Security Advisory 2007:0960 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2007-0960.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
7cdc7e8e73479041d9a9e64e7c03003c hpijs-1.6.7-4.1.el5.3.i386.rpm
bb2dda22ce11c47ff0daa9258b047d4e hplip-1.6.7-4.1.el5.3.i386.rpm
2007 Oct 14
0
CESA-2007:0960 Moderate CentOS 5 x86_64 hplip Update
CentOS Errata and Security Advisory 2007:0960 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2007-0960.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
5afc0519e0c0fec1ad4b7eb15aa7c97f hpijs-1.6.7-4.1.el5.3.x86_64.rpm
33c4de477005ff4f15646f195aaafd23 hplip-1.6.7-4.1.el5.3.x86_64.rpm
2007 Oct 14
0
CentOS-announce Digest, Vol 32, Issue 9
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2016 Aug 11
2
loosing audio from one end after 5 min.
Hi all,
Just installed Asterisk 13 on CentOS 7 and have run into a problem.
The Scenario is this:
Asterisk is on the internet
the Phone, a D40, is behind NAT
So someone calls the number and Asterisk routes the call to the D40
Everything works fine and the call is established, but then after 5 min.
the caller stops getting audio from the D40 but there is still audio to
the D40.
using both
2016 Aug 12
2
loosing audio from one end after 5 min.
Hi
Is the keep alive activated on the phone?
On Thu, Aug 11, 2016, 5:36 PM Dovid Bender <dovid at telecurve.com> wrote:
> 1) Does it happen every time at the 5 minute work?
> 2) Have you done a dump on the client side to see if the NAT device is
> dropping the packets?
> 3) Is the phone behind a load balance internet connection and is the RTP
> port changing?
>
>
>
2011 Nov 18
1
Ensuring a matrix to be positive definite, case involving three matrices
Hi,
I would like to know what should I garantee about P and GGt in order to have
F = Z %*% P %*% t(Z) + GGt always as a positive definite matrix.
Being more precise:
I am trying to find minimum likelihood parameters by using the function
'optim' to find the lowest value generated by $LogLik from the function
'fkf' (http://127.0.0.1:27262/library/FKF/html/fkf.html).
The
2018 Feb 15
6
[Bug 105117] New: desktop freeze playing video nouveau: DATA_ERROR INVALID_BITFIELD
https://bugs.freedesktop.org/show_bug.cgi?id=105117
Bug ID: 105117
Summary: desktop freeze playing video nouveau: DATA_ERROR
INVALID_BITFIELD
Product: xorg
Version: 7.6 (2010.12)
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
2012 Dec 14
2
Duplicate declaration for invoking a class
Hi everyone,
Here are the manifest I am using:
In file ''*modules/test/manifest/init.pp*'':
class test (
$test = undef,
) {
notice("Here is the message: ${test}")
}
Now in ''*modules/saas/manifests/client/sudo.pp*'':
class saas::client::sudo {
class { ''test'': }
}
Now in ''*manifests/sites.pp*'':
import
2012 Jun 24
0
nouveau _BIOS method
Hi to all!
I have a problem with a nvidia geforce 520mx [NVd0 generation card
(0x0d9110a1)] i have on my notebook (samsung 3 series).
In practice i'm not able to use it with bumblebee and bbswitch.
The dmesg message is:
[ 13.507435] nouveau 0000:01:00.0: power state changed by ACPI to D0
[ 13.507440] nouveau 0000:01:00.0: power state changed by ACPI to D0
[ 13.507448] nouveau
2009 Jan 31
14
[PATCH 2/3] xen: make direct versions of irq_enable/disable/save/restore to common code
Now that x86-64 has directly accessible percpu variables, it can also
implement the direct versions of these operations, which operate on a
vcpu_info structure directly embedded in the percpu area.
In fact, the 64-bit versions are more or less identical, and so can be
shared. The only two differences are:
1. xen_restore_fl_direct takes its argument in eax on 32-bit, and rdi on 64-bit.