Questions tagged [centos8]

Centos8 is a linux platform released on June 2019. It has many features like native support for java 8 and 11, Python 3, new composer tool, new stratis storage management tool, session recording, system wide cryptographic policies, enhanced security etc....

475 questions
0
votes
1 answer

Screen Resolution CentOS 8 - VMware

System: CentOS8 I am using VMware ESXi I can easily change a resolution to 1400x1050, but after reboot/shutdown returns to default resolution (800x600). I set the .vmx file settings: svga.vramSize =…
Slideroh
  • 41
  • 13
0
votes
1 answer

How to add main-menu option in CentOS 8

For CentOS 7, a custom menu items can be added via the Main-Menu application. Now I have upgraded to CentOS 8 this option is missing.
Easwer A.P
  • 19
  • 1
  • 10
0
votes
1 answer

ndiff not found in nmap 7.7 package in centOS 8

I just installed centOS8 and then the nmap package. and I cannot find the ndiff binary. Weird, I could find it in nmap in centOS7 Anyone having the same problem? Thanks Ester
0
votes
2 answers

CentOS8/RedHat8 - Disable AppStream modules when custom compiling?

This is a general question regarding AppStream modules in CentOS/RedHat 8. If we are custom compiling apps such as Apache or PHP, should we disable the AppStream module for that app? I don't seem to be finding any direct reference to this in…
Chapman
  • 1
  • 1
0
votes
1 answer

Auditd dispatcher event parsing failed in RHEL 8/ CENTOS 8

I have written a parser to parse audit events through the dispatcher plugin. For CentOS 8 or RHEL 8, my parser fails to parse the audit events as the events are coming in different formats. It has some extra parameters appended at the end of the…
Praveen Patel
  • 429
  • 4
  • 11
0
votes
1 answer

curl: (60) SSL certificate problem: unable to get local issuer certificate for More details here: https://curl.haxx.se/docs/sslcerts.html

curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To…
lavishwa
  • 1
  • 1
  • 3
0
votes
1 answer

Howto run mod-mono and php on same apache webserver

I've successfully implemented mod-mono and apache webserver on a Centos 8 distro. I've also installed PHP 7.2 on the server and the configuration looks ok on eye inspection. However, the webserver is not executing the PHP files, but serving them for…
Sebi O.
  • 23
  • 6
0
votes
1 answer

I can't install npm package, problems with proxy

I tried to install some packages with npm on Centos8 but I have this issue: npm ERR! code ENOTFOUND npm ERR! errno ENOTFOUND npm ERR! network request to https://registry.npmjs.org/ejs failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org…
0
votes
0 answers

Does Python3.8 version on CentOS8 support autocomplete format?

I've installed Python 3.8 version on RHEL Linux CentOS 8 core. When I try to type any python in-built functions partially and press "Tab" button to make it auto-complete, I'm not able to see Python3.8 is not auto-completing any functions of Python.…
0
votes
1 answer

Centos 8 httpd unable to authenticate via LDAP - no results returned

I am using Centos 8 in a server 2019 AD environment with AD integration via reamld which is working just fine for logging in to the machine. I set up httpd in the hope that it would also talk to AD so I can restrict access to AD users only. I can…
ksmith
  • 11
  • 3
0
votes
2 answers

new user unable to execute node

I have installed with nodejs through nvm on Centos 8 with root. Everything works as expected with root. After useradd appUser and su appUser I not able to execute nvm, node, npm. What needs to be done to give my appUser access to node?
Delcon
  • 2,355
  • 1
  • 20
  • 23
0
votes
0 answers

How can i install the latest version of pip using repo packages

I am trying to modify an existing Docker Image and trying to install the latest version of pip using OS packages in centos:latest as base image. The existing Dockerfile is using RUN dnf install python3-pip -y but this installs older version of pip…
Ankit Vashistha
  • 325
  • 6
  • 17
0
votes
1 answer

CentOS 8 with vhost suexec , PHP and HTTP2

I am testing new CentOS 8 for hosting PHP web apps. For years I used to use some suexec solution to run PHP code under linux user account (different user for each virtual host). This way the application could write to its own files but not to a…
0
votes
1 answer

Windows Server 2019 Hyper-V Discrete Device Assignment (DDA) of a NVIDIA Tesla V100 to Ubuntu 18.04 LTS or Centos Guest: Not found

Does anyone have experience of using DDA to passthrough an NVIDIA Tesla into a linux guest on Hyper-V? This setup works perfectly when the guest is Windows 10 and according to what I have read, this should be perfectly supported when using Ubuntu…
Rob
  • 11
  • 5
0
votes
1 answer

Php curl is active but curl_exec always returns false

I'm trying to get data from external website using cURL in PHP but it's not working. CURL is enabled in phpinfo(). My test code is not working in CentOS 8/nginx server where the $result=FALSE, but works fine in Debian9/nginx. $ch=curl_init…
Batyuvitez
  • 11
  • 3