when I try to reload firewalld, it tells me I don’t know why this is, after Google, it still hasn’t been resolved Answer I had the same error message. I enabled verbose debugs on firewalld and tailed the logs to file for a deeper dive. In my case the exception was originally happening in “nftables.py” on line “361”. Exception: 2022-01-23
Tag: centos8
CentOS .NET Core 6.0 installs wrong runtime version
These are 2 commands I ran trying to install .net core 6.0 on CentOS 8 Stream: Install says it installed 6.0.0-0.6 but the actual version is 6.0.0-rc.2.21470.23 and my app is failing with error: Can it be fixed without manual .net install ? SOLUTION (worked) add repo to the OS: sudo rpm -Uvh https://packages.microsoft.com/config/centos/8/packages-microsoft-prod.rpm change it priority to preceed the
How to install Visual C++ build tools (14.0+) in CentOS 8?
I want to install Visual C++ Build Tools in a machine that is running in CentOS 8. I went through many answers, but everything is based on either Windows or Mac. I also tried But this one too doesn’t help me. Answer After searching many websites, finally, I got the answer from the comment section of this question. Where-to-get-msbuild-fro-linux
Linux CentOS 8 – Pip3 install Mariadb
Currently i’m working on a school project where I have to use MariaDB in a Python3 assignment. I have to build a Python script that connects to a database and put information into it. So said and done, I have created a Python script: But now my real issue is starting. I’m working with a Linux CentOS 8 system, where
Ruby: how to access group info from /var/db/group.db
RHEL/CentOS 8.x, Ruby 2.5.5, irb 0.9.6 We have a specialized set up that keeps user and group information in /usr/local/etc/[user|group] and a custom Makefile to add that information to /var/db/[group|passwd].db accordingly. I am trying to get the list of groups a user belongs to, in Ruby, after login. I’m relatively new to the language, and have just read the documentation
Adacore GNATCOLL Postgres library not installing on CentOS 8
I posted a question a couple of days ago regarding installing the GNATCOLL library on CentOS 8, which was kindly answered. I have now attempted to install the gnatcoll postgres library, which I was hoping would be the same process. However, when I attempt this, I receive the following error: Any help as to why this is happening would be