-2
votes
0answers
9 views

Iptables allow Port: 123 - CentOS [closed]

How is it possible to allow the port 123 for incoming requests in my iptables file? I'm using CentOs 5. I have already tried to edit the iptables file, but it always said some error. Can anyone ...
0
votes
0answers
19 views

Centos server crash with too many httpd process in D state

I have a Centos server which is running httpd, mysql, memcached and postfix. Normally, my server load is OK Usage: /usr/sbin/httpd [-D name] [-d directory] [-f file] top - 07:43:55 up 9:38, 1 ...
0
votes
0answers
7 views

Include other files and Folders in custom Kickstart ISO using mkisofs

I'm unable to figure out how to include some directories and files that I've added to my custom CentOS 6.4 32 bit kickstart install. Is there a way to add these custom directories/files to my output ...
0
votes
1answer
13 views

Applying proxy settings to applications on Linux, proxy is running mainly for browsers under Windows

One of our customer's network system is running under some VPN. Our system should run under Linux. We deployed two systems for them inside their network, which is protected under firewall and proxy ...
1
vote
0answers
18 views

Configure Heartbeat with pacemaker

I have configured heartbeat on two systems to keep our service all time available to the end user. And its working fine. But then i came to know that heartbeat is supporting box level failure but not ...
0
votes
0answers
20 views

Running node.js forever as daemon

I configured forever to run my node.js server on startup. using this scipt. It works fine. and forever keeps the server running. However, when I run forever list, I don't see my server here! I know ...
0
votes
2answers
35 views

How come my Apache can only access root owned files?

Running apache on centos 6.4 and my web server can't see any files unless the root user creates or copies them. ps aux | grep apache shows that apache is running as apache user, not root. I tried ...
0
votes
1answer
14 views

Can't configure Nexus as a service on CentOS

I just installed Nexus 2.4.0-09 on CentOS 6.4. I followed the official instructions for setting it up, including the creation of a user 'nexus' - but when I get to this step: sudo service nexus start ...
0
votes
1answer
30 views

CentOS 64bit RPM with 32bit dependencies

I have a helper rpm package which is used to install the necessary dependencies in order for some software to work; the problem is that the dependency packages required are the 32bit ones, which can't ...
1
vote
3answers
52 views

Is there a linux text editor that can execute a command on save? [closed]

Is there a text editor for linux out there that can execute a command after i click the "Save" button? it needs to execute a command without telling me about it.
0
votes
1answer
31 views

Why Chef do not find my files?

I'm developing a Ganglia recipe in Chef. Is very simple, I build four different configurations files, I already tried to use as template, but to keep it simple, I build these configuration files. ...
-4
votes
0answers
24 views

Centos in IBM System x3250 M4 Raid1 [closed]

Anyone help to install Centos in IBM System x3250 M4 using Raid 1. I am stuck in while selecting device for installation. "could not find enough free space for automatic partitioning, please use ...
-1
votes
0answers
22 views

Redirecting TCP traffic from remote host to localhost [closed]

I have CentOS and I would like to redirect all TCP traffic from outside world on port 25000 to localhost on port 18000. Is this possible and if it is, how?
0
votes
2answers
50 views

How to get linux version set in shell script?

I want to build a shell script. There should be a conditional flag for CentOS version. I want to set a variable for that version like this VERSION := $(lsb_release -sr) But when I included this ...
0
votes
0answers
14 views

error: zlib not found on system or in local libs [migrated]

I'm trying to install gpac on my server and when I run ./configure I get the following error. error: zlib not found on system or in local libs I have checked and I have zlib installed, or at ...
1
vote
0answers
14 views

Trouble installing php-devel on CentOS [migrated]

Working with a PHP install and trying to install APC on a server to help with speed issues with an application we're developing. We are having trouble getting phpize installed. phpize is not on the ...
-1
votes
0answers
25 views

phpize and php-devel CentOS [closed]

Working with a PHP install and trying to install APC on a server to help with speed issues with an application we're developing. We are having trouble getting phpize installed. phpize is not on the ...
-1
votes
0answers
91 views

Creating a Linux Based (CentOS) Kickstart iso Install file [closed]

I'm trying to create a custom CentOS iso using Kickstart and I'm following this example I have a VirtualBox CentOS 6.4 32 bit install that was installed using the appropriate iso file. I've created ...
1
vote
0answers
53 views

How to install and configure VirtualBox/Vagrant for multiple users [closed]

Im hoping you can shed some light on this for me. I have been using virtualbox/vagrant for a few months now and really love the simplicity that it brings - being able to create a test environment is ...
0
votes
1answer
27 views

Linux Process Monitoring Using Statsd and Graphite

I would like to monitor linux processes (log cpu and ram usage statistics and display them graphically over a period of time) using statsd and graphite. I have configured statsd and graphite to run as ...
1
vote
1answer
67 views

Not able to extend partition on CentOS Linux VMware Virtual Machine - vgextend command not found

I am trying to extend partition on Linux VMware virtual machine (CentOS 6.4 64-bit) by following the instructions in the below link . ...
0
votes
1answer
21 views

Web browser not displaying the index.html in the htdocs directory - Apache

The installation path of my Apache web server is /usr/local/apache2. I start the server using a apachectl start command and when i type localhost in my Web Browser it displays a Apache 2 Test Page ...
-1
votes
0answers
87 views

upgrade centos-5.9 to 6x latest (or at least 6.0) [closed]

Is it safe to update centos-5.9 to 6.x by changing /etc/yum.repos/*.repo to 6.x repositories? I'm not sure this is the right way and would the system work/boot after such upgrade. Thanks. Mark.
1
vote
1answer
29 views

Please help me to install the libnetfilter

I ran the following command sudo rpm -Uvh http://rules.emergingthreatspro.com/projects/emergingrepo/x86_64/libnetfilter_queue-devel-0.0.15-1.x86_64.rpm Then i got the following result ...
0
votes
1answer
19 views

connecting jconsole to linux box connection failed

I am new to linux and just deployed a java program to run on a linux server. I tried to connect from my windows machine to the linux box with jconsole and got an error. Connection Failed: non-JRMP ...
3
votes
2answers
65 views

How to make python script run as service?

I want to run a python script in a CENTOS server: #!/usr/bin/env python import socket try: import thread except ImportError: import _thread as thread #Py3K changed it. class ...
0
votes
1answer
22 views

Apache Test page showed up out from nowhere

I've been working on a web page for a while on Centos 6.3 server Everything was fine, the page was accessible etc. I was screwing around trying to get pchart working, i didnt do much with it except ...
0
votes
0answers
21 views

Create a bootable CentOS install using Kickstart

I'm trying to achieve two things. First, I would like to use the below script to create a iso file that can be run to install 32 bit 6.4 CentOS on another Linux server. Second, I would like to make ...
-2
votes
1answer
49 views

Which is most suitable ffmpeg build for centOS? [closed]

I didn't found ffmpeg build for CentOS from it's download site. Which is most suitable ffmpeg build for centOS?
0
votes
1answer
17 views

recaptcha not showing on centos server

I use recaptcha for one of my pages. When deployed locally everything is working fine, but when deployed to the CentOS server the image is not rendered. I have the following in my application: ...
0
votes
0answers
67 views

How to upgrade to CouchDB 1.3.0 + on CentOS 6?

I'm at my wits end trying to unravel all of the dependencies to compile CouchDB from source to run on CentOS 6. Is there a pre-comiled package out there somewhere that will give me the latest version ...
0
votes
0answers
69 views

Install Git on Centos 6.2

I'm trying to install Git on my cloud server, where is running Centos6.2. But running this command: yum install git this error block the installation process: Error: Package: ...
-1
votes
2answers
49 views

Linux - How to compare installed package version new install by shell script

I am trying to write a shell script that can install an Avamar client onto a Redhat or Centos box. I place the pkg I want to install into a repo dir /ava/repo The script needs to perform the ...
0
votes
1answer
29 views

rsync SERVER fails

I have set up a rsync server -> /etc/rsyncd.conf max connection = 5 log file = /var/log/rsync.log [web] path = /srv/www/html read only = false list = yes hosts allow = 127.0.0.1 uid = ...
0
votes
0answers
31 views

Linux Server Compiling Multiple java classes Fails

I'm Using Linux Cent OS 6.0 Basic Server Edition with nearly nothing installed except java 7 and tomcat I've Looked around the Internet And I haven't had much luck finding a good manner to compile my ...
0
votes
0answers
29 views

MySql SeLinux policy permissions

Currently I have an apache server set up (it's running an intranet site,) and I'm a little stuck. When the user goes to the page it runs a mysql query and uses INTO OUTFILE to generate a pipe ...
0
votes
1answer
21 views

using exec to append data to file not in current directory

i am trying to set up a little script to allow for php to append data to a file the file is etc/httpd/conf/httpd.conf i want to to automatically add data to the file for vhost use... echo ...
0
votes
0answers
32 views

Error message converting PDF to JPG using imagemagick

Command: convert small.pdf small.jpg Output: sh: gs: not found convert: Postscript delegate failed `small.pdf': ZkQV.cache @ error/pdf.c/ReadPDFImage/638. convert: missing an image filename ...
1
vote
2answers
68 views

Linux weird Folder Permission needed (CentOs)

I don't know if what I am asking now is possible, but if it is, that would be great. I have a public folder where some users have access. I want to prevent all these users from creating subfolders ...
1
vote
5answers
61 views

Getting file size of each file on a very large file system

I have to move the 20TB file system with a couple of million of files to a ZFS file system. So I would like to get an idea of the file sizes in order to make a good block size selection. My current ...
0
votes
1answer
24 views

why is this rsync command not deleteing?

Can anyone please tell me why this rsync command doesn't delete? It just keeps adding new files, but never deleting files on the destination that are no longer on the source. rsync -avz -e --delete ...
0
votes
3answers
1k views

mongo.js:L112 Error: couldn't connect to server 127.0.0.1:27017 at src/mongo/shell/mongo.js:L112

I can't connect to mongodb. In ubuntu It works but I'm working in centOS now. This is the error message: MongoDB shell version: 2.4.2 connecting to: test Sat Apr 20 07:22:09.390 JavaScript execution ...
0
votes
2answers
60 views

Bare Git repo cannot add files or commit files

So I have been plagued with this weird git problem that myself and a few other developers have not been able to solve. Here it is: I created a bare repo for managing website changes using git on test ...
0
votes
1answer
44 views

how to install urwid 1.1.1 on CentOS 6.4?

To install urwid 1.1.1 on CentOS 6.4 I already tried: yum install python-urwid which installs urwid 0.9.9. Then I manually downloaded urwid 1.1.1 and run: cd /mnt/hgfs/Shared/urwid-1.1.1 python ...
-1
votes
0answers
61 views

Install MySQL 5.0.77 on CentOS 5.6 [closed]

First, I download MySQL 5.0.77 from following location downloads.mysql.com/archives/mysql-5.0/MySQL-server-5.0.77-0.i386.rpm The download file is at /usr/local Following commands are used to install ...
-1
votes
0answers
35 views

How to migrate graylog2 to new server? [closed]

I need to change my graylog2 server to a new one with all data included. I've installed the new version, mongodb, elasticsearch and graylog2-web-interface. I also copied all elasticsearch_data to the ...
0
votes
1answer
67 views

Bash Script Cron Job

I have installed PCoIP Teradici PCoIP Solutions for linux in Centos 6.4. I want to get macAdress of HostCard, when i run pcoip_agent -info it gives correct output using command line. I want make this ...
0
votes
1answer
36 views

MySQL 5.6 LOAD XML LOCAL INFILE and empty XML elements

I have a large number of reasonably sizable XML files that I'd like to import into a MySQL table. I'm running Centos 6.3 and MySQL 5.6, I had initially tried 5.5 but ran into issues and later found ...
0
votes
1answer
85 views

libxml2.so.2: cannot open shared object file: No such file or directory

I am using Centos in which i had removed libxml2 accidentally now it was showing the folling error as follows There was a problem importing one of the Python modules required to run yum. The error ...
1
vote
1answer
76 views

git: 'pull' is not a git command - CentOS VPS server

I recently set up a new VPS and have installed Git via yum and wget etc. All seemed well - I can add, commit, set up a remote and push to github. However, when I try to pull from github: ...

1 2 3 4 5 14