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
3
votes
1 answer

CentOS 6.5 + JasperReports 5.6.0 = exception while reading font data

I've been having a strange problem that I can't get around. Whenever I try to render PDF from jrxml on application server on CentOS machine, I receive "java.io.IOException: Problem reading font data". Reports are generated using Jaspersoft Studio…
Stef
  • 31
  • 4
2
votes
1 answer

Unable to run Firefox in headless mode

I am trying to run a Python + Selenium script in headless mode with Firefox using Xvfb but I am getting errors. There is not much documents or guides available for Xvfb to troubleshoot the issue so looking for assistance here. Environment info: OS:…
2
votes
1 answer

Cannot see perl script on webpage (correct in CMD)

My Perl program works correctly from the command line but not as a web page. Here is my script: #!/usr/bin/perl print "Content-type: text/html\n\n"; print "\n"; print " PERL CGI\n"; print ""; print "hello…
user3456607
  • 67
  • 1
  • 6
2
votes
1 answer

How to install older version of google chrome for centos?

I have currentlly installed Centos 6.8. i have try to install google chrome browser, but it's some error based on the way installation. when i have try install "yum" way of terminal. it's showing error like: [root@ss4u238 ~]# yum install…
Bala
  • 31
  • 1
  • 4
2
votes
3 answers

Permission denied Accessing static files Nginx +uwsgi +Django

I have setup Django project on CentOS 6.5 with Nginx and uwsgi. I am Getting error while accessing static content as below (/var/log/nginx/error.log)- 2015/11/02 19:05:37 [error] 29701#0: *52 open()…
Amar
  • 321
  • 3
  • 14
2
votes
0 answers

service php54w restart on centos 6.5

I upgraded the php version to 5.4 following this guide but it seems I cant restart the service i tried sudo service php restart sudo service php54 restart sudo service php54w restart sudo service php-fpm restart (this worked on my 5.3.3 php version…
inrob
  • 4,969
  • 11
  • 38
  • 51
2
votes
1 answer

Tomcat loading empty page

I installed Tomcat 8 on a CentOS 6.6 server and did SSH tunneling to view the "successfully installed" page but all I get when I go to localhost:8080 is an empty page and when I checked my terminal I get the following error: channel 3: open failed:…
KPath001
  • 870
  • 5
  • 18
2
votes
2 answers

Cannot assign dot to variable in Bash shell

I run this command both by typing in Terminal and by executing file on CentOS 6.5 64 bits. let t='.'; echo $t; Can't believe that it yields such a wierd error: -bash: let: t=.: syntax error: operand expected (error token is ".") As far as I know,…
hirikarate
  • 3,055
  • 4
  • 21
  • 27
2
votes
1 answer

Seting up GIT server with anonymous user

I have already set gitolite on my VPS, currently every time I want to push/pull i need to include git username. For example: git clone git-username@domain-name:repository-name Is there anyway I can exclude the username to do the git command shell…
bbc_danang
  • 121
  • 2
  • 6
2
votes
1 answer

count characters in DOC and DOCX with PHP LINUX

ADDITION: I have found that the closest method of counting lines is by using linux command "antiword" for DOC files, antiword would return a text version of the DOC; while for DOCX using a call that will retreive content from the DOCX and push data…
Vlad Vladimir Hercules
  • 1,781
  • 2
  • 20
  • 37
2
votes
2 answers

every minute cron job sometimes not running

I have several cron jobs executing php scripts. The php scripts sometimes do some heavy jobs like updating hundreds of records at a time in a mysql table. The problem is that the job should run every minute. However, it randomly misses and as a…
2
votes
1 answer

How do I update Apache on CentOS 6.5?

I've spent all day searching Google and trying every command I could find or even think of to update Apache on my server. I am running CentOS 6.5 64 bit. I have uninstalled and reinstalled just to get the same outdated version. I run the command…
webby68
  • 420
  • 3
  • 10
  • 27
2
votes
1 answer

Dart on CentOS 6.5

I'm trying to get dart up and running on a CentOS 6.5 machine. The furthest I got so far was getting Dart Editor 64 bit up and running. When clicking run in Dartium, I get the following error: "Could not start pub serve or connect to pub" When…
Jan Vladimir Mostert
  • 12,380
  • 15
  • 80
  • 137
2
votes
1 answer

MySQL on LAN not working when IPTables are enabled

I have two Centos VM. The IP Address on VM_1 is 10.99.0.10 and VM_2 is 10.99.0.12. Apache and PHP are in VM_1 and MySQL is in VM_2. Both are having IPTables rules. VM_2 is working fine with rules. Now I am Testing from VM_1. First, I disabled VM_1…
user3498493
2
votes
1 answer

cpanel error Altered RPMs found on server

I have cpanel installed on my dedicated server. I am receiving the error below frequently: Problems were detected with cPanel-provided files which are RPM controlled. If you did not make these changes intentionally, you can correct them by…
user3455531
  • 775
  • 1
  • 14
  • 28
1 2
3
13 14