99 questions
0
votes
1
answer
98
views
How to install GCC-Toolset 15 in Oracle Linux 8?
According to OL-PRODUCT-LIFECYCLE.pdf , Table 2-6, GCC-Toolset 15 is available in application stream of Oracle Linux 8.10 .
However, dnf install gcc-toolset-15 fails.
It can be reproduced in a docker ...
1
vote
0
answers
76
views
How to use Oracle Linux Appstream Repos via Ansible
We manage our Oracle Linux 9 servers using ansible. Oracle Linux use Appstream repos in order to provide the option to install newer versions of some packages. For example, the base version of PHP ...
0
votes
0
answers
41
views
Workspace's URL not working on 19000 port in EPM 11.2.15
We have installed and configured EPM 11.2.15 with foundation and FR components successfully. Workpsace url is up and running with 28080 port. Weblogic url with 7001 is also running fine. But having ...
0
votes
0
answers
27
views
Jenkins pipeline for java application deployment to Oracle Weblogic server
I have to imolement jenkins pipeline where we use ansible playbooks to undeploy and then deploy 12 war files into oracle weblogic server. When we manually undeploy the war files and then try to deploy ...
0
votes
0
answers
28
views
Not able to execute system command from java code if selinux is enabled in enforcing mode
I have enabled selinux on oracle linux 8.9 system. enitre system is stable and has appropriate contexts for all files and processes but in few scenarios wherever my java code has some system level ...
0
votes
1
answer
335
views
Installing gdbm in a Oracle Linux 9 Slim container using microdnf returning error: No package matches 'gdbm'
I'm building Ruby from source as we need a specific version that's unavailable from the repositories (3.2.2). The base image is Oracle Linux Slim, so we're using microdnf.
I'm using ruby-env/ruby-...
0
votes
0
answers
39
views
Getting Host NTP Information from Docker Image (Java)
I have a Java application in a Docker Container (Iron Alpine) running on a Oracle Linux 8 host. The service application needs to produce a message with the current time, the NTP Source address, and ...
1
vote
1
answer
374
views
I've built a different GCC version than the system's, and now get "undefined reference"s and "DSO missing from command-line"
I've built GCC 14.2.0 from sources, on an Oracle GNU/Linux 9.4 machine (whose distribution compiler is GCC 11.4.1). The build went fine; but when I now try to use it to build some library, I get:
/usr/...
0
votes
0
answers
121
views
How do I organize Oracle Linux yum server repos for Oracle Linux Virtualization Manager
I want to configure Oracle Linux Virtualization Manager on Oracle Linux 8.
OLVM is the UI on top of KVM.
From Oracle's blogpost :
Both Oracle Linux Virtualization Manager and Oracle Linux can be
...
1
vote
2
answers
392
views
Maven Build Failure: "Zip END header not found" during Apache Atlas 2.3.0 Installation on Oracle Linux 9.4
I'm trying to install Apache Atlas 2.3.0 on Oracle Linux 9.4 and encountered a build failure during the Maven compilation process. The error appears to be related to the org.restlet dependencies. Here ...
0
votes
1
answer
145
views
Session Data Lost after Redirection in PHP-FPM
I have set up an Oracle Linux server with Apache httpd and PHP 8.3.12 (running as PHP-FPM). However, the $_SESSION["user"] variable returns null after a page redirection.
The PHP application ...
1
vote
2
answers
494
views
Facing lot of prerequisite packages issues while installing perl-LWP-UserAgent package in oracle linux 9
Tried installing perl-LWP-UserAgent using the perl-libwww-perl-6.53-4.el9.noarch.rpm package and I got an error message:
$ sudo yum install perl-libwww-perl-6.53-4.el9.noarch.rpm
Last metadata ...
0
votes
1
answer
61
views
Not able to connect to custom made Oracle Linux AMI in AWS
I'm relatively new in the world of creating AMIs for AWS in using VirtualBox.
As an experiment, I'm trying to create an AMI from Oracle Linux 9.4. I want to be able to let use AWS keypairs in de AMI.
...
0
votes
1
answer
206
views
How to solve error while installing php-gd on oracle linux 7 for php 7.4
Trying to install php-gd on Oracle Linux 7 with php7.4.
sudo yum update
sudo yum install php-gd
Any of the above command generates below error:
Loaded plugins: langpacks, ulninfo
Resolving ...
0
votes
1
answer
60
views
libuuid in oracle linux 9.x
on running my java application (it's a a Sap Commerce 6.x, also knowed as Hybris) I have this error on oracle linux:
INFO [localhost-startStop-9] [DefaultRMIRegistryService] Creating Registry on port ...
1
vote
2
answers
1k
views
PostgreSQL 16 compatible with Oracle Linux 7.9? [closed]
I tried to install postgresql 16 in Oracle Linux 7.9 environment but its failed, due to no package available. but postgresql 15, 12 able to install in oracle linux 7.9 somehow. i have been searching ...
0
votes
1
answer
123
views
The memory consumed by WSO2 APIM increases over time
I have an instance of WSO2 APIM version 4.2.0 installed on an Oracle Linux 8 server which has 16gb of ram. The problem noticed is that the more time passes, the more the consumption of physical memory ...
0
votes
1
answer
46
views
Nginx EJS app 502 bad gateway while normal pages are resolved
I have an oracle linux 8, an nginx running on it. I have a 3 site folder structure:
/usr/share/nginx/html/my.site.com
/usr/share/nginx/html/my.othersite1.com
/usr/share/nginx/html/my.othersite2.com
...
-2
votes
1
answer
92
views
Oracle Linux Server to SCP: com.jcraft.jsch.JSchException: Algorithm negotiation fail
Transferring the files between Oracle DB server to the SCP(Scientific Computing Platform) Server
but got the below error.
**Unexpected error occurred:
ORA-20001: com.jcraft.jsch.JSchException: ...
0
votes
2
answers
3k
views
Unable to start my Postgres database after adding pgaudit on my shared_preload_libraries
I am getting these errors (please see below) after I restart my psql database.
This occurs after i install pgaudit and adding pgaudit on my postgresql.conf.
I wonder what am i missing, is it a problem ...
0
votes
0
answers
294
views
Why can't Oracle Linux automatically detect CPUs with AVX?
I'm facing an issue with my Oracle Linux; it doesn't show AVX support in the /proc/cpuinfo | grep -i avx output. However, when used with another operating system like CentOS 7, AVX support is detected....
0
votes
1
answer
1k
views
Problem to launch grid setup for oracle linux
[oracle@oavn grid]$ ./gridSetup.sh
ERROR: Unable to verify the graphical display setup. This application requires X display. Make sure that xdpyinfo exist under PATH variable.
Can't open perl script &...
0
votes
1
answer
223
views
Cron job executing shell script sending empty email
I wrote a shell script to automatically check the status of Oracle Data Guard and send it via mail.
If I execute the script manually it works like it should.
If I execute the script via a cronjob it ...
0
votes
0
answers
366
views
How are differently sized huge pages allocated to applications in Linux?
I'm working with a software that runs on an Oracle backend database, which means I get to configure the database VMs infrastructure. Not my specialty, but it is what it is.
My workload is going to be ...
1
vote
3
answers
4k
views
How to install vim on Oracle Linux Server 8.7?
I have a docker-container running MySQL, which is based on the image mysql:8, which is managed by the following docker-compose.yml:
version: '3.5'
services:
db:
image: mysql:8
environment:
...
0
votes
1
answer
315
views
I can't install nginx 1.22.1 from the official repository
I have a VM on Oracle Linux 8.8
I need to install nginx-1.22.1, but only version nginx-1.14.1 can be installed from the official repository:
https://yum.oracle.com/repo/OracleLinux/OL8/appstream/...
0
votes
1
answer
1k
views
Wrong version of GLIBC on Oracle Linux 8
I need to rebuild patched version of rocksaw library. Here is the source code on Github.
On Ubuntu 22 both build process and test program run as expected.
The problem occurs on Oracle Linux 8, I got ...
-1
votes
1
answer
1k
views
I Want to install PHP 7.4 on Oracle Linux 8 with the PHP OCI8 extension
I tried a lot of thing on internet but didn't worked, and i follow this steps on oracle linux documentation:
client documentation
php oci documentation
commands with the follow erro:
sudo dnf install ...
0
votes
2
answers
285
views
After 2023-03-28 http://yum.oracle.com/repo/OracleLinux/ fails Artifactory testremote via API and Admin UI
Problem
We seem to have a replication problem on a remote rpm/yum repo. We replicate http://yum.oracle.com/repo/OracleLinux/ as rpm-oraclelinux-remote and up until 28-03-23 15:29:41 +00:00 it worked ...
0
votes
1
answer
671
views
Serving web with Flask on Oracle OCI with Oracle Linux 8.6 VM
I am trying to create python Flask application accessible from internet on Oracle Cloud compute VM with Oracle Linux 8.6. Example is taken from Ubuntu based tutorial so except modification of ...
1
vote
1
answer
3k
views
OEL8 Realm Join error: Insufficient permissions to join domain
I am a Windows admin helping one of our Linux admins with a domain join of her OEL 8 box. She's getting the error during Realm join operation of ! Insufficient permissions to join the domain. Full ...
0
votes
1
answer
1k
views
How can I modify a oracle Linux service to run on startup from the OL Web Console?
I am running Oracle Linux 8. From the Web Console (Cockpit Version 276.1) I see a service
/run/systemd/generator.late/oracledb_ORCLCDB-19c.service
When I start this service, the DB & listener ...
1
vote
1
answer
936
views
How to require RPM dependency from a certain module stream?
I have to package my Node.js app into an RPM, which will be installed on Oracle Linux 8 using dnf from a private registry. My app requires Node.js 16 to work properly.
It looks like there are two ways ...
1
vote
0
answers
501
views
I am facing the issue of Unsupported version number [61.0] (maximum 57.0, Java 13) during a build in my ORACLE linux 7 how to resolve this?
I am facing the issue of Unsupported version number [61.0] (maximum 57.0, Java 13) during a build in my Oracle Linux 7 on my local machine how to resolve this?
I tried looking into the new ones, but ...
1
vote
0
answers
47
views
Reducing image size and layers in Dockerfile
I have Docker image layer stack that looks like this:
My question is why did it add 400+ MBs on the last command alone and why there are two CMD commands ?
First CMD command comes from base image and ...
1
vote
0
answers
1k
views
Could not generate persistent MAC address for veth476ff90: No such file or directory
I'm seeing this error message in my Docker Swarm manager:
11278 Feb 6 10:07:08 swarm-manager systemd-udevd[3557149]: link_config: autonegotiation is unset or enabled, the speed and duplex are not ...
1
vote
2
answers
790
views
cx_Oracle for Oracle Linux 7 not working after install
For the last week I have been trying to get cx_oracle installed and working.
I started with an Oracle 19 appliance which is on Oracle Linux 7.
I used the official oracle site to install cx_oracle as ...
0
votes
1
answer
214
views
Centos Linux to Oracle Linux Conversion
enter image description here
centos version 8
Here in the above image, trying centos Linux to Oracle Linux.
while I'm executing the command "sudo bash centos2ol.sh"
getting a message "...
0
votes
1
answer
184
views
Get spotipy redirect URL from oracle linux terminal
I wanted to deploy my script that uses module spotipy to oracle linux vm. I'm almost done, however whenever script is used for the first time, spotipy redirects me to URL. And I need to type it in, so ...
-1
votes
1
answer
449
views
Does Oracle Linux come with Oracle-DB
I can't seem to find any information whether Oracle Linux comes with pre-installed Oracle-DB or not.
1
vote
1
answer
7k
views
`http.service` fail to start with `exit-code` or `protocol`
I'm configuring a new Apache web server on Oracle Linux 9 (comparable with RedHat/CentOS according to Oracle). The version of httpd is 2.4.51 and the version of php is 8.0.13. However, the service ...
0
votes
0
answers
711
views
Cannot install MongoDB in Oracle Linux 8
After following the documentation provided here: https://www.mongodb.com/docs/v5.0/tutorial/install-mongodb-on-red-hat/
I keep getting this error:
Error:
Problem: cannot install the best candidate ...
-1
votes
1
answer
155
views
How to do partition for directories in Linux server [closed]
Kindly to make partitions as shown below.
Filesystem Size Used Avail Use% Mounted on
devtmpfs 12G 0 12G 0% /dev
tmpfs ...
3
votes
1
answer
5k
views
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 com/...
0
votes
1
answer
325
views
packer command run with sudo -E does not work
I installed packer on centos and ran "sudo -E packer version" and the command got stuck until I killed it with ctrl+C
However, I don't get this issue with Ubuntu or when running without sudo
...
0
votes
0
answers
464
views
Connect to a remote postgresql database from oracle linux 8
I'm running an Oracle Linux 8 instance which I connect to via ssh public key authentication. There I've installed PostgreSQL but I can't seem to access it locally (from DBeaver for example).
I've made ...
0
votes
0
answers
2k
views
Cannot install libpq-devel on Oracle Linux 8
As background, I'm trying to install psycopg2 on an Oracle Linux 8 server. Attempting to install psycopg2 in a virtual environment (Python 3.9) via python3 -m pip install --user psycopg2 leads to an ...
0
votes
0
answers
1k
views
Unable to remote to VM instance with Oracle Linux 8.6 and XRDP using Remote Desktop Connection
I created a VM instance on Oracle Cloud, using Oracle Linux 8.6. I added TCP 3389 port in VCN on OCI before installing GUI.
I want to install GUI and allow RDP connection to VM instance, so I ...
0
votes
0
answers
1k
views
I can't unplug PDB in oracle 19c
I am trying to unplug by PDB but it is showing the error that I have shown in the image. When I searched in google, this error occurs when we try to plug an unplugged PDB. But what I am trying to do ...
1
vote
3
answers
2k
views
docker pull with platform option is not pulling the correct architecture image
I wanted to download docker images of oraclelinux for amd64 and arm64 architectures. But both are showing same sha256 digest. Why is that?
docker pull --platform=linux/amd64 oraclelinux:7-slim
Trying ...