Questions tagged [centos6]

GENERAL SUPPORT QUESTIONS MAY BE ASKED ON SERVER FAULT https://serverfault.com CentOS is a Linux distribution aiming for 100% binary compatibility with RHEL.

is a free operating system distribution based upon the Linux kernel.

Version 6 was released on 2011-07-10 and uses kernel version 2.6.32-71.

1576 questions
0
votes
2 answers

linux server file download connection limit

I'm running a dedicated server... Centos 6 PHP 5.3.3 Nginx 1.0.15 Nginx uses fastcgi to run php. The server communicates with another server using remote sql. A file called download.php initiates a mysql connection, checks some details in the…
Jake Cattrall
  • 461
  • 4
  • 20
0
votes
2 answers

Rails 3.2.6 install on Centos6

I did the following steps in order, but have issues running webrick I have a centos 6 install Step 1: http://blog.jeffcosta.com/2011/07/22/install-ruby-version-manager-rvm-on-centos-6/ Step 2: server-world.info/en/note?os=CentOS_6&p=mysql Step…
NewRailsGuy
  • 1
  • 1
  • 2
0
votes
1 answer

Nmap: server stops accepting new connections after nmap runs

I have a CentOS 6 server with nmap 5.51 installed on it. I issue the following command: nmap -sS -PN -p1-1024 --traceroute --reason -O -sV {My IP} -vv (This is all "don't quote me") -sS is a type of scan where TCP connections are not fully…
Tiiba
  • 67
  • 5
0
votes
1 answer

CentOS 6 producing an odd linking error

our network recently made the switch to CentOS 6 from CentOS 5. Upon compiling with gcc we find that at linking time we find this error. /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status Now it seemed that in CentOS5 that our…
jwillis0720
  • 4,329
  • 8
  • 41
  • 74
0
votes
1 answer

my application stopped working with xulrunner 10.0.4

When I upgraded to centos 6 and xulrunner 10.0.4, my app stopped working. Xulrunner just hangs. My directory structure: . |-- application.ini |-- chrome | |-- chrome.manifest | `-- content | |-- main.xul | `-- main.xul.tpl.org |--…
user1403360
  • 931
  • 1
  • 12
  • 17
-1
votes
1 answer

sudo ./VMware-ovftool-4.3.0-13981069-lin.x86_64.bundle /var/tmp/scllpy5Nh: line 8: ./VMware-ovftool-4.3.0-13981069-lin.x86_64.bundle: Permission denie

I am trying install ovftool 4.3 on my centos 6; but initially I had installed ovftool 4.2; but for now requirement I need ovftool 4.3, but getting error when I run this sudo ./VMware-ovftool-4.3.0-1398106-lin.x86_64.bundle, this is the same cmd…
-1
votes
1 answer

GWT content not showing on centOS 7.5

I'm working on a project which is built on GWT. When we deployed the project on centOS 6.9 version it works fine and all the content is accessible or visible. However, when we changed the OS version to centOS7.5. It deployed successfully but upon…
M A.
  • 949
  • 2
  • 12
  • 29
-1
votes
1 answer

Failed to Open Display error while running python subprocess and Libreoffice 6.2 in CentOS6

I need to run Libreoffice --covert-to to convert an excel file to html page. The current code works well within the windows machine. But in AWS, CentOS6, it's producing an error as "Failed to open display". Here is my code import subprocess cwdir =…
Praveen
  • 74
  • 1
  • 12
-1
votes
1 answer

PFSense DHCP Server doesn't work with RHEL 6 machines

I have a DHCP Server working on PFSense 2.4.4. While it works perfectly with RHEL 7/CentOS 7 machines, it doesn't work on RHEL6/CentOS 6 (both with fixed IP or dynamic range). This is what DHCP Server Logs show (IP and MAC are…
Renan
  • 1
  • 2
-1
votes
1 answer

Tensorflow 1.6.0 with CUDA Support on CentOS 6.10 C++ linking against libtensorflow(_cc)(_framework).os

So I have sucessfully had the CPU version only working with my software. Now I have installed a new machine with CUDA hardware which I have working under Windows using contrib cmake. The Linux build uses bazel and builds the required…
Sam Hodge
  • 15
  • 6
-1
votes
1 answer

SSL Certificate for WAN IP

I am having some troubles installing my SSL certificate. Here is the situtation: I have baught a certificate for the domain client.lexcelera.com. The problem is that client.lexcelera.com is redirected to our livebox IP via a WAN connection. So when…
Simon
  • 337
  • 1
  • 3
  • 11
-1
votes
1 answer

Docker Error response from daemon: Cannot start container

I need help. I have a problem with docker. My OS is Centos 6. tnx $ sudo docker run -it --name atom-mysql -p 3310:3306 -e MYSQL_ROOT_PASSWORD=root -d mysql/mysql-server:5.5.44 Unable to find image 'mysql/mysql-server:5.5.44' locally 5.5.44: Pulling…
-1
votes
1 answer

Changing user ownership to match group?

I mistakenly ran chown -R admin / on Centos 6 Is there any command to change user to match group? I think this should be a fix since by default user=group? P.S. An OS reinstall can fix this, but I am looking for alternate solutions to avoid this.
-1
votes
1 answer

mysqld status shows stopped but it actually runs

I use CentOS6 Hortonworks Sandbox. When I run: [root@sandbox-hdp ~]# service mysqld stop it stopped and I checked with: [root@sandbox-hdp ~]# service mysqld status mysqld is stopped Everything is fine is up to now. But when I tried to start with…
Erkan Şirin
  • 1,935
  • 18
  • 28
-1
votes
1 answer

Trying to write a shell script to monitor when a service stops in linux, and to automate the restart of this service

So I am relatively new to Centos, version 6.2. I have a service that needs to be mnonitored as a cron job, and if it stops needs to be restarted. I have a few ideas on how to monitor it, but when it comes to getting it restarted thats when I get…
1 2 3
99
100