Displaying 20 results from an estimated 3000 matches similar to: "Question about a bug in bugzilla"
2017 Oct 31
0
Question about a bug in bugzilla
Rainer Duffner wrote:
>
> Hi,
>
> I have a CentOS 7 server which shows bug 1487266
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1487266 <https://bugzilla.redhat.com/show_bug.cgi?id=1487266>
>
>
> It says, it?s fixed in
> java-1.8.0-openjdk-1.8.0.151-3.b12.el7
>
> I updated this package, and now it shows as
>
>
2017 Dec 21
0
CEBA-2017:3488 CentOS 7 java-1.8.0-openjdk BugFix Update
CentOS Errata and Bugfix Advisory 2017:3488
Upstream details at : https://access.redhat.com/errata/RHBA-2017:3488
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
88b9407e3fa3e414d3f5c58054436d913a684f2418243d1a80f62360d490b3e1 java-1.8.0-openjdk-1.8.0.151-5.b12.el7_4.i686.rpm
2017 Oct 20
0
CESA-2017:2998 Critical CentOS 7 java-1.8.0-openjdk Security Update
CentOS Errata and Security Advisory 2017:2998 Critical
Upstream details at : https://access.redhat.com/errata/RHSA-2017:2998
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
6290d8d4aa663f5605357a68545914f067e60a97f9ae39d5f02f2f3db9fcb8a5 java-1.8.0-openjdk-1.8.0.151-1.b12.el7_4.i686.rpm
2017 Dec 22
0
CentOS-announce Digest, Vol 154, Issue 4
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
2017 Oct 20
0
CESA-2017:2998 Critical CentOS 6 java-1.8.0-openjdk Security Update
CentOS Errata and Security Advisory 2017:2998 Critical
Upstream details at : https://access.redhat.com/errata/RHSA-2017:2998
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
db59376b06b97b003badf481eb74732f07891fc4bb7403788f568da62553f706 java-1.8.0-openjdk-1.8.0.151-1.b12.el6_9.i686.rpm
2009 Jun 01
4
stock openjdk vs. epel
If you have the epel repo installed and enabled during a yum update, you
get java-1.6.0-openjdk-1.6.0.0-1.0.b12.el5.2 instead of the stock .b09
version. Is this intentional and desirable? I thought epel generally
did not replace stock components with newer versions.
--
Les Mikesell
lesmikesell at gmail.com
2009 Jan 27
1
rJava in R 2.8.1 on Ubuntu 8.10
Hi all
I have problems installing rJava on my system.
######## My system:
> R.version # at R prompt
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 2
minor 8.1
year 2008
month 12
day 22
svn rev 47281
language R
version.string R version 2.8.1
2009 Mar 03
1
R - need more memory, or rejection sampling algorithm doesn't work?
Hi all,
I am trying to run rejection sampling for the quantity z11 in the function
below. Unfortunately I can't simplify the function further so that z11 only
appears once.
Whenever I run the algorithm, R looks as if it is running it (no error
messages or anything), but then nothing happens for minutes...how long
should it take to run something like this in R? I have tried in in both
linux
2013 Jul 31
1
[LLVMdev] error on compiling vmkit
Hi all,
After "BUILD SUCCESSFUL" Message on compiling VMkit.
after the make starts compiling mmtk-vmkit.jar
In verbose mode the following command errors out:
/home/usr/vmkit/Release+Asserts/bin/vmjc
-load=/home/usr/vmkit/Release+Asserts/lib/MMTKRuntime.so
-load=/home/usr/vmkit/Release+Asserts/lib/MMTKMagic.so -LowerMagic
/home/usr/vmkit/mmtk/java/Release+Asserts/mmtk-vmkit.jar
2017 Oct 03
1
Yum java-devel not listed installed
>
>
>On 10/02/2017 06:24 PM, david wrote:
> > Folks
> >
> > I performed an install of "java-devel".? Several packages got
> > installed.? So far so good.
> >
> > Yet, when I performed
> > ? yum list installed | grep java-devel
> > and also
> > ? yum rpm -qa | grep java-devel
> >
> > it did not show up as
2011 Feb 20
2
concatenate vector after strsplit()
ls is a list of character vectors created by strsplit()
I want to concatenate the 1st 4 character elements of each list item as a new vector called file. I admit to being confused about list syntax even after numerous readings.
Here's what I tried:
ls <- list(c("Focused", "10k", "A12", "t04.tif", "+", "µm"),
2005 Nov 09
8
Element-by-element multiplication operator?
Is there an element-by-element multiplication in R, like the .* operator in Matlab?
eg: A (2x3)
B (2x3)
C=A.*B
C (2x3)
C = [[a11*b11 a12*b12 a13*b13]; [a21*b21 a22*b22 a23*b23]]
I can't find one...
Thanks
-Mike Gates
2012 Feb 16
2
how to rbind matrices from different loops
Dear R experts,
I am having difficulty using loops productively and would like to please
ask for advice. I have a dataframe of ids and groups. I would like to
break down the dataframe into groups, find the unique sets of ids, then
reassemble. My thought was to use a loop, but I have been unable to finish
this loop in a logical way. I would like to find the unique ids for group
1, group 2,
2008 Jun 14
1
restricted coefficient and factor in linear regression.
Hi,
my data set is data.frame(id, yr, y, l, e, k).
I would like to estimate Lee and Schmidts (1993, OUP) model in R.
My colleague wrote SAS code as follows:
** procedures for creating dummy variables are omitted **
** di# and dt# are dummy variables for industry and time **
data a2; merge a1 a2 a; by id yr;
proc sysnlin maxit=100 outest=beta2;
endogenous y;
exogenous l e k
2010 Jan 07
1
faster GLS code
Dear helpers,
I wrote a code which estimates a multi-equation model with generalized
least squares (GLS). I can use GLS because I know the covariance matrix of
the residuals a priori. However, it is a bit slow and I wonder if anybody
would be able to point out a way to make it faster (it is part of a bigger
code and needs to run several times).
Any suggestion would be greatly appreciated.
Carlo
2007 Mar 10
3
long character string problem
Hi All
I am having 2 very long character strings (550chars) and I want to put them as
expressions together with c(). The problem is that I also get these
double-quotes, as seen below in 'fct'. How can I remove these double-quotes? I
tried as.name() but it did not work (because of size?). These are creating
trouble with subsequent programs, which I tested with strings that for some
2008 Nov 29
2
Reading mixed tables
Dear R buddies,
This weekend I became interested in solving Google Code Jam problems
using R. I guess R may work very well in this kind of contests but the
input of file has been a problem for me. Take this case for example
(http://code.google.com/codejam/contest/dashboard?c=agdjb2RlamFtchALEghjb250ZXN0cxjRzBQM),
the files are usually of the form:
A(number of lines for group 1)
a11 a12 a13
a21
2018 Oct 23
0
CentOS-announce Digest, Vol 164, Issue 5
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
2018 Oct 22
0
CESA-2018:2942 Critical CentOS 7 java-1.8.0-openjdk Security Update
CentOS Errata and Security Advisory 2018:2942 Critical
Upstream details at : https://access.redhat.com/errata/RHSA-2018:2942
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
9b0e9718995176baa60a1b6255be237c6e5c1a32b992d0ec9b9d6dfdd63e53dd java-1.8.0-openjdk-1.8.0.191.b12-0.el7_5.i686.rpm
2018 Dec 13
0
CEBA-2018:3346 CentOS 7 java-1.8.0-openjdk BugFix Update
CentOS Errata and Bugfix Advisory 2018:3346
Upstream details at : https://access.redhat.com/errata/RHBA-2018:3346
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
035d12eeab835fd6f2c12b20aadb68cf8eb8192c6e30c6a7540d0d31c5fc0ca8 java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.i686.rpm