centos8 Questions
3
Solved
I meet the trouble, when i try to install Remi repository for downloading php. When i use command:
dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
I have an error:
Error:
Pr...
2
Solved
when I try to reload firewalld, it tells me
Error: COMMAND_FAILED: 'python-nftables' failed: internal:0:0-0: Error: Could not process rule: Numerical result out of range
JSON blob:
{"n...
4
Solved
The docker has released a new version of centos 8, so I try to use it with Dockerfile to build a new environment but I got some error message
Dockerfile content
FROM centos
RUN yum install
whe...
Eimile asked 22/10, 2019 at 4:22
3
I am new here, so please forgive me if I am asking something silly.
I have created a DO droplet on CentOS 8. After installing firewalld, I checked its status and it gives a warning.
Apr 24 05:5...
7
Whenever I try to docker-compose up any project I get the following error.
I've tried with and without sudo
I am only having this issue on this machine. I am able to run the same containers on my M...
Cork asked 1/10, 2020 at 21:31
1
I'm trying to setup a CentOS 8 RStudio-Server to connect to MS SQL server using odbc. I think I've installed the unixODBC driver, the odbcinst -j command shows below: But the ini files are empty an...
5
I just installed CentOS 8 and added nodejs (tried v12 & v14) And then I installed pm2 using npm install pm2@latest (so at the time of posting it uses v4.4.0). I did try an older version (v3.5.0...
1
Solved
Has anyone figured out how to install moreutils on Centos8?
I'm getting this error:
[root@default-bento-centos-8 vagrant]# dnf install moreutils
Last metadata expiration check: 0:19:17 ago on Tue 1...
3
Solved
I started using Centos 8 recently, and I installed VirtualBox to manage my virtual machines,
the problem that I encountered with is that my VirtualBox couldn't boot any VMs and it told me to ...
Debi asked 16/4, 2020 at 10:44
2
Solved
How to list GRUB2's “menuentries” in command-line under Centos-8?
The used workable method "fgrep menuentry /etc/grub2.conf" failed.
Because at Centos-8/RHEL-8, they DO NOT store menuentry in /etc...
1
I have a postgresql server set up on a CentOS 8 machine, and a js program running on the same machine, using the pg library.
const { Pool } = require('pg')
const pool = new Pool({
user: pro...
Warrantable asked 4/2, 2021 at 1:33
1
Solved
I´m trying to get PostGIS working, but it seems that Postgresql doesn´t find the extension. My server is running on CentOS 8, the Postgresql is version 12. I installed Postgresql 12 first via dnf m...
Cranberry asked 4/12, 2020 at 15:25
2
Solved
2
Please, do you know how resolve this issue ?
I searched everywhere without finding.
06:45 SELinux is preventing systemd from open access on the file /root/.pm2/pm2.pid. For complete SELinux messag...
1
Solved
Im trying to upgrade php from 7.2 to last 7.4 version in centos 8 with this commands:
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf install -y https://rpms.re...
1
Solved
In CentOS 7, Ansible has the yum-repository module that can be used for adding repositories.
In CentOS 8 there exists the dnf module for package management, but there doesn't seem to be a dnf-repos...
Convene asked 10/7, 2020 at 21:45
3
Solved
Installed docker on Centos (running using VirtualBox) following steps below:
sudo yum install -y yum-utils device-mapper-persistent-data lvm2
sudo yum install docker
sudo yum-config-manager --ad...
1
Prompt me for the following error
No match for argument: python-devel
1
Solved
There are some Perl modules that could previously be installed with:
yum install "perl(DateTime)"
Under CentOS7. In CentOS8 I get the error:
No match for argument: perl(DateTime)
I have the sam...
Plantain asked 9/10, 2019 at 15:41
1
© 2022 - 2024 — McMap. All rights reserved.