Displaying 14 results from an estimated 14 matches similar to: "CESA-2016:0448 Moderate CentOS 6 samba Security Update"
2016 Mar 16
0
CentOS-announce Digest, Vol 133, Issue 6
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://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
2013 Mar 09
0
CEBA-2013:0448 CentOS 6 redhat-lsb Update
CentOS Errata and Bugfix Advisory 2013:0448
Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0448.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
240d5f608ee00f4d0e66c400dfc28e9ae53369d34d1dff53b3f252e06f053960 redhat-lsb-4.0-7.el6.centos.i686.rpm
2012 Apr 03
0
CEBA-2012:0448 CentOS 6 system-config-printer FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:0448
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0448.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
37ba95cfcdc57bf33b855060b56f8dbd5eb4814916d3941d7ec12cfdbc7348c7 system-config-printer-1.1.16-23.el6.i686.rpm
2014 Apr 30
0
CESA-2014:0448 Critical CentOS 6 firefox Update
CentOS Errata and Security Advisory 2014:0448 Critical
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0448.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
f604914eab407ecede9dc432862d683e447ead9d1ca6233bba6ccea1fae2fb8c firefox-24.5.0-1.el6.centos.i686.rpm
x86_64:
2014 Apr 30
0
CESA-2014:0448 Critical CentOS 5 firefox Update
CentOS Errata and Security Advisory 2014:0448 Critical
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0448.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
cd7fb2914457b55281d212820970dd3a24431f4771b4173bd12d2b08e2183cb2 firefox-24.5.0-1.el5.centos.i386.rpm
x86_64:
2016 Mar 15
0
CESA-2016:0448 Moderate CentOS 7 samba Security Update
CentOS Errata and Security Advisory 2016:0448 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-0448.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
8c3cc313c91dd609e0548a46d3e4d2934d57a57e3cd44736cbc0f0d825e6206c ctdb-4.2.3-12.el7_2.x86_64.rpm
2014 May 01
0
CentOS-announce Digest, Vol 111, Issue 1
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
2012 Apr 04
0
CentOS-announce Digest, Vol 86, 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
2010 Sep 13
5
isohybrid: seek error - 6: Invalid argument
Hello
Recently while playing with bigger iso images (>2G) looks like isohybrid
from syslinux-4.02 fails. Sometimes tunning heads/sectors (-h/-s) works,
because no padding is needed depending of size of the image.
Some debug info provided, if more info is needed please just ask.
# isohybrid -v pandereta-2010.09.13-i686.iso
catalogue offset: 326
ve[0]: 1, cs: 1
ve[1]: 0, cs: 1
ve[2]: 25927,
2009 Jul 21
1
problem installing cairo on freebsd
G'day all,
I am trying to install the cairo package on FreeBSD and receiving an
error to do with Makevars - (I'm not very good at this stuff) so here
is my various bits of information. I guess this is a problem with a
missing library, but I have just been through a lot of grief trying to
get png and jpeg to work (they do now work!), so I'm not sure where to
go for this.
R
2004 Mar 13
0
... Error in "names<-.default"(`*tmp*`, value = nmstrata)
Hi,
OK, I will describe it in more detail.In the meantime I installed the newest debian package of r-base etc. and the error message changed from:Error in "names<-.default"(`*tmp*`, value = nmstrata) : names attribute must be the same length as the vectorto:Error model is singular in: aov(rati ~ cs * spk + Error(sub/(cs * spk)), data = rating.df)
The model is a repeated
2009 Aug 06
2
Repeatable, But Time Varying R GUI Crash
Hello,
I'm having a problem in R. The R GUI is crashing with a message to
contact Microsoft for the solution. I've contacted Microsoft and they
are of no help. Below is a distilled set of code that will cause the
crash. As you will see, there are two do-loops within which is a "load"
command. The crash usually occurs after 200*400 (=80,000) to
2,000*400(=800,000)
2020 Jan 03
4
[PATCH v2 1/2] virtio-balloon: initialize all vq callbacks
Ensure that elements of the callbacks array that correspond to
unavailable features are set to NULL; previously, they would be left
uninitialized.
Since the corresponding names array elements were explicitly set to
NULL, the uninitialized callback pointers would not actually be
dereferenced; however, the uninitialized callbacks elements would still
be read in vp_find_vqs_msix() and used to
2020 Jan 03
4
[PATCH v2 1/2] virtio-balloon: initialize all vq callbacks
Ensure that elements of the callbacks array that correspond to
unavailable features are set to NULL; previously, they would be left
uninitialized.
Since the corresponding names array elements were explicitly set to
NULL, the uninitialized callback pointers would not actually be
dereferenced; however, the uninitialized callbacks elements would still
be read in vp_find_vqs_msix() and used to