python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed
There is this issue when running this vagrant file to spin up 2 VMs from a centos base image created by vagrant. NOTE : I used my minimal centos installation from virtualbox to spin up the Vms using...
user5820327
Votes: 0
Answers: 0
npm:relocation error: /lib64/libnode.so.93: symbol FIPS_selftest, version OPENSSL_1_1_0g not defined in file libcrypto.so.1.1 with link time reference
after installing nodejs, npm and yarn via yum install command whenever I try to run npm command I get the following error
node: relocation error: /lib64/libnode.so.93: symbol FIPS_selftest, version OP...
Dimitar Dimov
Votes: 0
Answers: 1
Can't log in on phpMyAdmin but i can on mysql
I'm trying to log in on PhpMyAdmin on Centos7 but i can't.
I'm sure that the login and password of MySQL are correct because i can log in to MySQL with command line.
I'm using Mysql 8.
I tried even to...
Ahmed SEDDIK
Votes: 0
Answers: 1
Profile a process inside a container from host using perf
I am running docker containers on CentOS 7.
If run perf on the PID on the host node I get an error about symbols not being found. This seems to be because it looks for the path of the file relative to...
mR.aTA
Votes: 0
Answers: 0