search for: mccann

Displaying 20 results from an estimated 106 matches for "mccann".

2018 Jan 28
2
C7 Plus Kernel
...new kernel for Centos 7.4.1708 was released several days ago, version 3.10.0-693.17.1. Will there be a matching CentOS Plus kernel? Thanks for all the effort in providing that. Also, is there an announce list for Plus updates? -- I yam Popeye of the Borg. Prepares ta beez askimiligrated. Albert McCann albert.mccann at outlook.com
2018 May 25
4
Update announcement request - correction...
...osplus repo, kernel- > plus-3.10.0-862.2.3.el7.centos.plus, but perf and python-perf were not > updated for the new kernel. Is this an oversight? perf doesn't complain > about mismatched versions though. "kernel-plus-3.10.0-862.3.2.el7.centos.plus" not ".2.3.". Al McCann There's been a circus in my head since the day I was born.
2019 Dec 08
2
CentOS 7 Plus Kernel Update Missing?
...I've manually checked is the previous plus kernel (kernel-plus-3.10.0-1062.7.1.el7.centos.plus.rpm) shows a release date of 12-6 instead of 12-3 it had a few days ago. Thanks, and thank you for all the work and help you folks do, it's greatly appreciated by this retired old phart. Albert McCann -- My computer isn't old. It's computationally challenged.
2016 Jun 01
4
HFSPlus Question
In CentOS 7.2.1511 does the 3.10.0-327.18.2.el7.centos.plus.x86_64 (Plus) kernel read HFSPlus iMac drives? I don't see any hfsplus modules installed anywhere, so I suspect not. My sister's 17" iMac died, and I'm trying to recover the drive. If it spins up, I'd like to copy it with dd. I see that Elrepo has kmod-hfsplus and hfsplus-tools, will these work with the Plus kernel?
2018 Oct 28
4
IBM buying RedHat
Le 28/10/2018 ? 22:10, Albert McCann a ?crit?: > Damn, this is bad enough to make one weep. Red Hat would stay as a distinct entity inside IBM. IBM has also contributed to Free software, and especially Linux kernel. I don't know how bad it is and the implications for CentOS... Alain -- Administrateur Syst?me/R?seau C2N (ex...
2016 Jun 03
2
HFSPlus Question
On 03/06/16 04:45, Chris Murphy wrote: > On Tue, May 31, 2016, 7:59 PM Albert McCann <albert.mccann at outlook.com> > wrote: > >> In CentOS 7.2.1511 does the 3.10.0-327.18.2.el7.centos.plus.x86_64 (Plus) >> kernel read HFSPlus iMac drives? I don't see any hfsplus modules installed >> anywhere, so I suspect not. > > > It's in mainline s...
2018 Oct 28
4
IBM buying RedHat
On 10/28/18 17:54, Zube wrote: > On Sun Oct 28 10:20:31 PM, Alain p?an wrote: > >> Le 28/10/2018 ? 22:10, Albert McCann a ?crit?: >>> Damn, this is bad enough to make one weep. >> >> Red Hat would stay as a distinct entity inside IBM. IBM has also >> contributed to Free software, and especially Linux kernel. >> I don't know how bad it is and the implications for CentOS... > &...
2018 Jan 28
0
C7 Plus Kernel
On 28/01/18 19:04, Albert McCann wrote: > A new kernel for Centos 7.4.1708 was released several days ago, version 3.10.0-693.17.1. Will there be a matching CentOS Plus kernel? > > Thanks for all the effort in providing that. > > Also, is there an announce list for Plus updates? > > -- > I yam Popeye of t...
2018 May 25
0
Update announcement request - correction...
On Fri, May 25, 2018 at 9:32 AM, Albert McCann <albert.mccann at outlook.com> wrote: >> Related to that, a new kernel was released to the Centosplus repo, kernel- >> plus-3.10.0-862.2.3.el7.centos.plus, but perf and python-perf were not >> updated for the new kernel. Is this an oversight? perf doesn't complain >&g...
2019 Apr 15
2
Happy 15th Birthday, CentOS!
CentOS is 15 years old today! Hear the story from some of our community members at https://blog.centos.org/2019/04/centos15-2/ Do you have your own story? Drop me a note - rbowen at centosproject.org - to tell me about it. -- Rich Bowen - rbowen at redhat.com @CentOSProject // @rbowen 859 351 9166
2019 Dec 08
0
CentOS 7 Plus Kernel Update Missing?
On Sun, Dec 8, 2019 at 5:50 AM Albert McCann <albert.mccann at outlook.com> wrote: > > Along with the recent kernel update (3.10.0-1062.9.1.el7), the CentOS 7 plus kernel was likewise updated. The plus kernel though hasn't shown up in the mirrors yet, while the plain kernel has. Could someone please push the release button for...
2019 Dec 12
1
CentOS 7 Plus Kernel Update Missing?
On Sun, Dec 8, 2019 at 8:34 AM Akemi Yagi <amyagi at gmail.com> wrote: > > On Sun, Dec 8, 2019 at 5:50 AM Albert McCann <albert.mccann at outlook.com> wrote: > > > > Along with the recent kernel update (3.10.0-1062.9.1.el7), the CentOS 7 plus kernel was likewise updated. The plus kernel though hasn't shown up in the mirrors yet, while the plain kernel has. Could someone please push the release...
2012 Jan 17
1
arules "killed"
...hristian Borgelt set item appearances ...[1712 item(s)] done [0.00s]. set transactions ...[1712 item(s), 837696 transaction(s)] done [3.99s]. sorting and recoding items ... [1561 item(s)] done [1.83s]. creating transaction tree ... done [1.65s]. checking subsets of size 1 2 3Killed Thanks, Patrick McCann [[alternative HTML version deleted]]
2016 Nov 25
2
Recent updates for CentOS7?
...tions listed above, all the packages will be in CR. > > Thanks, > Johnny Hughes Johnny, Thank you, and all the others, for all the hard work. My family photos website wouldn't be possible without it. I have a question, what about the Plus kernel, when will that get updated? Albert McCann -- Cats don't purr, that sound is their mantra.
2011 Oct 05
1
unique possible bug
...he dgCmatrix, it somewhere calls unique. Unique.c throws an error when n > 536870912; however, when 4*n was modified to 2*n in 2004, the overflow protection should have changed from 2^29 to 2^30, right? If so, how would I change it in my copy? Do I have to recompile everything? Thanks, Patrick McCann Here is a simple to reproduce example: > runif(2^29+5)->a > sum(unique(a))->b Error in unique.default(a) : length 536870917 is too large for hashing > traceback() 3: unique.default(a) 2: unique(a) 1: unique(a) > unique.default function (x, incomparables = FALSE, fromLast = FALSE...
2015 Jan 28
2
Investigating international calls fraud
On 29 Jan 2015, at 11:07, Administrator TOOTAI wrote: > Le 28/01/2015 22:03, Steven McCann a ?crit : >> Hello, > > Hi > >> >> I'm investigating a situation where there was a hundreds of minutes >> of >> calls from an internal SIP extension to an 855 number in Cambodia, >> resulting in a crazy ($25,000+) bill from the phone company. I'...
2017 Oct 05
3
Missing file in current kernel-devel package
Johnny Hughes wrote: > On 10/05/2017 10:17 AM, m.roth at 5-cent.us wrote: >> Albert McCann wrote: >>>> -----Original Message----- >>>> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of m.roth at 5- >>>> cent.us >>>> Sent: Thursday, October 05, 2017 10:58 AM >>>> To: CentOS mailing list <centos at centos.org>...
2015 Jan 28
5
Investigating international calls fraud
Hello, I'm investigating a situation where there was a hundreds of minutes of calls from an internal SIP extension to an 855 number in Cambodia, resulting in a crazy ($25,000+) bill from the phone company. I'm investigating, but can anyone provide some feedback on what's happened here? I'm investigating how this happened as well as what types of arrangements can be made with the
2009 Feb 23
4
FLAC support for Android?
Hi, I was wondering if anyone here had thought about FLAC support on the Android. It would be great for FLAC adoption. There's a bug open for it<http://code.google.com/p/android/issues/detail?id=1461>on which I've posted some details about how I think it would need to be implemented. It appears to me that it would need to be added to the OpenCore component, which is written in C.
2017 Oct 05
3
Missing file in current kernel-devel package
Fred Smith wrote: > On Thu, Oct 05, 2017 at 09:56:57AM -0400, m.roth at 5-cent.us wrote: >> Ok, folks, >> >> I've identified what my problem is, trying to install the NVidia >> proprietary drivers: in kernel-devel-3.10.0-514.26.2.el7.x86_64, there >> is a file >> /usr/src/kernels/3.10.0-514.26.2.el7.x86_64/include/linux/fence.h >> >> It