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

back up services on centos and restor it on another clean centos

i'm going straight to question.. is there any way to backup services configured on a Centos without system file of centos? for example I want to back up OpenVP-n config and then restore it to another clean centos and just changing a few files.. or…
LastWall
  • 25
  • 4
1
vote
0 answers

mongodb suddenly stopped to work

I've had mongo running for a while on my dev server running Centos 6.5 and mongo 2.6.4. But then I needed to install mysql for a different project and now suddenly mongo doesn't work. I tried to re-install it and upgrade it to 2.6.5 at the same…
just_user
  • 11,769
  • 19
  • 90
  • 135
1
vote
1 answer

libpcap performance and behavior differences between Ubuntu 14.40 and CentOS 6.5

I have been running a tcpdump based script on Ubuntu for some time, and recently I have been asked to run it on CentOS 6.5 and I'm noticing some very interesting differences I'm running tcpdump 4.6.2, libpcap 1.6.2 on both setups, both are actually…
user2066671
  • 177
  • 4
  • 16
1
vote
1 answer

Unable to create tap device vnet d: Operation not permitted

I am trying to add a bridge network to my guest VM on a Centos 6 host. I have created a bridge br0 by adding a file: /etc/sysconfig/network-scripts/ifcfg-br0: DEVICE=br0 TYPE=Bridge BOOTPROTO=dhcp STP=on ONBOOT=yes Also, I have added a line in my…
elixir
  • 104
  • 2
  • 6
1
vote
1 answer

Segmentation fault (core dumped) in centos

I use google chrome web browser on CentOS 6.5 x86 and it was working fine, but yesterday it was showing error. When I run the command "# google-chrome --user-data-dir", it gives me error "Segmentation fault (core dumped)" google-chrome…
Jai Joshi
  • 11
  • 3
1
vote
4 answers

recvmmsg() with timeout = 0 is equivalent to nonblocking recvmsg()?

I am on CentOS 6.5 with kernel version kernel-2.6.32-431.el6. I was trying to find the implementation of recvmmsg(), and hopefully, I am not looking at the wrong source ~/rpmbuild/BUILD/kernel-2.6.32-431.el6/linux-2.6.32-431.el6.x86_64/net/socket.c.…
Hei
  • 1,844
  • 3
  • 21
  • 35
1
vote
1 answer

centos 6.5 python 2.7 can not find pygtk that python 2.6 sees fine

I have installed python 2.7 beside 2.6 on a CentOS 6.5 os. The particular application I want to install needs 2.7, but it also needs pygtk (as well as other stuff). If I start an interpreter with 2.6, it imports pygtk fine. But if I start an…
depling
  • 3,413
  • 2
  • 16
  • 7
1
vote
1 answer

Build GCC 4.8.1 or higher on CentOS 6.5

I want to use GCC 4.8.1 or higher on a HPC machine with CentOS 6.5 which has a very old GCC. I do not have admin rights so everything has to be local. Do I have to really compile everything from source? Isn't there any rpm package that I can only…
Strongman
  • 51
  • 1
  • 1
  • 3
1
vote
1 answer

Strtotime giving different results

So I have a dev box running CentOs6.5 and a server running RHEL 7 if I do the date command from both boxes I get "Mon Sep 8 09:36:50 MDT 2014" from php if I do echo time(); from both I get 1410190731 within 20seconds of each other. but if I do…
1
vote
1 answer

Failed to connect mysql in centos 6.5

I'm using php-mysql-apache in centos 6.5 system all requirements are exists, i think i can publish my html files in localhost but when i try to connect to mysql in php script. It doesn't appear and it shows mysql connection error. # rpm -qa |grep…
seylul
  • 61
  • 7
1
vote
2 answers

"Your PHP installation appears to be missing the MySQL extension which is required by WordPress."

I've spent 5 hours trying to resolve this issue. I've used every suggestive link that was relevant to my issue that Google listed. Nothing seems to work. The OS is CentOS 6.5 and has Apache, PHP, and MySQL installed. I have several WordPress…
webby68
  • 420
  • 3
  • 10
  • 27
1
vote
1 answer

CentOS permissions, folders, users and groups

I am new to Linux and trying to understand permissions for use with remote and local users as well as Samba. I am running a headless CentOS 6.5 server. I will try and explain my problem as clear as I can. I have 2 remote users connecting to a…
Blinkydamo
  • 1,582
  • 9
  • 20
1
vote
2 answers

unable to install haproxy 1.5 on centos 6.5

I am trying to install haproxy on my centos 6.5 server. I am using the command yum install haproxy This command installs a version 1.4.x. I have also looked at the following links, but could not get it to…
user3455531
  • 775
  • 1
  • 14
  • 28
1
vote
1 answer

Curl in php returns 404 response code even if url is working

I am using php 5.4 in CentOs 6.5 I am trying to get response code of a url below is my code snippet $URL="http://www.bertuccis.com/#menu"; try{ $c = curl_init(); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); curl_setopt($c,…
krish
  • 537
  • 2
  • 14
0
votes
0 answers

backuping centos 6.5 to centos 8 server

I wanted to know if there is a way to full backup a centos 6.5 along with its applications and configuration and use it on a centos 7 server without messing up the configuration.
Arshia.h
  • 13
  • 3