All Questions
9 questions
0
votes
1
answer
2k
views
Getting segmentation fault(core dumped) after installing glibc through conda
I am trying to install glibc through conda on CentOS - 6.5 using
conda install -c dan_blanchard glibc
It installs glibc-2.18.
I am getting Getting segmentation fault(core dumped) after running the ...
11
votes
3
answers
48k
views
Default python /usr/bin/python instead of /usr/local/bin/python
I have both python2.6 and python2.7 installed in my CentOS box. python2.6 is installed at /usr/bin/python and i have installed python2.7 from source at location /usr/local/bin/python
after the ...
0
votes
0
answers
588
views
Building python (non-root) using zlib I built (non-root) on CentOS
I am using RHEL 6.8 (kernel 2.6.32-642.11.1.el6.x86_64) and do not have root access.
I cannot build python2.7 with zlib support because zlib does not exist on my server and I an not root.
I am able ...
1
vote
0
answers
46
views
Authenticating SSH between CentOS & Cisco appliances
I am new to scripting, so please forgive this question. Having done extensive research am not able to find a suitable solution.
Currently I have a Python script which is required to SSH from CentOS ...
0
votes
0
answers
255
views
RHEL: SELinux blocking python-ldap in apache
Dears,
I have on RHEL7 Apache 2.4 with mod_wsgi.
I have simple script with ldap-python to connect AD. If I run it from terminal it's working. When I tried run it from apache it cant connect to server....
1
vote
2
answers
166
views
How to reliably check if I am above a certain CentOS version (CentOS 7) in a Python script?
I have been given a task to port a bunch of our internal applications from CentOS6 to CentOS7. With this move, we are changing our dependencies from external packages that we have repackaged ourselves ...
0
votes
0
answers
1k
views
Import Error in python when non root user
I am having an issue which has been driving me crazy. I am trying to run a python script as a non root user but when I try to execute the script I get the following error.
Traceback (most recent ...
2
votes
3
answers
2k
views
Python - error 98 Adress already in use, how to make it faster? So that on kill and quick restart it does not fail?
I have a Python protocol running under CentOS 6.4/64-bit. Where i am having TCP server port 7007. In some cases like update new version or maintenance or on the fly restart to refresh buffer i need to ...
1
vote
1
answer
204
views
CentOS why the Google Apps Engine do not work? Even applying the last patch mentioned in there fix
Google Apps Engine was working in my CentOS there was no changes made, but suddently stop working since yesterday. then i followed the patch for Google Apps Engine but still its not starting up. how ...