Questions tagged [centos6.5]

CentOS CentOS is an Enterprise-class Linux Distribution derived from the sources of Red Hat Enterprise Linux (RHEL) and aiming to be fully compatible with RHEL. Version 6.5 was released in February 2014.

CentOS is an Enterprise-class Linux Distribution derived from the sources of Red Hat Enterprise Linux (RHEL) and aiming to be fully compatible with RHEL. Version 6.5 was released in February 2014.

Distributions

198 questions
2
votes
0 answers

SocketTimeoutException: connect timed out immediately when arp is not established

I'm getting a connect timed out stacktrace below on first request after less then 5 millisecond although my timeout is configured to be 20000 milliseconds (verified using debug). this occurs only when the Arp need to be established. (reproducible in…
Yosefki
  • 383
  • 7
  • 22
2
votes
2 answers

Can't open cursor lib 'libodbccr'

I'm trying to connect to a .mdb file, and installed MDBTools When I run the PHP script this is the error I get; [unixODBC][Driver Manager]Can't open cursor lib 'libodbccr' Under /usr/lib64 I find the following similar…
lshas
  • 1,691
  • 1
  • 19
  • 39
1
vote
1 answer

Finding all views/namespace urls in a Zope3 system?

I have a Zope3 system with some custom code for a paperless office system. The developers have since folded up shop and I need to make some changes to what I believe are the contents of some ExtJS.ComboBox pulldowns. Once upon a time the developers…
Mindflux
  • 122
  • 10
1
vote
1 answer

gperftools/tcmalloc 2.8 - running out of memory

We are migrating from gperftools/tcmalloc 2.0 to 2.8. But some of our test cases fail with "out of memory" error. We use Cent OS 6.5. This happens with a posix_memalign() call requesting for 32536008 bytes with 64bit alignment. I didn't use any…
Pramod T
  • 21
  • 3
1
vote
1 answer

Nebula Graph fails on CentOS 6.5

Nebula Graph fails on CentOS 6.5, the error message is as follows: # storage log Heartbeat failed, status:RPC failure in MetaClient: N6apache6thrift9transport19TTransportExceptionE: AsyncSocketException: connect failed, type = Socket not open, errno…
1
vote
0 answers

Can I open a pseudo terminal as odd parity? I keep getting Invalid argument retuned

I'm working on fixing some GPS units. They are old and have recently had a week count rollover issue so they are reporting to NTP the wrong date. While we are waiting to replace them I'm made a temporary software fix that is 99% working. I'm…
1
vote
1 answer

nginx: [emerg] "worker_processes" directive is not allowed here in /opt/tools/nginx/conf/nginx.conf:1

i cant figure out why I am getting this error. after looking at forums and many nginx examples my configs look good to me. I should mention I have a custom nginx install. I have check all the nginx log files but surprisingly they are empty. I get…
New2Python
  • 325
  • 1
  • 4
  • 17
1
vote
1 answer

Install Pgadmin4 on centos 6.5

I'm using CentOS 6.5. I cant install pgadmin 4, I use yum -y install pgadmin4-v1 Error: --> Finished Dependency Resolution Error: Package: pgadmin4-v1-web-1.6-2.rhel6.noarch (pgdg10) Requires: pgadmin4-python-flask-wtf >= 0.12 Error:…
1
vote
0 answers

Cron Job Issue on Once a Day

I have two Cron Jobs running on CentOS. One Every 5 Mins Its working fine */5 * * * * curl "http://10.133.43.243/cron/aaa.php" > /dev/null 2>&1 Another One Once a day 0 0 * * * curl "http://10.133.43.243/cron/bbb.php" > /dev/null 2>&1 This…
nagaking
  • 57
  • 1
  • 1
  • 7
1
vote
0 answers

Can't Install Google Chrome in centos 6.9

[root@localhost yum.repos.d]# yum install google-chrome-stable Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Install Process Loading mirror speeds from cached hostfile * base: ftp.iitm.ac.in * epel:…
Spk
  • 11
  • 4
1
vote
0 answers

Ruby 2.3.3 application with Rails 4.2.1 and Gem 2.6.14 not working in Centos 6.9

Ruby 2.3.3 application with Rails 4.2.1, Gem 2.6.14 and passenger 5.1.11 not working in Centos 6.9 Error in Browser: We're sorry, but something went wrong. The issue has been logged for investigation. Please try again later. Apache error log: App…
1
vote
0 answers

NGINX: non CSS MIME types are not allowed in strict mode

I'using Wordpress + NGINX / SSL. After the installation I noticed that not all plugins are working and I get this error: Did not parse stylesheet at 'mywebsite.com' because non CSS MIME types are not allowed in strict mode. I've Centos 6.9, php…
middlelady
  • 573
  • 2
  • 13
  • 36
1
vote
2 answers

Scrapy parse html strings from webpage based on css attribute

I am trying to pull specific URL's on a webpage based on the CSS attribute. I can pull the first one, but I am having difficulties getting the full URL added, or getting more than 1 URL. I have tried and run into many issues using joinurl or parse.…
Thomas
  • 27
  • 1
  • 9
1
vote
0 answers

Find hung process holding table lock without logging in to the database

tl;dr: Is there a way to see which process is holding a table lock without being able to log in to the database? I have a CentOS 6.5 server with a Postgres 8.4 database. There's quite a few crons running maintenance sql scripts and they usually run…
mllec
  • 22
  • 5
1
vote
0 answers

Why is libclang (libclang.so.3.9) so large(124 MB) in CentOS 6.5 after compiling from source?

I have downloaded and compiled libclang following this link on CentOS 6.5: https://www.vultr.com/docs/how-to-install-llvm-and-clang-on-centos-6 I did just till make as I only need libclang.so and not the clang compiler installed. libclang.so.3.9 is…
safe_malloc
  • 824
  • 2
  • 12
  • 29