Questions tagged [centos-6.9]
11 questions
6
votes
2 answers
ImportError: No module named sip
I have installed electrum alongwith python 3.4, But when i run electrum it gives me below error. And I installed pyqt5 without --no-deps.
pip3.4 install pyqt5 --no-deps
pip3.4 install…

blaCkninJa
- 445
- 2
- 11
- 22
2
votes
0 answers
Do AWS Centos 6.9 and 6.10 AMIs support NVMe and ENA driver?
Do Centos 6.9 and 6.10 support NVMe ? We want to create AMI of Centos 6.10 with ENA and NVMe drivers. Can it be done using packer?

Madhurima Mishra
- 1,063
- 3
- 14
- 27
1
vote
1 answer
Nodejs not running in server
I am trying to launch nodejs in my server. this is my node.js code:
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/plain'});
res.end('Hello World\n');
}).listen(8080,…

LIGHT
- 5,604
- 10
- 35
- 78
0
votes
3 answers
When using Centos 6, I cannot run 'yum update' anymore, I get this error 'Cannot find a valid baseurl for repo: base'
When using VirtualBox with a Centos6 image I cannot do yum udpate anymore, I have checked on the internet and it looks that Centos6 is deprecated.
[root@centos69 ~]# yum makecache
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror,…

Héctor Oses
- 71
- 1
- 10
0
votes
1 answer
How to set the same Date/Time for a Perl environment?
We have 2 environments: old (CentOS 6.9) and new (Debian 10).
Also we have this script:
#!/usr/bin/perl
use Time::ParseDate;
$seconds = parsedate('Jan 1, 1970');
print "$seconds\n";
It produces the following on old environment:
[user@old ~]$…

real_sm
- 35
- 6
0
votes
1 answer
sqlplus not responding after enter password
SQLPLUS is not responding after entering the user name and password.
[root@ns3369978 ~]# su oracle
bash-4.1$ sqlplus
SQL*Plus: Release 12.2.0.1.0 Production on Fri Dec 27 07:52:53 2019
Copyright (c) 1982, 2016, Oracle. All rights reserved.
Enter…

Ratnakar Reddy
- 53
- 2
- 6
0
votes
1 answer
Upgrade Centos 6.10 to 6.9
I am trying to update my Centos VPS.
I have one on Centos 6.9 but an another one in Centos 6.10
And i can not upgrade it.
I tried folowing commands :
# cat /etc/redhat-release
CentOS release 6.10 (Final)
# yum update
Modules complémentaires…

Ouimaisnon Toiy
- 25
- 1
- 7
0
votes
1 answer
Haproxy exporter unable to fetch data
I am using haproxy_exporter in prometheus and add prometheus as a datasource in grafana and the haproxy plugin using prometheus as a datasource in order to fetch haproxy stats and shown in grafana server. And i am not able to get the output from…

blaCkninJa
- 445
- 2
- 11
- 22
0
votes
1 answer
How to block all ports except ssh
I have changed ssh default port to 2020, And add iptable rule in order to allow incoming traffic on that port using below command.
iptables -A INPUT -p tcp -m tcp --dport 2020 -j ACCEPT
And i would like to block all other ports on the server. And…

blaCkninJa
- 445
- 2
- 11
- 22
0
votes
1 answer
INSTALL "[AMD/ATI] Tonga XT GL [FirePro S7150]" Graphic Card on a VMu (Centos 6.9) running on XenServer 7.4
Just start using XenServer. Doing some experiment for my company. Installed XenServer 7.4 on a Box and created a Centos 6.9 VMU. Using XenCenter.
Got to the point when I can run the virtual operating system but when I try to use the "Advanced Micro…

Dino
- 1,307
- 2
- 16
- 47
-1
votes
1 answer
Accidently renamed libc.so.6 and cannot chroot within rescue mode
We have accidently renamed shared library /lib64/libc.so.6 to be /lib64/libc.so_6. Right after previous command the system (CentOS 6.9) throws the following error :
error while loading shared libraries: /lib64/libc.so.6: cannot open shared object…

LiNuX
- 21
- 7