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
1
vote
2 answers

Exception in Wkhtml2pdf.php line 887: WKHTMLTOPDF didn't return any data in laravel

My all PDF working properly in previous server when i transfer my website to VPS it is not working. Exception in Wkhtml2pdf.php line 887: WKHTMLTOPDF didn't return any data in Wkhtml2pdf.php line 887 at Wkhtml2pdf->_render() in Wkhtml2pdf.php line…
1
vote
0 answers

Artifactory shasum fails in Jenkins on expected/returned Chksum

During npm install the following error occurs during the install. The file is located in the npm virtual repo and the npm-local repo. Both files have the same checksum, but for reasons unknown Jenkins/Artifactory build returns with an expected…
1
vote
5 answers

yum update throws Could not create lock at /var/run/yum.pid on centos 6.5

I have deployed a fresh CentOS 6.5 instance on my VMServer with developement-tools, X11 and few other packages installed. The first day, it seems everythings works fine. Later I couldn't use yum installer to update or install any packages and it…
S.K. Venkat
  • 1,749
  • 2
  • 23
  • 35
1
vote
2 answers

chown in docker not changing user to root

I am fairly new to Docker and have been setting up a Dockerfile and compose file to start up a server for testing. When running a centos:6.6 image with a volume mapped to my user directory in OSX and installing httpd, my user for var/www/html is…
cheddar
  • 13
  • 4
1
vote
4 answers

On attaching CentOS root volume with AWS marketplace code to other CentOS EC2 instance, the other instance boots up using the attached root volume

I screwed up root volume of my system in ec2 instance so I attached root volume of the instance to other ec2 instance so that I could access the bad root volume and rectify my error. When I start the other instance, the screwed up root volume…
Tinkaal Gogoi
  • 4,344
  • 4
  • 27
  • 36
1
vote
1 answer

Problems With PHP Path Prefix when Compiling from Source

I'm following these two articles to install multiple versions of PHP while compiling from source: http://www.sitepoint.com/run-multiple-versions-php-one-server/ http://www.phpinternalsbook.com/build_system/building_php.html I'm trying to install PHP…
dasbuilder
  • 43
  • 7
1
vote
3 answers

Scheduled cron jobs to run meteor on OS boot

I scheduled cron jobs for running project that developed with meteor when system boots on Debian 7 and Centous 6.5 . And everything was working good until to unknown reasons it crashed. Cron contain command that run Rocket.Chat project that…
majidfathi69
  • 1,689
  • 2
  • 17
  • 24
1
vote
1 answer

check uhd version in Fedora

I know how to check the version of UHD in Ubuntu ($ dpkg -s uhd), what is the corresponding command in CentOS 6.5? Besides, if I want to update the current UHD by uhd_003.009.002-release_Fedora-21-x86_64.rpm in the following link:…
Cindy
  • 489
  • 1
  • 4
  • 11
1
vote
5 answers

Install latest SVN 1.9.2 on CentOS - libserf-1.so.1 is needed error

CentOS 6.5 Subversion rpm: http://opensource.wandisco.com/centos/6/svn-1.9/RPMS/x86_64/subversion-1.9.2-1.x86_64.rpm Ran rpm -ivh on the above file and getting the following error. What should I install (yum install ??) to get rid of the following…
AKS
  • 16,482
  • 43
  • 166
  • 258
1
vote
0 answers

OpenBLAS sgemm_oncopy error on CentOS6.5

I have compiled OpenBlas0.2.14 on linux, and I used the OpenBlas library in my CNN code,when I submit the code into server(CentOS6.5, gcc4.4.7,g++4.4.7, glibc2.12), I got the following error: # An unexpected error has been detected by Java…
s5248
  • 11
  • 2
1
vote
0 answers

Can't access new droplet created from snapshot of another droplet

I'm new to server management, so please forgive what might be a silly question... I created a new droplet from a snapshot taken from another droplet which is currently live. Both droplets are the same configuration except that one is on NYC3 and the…
Arnold
  • 69
  • 2
  • 10
1
vote
1 answer

Install python 2.7 with no gcc installed

I have a CentOS 6.5 server with python 2.6 and a restriction on updating kernel. I need to configure virtualenv for a django 1.8 project to run. As soon as django 1.8 works at least with python 2.7, I need it to be installed also. Installation of…
1
vote
2 answers

cannot run shellinabox through a php api on centos

I want to start shellinabox on centos through a php api. When the user hits the api, shellinaboxd -p 'portno' command should get executed and shellinabox should start on the particular port number. But this does not happen, instead this error…
1
vote
0 answers

Glibcxx 3.4.15 cannot be found

I installed sirius IPA server on my centos 6.6 VPS. When I pass queries to the server, I get the below error and I see that its related to GCC…
Vijai
  • 1,067
  • 2
  • 11
  • 25
1
vote
0 answers

Puppet-Master / Puppet-Agent Deployment fails due to the puppet modules metadata.json file permissions

I am using the Puppet Master / Puppet Agent deployment in CentOS 6.5 64bits. My problem is about doing the request from Puppet Agent in order to start the puppet modules's installation. When I execute the following commandline from…
xserrat
  • 1,429
  • 1
  • 13
  • 12