Questions tagged [oraclelinux]

91 questions
21
votes
2 answers

Cannot import name 'tf_utils' when using importing keras

I'm using Oracle Linux 7.7, and I installed python3.6 using yum (epel repos). Then I install tensorflow 1.5(since if it goes newer ver I got core dumped) and keras. If I'm importing tensorflow, I got nothing. But when I import keras, I got…
Christophorus Reyhan
  • 1,109
  • 1
  • 7
  • 14
12
votes
4 answers

logrotate doesn't rotate catalina.out

I am trying to use logrotate to rotate out tomcat's catalina.out automatically on a daily basis even though I can manually call logrotate and it works fine. I am using I have tried every solution out there, but I cannot get it to rotate. I am on…
Justin
  • 1,356
  • 2
  • 9
  • 16
9
votes
1 answer

NPE from sun.awt.FontConfiguration.getVersion using Apache FOP JDK 11 on Linux system

I am using Apache FOP (v 2.3 and with testing v 2.5). I have recently upgraded from Oracle JDK 8 to Oracle JDK 11. I am using JBoss EAP 7.2 on Oracle Linux (which is RedHat derivative). Everything works fine when using JDK 8, but just the upgrade to…
javafreak
  • 301
  • 1
  • 3
  • 9
6
votes
4 answers

pip3 throws undefined symbol: XML_SetHashSalt

I am having python 3.6.8 on oracle Linux EL7 I installed pip3 using yum install python36-pip however, when ever I invoke pip3 it is having library error pip3 Traceback (most recent call last): File "/bin/pip3", line 8, in from pip…
P RAY
  • 353
  • 1
  • 2
  • 12
2
votes
1 answer

IntelliJ fails to install on Oracle Linux

OS: Oracle Linux Server release 7.8 Steps to reproduce I downloaded the community edition tarball from jetbrains.com Extracted the tarball on running ./idea.sh I ran into CompileCommand: exclude…
Chaipau
  • 199
  • 1
  • 5
  • 14
2
votes
1 answer

Problem creating rpm in docker container gcc-toolset-11 - libelf.so.dts.1

I have a CentOS 7 machine with an Oracle Linux 8 docker container with gcc-toolset-11. When I try to build the project in the container I get the following errors: extracting debug info from…
John Frickson
  • 179
  • 1
  • 3
  • 16
2
votes
0 answers

Issue with openjdk:17 docker image

I'm using the openjdk:17 docker image, the os is Oracle Linux Server v8.5. I ssh into the container with root user and found almost all common commands are not available. I have tried ps, pidof etc but getting command not found error. I'm trying to…
user3908406
  • 1,416
  • 1
  • 18
  • 32
2
votes
1 answer

installing anaconda in aarch64 linux

i am trying to install anaconda for aarch64 linux . the instance is setup in oracle cloud and the image used for the instance is oracle linux 8 i downloaded the distribution for anacoda from the repository Anaconda3-2021.04-Linux-aarch64.sh when i…
AzizShaw
  • 91
  • 1
  • 4
  • 10
2
votes
1 answer

I cannot install Amazon Inspector

When I executed the "Run Command" with the "AmazonInspector-ManageAWSAgent " Document, The output gives me this error: Failed to find an inspector agent package for this OS:ol-5.4.. The OS version of the server is Oracle Linux Server (based from…
2
votes
1 answer

Oracle Linux Server 7.9 how solve problem with dependencies when yum install docker-ce-20.10.5?

I have OS # cat /etc/os-release NAME="Oracle Linux Server" VERSION="7.9" ID="ol" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="7.9" PRETTY_NAME="Oracle Linux Server…
Nikolay Baranenko
  • 1,582
  • 6
  • 35
  • 60
2
votes
1 answer

Java performance issue On Oracle Linux

I'm running very "simple" Test with. @Fork(value = 1, jvmArgs = { "--illegal-access=permit", "-Xms10G", "-XX:+UnlockDiagnosticVMOptions", "-XX:+DebugNonSafepoints", "-XX:ActiveProcessorCount=7", "-XX:+UseNUMA" ,…
2
votes
1 answer

After make install via cmake - grpc forlders is empty

I try to installing GRPC from sources. I have Oracle Linux 7.9, GCC 10.2.1 from devtoolset-10 and cmake version 3.21.0-rc1 built from sources. The way i used: git clone --recurse-submodules -b v1.37.0 https://github.com/grpc/grpc cd grpc mkdir -p…
Alrodemoa
  • 41
  • 4
2
votes
2 answers

Valgrind Installation error in Oracle Linux

I am working on Oracle Linux Server release 6.5. GCC version 4.4.7 I am trying to install Valgrind valgrind-3.17.0 but ending up in error. Can you please suggest on the below issue? Thanks in advance. Below are the steps I followed: ./configure When…
2
votes
1 answer

What client-side Linux / Liberty / HttpComponents configuration can prevent requests from being mis-identified as Small Window Attacks?

Citrix has identified a TCP communication issue we are experiencing as due to active TCP Small Window Attack Protection (TCP-SWAP) on the NetScaler load balancer between the client and servers. The load balancer will intermittently drop TCP…
JoshDM
  • 4,939
  • 7
  • 43
  • 72
2
votes
1 answer

Error while upgrading gpg (GnuPG) from 2.0.14 to 2.2 on Oracle Linux 6.4

I am trying to upgrade gpg (GnuPG) from 2.0.14 to 2.2 on Oracle Linux 6.4 x86_64 Downloaded latest version of gnupg and dependency library packages from below location. https://gnupg.org/download/index.html To install GPG and it's dependencies,…
roja
  • 29
  • 2
1
2 3 4 5 6 7