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
0
votes
0 answers

Small files: better in mysql or as a separate file?

I have a website with a lot of small images (no larger than 300 kb). They're all in a single folder, and now they're around 40.000, but they keep increasing very fast. When I open a page of my website, each page will load 6 of those images. I can…
70ny
  • 748
  • 1
  • 7
  • 22
0
votes
1 answer

Running unicorn as a service on centos to work with capistrano

I am trying to use capistrano 3 for my deployment, using nginx-unicorn on centos 6.5. I was able to run cap production deploy, and then ssh into the server and restart it manually. I tried to include the gem -…
Matt Ramirez
  • 673
  • 6
  • 19
0
votes
1 answer

Why does my process stop when run in background?

I am running a simple PHP script on a CentOS 6.5 with php5.3.3 #!/usr/bin/env php My issue is that if I do ./testscript, it runs fine, if I do nohup ./testscript &, it runs fine, if I do ./testscript <…
user3017110
  • 155
  • 12
0
votes
1 answer

No pip binary after installing Python 3.4.2 on Centos 6.5

After successful installation of Python I can't find the pip executable. The contents of the /usr/local/lib/python3.4/site-packages/pip are: -rw-r--r--. 1 root root 9450 Oct 26 10:29 __init__.py -rw-r--r--. 1 root root 116 Oct 26 10:29…
asliwinski
  • 1,662
  • 3
  • 21
  • 38
0
votes
1 answer

np.mean 'str' object has no attribute 'mean' error

I have Python code that worked up until yesterday and now has some floating problem that I've been unsuccessful at tracking down. I'm trying to calculate the mean of a list with np.mean but I get an error stating: AttributeError: 'str' object has…
jackd
  • 337
  • 3
  • 6
  • 14
0
votes
1 answer

kaltura run on standalone machine

I am trying running a kaltura standalone machine, installing a kaltura server on Centos6.5 machine following the instruction tables on https://github.com/kaltura/platform-install-packages/blob/master/doc/install-kaltura-redhat-based.md that works…
ilgatto
  • 1
  • 4
0
votes
1 answer

Proper permissions for /var/www

I'm attempting to clone a private repo from Bitbucket to /var/www on a CentOS VPS. I've generated an SSH key pair on the VPS, and uploaded the .pub file to Bitbucket as a (read-only) Deploy Key. The keys are setup properly, because when I connect…
hoverbikes
  • 435
  • 3
  • 12
0
votes
0 answers

Cron jobs run twice (CentOS6.5)

I noticed that logwatch output from 1 of my servers is emailed twice. After giving a deeper look to the thing, I found out that it's not only the logwatch, but all the cron jobs simply run twice. Yesterday I spend some hours on research, but did…
0
votes
2 answers

Vesta CP upgrade PHP version to 5.6 (CentOS 64bit)

Default Vesta CP 0.9.8 comes with PHP5.4 which causes me problems on my Laravel 4.2 website. How can i upgrade php version of self hosted Vesta CP from 5.4 to latest 5.6 ?
Mr. Crowley
  • 3,225
  • 4
  • 25
  • 28
0
votes
0 answers

configure: error: could not find a working compiler, (centos)

I need to build and install "GMP" but whenever i try to build it like: ./configure 0x2013prefix=/home/joe/local this endsup with following errors configure: error: could not find a working compiler, see config.log for details And here is…
mshahbazm
  • 611
  • 1
  • 11
  • 23
0
votes
2 answers

Installing MySQL-python with easy-install failed

I'm struggling with installing MySQL-python on my Centos VPS. I have "main" Python 2.6 (one that came automatically with CentOS) and another one I installed after (2.7). So I used this command: easy_install-2.7 MySQL-python But it reproduces…
Amar Kalabić
  • 888
  • 4
  • 15
  • 33
0
votes
0 answers

How could I check the loaded drivers and their versions?

The operating system is CentOS 6.5, we could use the following commands for hardware information: cat /proc/cpuinfo cat /proc/meminfo lspci lsusb And, how could I get the drivers of these hardware and their versions? Does it need root…
mining
  • 3,557
  • 5
  • 39
  • 66
0
votes
1 answer

Does MySQL write to TMP partition

The way our server is set up, we have 3 partitions. 504 mb SDA1 /boot 2 gig SDA5 /tmp 500 gig SDA2 /root I have a programmer on this server working with a 13 gig MySQL database. He gets no error messages from his script or MySQL while executing.…
user1132323
  • 61
  • 1
  • 9
0
votes
1 answer

Linus(centos) + nginx "Warning: socket_bind() [function.socket-bind]: unable to bind address [98]: Address already in use in /home/chat/ws-api.php"

I created a php socket server for group chat and I am trying to run it on Linus(centos) + nginx, and I have been trying for about 3 days without success. It keeps giving me this error Warning: socket_bind() [function.socket-bind]: unable to bind…
0
votes
0 answers

Django install: 403 Forbidden

I want to play around with Django, but I'm clueless on why I get a "Forbidden: You don't have permission to access /django_test/ on this server" message. I'm working on a VPS with CentOS 6.5 installed, and I installed Python / Django and created a…
html_programmer
  • 18,126
  • 18
  • 85
  • 158