Displaying 20 results from an estimated 100 matches similar to: "CESA-2019:3836 Important CentOS 6 kernel Security Update"
2019 Nov 14
0
CentOS-announce Digest, Vol 177, Issue 3
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
2006 Jul 31
5
use tracemem to dump content in function read/write
Hi Expert
I want to use dtrace to monitor the content change of one file. I made following scripts,
#!/usr/sbin/dtrace -s
inline int MYPID = $1;
syscall::write:entry
/pid == MYPID/
{
tracemem(arg1, arg2);
printf("\n");
}
It always has an following error
bash-3.00$ sudo dumpFIFO.dtrace 3836
dtrace: failed to compile script ./dumpFIFO.dtrace: line 19: tracemem( ) argument #2
2007 Feb 09
1
USB Problem
So my syslog filled up with this:
Feb 8 06:47:59 mythbox upsd[3836]: Data for UPS [CyberPower] is stale -
check driver
Feb 8 06:47:59 mythbox upsd[3836]: UPS [CyberPower] data is no longer stale
Feb 8 06:48:01 mythbox upsd[3836]: Data for UPS [CyberPower] is stale -
check driver
Feb 8 06:48:01 mythbox upsd[3836]: UPS [CyberPower] data is no longer stale
Feb 8 06:48:03 mythbox upsd[3836]: Data
2005 Mar 22
4
Chanspy is back !
Guys'n'Gals
vote for bug 3836 - Chanspy is back. Better than ever. Let's get this
one into CVS.
Julian
2007 Mar 12
1
How to modify a column of a matrix
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070312/5b30b712/attachment.pl
2004 Nov 29
1
Re: CentOS digest, Vol 1 #201 - 1 msg
thanks for the head up. what os are you running on the blades??
Phillip James
System Administrator
The Garden City Group, Inc.
105 Maxess Road
Melville, NY 11747-3836
Phone: (631) 470-5044
Fax: (631) 940-6561
E-mail: Phillip.James at GardenCityGroup.com
====================================================
This communication (including any attachments) is intended for the use of
the intended
2005 Jun 23
2
ChanSpy on Asterisk v1.0.7
I am trying to find the app ChanSpy for Asterisk v1.0.7. I have tried
looking on VOIP-info.org's ChanSpy page
(http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+ChanSpy)and
also referred to the link regarding bug 3836
(http://bugs.digium.com/bug_view_page.php?bug_id=0003836). I downloaded
the attachments and tried to use the patch and compile the source.
However, it seems that
2004 Nov 24
1
installing CentOS on the IBM BladeCenter
Has any one install CentOS 3.3 or early on a IBM BladeCenter eServers
(HS20)
Phillip James
System Administrator
The Garden City Group, Inc.
105 Maxess Road
Melville, NY 11747-3836
Phone: (631) 470-5044
Fax: (631) 940-6561
E-mail: Phillip.James at GardenCityGroup.com
====================================================
This communication (including any attachments) is intended for the use of
the
2018 Jun 01
3
Centos 7 (using iptables) removed firewalld
Thank you.? I apologize for sending something that could be read.? There are more examples in there that I had commented out.
Anyway,? here is my working iptables-save.? If someone could review my output and let me know if I am missing anything and if the order of the rules are the most secure they could be.
TIA.
Steve
# Generated by iptables-save v1.4.21 on Fri Jun? 1 10:34:39
2016 Apr 18
4
as.Date
Dear All,
I have a data set containing year, month, day and counts as shown below:
data <- read.table("data.txt", col.names = c("year", "month", "day", "counts"))
Using the formula below, I converted the data to as date and plotted.
new.century <- data$year < 70
data$year <- ifelse(new.century, data$year + 2000, data$year + 1900)
2016 Apr 18
0
as.Date
The most important thing is that Date objects by definition do not include time of day. You want to look at ISOdatetime() and as.POSIXct() instead. And beware daylight savings time issues.
-pd
On 18 Apr 2016, at 15:09 , Ogbos Okike <giftedlife2014 at gmail.com> wrote:
> Dear All,
>
> I have a data set containing year, month, day and counts as shown below:
> data <-
2016 Apr 18
1
as.Date
Dear ALL,
Thank you so much for your contributions.
I have made some progress. Below is a simple script I gleaned from
your kind responses:
Sys.setenv(TZ="Etc/GMT")
dates <- c("02/27/92", "02/27/92", "01/14/92", "02/28/92", "02/01/92")
times <- c("23:0:0", "22:0:0", "01:00:00", "18:0:0",
2011 May 24
1
Loading an S object into R
I hope you'll all forgive me for displaying my severe lack of knowledge on this topic, and I can't really provide much in the way of reproducible code.
A colleague of mine has asked if I know how to import an S object into R. The object is stored in a file named 'pre3.f' When I open the file as a text document I get what's printed below. Being one of those young bucks with
2008 Apr 29
24
recovering data from a dettach mirrored vdev
Hi,
my system (solaris b77) was physically destroyed and i loosed data saved in a zpool mirror. The only thing left is a dettached vdev from the pool. I''m aware that uberblock is gone and that i can''t import the pool. But i still hope their is a way or a tool (like tct http://www.porcupine.org/forensics/) i can go too recover at least partially some data)
thanks in advance for
2007 Mar 19
1
k-means clustering
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070319/0bf66722/attachment.pl
2018 Jun 01
0
Centos 7 (using iptables) removed firewalld
Steve Frazier wrote:
> Thank you.? I apologize for sending something that could be read.? There
> are more examples in there that I had commented out.
> Anyway,? here is my working iptables-save.? If someone could review my
> output and let me know if I am missing anything and if the order of the
> rules are the most secure they could be.
> TIA.
>
Steve,
Do you have any
2004 May 28
4
PCI 2.2 ??
Dear users:
I have bought TDM04B card and it works in PCI 2.2 ver. slot.
How can I check if specific mother board support PCI 2.2 ver.
I do not have any documentation for that motherboard.
B.
2016 Apr 18
0
as.Date: fixed
Dear All,
Many thanks for bailing me out.
Ogbos
On Apr 18, 2016 9:07 PM, "David Winsemius" <dwinsemius at comcast.net> wrote:
>
> > On Apr 18, 2016, at 10:44 AM, Ogbos Okike <giftedlife2014 at gmail.com>
> wrote:
> >
> > Dear ALL,
> > Thank you so much for your contributions.
> > I have made some progress. Below is a simple script I
2004 Dec 08
0
dovecot 1.0-test-56 mail doesn't show up with Mac Entourage clients
Hi. I'm seeing some issues where Entourage clients can see new mail,
download it (or partially), but won't display the mail in the mailbox
list. Mail shows up as having arrived, but never displays. These clients
have worked in the past with versions of 0.99, but not in 1.0-test-56.
I have dumped the connection traffic and it looks like Entourage aborts
the IMAP session before it
2018 Jun 01
2
Centos 7 (using iptables) removed firewalld
I assumed this was a Centos 7 mailing list and I was looking for help with IPTABLEs.I have used mailing lists before.? Copying a file to an email address didn't have that type of output.? I apologize.
First of all is this a Centos 7 Mailing list that I can ask for help or have I made a huge mistake?? IF so, should I just attach the file to the email.
I apologize for the output, I had no idea.?