similar to: CESA-2011:1065 Important CentOS 5 x86_64 kernel Update

Displaying 20 results from an estimated 1900 matches similar to: "CESA-2011:1065 Important CentOS 5 x86_64 kernel Update"

2011 Sep 22
0
CESA-2011:1065 Important CentOS 5 i386 kernel Update
CentOS Errata and Security Advisory 2011:1065 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-1065.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 6ba8ef22ee648d40831689fede8adb83 kernel-2.6.18-274.el5.i686.rpm e374ed60670ceb9c5359a2269a41f08c kernel-debug-2.6.18-274.el5.i686.rpm
2007 Jun 25
0
[1065] trunk/wxruby2/samples/bigdemo/wxTreeCtrl.rbw: Fix an icon file path issue
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2016 May 12
2
[Bug 1065] New: NOTRACK is not supported in nft
https://bugzilla.netfilter.org/show_bug.cgi?id=1065 Bug ID: 1065 Summary: NOTRACK is not supported in nft Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org
2013 Jul 16
0
CEBA-2013:1065 CentOS 6 scl-utils Update
CentOS Errata and Bugfix Advisory 2013:1065 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1065.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: aeb4bf4eedbab74b3c0d1e8e8ec61456997e89007c03c0b9c45bc95fd86f3245 scl-utils-20120927-2.el6_4.6.i686.rpm
2005 Dec 06
4
[Bug 1065] password expiration and SSH keys don't go well together
http://bugzilla.mindrot.org/show_bug.cgi?id=1065 ------- Comment #11 from joss at debian.org 2005-12-06 22:31 ------- Created an attachment (id=1036) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1036&action=view) Debugging output of the issue Finally, here is the output of sshd -ddd. First, in normal operation. Second, when the problem occurs. Third, with an expired password,
2007 Nov 30
0
CESA-2007:1065-01: Moderate CentOS 2 i386 pcre security update
The following errata for CentOS-2 have been built and uploaded to the centos mirror: RHSA-2007:1065-01 Moderate: pcre security update Files available: pcre-3.4-2.4.i386.rpm pcre-devel-3.4-2.4.i386.rpm More details are available from the RedHat web site at https://rhn.redhat.com/errata/rh21as-errata.html The easy way to make sure you are up to date with all the latest patches is to run: # yum
2006 Oct 07
0
[Bug 1065] password expiration and SSH keys don't go well together
http://bugzilla.mindrot.org/show_bug.cgi?id=1065 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #16 from dtucker at zip.com.au 2006-10-07 11:41 ------- Change all RESOLVED bug to CLOSED with the exception
2013 Feb 11
0
Windows 7 against Samba+LDAP does not work with some passwords
Dear all, I have installed Samba (3.6.6) on Debian wheezy and configured it to authenticate against LDAP (encrypted passwords, no lanman). I want simple shares with user security. I have configured PAM/NSS from the same LDAP and it works fine. WinXP works fine, smbclient works fine, but Windows 7 only works for SOME passwords. Some work, some do not. Samba is configured with restricted LDAP
2005 Aug 03
10
[Bug 1065] password expiration and SSH keys don't go well together
http://bugzilla.mindrot.org/show_bug.cgi?id=1065 Summary: password expiration and SSH keys don't go well together Product: Portable OpenSSH Version: 4.1p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: PAM support AssignedTo: bitbucket at mindrot.org
2001 Aug 23
0
(PR#1065) X11 protocol errors after all x11 devices are
I've fixed the original report and Tom's first. Someone had incorrrectly arranged for most of the initialization to be done only once per session. I did ask before 1.3.0 what the intention was .... For pseudocolor devices at least this was biting since the palette was not re-initialized. I don't see point two on my system, and Martin's point about interruption was first shown
2001 Aug 22
3
X11 protocol errors after all x11 devices are closed (PR#1065)
> x11() > dev.off() null device 1 > x11() > plot.new() Warning messages: 1: X11 protocol error: BadAccess (attempt to access private resource denied) 2: X11 protocol error: BadAccess (attempt to access private resource denied) This only happens if all x11 devices are shut down, so the X11 connection is restarted. We had problems with this when the event handlers were
2018 Dec 26
1
Issue when building R-parched_2018-12-26
Hello. Building R-patched from source on Win64 using current Rtools 3.5.0.4, I?m getting the following notes indicating an extra left brace somewhere; or is the problem on my end? My installed Perl is Strawberry 5.28.0.1-64 bit. Thank you, Avi (Sent from an iPhone, so my apologies if HTML also comes through) ------ Making HTML documentation ------ creating doc/manual/version.texi creating
2007 Oct 09
3
Summary vs fivenum results for Q3
I've just started using R and am still a neophyte, but I found the following curious result. I'm using the current version of R (2.5.1 (2007-06-27) ). Why are the results for the third quartile different in the output from the summary and fivenum commands? For the following data set 457 514 530 530 538 560 687 745 745 778 786 790 792
2007 Oct 09
0
Fwd: Summary vs fivenum results for Q3
You can get anything you want, at Alice's Restaurant: > quantile(d,.75,type=1) 75% 913 > quantile(d,.75,type=2) 75% 981.5 > quantile(d,.75,type=3) 75% 913 > quantile(d,.75,type=4) 75% 913 > quantile(d,.75,type=5) 75% 981.5 > quantile(d,.75,type=6) 75% 1015.75 > quantile(d,.75,type=7) 75% 947.25 > quantile(d,.75,type=8) 75% 992.9167 >
2015 Apr 28
0
hi list need your help
facing problem with originating webrtc calls 1-when iam doing call from webrtc iget ice working <--- SIP read from WS:91.196.158.205:1466 ---> INVITE sip:0669197533 at 77.91.132.9 SIP/2.0 Via: SIP/2.0/WS 7cvtd9ihs2e8.invalid;branch=z9hG4bK8749315 Max-Forwards: 69 To: <sip:0669197533 at 77.91.132.9> From: "Anton" <sip:1065 at 77.91.132.9>;tag=5i21qaop43 Call-ID:
2010 Feb 10
1
problems with 1.6
In an attempt to fix problems with EAGI delays in 1.4 (see my other message for more on that), I've tried upgrading to 1.6, in case it's a bug that's fixed in the newer version. Unfortunately, I'm having all kinds of trouble with this new install. My system relies on conferences, and whenever I add any channel to it (adding a SIP connection, playing an audio file, activating
2013 Jul 17
0
CentOS-announce Digest, Vol 101, Issue 11
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
2006 Oct 10
0
Combining mod_auth_winbind with other authorization modules
I'm trying to use the mod_auth_winbind module from lorikeet SVN to control access to an Apache 2.2.3 server. Samba is 3.0.23b supplied with Mandriva 2007 and is configured is a member of a w2k3 AD domain. The Apache users are using IE on W2k or XP domain member clients. Samba and winbind are working as expected, and if I just use the mod_auth_winbind module to authenticate the users
2011 Mar 06
1
read.table mystery
Hello, Please have a look at the code below, which I use to read in the attached file. As line 18 of the file reads "1065:>sp|Q9V3T9|ADRO_DROME NADPH:adrenodoxin oxidoreductase, mitochondrial OS=Drosophila melanogaster GN=dare PE=2 SV=1", I expect the code below to produce a 3 column data frame with most of the last column empty and line 18 to produce a data.frame row like so:
2008 Jul 28
1
Converting from char to POSIX:
Given char vector delme2: > str(delme2) chr [1:1065] "30-1-08 8:48:21" "30-1-08 8:55:17" "30-1-08 9:00:22" ... I do: > delme3 <- strptime(delme2,format="%d-%m-%y %H:%M:%S") But then: > str(delme3) POSIXlt[1:9], format: "2008-01-30 08:48:21" "2008-01-30 08:55:17" ... > length(delme3) [1] 9 whie >