Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
873 views

Problem I'm trying to compile Python 3.12.8 from source on CentOS 6.x without root access because I have no sudo authority. I ran the following commands for configuration and building: ../configure --...
student's user avatar
  • 21
0 votes
0 answers
68 views

In our legacy application we use Python2.6 with requests 2.9.1 for making API requests. There a strange behavior is noticed with Python requests library that is, it gets in to unlimited wait where ...
user2264738's user avatar
1 vote
1 answer
167 views

I have postgres 12.18 installed on my Centos 6.9 OS (I know it's too old). I want to upgrade to postgres 14.9, is it possible ? I am trying to install postgres 14 but getting lot of issues. sudo yum ...
Mritunjay's user avatar
0 votes
2 answers
7k views

As we know CentOS 7 will be EOL in June the 24th. I currently have 7.9 core installed in my network, however because of the EOL and other security risks I was wondering what my best option would be. ...
user23217198's user avatar
0 votes
1 answer
419 views

I'm trying to install scipy on CentOS 6 with python 3.9.18 and get error: ../scipy/meson.build:159:9: ERROR: Dependency "OpenBLAS" not found, tried pkgconfig The problem is that CentOS 6 ...
Kerim's user avatar
  • 221
-1 votes
2 answers
121 views

I want to run the below via Crontab job and not working but when put them in sh file and run the sh manually it works fine. Sh file path: /opt/etc/rt4/test.sh and the content as below: wsgetmail --...
Gulmuhammad Akbari's user avatar
-1 votes
1 answer
442 views

I am trying install ovftool 4.3 on my centos 6; but initially I had installed ovftool 4.2; but for now requirement I need ovftool 4.3, but getting error when I run this sudo ./VMware-ovftool-4.3.0-...
sa119's user avatar
  • 1
0 votes
1 answer
427 views

a client of mine asked to add videos to their website, i decided to install FFMpeg on their server so whenever they upload a video, the service automatically generates the first frame for the preview ...
Ruben Fernandes's user avatar
1 vote
0 answers
191 views

Hello I am trying to Migrate my centos that runs a gocd server to ubuntu any one know the process or steps.
obyerere's user avatar
1 vote
0 answers
547 views

i'm trying to install the .rpm file but there's an error Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Group ...
base lufin's user avatar
0 votes
1 answer
869 views

i can't execute yum update or install commands in centos 6 . i got this error then i configured my Centos-Base.repo file here's what's in it # CentOS-Base.repo # # The mirror system uses the ...
jonny hieu nguyen's user avatar
1 vote
0 answers
986 views

I have a machine with Centos 6.10, python3.6, pip 21.3.1. Link to bit library - https://pypi.org/project/bit/ All requirements are observed, other libraries I had installed without troubles Try to ...
Agnia From hell's user avatar
2 votes
1 answer
383 views

Yesterday git pull/push on a CentOS6 box stopped working because of GitHub enforcing a later version of ssh than the CentOS6 one (OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013). Fair enough, this is ...
keith969's user avatar
  • 383
0 votes
1 answer
407 views

My company has a legacy, internal server running CentOS 6.4 with postgreSQL 8.4.13. The goal is to upgrade it as far as possible without doing OS updates; it's a live internal server being used for ...
Scott's user avatar
  • 11
0 votes
0 answers
775 views

I'm new to Linux. I have an Apache Tomcat project running on CentOS 6. Currently, I'm facing problem to serve concurrent users request. So I give a load test using Apache HTTP server benchmarking tool ...
Nasir Islam Sujan's user avatar
0 votes
2 answers
205 views

i have to update the Tomcat from 7 to 9 as per VAPT requirements, so i did that on my centos6 linux server. But the tomcat 7 was running with java 1.7 openjdk and when i start tomcat 9 there are no ...
Sharmaji's user avatar
0 votes
1 answer
1k views

I have a C++ program that uses various C++14 features, and have been asked to compile it for a CentOS 6 system. GCC doesn't support C++14 features on CentOS 6 as far as I can tell (and based on ...
TSG's user avatar
  • 4,746
0 votes
1 answer
616 views

I am trying to get Cassandra v2.1.17 running using Java 11 (Oracle), but cannot get it to startup. I have updated all the JVM args in cassandra-env.sh to the Java 11 equivalents, but I now get the ...
MeanwhileInHell's user avatar
0 votes
1 answer
508 views

What is the command to check allocate heap memory? and how can I increase memory allocated to java. My Environment conf are this: centos 6.8 Apache tomcat 8.5.38 jdk version 1.8.0 I have already ...
Muhammad bux's user avatar
0 votes
1 answer
322 views

I am running PHP Version 7.1.33 on CentOS Linux 6.10 and having issues with getting the PHP XML Module installed. I have ran a list of installed modules via YUM and I have the following: php-cli....
Ben's user avatar
  • 91
0 votes
1 answer
1k views

I am getting the following error when I run any python program that uses panda Traceback (most recent call last): File "filter_SNV_SV.py", line 3, in <module> import pandas as pd ...
BeginneR's user avatar
0 votes
1 answer
799 views

Recently, I want to run some pytorch codes on centos6. However, no matter I perform either "pip install torch" or "conda install torch", the prompt shows: >>> import ...
吕和瑾's user avatar
0 votes
1 answer
190 views

I'm using a vbscript to pscp a text file over to a Linux device on Centos 6 (httpd.conf). If I nano the file and paste in the text, apache will start just fine, but using pscp to transfer the same ...
Cameron Darlington's user avatar
-1 votes
1 answer
128 views

I'm working on a project which is built on GWT. When we deployed the project on centOS 6.9 version it works fine and all the content is accessible or visible. However, when we changed the OS version ...
M A.'s user avatar
  • 949
1 vote
1 answer
575 views

everyone. I tried to install rpy2 in Centos6.10, with Python 3.6.4 and R version 3.5.2. I used the comand 'pip3 install rpy2'. I got the following errors: cwd: /tmp/pip-install-7bxzxlni/...
Jane's user avatar
  • 21
0 votes
1 answer
939 views

I am trying to source .my_script from a /home/username/working_directory using tcsh shell: source ./.my_script I get the following errors: UK_PATH=/usr/local/dir_name/UKernel/5.0:.:/home/username:/...
Anuar_Dorzh's user avatar
0 votes
2 answers
2k views

I have python2.7 and python3.8 installed on Centos 6.10. Current Rpm version is 4.8.0. Python2.7 is managed to import the rpm module but not Python3.8. These are the files in python2.7/site-packages/...
hexacool's user avatar
1 vote
0 answers
1k views

I have to update yum libraries in CentOS 6. I keep getting error- '[Errno 14] Peer cert cannot be verified or peer cert invalid.' I have marked sslverify=false in yum.conf file. I have marked ...
user2828360's user avatar
0 votes
1 answer
772 views

Here's a scenario that I can't figure out; I simply can't understand why an slightly oldish webserver (totally inactive/powered-off for 2y) is behaving this way. I MUST be overlooking something quite ...
panagioti's user avatar
  • 436
1 vote
1 answer
149 views

I have seen some issues with CGI version being updated to v4.51 in CentOS 6.8 machine. I can check the version of CGI using: perl -MCGI -e 'print $CGI::VERSION ."\n";' But, I am more ...
Manoj Agarwal's user avatar
4 votes
3 answers
13k views

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,...
Héctor Oses's user avatar
1 vote
0 answers
72 views

Does anybody have a good explanation why Spanish locale sort order differs between CentOs 6.9 and Ubuntu 18.04: On CentOS release 6.9: $ export LC_COLLATE=es_ES.utf8 $ echo "niño ninja ninus"...
steffens21's user avatar
0 votes
1 answer
62 views

I am getting this error httpd restart fail [root@centos6 etc]# service https restart Stopping httpd: [ OK ] Starting https: httpd: apr_socketaddr_info_get() failed for centos6 httpd: Could not ...
Ahmed Bannour's user avatar
0 votes
1 answer
28 views

So I am running Centos 6.9, but could switch to Centos 7 if needed If I have 2 txt files, one contains Gold Silver Copper Aluminum Titanium And my second contains Gold Silver Titanium How can I run ...
Corrected 276's user avatar
1 vote
1 answer
1k views

I'm trying to install Python 3.8.5 using pyenv on Centos 6 Docker image. I am getting the below error: Downloading Python-3.6.12.tar.xz... -> https://www.python.org/ftp/python/3.6.12/Python-3.6.12....
Underoos's user avatar
  • 5,276
0 votes
0 answers
241 views

I have a web app developed by CodeIgniter and for the database using PostgreSQL and the problem is www.example.com/phpPgAdmin/ is accessible to public and that makes my database insecure. so I am ...
drisalves1's user avatar
1 vote
1 answer
647 views

I recently updated my server php version from 5.6 to 7.3. When I attempt to load a page I'm seeing the following parse error: Parse error: syntax error, unexpected 'new' (T_NEW) in /usr/share/pear/...
a coder's user avatar
  • 7,698
0 votes
0 answers
18 views

I want to protect certain core libraries like sshd, cronnie from getting uninstalled accidentally or intentionally. Recently one our developer accidentally deleted cronnie by uninstalling sendmail ...
Lankesh Zade's user avatar
4 votes
1 answer
6k views

I'm trying to build an image from CentOS 6.9. Using this Dockerfile: FROM centos:6.9 RUN ls But it keeps failing with exit code 139 with the following output: $ docker build -t centos-6.9 . [+] ...
Yohanna's user avatar
  • 513
0 votes
1 answer
2k views

I'm trying to install the sf package for R, following this answer on CentOS 6: https://stackoverflow.com/a/51369036/826500 But it fails when reaching the proj part with the message: proj.cpp:31:2: ...
Memochipan's user avatar
  • 3,473
1 vote
1 answer
156 views

I'm trying to execute simple python code on my web server. it's like as follow; index.py file ; #!/home/myenv/bin/python print("Content-type: text/html\n\n") print("test is okay")...
beginner_dv's user avatar
0 votes
1 answer
414 views

I was trying to upgrade a client's server running CentOS 6, PHP 5.3.29 (I know, RIGHT??) with nginx 1.10.3. So I installed everything like usual using: wget https://dl.fedoraproject.org/pub/epel/epel-...
samoolix's user avatar
0 votes
2 answers
432 views

I am running a Centos 6 server. After some non-successful attempts to install php 7.2 I have dependencies problems (trying yum update php): So what is the best and safest way to reinstall php? --> ...
Andrey R1CF's user avatar
1 vote
1 answer
165 views

I do have this kitchen.yml: driver: name: vagrant provisioner: name: chef_solo platforms: - name: centos65 driver: box: learningchef/centos65 box_url: learningchef/centos65 ...
toto''s user avatar
  • 1,602
1 vote
0 answers
727 views

I am having a trouble installation applications dependency of 'lib'. Below are the two applications I want to install google-chrome-stable pycharm Here the things I have setup recently did Fresh ...
mehulJ's user avatar
  • 119
2 votes
1 answer
263 views

I managed to install PyQt4 but it install under Python 2.6. How do I get it installed under Python 2.7?
hexacool's user avatar
0 votes
1 answer
786 views

I have freeswitch 1.2.53 installed on Centos 6 server (OpenVZ CT). There is one test "call center": Someone is calling, then user hears IVR menu (works well) and when button "1" is ...
Dmitriy's user avatar
-2 votes
2 answers
1k views

I have a server that run Centos 6. Recently I upgrade the php to 7.2 using remi repo and apache 2.4 using the sclo(httpd24). [user@server1 ~]$ httpd -v Server version: Apache/2.4.34 (Red Hat) Server ...
user2373192's user avatar
1 vote
1 answer
1k views

Have tried with multiple versions of node exporter on a few Centos 6 VMs and I get the same thing. Node exporter is running and when I curl localhost:9100 I get this: Node Exporter Node Exporter ...
T.Zampetis's user avatar
0 votes
1 answer
130 views

I am trying to run docker 1.7.0 in CentOS 6. I tried using docker-compose 1.12.0 but got this "Error:client and server don't have same version(client API version:122, server API version:1.19). So ...
DeoBelbert's user avatar

1
2 3 4 5
32