similar to: CEBA-2016:1524 CentOS 7 systemd BugFix Update

Displaying 10 results from an estimated 10 matches similar to: "CEBA-2016:1524 CentOS 7 systemd BugFix Update"

2016 Aug 03
0
CentOS-announce Digest, Vol 138, Issue 1
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
2016 Aug 02
0
CEBA-2016:1528 CentOS 7 sssd BugFix Update
CentOS Errata and Bugfix Advisory 2016:1528 Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1528.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 32e4c2f56dfc312f1de89aecfc70d4862094ae38d83878d7b5949c68d0d6821b libipa_hbac-1.13.0-40.el7_2.12.i686.rpm
2016 Aug 03
0
Mirror sync strategy or problem?
On 08/03/2016 03:09 AM, Gianluca Cecchi wrote: > Hello, > I have a CentOS 7 server, right installed. > I notice that some packages that are present at > http://mirror.centos.org/centos/7/updates/x86_64/Packages/ > are not present yet at some other mirrors (that are the ones my > fastestmirror plugin picks up... even after a clean): >
2016 Aug 03
4
Mirror sync strategy or problem?
Hello, I have a CentOS 7 server, right installed. I notice that some packages that are present at http://mirror.centos.org/centos/7/updates/x86_64/Packages/ are not present yet at some other mirrors (that are the ones my fastestmirror plugin picks up... even after a clean): http://centos.datente.com/media/7/updates/x86_64/Packages/ or
2016 Jul 08
0
qemu-kvm-ev-2.3.0-31.el7.16.1 available for testing
qemu-kvm-ev-2.3.0-31.el7.16.1 has been tagged for testing and should reach testing repositories soon. Please help testing and providing feedback, thanks. Changelog since previous release: * Fri Jul 08 2016 Sandro Bonazzola <sbonazzo at redhat.com> - ev-2.3.0-31.el7_2.16.1 - Removing RH branding from package name * Thu Jun 16 2016 Miroslav Rezanina <mrezanin at redhat.com> -
2016 Aug 18
4
BUG: soft lockup - CPU#0 stuck for 36s! [swapper/0:0]
This bug is reported only on the VM's with CentOS 7 running on on VMware ESXi 5.1. The vSphere performance graph shows high CPU consume and disk activity only on VM's with CentOS 7. Sometimes I can not connect remotely with ssh (timeout error). The details of last issues was reported to retrace.fedoraproject.org. ?Do you have a hint? [root at vmguest ~]# abrt-cli list id
2020 Apr 28
0
CESA-2020:1524 Important CentOS 6 kernel Security Update
CentOS Errata and Security Advisory 2020:1524 Important Upstream details at : https://access.redhat.com/errata/RHSA-2020:1524 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 5268175844c8492223e909fda00ca2a037ee43288051fb0d7958b83c31f12d98 kernel-2.6.32-754.29.1.el6.i686.rpm
1997 Dec 16
0
SAMBA digest 1524
I'm getting the following in my logs when people try to connect to our Samba server. Any idea why this happens? The smb passwd file is there, and the user *does* exist. When I try to connect to the server, Win95 gets a message saying "You must supply a passowrd to make this conection. \\salamanda\IPC$". Security = server, the WinNT boxes have SP3 loaded, and this is Samba
2008 Sep 12
4
[Bug 1524] New: Problem with non-interactive logins and bash on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=1524 Summary: Problem with non-interactive logins and bash on Solaris Product: Portable OpenSSH Version: 5.1p1 Platform: UltraSparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo:
2002 May 07
2
names(unlist(...)) may construct corrupt strings (PR#1524)
names(unlist(...)) seems to be able to construct corrupt strings detected via: two identical strings behave different in paste observed in RW1.4.1 and RW1.5.0 pure replication code after output Best Jens Oehlschlägel > l <- names(unlist(list(aa = list(bb = 1)))) > l [1] "aa.bb" > # this is exactly "aa.bb" > identical(l, "aa.bb") [1] TRUE > >