Quantcast
Channel: Active questions tagged redhat - Stack Overflow
↧

Latest SLURM installataion with slurmrestd missing plugin

I've installed the latest version of SLURM 24.11.1 on my server (RHEL 9.5) by building the downloaded zip with./configure --prefix=/usr --sysconfdir=/etc/slurm --enable-slurmrestd --with-hwlocmake...

View Article


Install perl module Net:SSH2 on redhat/centos 7

As the title says I am trying to install the perl module perl-Net-SSH2. I have tried via yum but get an error that no package is available.yum install perl-Net-SSH2I have tried by downloading an rpm...

View Article


nginx permission denied error on get

For some reason i'm getting permission denied error while reading the file using nginx and in rhel6, here is my output of the log file tail -f /var/log/nginx/ph-repo.error.logand the logs says...

View Article

sqlite3 and python on redhat 7.9 [closed]

I am trying to install python 3.13.2 from sources since I don't have root access on my machine (OS RedHat 7.9). I need the package sqlite3 in order to run jupyter, but it is not installed on the system...

View Article

how can I create an alias with arguments in multiple lines (like SH files)

i am on RedHat 6.i am trying to create an alias that takes arguments, but in order to make the alias more "readable" i want to create it in multiple lines (see code below)The alias is in a text file...

View Article


ERROR: modinfo: could not find module

I am installing new kernel 3.12.x on redhat 6 machine. Below is my steps which I followed to install the new kernel.extract kernel in /usr/src/ directorySwitch to cd /usr/src/linux-3.12.xmake...

View Article

How to uninstall bazel 0.29.0 in order to install 0.26.1 because of tensorflow

I am using Redhat 7.3. I need to install tensorflow for that I already installed bazel 0.29.0 and when I wanted to configure tensorflow it requires bazel 0.26.1. Thats why i tried to uninstall bazel...

View Article

EJB Invocations are failing with No invocation response received within 5000...

We have an application where invocations are happening using EJB and application is running on JBOSS server.We have updated one of the JBOSS EJB client discovery additional timeout value as "0" to...

View Article


Avoiding strcpy overflow destination warning

With a structure such as the followingtypedef struct _mySTRING{ unsigned short StringLength; char String[1];} mySTRING;and use of this structure along these linesmySTRING * CreateString(char * Input){...

View Article


Unable to install gd extension on redhat 9 php remi php8.2

I have installed PHP Remi on Red Hat 9 . when I am trying to install PHP gd extension for PHP remi 8.3 then getting package php-gd-8.3.17-1.el9.remi.x86_64 from remi-modular requires...

View Article

presto + spill to disk configuration isnt working

We have 52 Presto machines, with all Presto services installed on Hadoop worker machines. The spill-to-disk configuration is as follows:spiller-spill-path = /home/presto/folderspill-enabled =...

View Article

Oracle instant client header files are missed

I'm using RedHat OS to build a C++ program that is using OCCI to connect with an Oracle DB.I had to reinstall everything and I found that my make file is adding the header files from the following...

View Article

Running codemeter inside docker container with non root user

I need to run wibu codemeter runtime inside a docker container with a non-root user.The main reason for this is because this container needs to run in redhat openshift and in openshift containers...

View Article


How to properly install python-devel on RedHat x86_64?

When installing python-devel withyum install python-devel.x86_64I got this error:Resolving Dependencies--> Running transaction check---> Package python-devel.x86_64 0:2.6.6-36.el6 will be...

View Article

Build kernel RPMs from source hangs on pmu-events

I am trying to build kernel binary RPMs from source RPM (without any changes) and the build keeps hanging at the same point.The steps which I've taken:Downloaded src RPM from RedHat repositories -...

View Article


Uninstall older unixODBC completely and install 2.3.2 unixODBC in redhat 6.3

I am trying to install msodbcsql v13 in redhat 6.3. It shows dependency error for unixODBC(64 bit) >= 2.3.1 needs to be installed before installing msodbcsql.I tried running below command, odbcinst...

View Article

I cannot install the dependencies libpq-devel on my AlmaLinux 8.9 server for...

sudo yum install libpq-develLast metadata expiration check: 1:21:49 ago on Wed 08 May 2024 12:44:27 PM -05.Error:Problem: cannot install the best candidate for the jobnothing provides perl(IPC::Run)...

View Article


Docker base image having telnet and ping

I have to debug network issues at a docker container. The container was built using "FROM registry.access.redhat.com/ubi7/ubi-minimal"It has no "telnet" or "ping" like a normal shell has. That was by...

View Article

sed + how to append lines with indent

I use the following sed command in order to append the lines: rotate 1 size 1kafter the word missingokthe little esthetic problem is that "rotate 1" isn’t alignment like the other lines# sed...

View Article

MySQL 8 & RHEL 7 - starting services automatically is failing [closed]

I'm trying to shutdown and startup a MySQL 8 installation gracefully on reboot.I've enable the service with systemctl with the following command.systemctl enable rh-mysql80-mysqld.serviceAfter...

View Article

tail -F on a symlink that gets updated [closed]

Could someone please help me understand the below behavior ?Let's say there are 2 dirs each one with 1 file inside :aaa/file1bbb/file2And then there's a symlink pointing to file1, e.g. :current ->...

View Article


What is systemd PID file?

I want to run jar file as a daemon. So I have written a shell script to "start|stop|restart" the daemon. I didn't get a chance to its working status. Can I use this script without creating a PID file?...

View Article


Word Color not appearing

I am using redhat for example if i write df -h (-h) supposed to be colored but it is not same with when i write ip addr the ip addr number (192.122.234.333) should be colored but it is not colored how...

View Article

Routing configuration to forward multicast traffic to a single NIC on RedHat 6

I'm trying to edit /etc/sysconfig/network-scripts/route-eth0 to make all multicast packets sent to device eth0 on RedHat 6.3, following this guide.I tried writing like:224.0.0.0/4 dev eth0but it never...

View Article

systemd target with services, services ignoring EnvironmentFile directive...

I have the following systemd .target:[Unit]Description=My...

View Article


Image may be NSFW.
Clik here to view.

CentOS 7 + PHP7 -- php not rendering in browser

I have a clean install of apache/httpd and php7.1.0 running on CentOS 7.When I execute from the command line:php -vI get the expected response:PHP 7.1.0 (cli) (built: Dec 1 2016 08:13:15) ( NTS...

View Article

MLflow does not upload images stored using mlflow.log_image()

I am working with Mlflow==2.19.0 in a Red Hat Enterprise Linux Server release 7.9 (Maipo). Everythig works fine except with the log_image method that for some reason is converting parts of the string...

View Article

RHEL 8 dhcpd not starting [closed]

trying to find an dfix issues with this dhcpd conf file. the dhcpd service fails to start and there is no error. just status=1i think problem is in config.OS is RHEL 8.10# cat dhcpd.conf## DHCP Server...

View Article

vscode-extension-tester: Default VSIX File Added

I am attempting to use the vscode-extension-tester from this: tutorial. However, I only need to install my own VSIX extension. I added a script to package.json (extest install-vsix), but it still added...

View Article



Converting JMS ConnectionFactory to ActiveMQ ConnectionFactory - expected and...

I'm replacing activemq-all 5.18.6 with activemq-broker and activemq-client. I've found a side effect in my Java servlets, that JMS.ConnectionFactory has to be replaced in the servlet XML and the Java...

View Article


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>